@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,  sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*END RESET*/
* {
	padding:0;
	margin:0;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBF0F6;
	background-position: top;
	background-attachment: fixed;
}

#content p {
	margin-bottom: 15px;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 870px;
	background-position: bottom;
	background-color: #FFFFFF;
	padding: 15px 15px 15px 15px;
}
#feature {
	background-image: url(images/featurebg.jpg);
	width: 900px;
	background-repeat: no-repeat;
	clear: both;
}
#featurecontent {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#featurecontent a, #featurecontent a:hover {
	background-color: transparent;
	border: none;
	text-decoration: none;
}
#navarea {
	color: #CCCCCC;
	background-color: #222;
	width: 815px;
	height: 120px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}
#content {
	background-color: #FFFFFF;
	width: 870px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	clear: both;
	float: left;
	line-height: 150%;
}
#maincontent {
	width: 550px;
	margin-right: 20px;
	float: left;
}
#maincontentfull {
	width: 870px;
	margin-right: 20px;
	position: relative;
}
#rightcontent {
	width: 300px;
	float: left;
}
#rightfloat {
	width: 300px;
	float: right;
	margin-left: 25px;
	position: relative;
}
#footer {
	color: #FFFFFF;
	background-color: #A9C2DB;
	width: 870px;
	height: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	clear: both;
	line-height: normal;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
}
/*NAVIGATION*/

ul#menu {
	list-style-type: none;
	float: left;
	width: 185px;
	line-height: 24px;
}
ul#menu li {
	font-size: 24px;
	color: #4B4B4B;
	font-style: normal;
	font-weight: lighter;
	list-style-type: none;
}
ul#menu li ul li {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}
ul#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
}
ul#menu li a:hover {
	color: #A5C1D9;
	background-color: transparent;
	list-style-type: none;
}
#navdivider {
	width: 1px;
	height: 115px;
	background-color: #333333;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

/*FORMS*/
form {
	padding: 5px;
}
input {
	background-color: #E0E9F2;
	color: #222222;
}
select {
	background-color: #E0E9F2;
	color: #222222;
}