/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:11px;
	margin:0 auto;
	background-color:#A1A1A1;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(images/bg_body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color:#08564c;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

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

h1 {
	color: #08564c;
	font-size:21px;
}

h2 { font-size:17px; }

h3 {
	color: #08564c;
	font-size:18px; }
	
h4 { font-size:13px;}

hr {
	border: 1px solid #e0e0e0;
}

/* ---- 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;
--- */

.intro {
	font-size: 16px;
	line-height: 22px;
}

.title {
	color: #08564c;
}

.borders {
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #e0e0e0;
}
/* ---- layout settings ----------------------- */


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:284px;
	left:30px;
	width:900px;
	height:47px;
}

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

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

#main {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:auto;
	padding: 10px 30px 10px 30px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.jpg);
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:401px;
	height:auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #e0e0e0;
}

#content_main-md {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:620px;
	height:auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #e0e0e0;
}

#content_main-lg {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:847px;
	height:auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #e0e0e0;
}

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

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

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:178px;
	height:auto;
	margin: 0 5px 0 0;
	padding: 10px 20px 10px 20px;
	border: 1px solid #e0e0e0;
}

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

#countdown {
	position:relative;
	text-align:center;
	color:#08564c;
	background-color:#CCCCCC;
	font:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	top:0;
	left:0;
	width:199px;
	height:auto;
	margin: 0 0 5px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e0e0e0;
}


#email {
	position:relative;
	top:0;
	left:0;
	width:199px;
	height:auto;
	margin: 0 0 5px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e0e0e0;
}

#about-course {
	position:relative;
	top:0;
	left:0;
	width:199px;
	height:auto;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e0e0e0;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:212px;
	clear:both;
	padding: 25px 40px 0 40px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
	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:80px;
	background-position:0 0;
}

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


a#nav_02 {
	width:105px;
	background-position:-80px 0;
}

a:hover#nav_02{
	background-position:-80px -47px;
}


a#nav_03 {
	width:74px;
	background-position:-185px 0;
}

a:hover#nav_03{
	background-position:-185px -47px;
}


a#nav_04 {
	width:103px;
	background-position:-259px 0;
}

a:hover#nav_04{
	background-position:-259px -47px;
}


a#nav_05 {
	width:75px;
	background-position:-539px 0;
}

a:hover#nav_05{
	background-position:-539px -47px;
}


a#nav_06 {
	width:106px;
	background-position:-614px 0;
}

a:hover#nav_06{
	background-position:-614px -47px;
}


a#nav_07 {
	width:54px;
	background-position:-720px 0;
}

a:hover#nav_07{
	background-position:-720px -47px;
}


a#nav_08 {
	width:126px;
	background-position:-774px 0;
}

a:hover#nav_08{
	background-position:-774px -47px;
}

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

#hidden-layers {
	position:absolute;
	top:324px;
	left:0;
	width:930px;
	height:auto;
}

#hidden-layers a {
	color:#fff;
	padding:3px;
	display:block;
	font-size:14px;
	text-decoration:none;
}

#hidden-layers a:hover {
	background-color:#006F5F;
	color:#fff;
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#009A8C;
	border-left:1px solid #005E50;
	border-right:1px solid #005E50;
	border-bottom:1px solid #005E50;
}

#L2 { width:170px; left:100px; }
#L3 { width:130px; left:200px; }
#L4 { width:190px; left:260px; }
#L5 { width:175px; left:520px; }
#L6 { width:205px; left:635px; }
#L7 { width:205px; left:740px; }

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

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