/* this is the default font family & size 
Orange - #EB6530
Blue - #3A6CA2
Font - #333333
*/
p, ul, il {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dashed #EB6530;
	border-style: none none dashed;
}

a:link { color: #EB6530; }
a:visited { color: #3A6CA2; }
a:hover { color: #3A6CA2; }
a:active { color: #3A6CA2; }

/* HEADER STYLES */
h1, .cfont7 { margin: 12px 0px 0px 10px; font-size: 24px; font-weight: bold; color:#535353;}
h2, .cfont6 { font-size: 14px; font-weight: bold; color:#3A6CA2;}
h3, .cfont5, .cbodyhdr1, .cbodyhdr2 { font-size: 12px; font-weight: bold; color:#3A6CA2; }
h4, .cfont4, .cbodyhdr4 { font-size: 11px; font-weight: bold; color:#3A6CA2;}
h5, .cfont3 { font-size: 10px; font-weight: bold; color:#3A6CA2;}
h6, .cfont1 { font-size: 9px; font-weight: bold; color:#3A6CA2;}

body {
	margin: 18px 0 0 0;
	background-color: #3A6CA2;
	/*background-image: url(images/bg-tile.jpg);*/
	background-image: url(images/bg-tile2.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 987px;
	background: url(images/content-top-bg.jpg) no-repeat;
	
}

#body-wrapper {
	float: left;
	width: 987px;
	background: url(images/content-bg-main3.jpg);
	background-repeat:repeat-y;

}

#container-header {
	margin: 0 0 0 0;
	width:987px;
	height:194px;

}

#container-left {
	float: left;
	width: 125px;
	height: 350px;
}

#side-image {
	position:relative;
	padding: 0px 0px 0px 0px;
	left:14px;
	top:6px;
	width:107px;
	height:148px;
	background-image: url(images/left-nav-bg.jpg);
	background-repeat: no-repeat;
}


#container-right {
	margin-right:25px;
	float: right;
	width: 157px;
}

#side-nav {
	margin-top:6px;
	width:153px;
	height:157px;
	background-color:#F0F0F0;
	border: 1px solid #083A6E;
}

#side-nav p,ul,li {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}

#side-nav ul { padding-top: 8px; margin:12px 0px 4px 10px; padding:0; list-style-image: url(images/bullet.gif);}
#side-nav li { margin: 10px 0px 5px 15px; padding:0; line-height:15px;}

#side-nav a:link { color: #EB6530; font-weight:none;}
#side-nav a:visited { color: #3A6CA2; font-weight:none}
#side-nav a:hover { color: #3A6CA2; font-weight:none}
#side-nav a:active { color: #3A6CA2; font-weight:none}


#container-center { 
	padding-top:6px;
	vertical-align:top;
	float: left;
	width: 65%;
}

#container-page-header { 
	float: inherit;
	width: 100%;
	background:url(images/page-header-bg.jpg);
}

#container-page-title{ 
	float: left;
	padding: 4px 8px 0 0;
	background:#FFFFFF;
}

#container-page-title h1 { 
	font-size:20px;
	color:#083A6E;
	font-family:"Lucida Sans";
	font-style:italic;
	padding-bottom: 10px;
}

#container-content {
	padding: 0 0px 20px 20px;
	width: 100%;
}

#container-footer {
	clear: both;
	height:57px;
	background-image: url(images/content-bg-main-footer.jpg);
}


#container-footer p{
padding-top: 6px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
line-height:18px;
}

#container-footer a:link { color: #FFFFFF; }
#container-footer a:visited { color: #FFFFFF; }
#container-footer a:hover { color: #FFFFFF; }
#container-footer a:active { color: #FFFFFF; }




#header {
	position:relative;
	left:14px;
	top:9px;
	width:980px;
	height:157px;
}

#top-nav {
	margin-left:14px;
	margin-top:10px;
	width:954px;
	height:26px;
	background-image: url(images/top-nav-bg.jpg);
	background-repeat: repeat-x;
}



/*Default Nav Links*/
#top-nav-text {
	position:relative;
	left:8px;
	top:8px;
	width:970px;
	height:23px;
	background-image: url(images/top-nav-bg2.jpg);
	background-repeat: repeat-x;
}
#top-nav-text a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#top-nav-text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 23px; 
	text-decoration: none;
	background-image: url(images/nav-btn-bg.jpg);


}
#top-nav-text a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#top-nav-text a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#copyright p{
margin: 5px 0 0 0 ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
line-height:18px;
}
