/* Basic Layout Styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-image: url(images/bkgnd.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #C2D673;
	}
	
#clear {
	clear:both;
}
	
#wrapper {
	width: 1024px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#header {
	background-attachment: scroll;
	background-image: url(images/header_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 488px;
	width: 1024px;
}
#navigation {
	height: 33px;
	width: 1024px;
}
#content_wrapper {
	background-repeat: no-repeat;
	width: 1024px;
	float: left;
	background-image: url(images/content_bkgnd.jpg);
}
#content_wrapper p {
	padding-top: 10px;
}
#content_wrapper_bkgnd {
	float: left;
	background-image: url(images/wrapper_bkgnd.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/footer_bkgnd.jpg);
	height: 225px;
	width: 1024px;
	background-repeat: no-repeat;
	float: left;
}
#footer_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 135px;
	text-align: left;
	padding-left: 100px;
	line-height: 1.5em;
	font-size: 0.9em;
}
.footer_links {
	font-size: .9em;
}
.footer_meta {
	font-size: 0.7em;
	display: block;
	margin-top: 7px;
}

#main_content {
	float: left;
	width: 440px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 112px;
	padding-left: 50px;
	text-align: left;
	padding-top: 15px;
}
#main_content_full {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 105px;
	text-align: left;
	padding-top: 15px;
	width: 575px;
	float: left;
}
#sidebar {
	float: right;
	width: 225px;
	text-align: right;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
	padding-right: 100px;
	padding-left: 10px;
}

#sidebar a {
	color: #24AEEA;
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
	color: #060;
}
#sidebar a:visited {
	color: #24AEEA;
	text-decoration: underline;
}
#sidebar a:hover:visited {
	color: #060;
	text-decoration: none;
}


#sidebar h1{
	font-size: 1.3em;
	color: #448ABE;
	text-align: right;
	margin-bottom: -8px;
}
#main_content_full h1 {
	color: #317E06;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
#main_content_full h2 {
	color: #317E06;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: -5px;
}


#main_content_full a {
	color: #24AEEA;
	text-decoration: underline;
}
#main_content_full a:hover {
	text-decoration: none;
	color: #060;
}
#main_content_full a:visited {
	color: #24AEEA;
	text-decoration: underline;
}
#main_content_full a:hover:visited {
	color: #060;
	text-decoration: none;
}

#flashcontent {
	height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#footer a {
	color: #CBFB16;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #448ABE;
}
#footer a:visited {
	color: #CCF916;
	text-decoration: none;
}
#footer a:hover:visited {
	color: #448ABE;
	text-decoration: underline;
}
.image_float_right {
	float: right;
	border: thin solid #317E06;
	padding: 5px;
	margin-left: 15px;
}
.image_float_left {
	float: left;
	padding: 5px;
	border: thin solid #317E06;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_float_left_nb {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
#highlight_promo {
	float: left;
	height: 245px;
	padding-top: 243px;
}
#main_content_wide {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 105px;
	text-align: left;
	padding-top: 15px;
	padding-right: 30px;
	width: 790px;
	float: left;
}
#main_content_wide h1 {
	color: #317E06;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
#main_content_wide h2 {
	color: #317E06;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: -5px;
}
#main_content_wide h3 {
	color: #317E06;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#main_content_wide a {
	color: #24AEEA;
	text-decoration: underline;
}
#main_content_wide a:hover {
	text-decoration: none;
	color: #D5B913;
}
#main_content_wide a:visited {
	color: #24AEEA;
	text-decoration: underline;
}
#main_content_wide a:hover:visited {
	color: #D5B913;
	text-decoration: none;
}
#wide_sidebar {
	float: right;
	width: 400px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
.image_border {
	border: thin solid #317E06;
	padding: 5px;
}
#main_content_full ul {
	list-style-position: outside;
	margin-left: 25px;
}
#main_content_full ul li {
	margin-bottom: 15px;
	line-height: 1.3em;
}
hr {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #CCC;
}
.CollapsiblePanelContent table {
	font-size: .9em;
	line-height: 1.2em;
}
.red_text {
	color: #F00;
}

