@charset "utf-8";


/* Global Styles and General Page Layout */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;   
    padding:0;   
} 
img {
	border: 0px;
}
a {
	outline: none;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
	background-color: #3c5e7a;
}
#PageWrapper {
	width: 100%;
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#ContentWrapper {
	background-color: #ffffff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 160px;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Header {
	height: 65px;
	width: 910px;
	padding-top:50px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
#Header img {
	margin-left: -2px;
}


/* Search Box Styles */

#SearchWrapper {
	float: right;
	margin-top:-3px;
}
#SearchWrapper p {
	color: #ffffff;
	width: 210px;
	display: block;
	padding-bottom:3px;
}

#SearchWrapper a {
	text-decoration:none;
	color: #ffffff;
	font-size: 1.1em;
}
#SearchWrapper a:hover, #SearchWrapper a:active {
	text-decoration:underline;
}
.SearchBox {
	height: 20px;
	width: 167px;
	font-size :12px;
	padding-top:4px;
	padding-left:8px;
	background-color: #1c2b38;
	border: 1px solid #7d8b98;
	margin-right:10px;
	float: left;
	color: #ffffff;
}
.SubmitSearch {
	background-image: url(../images/go.jpg);
	height: 26px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	float:left;
}

/* Horizontal Navigation along the top of the page */

#TopNavigation {
	height: 32px;
	width: 960px;
	margin-bottom: 25px;
	overflow:hidden;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #98bd54;
}


/* Styles for Sub Navigation on Inside Pages */

#LeftNavigation {
	
}
#LeftNavigation .MinHeight {
	float: right;
	width: 0px;
}
#LeftNavigation h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}
#LeftNavigation p {
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height:1.8em;
}
#LeftNavigation a {
	color: #5683ab;
	text-decoration:none;
}
#LeftNavigation a:hover, #LeftNavigation a:active {
	color: #98bd54;
}




/* Styles for all Content Areas on Home Page */

#ContentTopRight h1, #ContentBottomRight h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
}
#ContentBottomLeft p, #ContentBottomRight p {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height:1.4em;
}
#ContentTopRight a, #ContentBottomRight a {
	color: #5582a9;
	text-decoration:none;
}
#ContentTopRight a:hover, #ContentTopRight a:active, #ContentBottomRight a:hover, #ContentBottomRight a:active {
	text-decoration: underline;
}


/* Top Left Content on Home Page */

#ContentTopLeft {
	float: left;
	width: 645px;
}
#ContentTopLeft p {
	font-size: 1.1em;
	color: #666666;
	padding-top: 1px;
}


/* Top Right Content on Home Page */

#ContentTopRight {
	float: right;
	width: 195px;
	padding-left: 20px;
	padding-top:15px;
	padding-bottom:10px;
	padding-right: 20px;
	margin-bottom:30px;
	height: 250px;
}
#ContentTopRight .MinHeight {
	float: right;
	width: 0px;
	height: 240px;
}
#ContentTopRight p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height:1.4em;
}

/* Bottom Left Content on Home Page */

#ContentBottomLeft {
	padding-right: 20px;
	padding-left: 0px;
}
#ContentBottomLeft .MinHeight {
	float: right;
	height: 248px;
	width: 0px;
}


/* Bottom Right Content on Home Page */

#ContentBottomRight {
	float: right;
	width: 195px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 20px;
	clear:right;
}

/* Main Content Column on Inside Pages */

#ContentBottomLeft h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 15px;
}
#ContentBottomLeft h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #8cae4d;
	margin-top:20px;
	margin-bottom:10px;
}
#ContentBottomLeft h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #444444;
}
#ContentBottomLeft h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #444444;
}
#ContentBottomLeft h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #444444;
}
#ContentBottomLeft ul {
	margin-bottom: 10px;
	margin-top:10px;
}
#ContentBottomLeft li {
	list-style-type: none;
	margin-left: 40px;
	font-size:1.2em;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#ContentBottomLeft li li {
	font-size:1em;
}
#ContentBottomLeft p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom: 25px;
}
#ContentBottomLeft a {
	color: #98bd54;
	text-decoration:none;
	font-weight:bold;
}
#ContentBottomLeft a:hover, #ContentBottomLeft a:active {
	text-decoration:underline;
}

/* Color Classes to be applied to any div to change text color and background color */

.green {
	background-color: #f7f7f7;
	border: 1px solid #f3f3f3;	
}

.green h1 {
	color: #98bd54;
}
.yellow {

}
.yellow h1 {
	color: #98bd54;
}
.gray {
	background-color: #f7f7f7;
	border: 1px solid #f3f3f3;	
}
.gray h1 {
	color: #98bd54;
}


/* Footer Styles */

#Footer {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#FooterCenter {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-bottom: 24px;
}
#FooterCenter p {
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.5em;
}
#FooterRight {
	float: right;
	text-align: right;
	color: #ffffff;
	line-height: 1.5em;
}
#FooterRight a {
	color: #ffffff;
	text-decoration: none;
}
#FooterRight a:hover, #FooterRight a:active {
	text-decoration: underline;
}


/* Additional Classes */

.clear {
	clear: both;
	height: 0px;
}
.IEFloatFix {
	padding-left:25px;
	padding-right:25px;
	margin-top:0px !important;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

