*{
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 100%;
}
#top {
	height: 134px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#top_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#slider {
	height: 396px;
	width: 100%;
	background-image: url(../images/slide_bg.jpg);
}
#slider_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 396px;
}
#content {
	width: 100%;
}
#content_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#logo {
	float: left;
	height: 134px;
	width: 226px;
	position: relative;
}
#menu {
	float: right;
	height: 134px;
	width: 680px;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	display: inline;
}


#menu ul li a{
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #289CE5;
	line-height: 134px;
	padding-right: 22px;
	padding-left: 22px;
	float: left;
	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
	transition: all 1s;
}

#menu ul li a:hover{
	color: #000000;
	background-color: #289DEA;
}

#active{
	color: #000000;
	background-color: #289DEA;
}
 
#content_left {
	float: left;
	width: 70%;
}
#content_left_sub{
width:100%;
}
#content_right {
	float: right;
	width: 30%;
}

#submit_form h1, #content_left h1, #content_left_sub h1{
	font-family: Calibri;
	font-size: 22px;
	color: #289DEA;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#content_left p, #content_left_sub p{
	font-size: 12px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#submit_form {
	background-color:#e8eae9;
	border:1px solid #ccc;
	border-radius:20px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.fld{
height:30px;
 width:200px;
 font-size:12px;
 padding-left:5px;
}

.fld2{
height:30px;
 width:176px;
 font-size:12px;
 padding-left:5px;
}

#apDiv1 {
	position:absolute;
	left:69px;
	top:307px;
	width:150px;
	height:40px;
	z-index:1;
}

.submit_button{
	background-color: #289DEA;
	color: #FFFFFF;
	width: 150px;
	height: 40px;
	font-size: 17px;
	border-radius:10px;
}

.submit_button2{
	background-color:#FFFFFF;
	color: #000;
	width: 130px;
	height: 30px;
	font-size: 14px;
	border-radius:10px;
	border:1px solid #CCCCCC;
}

.clr{
clear:both;
}
#footer {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333333;
	margin-top: 35px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #289DEA;
}


#footer a{
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}

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

.txtarea{
height:75px;
 width:200px;
 font-size:12px;
 padding-left:5px;
}

.txtarea2{
height:75px;
 width:176px;
 font-size:12px;
 padding-left:5px;
}
.spl_cont{
	color:#FF6600;
	font-weight: bold;
}
.subhead_bold{
background-color:#FF6633; color:#FFFFFF; padding:2px; border-radius:5px;
}

.listing{
	list-style-position:inside;
	font-size:12px;
	color:#333333;
	line-height:28px;
	padding-left:15px;
}

.contact_sub{
	width:320px;
	border:1px solid #E9E9E9;
	margin:5px;
	float:left;
	-webkit-box-shadow:inset 2px 2px 2px 1px #E3E3E3;
box-shadow:inset 2px 2px 2px 1px #E3E3E3;
}

.chatwindow{
	position:fixed;
	height:42px;
	width:200px;
	left: 928px;
	top: 165px;
	z-index: 9898;
}

.contactus_form{
	height: 260px;
	width: 194px;
	position:fixed;
	left: 928px;
	top: 212px;
	z-index: 9897;
	background-color: #FF8700;
	display:none;
	border-radius:10px;
}

.cont_btn{
}
