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

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	}

.layout {
	width:980px;
	margin:10px auto;
	background-color:#E1E1E1;
	}
.clear { clear:both; height:0px;}

.logo {
	width:180px;
	height:140px;
	background-color:#385443;
	}
.right {
	width:770px;
	height:140px;
	background-color:#678E64;
	}
.left {
	background-color:#445B42;
	vertical-align:top;
	}
.main { 
	margin-left:10px;
	background-color:#FFFFFF;
	vertical-align:top;
	}
.content { margin:10px; }

.subhead {
       float:left;
	margin: 80px 0 0 -255px;
	color:#FFFFFF; 
	font-size:18px; 
        font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}


.title { 
	float:left;
	margin: 50px 0 0 10px;
	color:#FFFFFF; 
	font-size:24px; 
        font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal; }

.menu-top {
	float:right;
	text-align:right;
	margin:10px 10px 0 0 ;
	color:#FFFFFF;
	font-size:10px;
	}
.menu-top a , .menu-top a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.menu-top a:hover {
	text-decoration:underline;
	}
.menu-left {
	list-style:none;
	margin:0 0 100px 0;
	padding:0;
	}
.menu-left li {
	text-align:right;
}
.menu-left li a, .menu-left li a:visited {
	display:block;
	text-align:right;
	font-size:90%;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px dotted #CCCCCC;
	padding:8px 8px 8px 0;
	text-transform:uppercase;
	}
.menu-left li a:hover {
	background-color:#678E64;
	}
.footer {
	margin:10px auto;
	text-align:center;
	color:#666666;
	font-size:10px;
	}
.divh { border-top:1px solid #DDDDDD; margin:20px auto; width:95%; }
.columns td { vertical-align:top;}
.col-sep { border-right:1px solid #999999; width:33%; }	
h1 { font-size:18px; margin:5px 0 5px 0; }
h2 {
	font-size:14px;
	margin:5px 0 2px 0;
	}
a, a:visited {
	color:#466;
	}
a: hover { 
	color:#003333;
	}
p { margin:10px 0 20px 0; line-height:18px; }

a img { border:0; }

.clients-table td { text-align:center; vertical-align:top; }


.contact-form { margin:10px; }
.form-caption { background-color:#E1E1E1; padding-left:10px; }
.contact-form td { border-bottom:1px solid #FFFFFF; vertical-align:top; }

.contact-form .input { width:220px; border:1px solid #666666; }

#twitter_div ul{
  padding-top: 3px;
  padding-right: 1em;
  padding-bottom: 3px;
  color: #eee;
  font-size: 12px;
}

#twitter_div li {
  padding-top: 3px;
}

#twitter_div {
  width: 180px;
}

#twitter_div h2 {
  padding-right: 1em;
  text-align: right;
  color: #FFF;
}

#twitter_div a {
  text-align: right;
  color: #ccc;
  padding-right: 1em;
  font-size: 11px;
  
}

#links {
   list-style: none;
   color: #999;
}

#links a {
  color: #466;
  text-decoration: underline;
  font-weight: bold;
}

#links a:hover {
  color: #033;
}
