@charset "utf-8";
/* CSS Document */
body{
background-color:#000000;
}
#clearer{
clear:both;
}
#container{
width:1030px;
height:auto;
margin:auto;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
}
/* ------------------header--------------------*/
#header{
width:1024px;
height:129px;
float:left;
margin:auto;
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
position: relative;
}

#nav {

margin-left: 304px; 
padding:45px 20px 0px 0px;
}
	#logo_drop {
	
		position: absolute;
		top: 0px;
		left: 50px;
	}
/* ---------------home-------------------*/
#index{
position: relative;
width:1024px;
height:auto;
float:left;
background-image:url(../images/content_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;

}
#index_bullets{
width: 250px;
float: left;
margin: 0px 10px 0px 10px;
}
.green {
	margin-top: 10px;
	color: #b2d234;
}
#index_flash{
width:400px;
float:left;

}


#left {

width:300px;
float:left;
}
#right{
width:300px;
float:left;
padding-bottom: 50px;
}
.clear {
	clear: both;
}
/* --------------features------------------*/

#feature_drops {
width: 271px;
height: 312px;
margin: 0px;
padding: 0px;
}


/* ---------------contact-------------------*/

#contact_form{
width:auto;
height:auto;
}

/* -------------------footer --------------------*/
#footer{
width:1024px;
height:110px;
margin:auto;
clear:both;
background-image:url(../images/footer_bg.jpg);
background-repeat:no-repeat;
}
#title{
	margin:0px 0px 0px 85px;
}
#nsf{
margin:0px 10px 0px 90px;
float:left;
}
/* ----------------sidebar ---------------*/
#plans{ 
position: absolute;
bottom: 26px;
left: 115px;
}

#sidebar{
width:190px;
height:auto;
float:left;
padding:320px 0px 0px 115px;
}

#features_sidebar{
width:180px;
height:auto;
float:left;
padding:320px 0px 0px 115px;
}

/* ----------------p, h1, li, ul ---------------*/

li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
	list-style-type: none;
	background: url(../images/bullet.gif) left center no-repeat;
	padding-left: 15px;
	list-style-position: outside;

}
li.features{
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:17px;
	list-style-type: none;
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 15px;
	list-style-position: outside;
}
ul{
margin:10px 0px 0px 25px;
padding:0px;
}
h1{
	margin:10px 0px 10px 0px;
	padding:0px;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding:0px;
margin:0px;
}
p.contact{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding:0px 0px 0px 50px;
margin:0px;

}
p.small {
font-size: 10px;
}

/* ----------------links ---------------*/
a img { 
border: none ;
}

a:link{
color:#999999;
border:none;
text-decoration:none;
}
a:visited{
color:#999999; 
text-decoration:none;
border:none;
}
a:hover{
color:#ffffff; 
text-decoration:underline;
}







input {
	width: 180px;
}
textarea {
	width: 180px;
}
