@charset "UTF-8";

body{
	background-image:url(../_images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#a8dce3;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#7d7d7d;
}

img{
	border:0;
}

p{
	clear:left;
}
#connect_footer{
	position:absolute;
	left:50%;
	top:46px;
	margin-left:-250px;
	width:500px;
	height:20px;
	text-align:right;
}
p.title{
	clear:left;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
}

.subtitle{
	font-weight:bold;
}

p.subtitle_faq{
	font-weight:bold;
	color:#6CAE40;
	font-size:14px;
	margin-bottom:16px;
}

.row2{
	background-color:#B3DB9F;	
}
/* LINKS */

a:link, a:visited{
	/*color:#4cadba;*/
	color:#68b445;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
}

/* END LINKS */

#wrapper{
	width:864px;
	margin:auto;
	overflow:hidden;
}

#wrapper2{
}

#wrapper3{	
	background-image:url(../_images/bkgd_mid.png);
	background-repeat:repeat-y;
	padding-bottom:20px;
}

#wrapper4{
	width:790px;
	margin:auto;
}

#end_top{
	background-image:url(../_images/bkgd_top.png);
	background-repeat:no-repeat;
	height:19px;
}

#end_bottom{
	background-image:url(../_images/bkgd_bottom.png);
	background-repeat:no-repeat;
	height:19px;
}

/* HEADER */

#header{
	overflow:hidden;
}

#header #logo{
	float:left;
}

#header #nav{
	float:right;
}

#header #nav div{
	float:left;
}

#header #nav div.marginLeft{
	margin-left:30px;
}

.floatLeft{
	float:left;
}

#header form{
	float:left;
	margin-top:5px;
}

#header #textfield{
	border:#c9c9c9 1px solid;
	height:18px;
	width:129px;
	height:18px;
	margin-right:10px;
	margin-left:5px;
}

form input #button{
	width:300px;
}

/* END HEADER */


/* BANNER */

#banner{
	margin-top:20px;
}

#banner #banner_home{
	background-image:url(../_images/header_home.jpg);
	width:790px;
	height:240px;
}

#banner #quote{
	background-image:url(../_images/_quotes/quote.php);
	background-repeat:no-repeat;
	width:360px;
	height:150px;
	position:relative;
	top:20px;
	left:409px;
}

#banner #newsletter{
	position:relative;
	left:575px;
	bottom:-15px;
}

#banner #newsletter #newsletter_form{
	position:relative;
	left:20px;
	margin-top:5px;
}

#banner #newsletter #newsletter_form form{
}

#banner #newsletter #newsletter_form #textfield{
	border:#5f8341 1px solid;
	width:129px;
	height:18px;
	margin-right:10px;
}

/* END BANNER */


/* NAV_MAIN */

#nav_main{
	margin-top:-10px;
	position:absolute;
}

#equidistant{
	overflow:hidden;
}

#equidistant div{
	float:left;
}

#equidistant div.right, #equidistant div.right2{
	/*padding-left:40px;
	background-color:#FFF;*/
}

#equidistant div.right2{
	/*padding-right:4px;*/
}

#equidistant div.right img{
	float:right;
}

#equidistant div.left img{
	float:left;
}

#equidistant div.white_space{
	width:32px;
	background-color:#fff;
}

#equidistant div.white_space2{
	width:4px;
	background-color:#fff;
}

/* DROP DOWN */
.dropcontainer{
	background-color:#fbfbfb;
	position:absolute;
	top:29px;
	left:0px;
	visibility:hidden; /* Make Drop Down Hidden By Default */
	padding-right:5px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.dropcontainer div{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	float:none;
	width:100%;
	border-top:1px solid #FBFCFF;
	padding-top:4px;
	padding-bottom:1px;
	padding-left:5px;
}
.dropcontainer div a:hover{
		color:#63b748;
	text-decoration:none;
}
.dropcontainer div a:hover{
}
.dropcontainer div a{
	color:#69c3cf;
	text-decoration:none;
}
/* END DROP DOWN */

/* END NAV_MAIN */

#content{
	overflow:hidden;
	margin-top:49px;
}

#content #content_left{
	float:left;
	width:550px;
}

#content #content_right{
	float:right;
	width:224px;
	text-align:right;
}

/* FOOTER */

#footer{
	margin-top:10px;
	text-align:center;
	color:#4cadba;
}

#footer a:link, #footer a:visited{
	/*color:#4cadba;*/
	color:#68b445;
	text-decoration:none;
}

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

/* END FOOTER */

div.column{
	float:left;
	margin-right:20px;
}

div.column2{
	float:left;
	clear:right;
}

/* CONTACT */

#howhelp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}