/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:770px;
	color:#000;
	font-size:14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#ccc;
}
a {			color:#427ab4; text-decoration:none; }
a:hover {	color:#427ab4; text-decoration:underline; }

strong, b { font-weight:bold;}

.clear {	clear:both;	font-size:0; }






/*------------------------------------ header ------------------------------------*/
#header {
	margin:0 auto;
	border-bottom:9px solid #000;
}







/*------------------------------------------------- content wrappers -------------------------------------------------*/
#content {
	margin:0 auto;
	width:730px;
	padding:20px;
	overflow:hidden;
	background:#fff url(../images/bg_subpage.jpg) top left repeat-x;
}

#content.home {
	width:770px;
	padding:0;
	background:#f47804;
}





/*------------------------------------ homepage ------------------------------------*/
#sidebar {
	float:left;
	display:inline;
	text-align:center;
	width:209px;
	padding:20px;
}

#sidebar img {
	padding-bottom:20px;
}

#content.home #homeImage {
	float:right;
	display:inline;
	width:521px;
	overflow:hidden;
	margin:0;
	padding:0;
}
	
#content.home #homeText {
	float:right;
	display:inline;
	width:491px;
	overflow:hidden;
	padding:10px 10px 0 20px;
	margin:0 0 6px 0;
	background:#fff;
}

/*---------------------- homepage promo footer -------------------------*/

div.homeFooter {
	width:521px;
	margin:0 -10px 0 -20px;
	background:url(../images/bg_home_footer.jpg) top left no-repeat;
	height:107px;
	overflow:hidden;
}
#content.home #homeText div.homeFooter h2 {
	display:block;
	float:left;
	width:365px;
	overflow:hidden;
	color:#cbf0d6;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-top:44px;
	text-align:right;
}

div.homeFooter h2 a {
	color:#cbf0d6;
	text-decoration: none;
}

div.homeFooter h2 a:hover {
	color:#fff;
	text-decoration: none;
}
#content.home #homeText div.homeFooter h3 {
	display:block;
	float:right;
	width:140px;
	overflow:hidden;
	color:#fbd1aa;
	font-size:14px;
	line-height:18px;
	font-style:italic;
	margin-top:45px;
}

div.homeFooter h3 a{
	color:#fbd1aa;
	text-decoration: none;
}

div.homeFooter h3 a:hover {
	color:#fff;
	text-decoration: none;
}





/*---------------------- general subpage styles -------------------------*/
#content h1 {
	margin:0 0 10px 0;
	font-size:28px;
	line-height:32px;
	color:#f47804;
	font-weight:normal;
}

#content h2 {
	font-size:20px;
	line-height:25px;
	color:#f47804;
	font-weight:normal;
}

#content h3 {
	font-size:18px;
	line-height:20px;
	color:#f47804;
	font-weight:bold;
}

#content h4 {
	font-size:18px;
	line-height:20px;
	color:#f47804;
	font-weight:normal;
}



#content p {
	padding:5px 0;
}

#content ul {
	list-style:outside;
	margin:0;
	padding:0 0 0 20px;
	position:relative;
	float:left;
	width: 300px;
	display:inline;
}
#content ul.full {
	width: 700px;
}
#content ul li {
	list-style:outside;
	margin:0 0 10px 10px;
	padding:0;
}

#content ol{
	list-syle: outside;
	margin:0;
	padding:0 0 0 20px;
	position:relative;
	float:left;
	width: 300px;
}
#content ol li {
	margin:0 0 10px 10px;
	padding:0;
}
#content ol.full {
	width: 700px;
}
#content table {border:none;}

#content .pdf {
	padding-left: 30px;
	background: transparent url(../images/pdf.jpg) no-repeat center left;
}

#content blockquote {
background: #ccc;
color: #000;
padding: 8px 25px 8px 25px;
width: 680px;
margin:0;
font-weight: bold;

}




/*---------------------- subpage images -------------------------*/

#content .image {
	width:304px;
	margin:10px 30px 10px 30px;
	overflow:hidden;
	display:block;
	float:left;
}

#content .image img {
	border: 2px solid #999;
}

#content .contactimage {
	width:304px;
	height:250px;
	margin:10px 30px 50px 30px;
	overflow:hidden;
	display:block;
	float:left;
}

#content .contactimage img {
	border: 2px solid #999;
}

#content .image p {
	font-weight:bold;
	color:#f47804;
	text-align:center;
	clear:both;
}




/*---------------------- footer -------------------------*/
#footer {
	width:750px;
	margin:0 auto;
	padding:10px;
	background:#000;
	font-size:12px;
	text-align:center;
}

#footer ul {
	list-style:none;
	font-weight:bold;
	color:#f47804;
}
#footer ul li {
	display:inline;
	padding:0 3px;
}
#footer ul li a {
	color:#fff;
}

#footer p {
	color:#c5c5c5;
}




