/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4c4c4c;
	font-size:14px;
	margin:0 auto;
	text-align: justify;
	background-color:#e1eaf1;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	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;
}

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

.img_border {
	float: left;
	padding: 1px;
	margin: 0 10px 10px 0;
	border: 3px solid #E1CDE9;
}

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:85px;
	left:26px;
	width:898px;
	height:100px;
}

#nav1 {
	position:relative;
	top:0;
	left:-12px;
	width:147px;
	height:auto;
}

#nav2 {
	position:relative;
	top:22px;
	left:-12px;
	width:147px;
	height:auto;
}

#nav3 {
	position:relative;
	top:42px;
	left:-12px;
	width:113px;
	height:auto;
}

#nav4 {
	position:relative;
	top:62px;
	left:-12px;
	width:121px;
	height:auto;
}

#nav_sub {
	position:absolute;
	top:110px;
	left:0;
	width:904px;
	height:auto;
}
/* ---- end nav id settings -------------------------- */

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

#content_top {
	position:relative;
	top:0;
	left:0;
	width:838px;
	height:auto;
	padding: 0 60px 20px 52px;
	background-repeat: repeat-y;
	background-image: url(images/bg_container-top.jpg);
}

#content_btm {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	padding: 0 40px 0 40px;
}

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

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

#content_main-lg {
	position:relative;
	top:0;
	left:0;
	width:810px;
	height:auto;
	padding: 0 0 0 20px;
}

#blue {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:327px;
	height:auto;
	background-repeat: repeat-y;
	padding: 30px 24px 20px 30px;
	background-image: url(images/bg_blue.jpg);
}

#yellow {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:420px;
	height:auto;
	background-repeat: repeat-y;
	padding: 30px 30px 20px 30px;
	background-image: url(images/bg_yellow.jpg);
}

#red {
	position:relative;
	top:0;
	left:5px;
	float:right;
	width:480px;
	height:auto;
}
/* ---- end main content settings ---------------- */

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

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

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

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

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:127px;
	cursor:pointer;
	background-position:-122px 0;
}

a:hover#nav_02{
	background-position:-122px -100px;
}

.active_02 {
	background-position:-122px -100px !important;
}

a#nav_03 {
	width:146px;
	cursor:pointer;
	background-position:-249px 0;
}

a:hover#nav_03{
	background-position:-249px -100px;
}

.active_03 {
	background-position:-249px -100px !important;
}

a#nav_04 {
	width:154px;
	cursor:pointer;
	background-position:-395px 0;
}

a:hover#nav_04{
	background-position:-395px -100px;
}

.active_04 {
	background-position:-395px -100px !important;
}

a#nav_05 {
	width:79px;
	cursor:pointer;
	background-position:-549px 0;
}



a:hover#nav_05{
	background-position:-549px -100px;
}

.active_05 {
	background-position:-549px -100px !important;
}

a#nav_06 {
	width:123px;
	cursor:pointer;
	background-position:-628px 0;
}

a:hover#nav_06{
	background-position:-628px -100px;
}

.active_06 {
	background-position:-628px -100px !important;
}

a#nav_07 {
	width:147px;
	cursor:pointer;
	background-position:-751px 0;
}

a:hover#nav_07{
	background-position:-751px -100px;
}

.active_07 {
	background-position:-751px -100px !important;
}

/* ---- start nav drop settings -------------------------- */

#nav_sub a {
	display: block;
	color:#000;
	font-size:12px;
	text-decoration:none;
	border-bottom: 1px solid #8FABBF;
}

#nav_sub a:hover {
	background-color: #8FABBF;
}

#L1, #L2, #L3, #L4 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #C5D8E7;
}

#L1 { width:149px; left:423px; top: 10px; }
#L2 { width:76px; left:576px; top: 24px; }
#L3 { width:127px; left:284px; }
#L4 { width:127px; left:284px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
