@charset "utf-8";
body  {
	background: #999999;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76.5%;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body_gray.jpg);
	background-repeat: repeat-y;
	font-size: 0.9em;
	padding: 1;
} 
.twoColFixLtHdr #header {
	background-image: url(images/header_gray.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 1000px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 960px;
	padding: 1px 20px;
	line-height: 1.5em;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 1000px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 70px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.4em;
} 

.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer_gray.jpg);
	height: 69px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 35px 0 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 70px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 100px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.top_nav{
	height: 20px;
	width: 480px;
	float: right;
	margin-top: 25px;
	margin-right: 40px;
	position: relative;
	margin-left: 50px;
}
.bottom_nav{
	margin-top: -13px;
	float: right;
	position:absolute;
	margin-right: 10px;
	font-weight: normal;
	margin-left: 480px;
}
a{
	font-size: 1.1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.mail a {
	color: #e4302f;
	font-size: 1.1em;
	font-weight: normal;
}
.mail a:link {
		color: #e4302f;
	text-decoration: none;
}
.mail a:visited {
	color: #e4302f;
	text-decoration: none;
}
.mail a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.left{
	text-align: justify;
	float: left;
	width: 45%;
	padding-top: 0px;
	padding-right: 0.3in;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
}
.left_list{
	text-align: justify;
	float: left;
	width: 45%;
	
	padding-top: 0px;
	padding-right: 0.3in;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
}
.right{
	text-align: justify;
	float: right;
	width: 45%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0.25in;
	margin-right: 10px;
}
.buttons{
	margin-top: 70px;
	display: block;
	margin-left:650px;
	position: absolute;
	padding: 1px;
}
h3{
	font-size: 1.3em;
	line-height: 1.3em;
	margin-left: 20px;
	background-image: url(images/key.jpg);
	background-repeat: no-repeat;
	background-position: left -4px;
	padding-left: 48px;
}
.clients{
	font-size: 1.3em;
	line-height: 1.3em;
	margin-left: 45px;
}

#sidebar1 p{
	margin: 0 0 15px 0;
}
#sidebar1 ul{
	line-height: 1.8em;
}
fieldset{
	color:#fff;
	margin: 1em;
	padding: 1em;
	border : 1px solid #ccc;
	background: transparent;
	width: 420px;
}
fieldset p.name
{
padding:15px 0 0 0;
}
legend{
font-weight:bold;
color:#FFFFFF;
padding:0 0.5em 5px 0.5em;

}
textarea{
	width:300px;
	height:100px;
}

label{
	float:left;
	width:10em;
}
input{width:200px;
}
input.sub{
width:auto;
}

input:focus{background:#FFFF99;}
.required{
	color: #FF9900;
	font-size:1em;
	font-style: normal;
}
.pic{
	border: 1px solid #999999;
	margin-left: 45px;
	margin-top: 30px;
	margin-bottom: 70px;
}
.pic2{
	border: 1px solid #999999;
	margin-left: 60px;
	margin-top: 10px;
}
.pic3{
	border: 1px solid #999999;
	margin-left: 10px;
	margin-top: 22px;
}
.pic4{
	border: 1px solid #999999;
	margin-left: 80px;
	margin-top: -30px;
}
.logos{
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
.logos_contact{
	float: right;
	margin-right: 50px;
	margin-top: -20px;
}
