/* CSS Document */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

* {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
}

#container li{
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #464444;
	padding: 10px 0;
}

#topNav {
	float: right;
	padding-bottom: 25px;
}

#topNav li{
	list-style-type: none;
	display: inline;
	padding-right: 8px;
}

#topNav a{
	font-family:"Trebuchet MS";
	font-size: 15px;
	color: #464444;
	text-decoration: none;
}

#topNav a:hover{
	color: #990000;
	text-decoration: underline;
}

#tagline {
	font-family:"Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px 0;
	margin-top: 15px;
	float: left;
	clear: both;
	width: 800px;
}

#tagline span{
	color: CC0000;
}

.red {
	clear: left;
	float: left;
	background-color: #990000;
/*	height: 50px;*/
	width: 800px;
}

.red p{
	font: "Trebuchet MS";
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0;
}

.imageRow {
	width: 800px;
}

.yellowBox {
	border: 2px #000 outset;
	width: 400px;
	float: left;
	margin: 25px 0 25px 200px;
	background-color: #CCFF66;
}

.yellowBox p{
	font: "Trebuchet MS";
	color: #464444;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	padding: 5px 10px;
}

.content {
	clear: left;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 800px;
	padding-top: 10px;
}

.content p{
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #464444;
	padding: 5px 0 0 0;
}

.content ul{
	padding: 1px;
}

.content li{
	margin-left: 25px;
	list-style-type: none;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #464444;
	padding: 0 0 5px 0;
}

.contentRed {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #990000;
	padding-top: 10px;
}

h3 {
	font-family:"Trebuchet MS";
	font-size: 14px;
	color: #464444;
}

#form {
	width: 400px;
	float: left;
	padding-left: 15px;
	font-family: Gotham, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #09273C;
	font-size: 12px;
}

.FormRow, #formCity, #formLast, #formFirst, #formTitle, #formCompany, #address1, #address2, #city, #state, #zip, #formEmail, #otherAddresses, #other, #formSubmit, #formComments, #phone {
	padding: 5px 0 15px 0;
}

.Errors
{
	font-weight: bold;
	color: #A00;
}


/*  client list styles  */

.wholeColumn {
	float: left;
	width: 250px;
	margin-left: 10px;
}

.name, .city, .state {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #464444;
	float: left;
	padding: 0 5px;
}

.pIndent {
	margin-left: 15px;
}

/* the list div */

.the_list {
	clear: left;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	width: 200px;
	padding-top: 10px;
}

.the_list p{
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #464444;
	padding: 5px 0 5px 0;
}

.the_list a {
	color:#144fae;	
}

.the_list a.visited {
	color:#144fae;	
}

.the_list a.hover {
	color:#144fae;
	text-decoration:none;
}