/* Sitewide*/

body {
	margin: 0;
	padding: 0;
	background: #ddd;
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

a img {
	border: none;
}

img {
	border: medium none;
}
#header img { behavior: url(iepngfix.htc) }
.messageHome img { behavior: url(iepngfix.htc)}
br {
	clear: both;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}


.left {
	float: left;
}

.right {
	float: right;
}

.main {
	width: 900px;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ---------------- 
      Structure 
   ----------------
*/

#header {
	width: 900px;
	margin:0 auto;
	height: 100px;
	background: transparent url(images/head_bg.jpg) repeat-x;
}
#headerBG {
	background:transparent url(images/head_bg.jpg) repeat-x;
}
#header .inner {
	width: 900px;
	text-align: left;
	position: relative;
	z-index: 9000;
	padding-top:3px;
}

#header .inner .left, #header .inner .right {
	position: absolute;
	top: 0;
	left: 0;
}
#header .inner .right {
	left: 330px;
}
#header ul {
	margin-top:35px;
	list-style-type:none;
	text-decoration:none;
}
#header li {
	display:inline;
	padding-left:10px;	
}
#header ul a:link, #header ul a:visited {
	padding-right:10px;
	font-size: 16px;
	font-family:'Optima','Trebuchet MS', Arial, Verdana, Sans-Serif ;
	border-right:1px dotted #ff0000;
}
#header ul a:hover {
	text-decoration:underline
}

/* Home Page Content */

#mainContent {
	width:900px;
	margin:0 auto;
	height: 345px;
	background: #fff url(images/content_bg.jpg) repeat-x ;
	position: relative;
	padding-bottom:10px;
}
#mainContentBG {
	background: #fff url(images/content_bg.jpg) repeat-x;
}
#mainContent .inner {
	width: 900px;
	text-align: left;
	position: relative;
}
.messageHome {
	width: 900px;
	height: 416px;
	position: absolute;
	top: -43px;
	left: 0;
}

.messageHome .text {
	width: 400px;
	padding-top: 195px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 16px;
}

/*Page Template */
#content {
	width: 900px;
	background: url(images/content_bg.jpg) repeat-x #fff;
	margin:0 auto;
}

#mainContent {
	padding-bottom:30px;
	padding-top:30px;
	background: url(images/content_bg.jpg) repeat-x #fff;
	width:900px;
}

#content .headline {
	background:transparent url(images/headline_bg.gif) no-repeat scroll center bottom;
	height:78px;
	padding-top:30px;
	width:900px;
}

#pageContent .inner {
	width: 900px;
	text-align: left;
	background: url(images/main_bg.gif) no-repeat scroll 0 0;
}

#pageContent .contentText {
	width:575px;
	font-size:12px;
	line-height:20px;
	padding-bottom:20px;
}

#pageContent .right {
	padding-top:10px;
	text-align:left;
	width:280px;
}

.sideNav {
	font-size:14px;
	color:#ff0000;
	line-height:30px;
	list-style-image: url(images/list_logo.gif);
}
.sideNav ul {
	
}
.sideNav li {
	text-decoration:none;
}
.subNav {
	font-size:12px;
	color:#2255aa;
	line-height:20px;
	list-style-image:none;
	list-style-type:none;
}
.sideNav .subNav a:link, .sideNav .subNav a:visited {
	color:#2255aa;
	line-height:20px;
	font-weight:500;
	font-size:12px;
}
.sideNav a:link, .sideNav a:visited, .sideNav a:active {
	color:#ff0000;
	font-size:14px;
	line-height:30px;
	font-weight:550;
}
.sideNav a:hover {
	text-decoration:underline;
}
/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	width:900px;
	margin:0 auto;
	height: 305px;
	background:#2255aa;
	color:#fff;
	font-size: 12px;
	line-height: 16px;
}
#footerBG {
	background:#2255aa repeat-y;
	
}
#footer .inner {
	width: 900px;
	text-align: left;
}

#footer .left {
	float: left;
	width: 290px;
	margin-right: 20px;
	background: url(../images/footer_left-middle_bg.jpg) repeat-x;
}

#footer .left .inner {
	width: 270px;
	padding-top: 25px;
}

#footer .middle {
	float: left;
	width: 290px;
	margin-right: 10px;
	background: url(../images/footer_left-middle_bg.jpg) repeat-x;
}

#footer .middle .inner {
	width: 270px;
	padding-top: 25px;
}

#footer .right {
	float: right;
	width: 280px;
}

#footer .right .inner {
	float: right;
	width: 280px;
	padding-top: 25px;
}

#footer .text {
	margin-top: 18px;
	padding: 0 0 0 3px;
}


#footer .copyright {
	width: 900px;
	margin-top: 37px;
	padding: 0;
	font-size: 10px;
}

#footer a:link, #footer a:visited #footer a:active, #footer a{
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
a.copy:hover {
	text-decoration: underline;
}

#footer .copyright .left {
	float: left;
	width: 280px;
	background: none;
	text-align: left;
	margin: 0;
}

#footer .copyright .right {
	width: 613px;
	float: left;
	text-align: right;
}




/*-------------------------------------------------
Fonts & Styling
-------------------------------------------------*/

h1 {
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.headline h1 {
	padding-top:25px;
	font-size: 22px;
	
}
h2 {
	line-height:normal;
	font-size:18px;
}


a:link, a:visited, a:focus, a:active {
	font-family: Arial, Verdana, sans-serif;
	color:#2255aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


ul {
	list-style-type: none;
	line-height:20px;
}

blockquote {
	font-style:italic;
	font-size:12px;
	color:#000;
	background: transparent url(images/quoleft.gif) left top no-repeat;
	margin-right:10px;
}
.blockquote {
	padding:10px 25px 0px 40px;
	background: transparent url(images/quoright.gif) right bottom no-repeat;
	
}
/* Page Specific */

#contactUs {
		font-size:16px;
		padding-bottom:30px;
		padding-top:30px;
		width:900px;
}
