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

body, p, li, ul, h1, h2 {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	}
	
	a img { border:none; }

body {
	text-align:center;
	font-size:11px;
	background:url(images/bg-pattern.jpg) top left;
	color:#4C5B61;
	}
img, div { behavior: url(iepngfix.htc); }	
.orange {color:#DD8215;}
.content a {color:#798488;}
h1 { font-size:32px;
	line-height:41px;
	font-weight:normal;
	margin-bottom:40px;
	}
h2 { font-size:32px;
	line-height:41px;
	font-weight:normal;
	margin:0 0 18px 0;
	}
h3 {

	font-size:18px;
	line-height:25px;
	font-weight:bold;
	margin:0 0 8px 0;

}	

img.person { padding:5px 10px 5px 0px; }
	
h1 strong {
	color:#828C90;
	}	
p {
	font-size:12px;
	line-height:18px;
	margin:0 0 18px 0;
	}	
.page {
	width:792px !important;
	width:802px;
	*width:790px;
	text-align:left;
	margin:0 auto 50px auto;
	background: url(images/bg-page.png) repeat-y top left;
	padding:0px 5px;
	
	}
.header {
	background:url(images/bg-header.gif) repeat-x top left;
	height:180px;
	border-bottom:2px solid #e4e6e7;
	margin:0px 0px;
	}
.mainNav {
	border-left:2px solid #dd8215;
	border-right:2px solid #e4e6e7;
	width:97px;
	color:#798488;
	margin:50px 0 0 58px;
	float:left;
	padding:5px 0px 0px 0;
	height:123px;
	}
.mainNav li, .subNav li {
	list-style-type:none;
	}


.subNav { display:none; }	
.subNav li {
	
	display:block;

}	
.mainNav a {
	color:#798488;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0px 0px 8px;
	display:block;
	height:15px;
	}
.subNav a {
	color:#b4babc;
	text-decoration:none;
	padding:1px 0px;
	display:block;
	font-weight:bold;
	}
.subNav a:hover, .subNav a.active {
	color:#798489;
	}
.mainNav a:hover, .mainNav a.active {
	background-color:#dd8215;
	color:#fff;
	}
.subNav {
	width:150px;
	color:#798488;
	margin:50px 0 0 10px;
	float:left;
	padding:5px 0;
	height:100px;
	}
.logoRight {
	float:right;
	margin:17px 48px 0 0;
	}
.homeImg {
	margin:2px 2px;
	}	
.content {
	background:url(images/sub-bg.jpg) repeat-x #f1f1f1;
	padding:50px 60px;
	overflow:auto;
	}
.footer {
	background:#f1f1f1;
	color:#4C5B61;
	clear:both;
	padding:15px 55px 50px 55px;
	}
	
	.footer a { color:#dd8215; }
	
	.footer .hr { 	border-top:1px solid #c9ced0;  margin:15px 0;}
	
.footer span { padding-right:7px;}
.leftCol {
	width:450px;
	margin-right:20px;
	float:left;
	}
.rightCol {
	width:180px;
	border-top:2px solid #e4e6e7;
	float:right;
	padding-top:5px;
	margin-top:58px;
	}
.sidebarContent {
	background-color:#dd8215;
	padding:20px;
	color:#fff;
	line-height:16px;
}

.right {
	text-align:right;
	width:140px;
	}
	
	ol { list-style-type:decimal; }
	ol ol { list-style-type:lower-alpha; margin:5px; }
	ol li { line-height:16px; }
	
	.leftCol ul { list-style-type:disc; padding:8px; font-size:12px; line-height:16px;}
	.leftCol ul ul { list-style-type:circle; padding:10px; }
	.leftCol ul ul ul { list-style-type:square; padding:12px;}