body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eceae1;
 }
 

#wrapper {
	width: 865px;
	margin: auto;
	background-repeat: repeat-y;
	background-image: url(../images/wrapper-bg.gif);
 }
 
#header {
	width: 865px;
	height: 111px;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
 }
#right .righthead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 50px;
	color: #5a5a3e;
}

#header .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: 120px;
	margin-top: 15px;
	line-height: 18px;
}

#header .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #8BB623;
	float: left;
	width: 400px;
	margin-top: 20px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 35px;
}

#header .logo {
	width: 158px;
	float: left;
}
#header .contact {
	float: right;
	margin-top: 15px;
	height: 78px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/head-phone-bg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
}
 
 
 #nav {
	width: 865px;
	height: 39px;
	color: #000;
	background-image: url(../images/nav-bg.gif);
	padding-left: 40px;
	float: left;
 }


#nav ul li{
	/*As you can see guys; I defined float to left for <li></li> so it will be compatible in IE6*/
  float:left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a{
  /*Same goes here. Define float to left.*/
  float:left;
}

 #banner {
	width: 900px;
	background-color:#ecefea;
	height: 115px;
	background-image: url(../images/h-contentop.gif);
	padding-top: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
 } 
 
#content {
	height: 100%;
	width: 590px;
	float: left;
	text-align: left;
 }
#content .table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
}

#content ul {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 15px;
}

#content .mainstory {
	color: #181818;
	background-color: #f6f5f1;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content .btt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	background-color: #ECEFEA;
	padding-right: 3px;
	padding-left: 3px;
}

#content hr {
	color: #FC0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 10px;
}

#content p a {
	color: #095284;
	text-decoration: none;
	font-weight: normal;
}
#content p a:hover {
	color: #095284;
	text-decoration: underline;
}


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #0871a1;
	font-weight: normal;
	padding-left: 20px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	padding-left: 20px;
	text-align: left;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #85AE21;
	text-align: left;
	padding-left: 20px;
}
#content .p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #360;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
}
#content .p3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
}
#content .sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #85AE21;
	text-align: left;
}

 
#right {
	background-color:#ECEFEA;
	height: 100%;
	width: 249px;
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
 }
#right .contact {
	font-size: 1.2em;
	font-weight: bold;
}

#right .testi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a3e;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

#right .button {
	color: #085385;
	background-color: #f8d203;
	font-weight: bold;
	border: 1px solid #999;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	line-height: 14px;
}

#right .top {
	background-image: url(../images/r-topbar.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 254px;
	background-color: #09F;
}


#right p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	color: #0069A0;
}
#right td {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #0871a1;
}
#right tr {
	margin-bottom: 10px;
	height: 25px;
}


#footer {
	width: 100%;
	clear: both;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
	padding-top: 10px;
 }
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer a {
	color: #d4d1c2;
	text-decoration: none;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.bordergray {
	background-image: url(../images/border/brd_frm_l.gif);
	background-repeat:repeat-y;
	background-position: left top;
	height: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-left: 10px;
}

.bordergray .brd_frm_r{
	background-image: url(../images/border/brd_frm_r.gif);
	background-repeat:repeat-y;
	background-position: right top;
}

.bordergray div.top{
	background-image: url(../images/border/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 20px;
}

.bordergray div.top div.topdiv{
	height: 30px;
}

.bordergray div.top div.title{
	color:#000000;
	font-weight:normal;
	font-size: 12px;
	padding:0px 0px 0px 10px;
	float:left;
}

.bordergray div.top div.brd_frm_ul{
	background-image: url(../images/border/brd_frm_ul.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:21px;
	height: 20px;
	float:left;
}

.bordergray div.top div.brd_frm_ur{
	background-image: url(../images/border/brd_frm_ur.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: 21px;
	height: 20px;
	float:right;
}

.bordergray .bodycontent {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}

.bordergray div.bottom{
	background-image: url(../images/border/brd_frm_bot.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_ll{
	background-image: url(../images/border/brd_frm_ll.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	width: 18px;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_lr{
	background-image: url(../images/border/brd_frm_lr.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width: 18px;
	height: 22px;
}
.SquareUpVideo {
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#wrapper1 {
	width: 865px;
	margin: auto;
	background-repeat: repeat-y;
	background-color: #FFF;
}
#Video640 {
	margin-left: 100px;
	height: 500px;
	width: 660px;
}
