/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666666;
	font-size:.75em;
	line-height:18px;
	margin:0 0 25px 0;
	background-color:#575757;
	font-family:Arial, Helvetica, sans-serif;
}

a { color:#006699; text-decoration:none; font-weight:bold; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.a-img { border:0; }

.a-img-hover { border:0; }

a:hover img.a-img-hover {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}

.blue-text { color:#2463a3; }

.img-top {
	position:absolute;
	top:0;
	left:0;
}

.img-btm {
	position:absolute;
	left:0;
	bottom:0;
}

.sb-item {
	position:relative;
	top:0;
	left:0;
	width:218px;
	height:auto;
	padding:15px;
	background-repeat:repeat-y;
	background-image:url(images/bg_sb-item.gif);
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:908px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:846px;
	height:96px;
	text-align:right;
	padding:8px 62px 0 0;
	background-repeat:no-repeat;
	background-image:url(images/img_header.gif);
}

#header a { color:#fff; text-decoration:none; }

#header a:hover { text-decoration:underline; }

#banner {
	position:relative;
	top:0;
	left:0;
	width:908px;
	height:218px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:908px;
	height:47px;
}

#sub_nav {
	position:relative;
	top:0;
	left:0;
	color:#fff;
	width:908px;
	height:27px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:888px;
	height:auto;
	padding:10px;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.gif);
}

/* ---- start main content settings -------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:598px;
	height:auto;
	padding:20px;
	background-repeat:repeat-y;
	background-image:url(images/bg_content.gif);
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:248px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	clear:both;
	width:908px;
	height:25px;
	font-size:10px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:47px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:147px;
	background-position:0 0;
}

a:hover#nav_01 {
	background-position: 0 -53px;
}

.active_01 {
	background-position: 0 -53px !important;
}

a#nav_02 {
	width:155px;
	background-position:-147px 0;
}

a:hover#nav_02 {
	background-position:-147px -53px;
}

.active_02 {
	background-position:-147px -53px !important;
}

a#nav_03 {
	width:101px;
	background-position:-302px 0;
}

a:hover#nav_03 {
	background-position:-302px -53px;
}

.active_03 {
	background-position:-302px -53px !important;
}

a#nav_04 {
	width:80px;
	background-position:-403px 0;
}

a:hover#nav_04 {
	background-position:-403px -53px;
}

.active_04 {
	background-position:-403px -53px !important;
}

a#nav_05 {
	width:131px;
	background-position:-483px 0;
}

a:hover#nav_05 {
	background-position:-483px -53px;
}

.active_05 {
	background-position:-483px -53px !important;
}

a#nav_06 {
	width:120px;
	background-position:-614px 0;
}

a:hover#nav_06 {
	background-position:-614px -53px;
}

.active_06 {
	background-position:-614px -53px !important;
}

a#nav_07 {
	width:170px;
	background-position:-734px 0;
}

a:hover#nav_07 {
	background-position:-734px -53px;
}

.active_07 {
	background-position:-734px -53px !important;
}


/* ---- start nav drop settings -------------------------- */

#sub_nav a {
	color:#fff;
	height:27px;
	font-size:14px;
	padding:0 5px 0 5px;
	text-decoration:none;
}

#sub_nav a:hover {
	text-decoration:underline;
}

#L1, #L2, #L3 {
	position:absolute;
	visibility:hidden;
	width:auto;
	height:22px;
	padding:5px 0 0 0;
}

#L1 { width:615px; left:86px; }
#L2 { width:300px; left:600px; }
#L3 { width:350px; left:500px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}






