@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg-pix.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:17px;
}
.oneColLiqCtrHdr #container {
	width: 765px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image:url(images/bg-header.gif);
	height:97px;
	padding: 0px 10px 0 20px;  
}
#navigation {background-image:url(images/bg-nav.gif); color:#FFFFFF;   font-weight:bold; text-align:left;}


  #nav {
 
  height:25px;
margin:0;
 padding:0;
 }
 #nav li {
 display:inline;
   color:#FFFFFF;
 padding:20px;
 margin:10px;
}


.oneColLiqCtrHdr #mainContent {
	padding: 30px 20px; 
	background: #FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	
}
.oneColLiqCtrHdr #footer {
width:765px; 
	height:20px;	
	background:#000000;
	color:#FFFFFF;
} 

.read-more {color:#0099CC;}


#footer ul li {

display: inline;
list-style-type: none;
padding-right: 180px;  }

#copy {
float:left;
width:200px;
}
#bar {
float:right;
width:400px;
text-align:right;
}
#testimonials {background-image:url(images/bg-testimonials.gif); width:722px; height:108px; font-size:11px;}

#testi1 {width:222px; float:left; padding:10px 0px 20px 5px;}
#testi2 {width:210px; float:left; position: relative; left:30px; padding:10px 5px 5px 5px;}
#testi3 {width:200px; float:right; padding:10px 5px 5px 5px;}
.author {color:#0099CC;}

#logo {width:300px; float:left;}
#home {width:100px; float:right;}

.footer:link {color:#ffffff; text-decoration:none;}
.footer:active {color:#ffffff; text-decoration:none;}
.footer:visited {color:#ffffff; text-decoration:none;}
.footer:hover {color:#ffffff; text-decoration:none; }

.myform{


width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
text-align:left;
padding:0px;
}


#stylized label{
display:block;
font-weight:bold;
text-align:left;
width:120px;
float:left;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:160px;
width:133px;
height:37px;
background: url(images/button.gif) no-repeat;
text-align:center;
cursor:pointer; 
border:none;
}

ul.none {list-style-type: none; padding-left:0px; padding-bottom:}
ul.none li {padding-bottom:10px; }

.webdesign {color:#999999; font-size:10px;}
