/* CSS Document */

/* ===== Default Classes ===== */
body {
	margin:0 auto;
	font-family:Verdana;
	color:#535361;
	font-size:11px;
}
.container {
	width:894px;
	margin:0px auto;
	border:6px solid #fdb813;
	background:url(bg.gif) repeat-x #012962;
	padding:26px 34px 26px 35px;
	overflow:hidden;
}
ul, ol {
	margin:0px;
	padding:0px;
}
.bold {
	font-weight:bold;
}
A:link {
	color: #0f1474;
	text-decoration:underline;
}
A:visited {
	color: #0f1474;
	text-decoration:underline;
}
A:hover {
	color: #0f1474;
	text-decoration:none;
}
/* ========================== */

/* ====== Header Classes ===== */
.head {
	width:894px;
	float:left;
	height:156px;
	background-color:#FFF;
}
.hLogo {
	width:242px;
	float:left;
	margin:3px 0px 0px 20px;
}
.hphone {
	width:218px;
	float:right;
	margin:22px;
	border:1px solid #e1e1e1;
	padding:20px;
}
.hnav {
	width:894px;
	float:left;
}
.main-nav {
	width:840px;
	float:left;
}
.headimg {
	width:900px;
	float:left;
}
/* ========================== */

/* ===== Content Classes ===== */

#maincontent {
	width:894px;
	clear:both;
	position:relative;
	overflow:hidden;
	background:#fff url(home-container-bg.jpg) no-repeat top;
}

#maincontent-inner {
	width:894px;
	clear:both;
	position:relative;
	overflow:hidden;
	background:#fff url(inner-container-bg.jpg) no-repeat top;
}
.content-left {
	width:261px;
}
.content-right {
	width:633px;
	float:left;
}
.leftpanel {
	background:url(left-panel.png) no-repeat top;
	top:144px;
	position:relative;
	padding:26px 0 0 35px;
}
.leftpanel h3 {
	color:#012962;
	font-size:11px;
	font-weight:bold;
}
#sidebar {
	background:url(left-panel.png) no-repeat;
	width:250px;
	position:relative;
	top:128px;
	left:22px;
	min-height:615px;
}
#sidebar ul {
	margin:0;
	padding:18px;
	list-style:none;
}
#sidebar h1 {
	background:url(bullet.gif) no-repeat 20px 25px;
	padding:25px 0 0px 38px;
}
#sidebar ul li h6 {
	margin:0;
	padding:0;
	color:#012962;
	font-size:11px;
	font-weight:700;
}
#sidebar ul li p {
	margin:0;
	padding:5px 0;
	font-size:11px;
}
#sidebar ul li a {
	background:url(a-bullet.gif) no-repeat 0px 3px;
	padding:0 12px;
	font-weight:700;
	font-size:10px;
	text-decoration:underline;
}
#sidebar ul li {
	margin:0 17px 10px 0;
}
#articles {
	width:580px;
	position:absolute;
	top:371px;
	right:0;
	padding:0 20px 0 0;
}
#articles2 {
	width:580px;
	position:absolute;
	top:300px;
	right:0;
	padding:0 20px 0 0;
}
#articles, #articles2 p {
	margin:10px 0;
	padding:0;
}
#articles, #articles2 a {
	background:url(a-bullet2.gif) no-repeat 0px 5px;
	padding:0 12px;
	font-weight:700;
	font-size:10px;
	text-decoration:underline;
	color:#9a9a9a;
}
.v-sep {
	width:14px;
	float:left;
	padding: 4px 0px 0px 0px;
}
#footer {
	width:963px;
	margin:0 auto;
	text-align:center;
	padding:5px 0;
	font-size:10px;
}
#footer p {
	margin:0;
	padding:4px 0;
}
#footer a {
	font-size:10px;
	color:#012962;
	text-decoration:none;
}

