body {background:url(../../img/home/bg.png) repeat-x;}
#container {margin:0 auto; width:960px;}
#logo {float:left;margin: 4px 0;}
#nav ul {list-style:none;float:left;margin:40px 0px 0 312px;}
#nav ul li{display:inline;}
#nav ul li a{color:#fff;text-decoration:none;font-size:18px;margin-right:15px;}
#nav ul li a:hover {color:#aaa;}
#feature {margin-top:20px;}
#featureb { position:relative; margin-top:20px; height:250px;}
#left {float:left;margin-left:-12px;width:450px;}
#right {float:left;width:450px;margin:10px 0 0 40px;}
#right p{color:#d7e3ff;font-size:18px;margin-left:10px;}
#content {margin-top:40px;}
.highlights {width:450px;margin:0 20px 20px 0;float:left;}
.highlights_mobile {width:450px;margin:0 20px 20px 0;}
.highlights h3{font-size:22px;font-weight:bold;}
.highlights img{float:left;margin: 0 10px 60px 0;}
#rel {position:relative;padding-top:23px;margin-left:800px;}
#topnav {
    padding:10px 0px 12px;
    font-size:11px;
    line-height:23px;
    text-align:left;
	
	z-index:0;
}
#topnav a.signin {
    background:#4c586f;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
	
	left:4px;
	
	top:10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *background:transparent url("../../img/home/signin-nav-bg-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin:hover {
    background:#59B;
    *background:transparent url("../../img/home/signin-nav-bg-hover-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
}
a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("../../img/home/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#topnav a.menu-open {
    background:#ddeef6!important;
    color:#666!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
a.signin.menu-open span {
    background-image:url("../../img/home/toggle_up_dark.png");
    color:#789;
}
#signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#ddeef6;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 58.5px;
    right: 58px;
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#789;
    font-size:11px;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('../../img/home/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}
#footer {background:#2c2c2c;color:#fff;}
#footer p {width:960px;margin:0 auto;padding:30px 0;height:200px;}
#footer p a {color:#ddd;}
#footer p a.first {margin-left:450px;}
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}
.clear { clear:both; }
body.sub {background:url(../../img/home/bg-sub.png) repeat-x;}
body.sub2 {background:url(../../img/home/bg-sub2.png) repeat-x;}
.sub #feature h2 {margin-left:10px;float:left;color:#fff;font-weight:bold;width:400px;}
.sub #feature img {margin-left:420px;float:left;}
.sub2 #featureb img {margin-left:40px;float:left;}
.error {
    border: 2px #c32026 solid;
    background-color: #f9e0e1;
    font-weight:bold;
    padding:10px;
    margin-bottom:10px;
}
.error ul {
    margin:0;
    padding:0;
}
.error li {
    margin-left:35px;
}
.success {
    border:2px solid #429f46;
    background-color: #e1f5cd;
    font-color:#429f46
    font-weight:bold;
    padding:10px;
    margin-bottom:10px;
}
#authMessage {
    border:2px solid #23088F;
    background-color:#E5DFFF;
    font-color: #e1f5cd;
    font-weight:bold;
    padding:10px;
    margin-bottom:10px;
}
#slideshow {
	margin:0 auto;
	width:940px;
	height:680px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:820px;
  height:640px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:800px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:640px;
}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:62px;
  height:640px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:-108px;
  left:575px;
  background:transparent url(../../img/home/control-left.jpg) no-repeat 0 0;
}
#rightControl {
  top:-108px;
  right:225px;
  background:transparent url(../../img/home/control-right.jpg) no-repeat 0 0;
}
.slide p{font-size:15px;}
.slide img {float:left;margin-bottom:400px;margin-right:30px;}
.slide h2 {margin-left:10px; font-weight:bold;}
#contactside { position:relative; top:10px; border:2px solid #ddd;padding:10px; width:700px;}
#contacttop { position:relative; height:360px; border:2px solid #ddd;padding:10px; width:700px;}
form.contact textarea {margin-left:0px;  width: 400px; height: 150px; padding:5px;  vertical-align:top;}
form.contact label {float:left; width:125px; padding:4px; background-color:#eee; margin-top:5px; clear:left;  font-weight:bold;}
form.contact .normal	{
	border: 1px solid #CCCCCC;padding: 6px;background-color: #F3F3F3; font-weight:bold;
	margin-left:30px;
	
}
#aboutside {float:right;padding:0px;width:220px;margin-right:90px;}
#aboutside h3 {color:#444;}
#learnmore { position:relative; width:000px; height:300px;}
#sponser {background-image: url(../../img/home/sponser-header.gif; width:900px; height:300px;}