/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#504f53;
	font-size:14px;
	margin:0 auto;
	background-color:#88878b;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

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

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

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

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

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

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

ul li {
list-style-type:none;
background:#FFFFFF;
background:url(images/img_bullet-list.jpg) left center no-repeat;
padding-left:15px;
margin-left:-30px; 
}


.border {
	border:solid 2px #8D1900;

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

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


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

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

#banner {
	position:relative;
	top:0;
	left:0;
	width:874px;
	height:230px;
	margin: 0 auto;
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
}

#request {
	position:relative;
	top:0;
	left:0;
	width:311px;
	height:58px;
	float:left;
	margin: 162px 0 0 80px;
	
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:37px;
	left:220px;
	width:684px;
	height:28px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:874px;
	height:auto;
	background-color:#9E9DA2;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;

	
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:450px;
	height:auto;
	padding: 10px 20px 0 0;
	margin: 0 20px 0 0;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:450px;
	height:auto;
	padding: 20px 0 0 10px;

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:334px;
	height:auto;
	padding: 20px 0 0 20px;
}

#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:334px;
	height:auto;
	padding: 20px 0 0 80px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:854px;
	height:54px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

.copy {
	float:left;
	padding: 10px 190px 0 0;
}

.center_info {
	float:left;
	padding: 4px 0 0 0;
}

.slug {
	float:right;
	padding: 3px 0 0 0;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:81px;
	cursor:default;
	background-position:-94px 0;
}

a:hover#nav_02{
	background-position:-94px -28px;
}

.active_02 {
	background-position:-94px -28px !important;
}

a#nav_03 {
	width:98px;
	cursor:default;
	background-position:-175px 0;
}

a:hover#nav_03{
	background-position:-175px -28px;
}

.active_03 {
	background-position:-175px -28px !important;
}

a#nav_04 {
	width:176px;
	cursor:default;
	background-position:-273px 0;
}

a:hover#nav_04{
	background-position:-273px -28px;

}


.active_04 {
	background-position:-273px -28px !important;
}

a#nav_05 {
	width:116px;
	cursor:default;
	background-position:-449px 0;
}

a:hover#nav_05{
	background-position:-449px -28px;

}


.active_05 {
	background-position:-449px -28px !important;
}

a#nav_06 {
	width:119px;
	cursor:default;
	background-position:-565px 0;
}

a:hover#nav_06{
	background-position:-565px -28px;

}


.active_06 {
	background-position:-565px -28px !important;
}
