/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#95b9e2;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_back.jpg);
}

#bg_repeat-top {
	position:relative;
	background-repeat:repeat-x;
	background-position:top center;
	background-image:url(images/bg_repeat-top.jpg);
	margin:0 auto;
}

#bg_back-top {
	position:relative;
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
}

a {
	color:#4C8EDA;
	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;
}

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

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:232px;
	left:214px;
	width:562px;
	height:42px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:986px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

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

#content_main {
	position:relative;
	line-height:18px;
	top:0;
	left:0;
	float:left;
	width:716px;
	min-height:480px;
    height:auto !important;
    height:480px;
	padding: 0 0 0 40px;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:174px;
	height:auto;
	padding: 0 40px 0 0;
}

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

#bg_footer-repeat {
	position:relative;
	width:100%;
	height:75px;
	background-repeat:repeat-x;
	background-image:url(images/bg_footer-repeat.jpg);
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:40px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
	margin: 0 auto;
	padding: 35px 20px 0 20px;

}

#copy {
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:auto;
	float:left;
	padding: 10px 0 0 0;
	color:#020C27;
}

#zi {
	position:relative;
	top:0;
	left:0;
	width:120px;
	height:auto;
	float:right;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:102px;
	background-position:-82px 0;
}

a:hover#nav_02{
	background-position:-82px -42px;
}

.active_02 {
	background-position:-82px -42px !important;
}

a#nav_03 {
	width:142px;
	background-position:-184px 0;
}

a:hover#nav_03{
	background-position:-184px -42px;
}

.active_03 {
	background-position:-184px -42px !important;
}

a#nav_04 {
	width:124px;
	background-position:-326px 0;
}

a:hover#nav_04{
	background-position:-326px -42px;
}

.active_04 {
	background-position:-326px -42px !important;
}


a#nav_05 {
	width:112px;
	background-position:-450px 0;
}

a:hover#nav_05{
	background-position:-450px -42px;
}

.active_05 {
	background-position:-450px -42px !important;
}

