/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#383737;
	line-height:22px;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 5px 0; }

h1 { font-size:25px; }

h2 { font-size:35px; font-weight:normal; }

h3 { font-size:22px; font-weight:normal; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.img_right {
	position:relative;
	float:right;
	width:280px;
	padding:3px;
	border:1px solid #C0C0C0;
	margin-left:12px;
}

.img_left {
	position:relative;
	float:left;
	width:280px;
	padding:3px;
	border:1px solid #C0C0C0;
	margin-right:12px;
}

.img_style {
	padding:3px;
	border:1px solid #C0C0C0;
}

.hr-style {
	border-top:1px solid #C0C0C0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin: 25px 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.light-grey {
	color:#959595;
	font-size:14px;
}

.divider_line-vert {
	position:relative;
	width:1px;
	height:295px;
	float:left;
	padding: 20px 0 0 45px;
}

.form-style {
	position:relative;
	width:100%;
	height:auto;
	border: 1px solid #cacaca;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:962px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:962px;
	height:173px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:70px;
	left:325px;
	width:633px;
	height:31px;
}

/* ---- end nav id settings -------------------------- */

#main_top {
	position:relative;
	top:0;
	left:0;
	width:962px;
	min-height:680px;
    height:auto !important;
    height:680px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-top.jpg);
}

#main {
	position:relative;
	top:0;
	left:0;
	width:962px;
	height:auto;
}

/* ---- start main content settings -------------- */

#bg_banner {
	position:relative;
	width:962px;
	height:230px;
	background-repeat:no-repeat;
	background-image:url(images/bg_banner.jpg);
}

.banner-text {
	position:relative;
	width:290px;
	height:auto;
	float:right;
	padding: 60px 60px 0 0;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:555px;
	height:auto;
	padding: 15px 0 0 45px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:890px;
	height:auto;
	padding: 30px 0 0 30px;
}

.news-article {
	border:1px solid #C0C0C0; 
	background-color:#F8F8F8; 
	padding:12px; 
	margin-bottom:10px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:230px;
	height:auto;
	padding: 15px 45px 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:962px;
	height:30px;
	clear:both;
}

.copy {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding: 0 0 0 45px;
}

.slug {
	position:relative;
	float:right;
	padding: 0 45px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:31px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:73px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -31px;
}

.active_01 {
	background-position: 0 -31px !important;
}

a#nav_02 {
	width:84px;
	background-position:-73px 0;
}

a:hover#nav_02{
	background-position:-73px -31px;
}

.active_02 {
	background-position:-73px -31px !important;
}

a#nav_03 {
	width:90px;
	background-position:-157px 0;
}

a:hover#nav_03{
	background-position:-157px -31px;
}

.active_03 {
	background-position:-157px -31px !important;
}

a#nav_04 {
	width:94px;
	background-position:-247px 0;
}

a:hover#nav_04{
	background-position:-247px -31px;
}

.active_04 {
	background-position:-247px -31px !important;
}

a#nav_05 {
	width:110px;
	background-position:-341px 0;
}

a:hover#nav_05{
	background-position:-341px -31px;
}

.active_05 {
	background-position:-341px -31px !important;
}

a#nav_06 {
	width:74px;
	background-position:-451px 0;
}

a:hover#nav_06{
	background-position:-451px -31px;
}

.active_06 {
	background-position:-451px -31px !important;
}

a#nav_07 {
	width:108px;
	background-position:-525px 0;
}

a:hover#nav_07{
	background-position:-525px -31px;
}

.active_07 {
	background-position:-525px -31px !important;
}
