/* CSS Document */

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

a {
	color:#8e9e63;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus { 
	outline:none;
}



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

h1 { font-size:28px; color:#607ea7; }

h2 { font-size:22px; color:#607ea7;  }

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;
}

.img_border {
	border:1px solid #ededed;
	padding:4px;
	margin:5px 0;
}

.intro {
	color:#8e9e63;
}

.practice-pic {
	padding:3px;
	border:1px solid #ededed;
	margin:5px;
}

.profile-pic {
	padding:3px;
	border:1px solid #ededed;
	float:right;
	margin:5px;
}
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

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


#header-wrapper {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position:center top;
	background-image:url(images/header-main-wrap.jpg);
	background-repeat:no-repeat;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position:center top;
	background-image:url(images/header-wrapper.jpg);
	background-repeat:repeat-x;
}

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

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

#logo {
	position:absolute;
	top:0;
	left:0;
	width:311px;
	height:123px;
}

#fb {
	position:absolute;
	top:39px;
	right:37px;
	width:32px;
	height:32px;
}

#video-slider {
	width:960px;
	height:419px;
	background-image:url(images/bg_video-slider.jpg);
	background-repeat:no-repeat;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:64px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:auto;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-y;
	padding:32px 35px;
}

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

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

#welcome {
	position:relative;
	width:400px;
	height:auto;
	float:left;
}

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

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

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

.dotted-box {
	position:relative;
	width:202px;
	height:auto;
	padding:10px;
	float:right;
	border:1px dashed #dedede;
	margin:0 0 14px 0;
	clear:right;
	text-align:center;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:340px;
	clear:both;
	background-image:url(images/bg_footer2.jpg);
	background-repeat:no-repeat;
	padding:34px 55px 0 55px;
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.footer-heading{
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
}

#footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

#footer ul li {
	list-style:none;
	padding:0;
	margin:0;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

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

#copyright {
	position:absolute;
	bottom:80px;
	left:55px;
}

#zeekee {
	position:absolute;
	bottom:80px;
	right:55px;
}

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

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

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

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

a#nav_02 {
	width:117px;
	background-position:-87px 0;
}

a:hover#nav_02{
	background-position:-87px -64px;
}

.active_02 {
	background-position:-87px -64px !important;
}

a#nav_03 {
	width:90px;
	background-position:-204px 0;
}

a:hover#nav_03{
	background-position:-204px -64px;
}

.active_03 {
	background-position:-204px -64px !important;
}

a#nav_04 {
	width:109px;
	background-position:-294px 0;
}

a:hover#nav_04{
	background-position:-294px -64px;
}

.active_04 {
	background-position:-294px -64px !important;
}

a#nav_05 {
	width:93px;
	background-position:-403px 0;
}

a:hover#nav_05{
	background-position:-403px -64px;
}

.active_05 {
	background-position:-403px -64px !important;
}

a#nav_06 {
	width:127px;
	background-position:-496px 0;
}

a:hover#nav_06{
	background-position:-496px -64px;
}

.active_06 {
	background-position:-496px -64px !important;
}

a#nav_07 {
	width:130px;
	background-position:-623px 0;
}

a:hover#nav_07{
	background-position:-623px -64px;
}

.active_07 {
	background-position:-623px -64px !important;
}

a#nav_08 {
	width:69px;
	background-position:-753px 0;
}

a:hover#nav_08{
	background-position:-753px -64px;
}

.active_08 {
	background-position:-753px -64px !important;
}

a#nav_09 {
	width:138px;
	background-position:-822px 0;
}

a:hover#nav_09{
	background-position:-822px -64px;
}

.active_09 {
	background-position:-822px -64px !important;
}

