﻿/*
Boulevard On Beaumont CSS Style Sheet
*/
.bigredtext {
	color: #FF0000;
	font-size: 18px;
}
.smalltext {
	font-size: xx-small;
}

body {
	margin: 0;
	padding: 0;
	background: #2069BC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	background-image: url('images/background1.gif');
}

blockquote {
	font-size: 8pt;
}
.red_text {
	color: #FF0000;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: underline;
	color: #000080;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	background-position: left bottom;
	padding: 5px 30px 20px 30px;
	background-color: #FFFFFF;
	background-image: url('images/b.jpg');
	background-repeat: no-repeat;
}

.boxed ol {
	line-height: 180%;
}

.boxed ul {
	line-height: 180%;
	list-style-position: outside;
	list-style-type: circle;
}

.boxed p {
	line-height: 180%;
	margin-left: 5px;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	border-style: none;
	width: 980px;
	margin: 10px auto 0px auto;
	background: repeat-y;
	background-color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	height: auto;
}

/* Logo */

#logo {
	background-position: right top;
	height: 191px;
	background: #FFFFFF right top;
}

#logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 100px 0 0 0;
	background: url(images/img03.gif) no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 20px;
	background: #174B86 repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	border-width: 1px;
	border-color: #0066FF;
	padding: 10px 0;
	border-top-style: dotted;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #6699FF;
}

/* Login */

#login {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputtext1 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto 10px auto;
	background-color: #174B86;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 800px;
	height: auto;
	padding: 10px 10px 10px 20px;
	color: #D2D2D2;
	text-align: right;
	margin-bottom: 10px;
}
#footer a {
	color: #D2D2D2;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar p {
	font-size: 8pt;
}
.img_left {
	float: left;
	padding-right: 10px;
}
.smallishtext {
	font-size: 9pt;
}
.smallest_text {
	font-size: .7em;
}
.smaller_text {
	font-size: .9em;
}
.img_right {
	float: right;
	padding-left: 10px;
}
.button {
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	vertical-align: middle;
}

