a{
	text-decoration: none;
	font-weight: bold;
	color: #961E0A;
}

a:hover{
	text-decoration: underline;
}
body{
	margin: 3px;
}

body, p, td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outer-container{
	width: 950px;
	border: 1px solid #C5C5C5;
}
#top-bar{
	background-color: #CC9900;
	width: 950px;
	height: 25px;
}

#top-bar .link{
	border-left: 3px solid white;
	line-height: 25px;
	height: 25px;
	padding: 0px 8px 0px 8px;
	vertical-align: middle;
	float: left;
}

#top-bar a{
	color: #ffffff;

}

#top-logo{
	width: 950px;
	height: 95px;
}

#top-logo .contact{
	font-size: 16px;
	color: #7F5F5F;
	float: right;
	width: 300px;
	margin-right: 20px;
}

.phone{
	font-size: 20px;
	color: #961E0A;
}

#main-nav{
	height: 27px;
	width: 950px;
	background-color: #ffffff;
	margin-bottom: 4px;
	_margin-bottom: 2px;
}


#main-nav a{
	color: #ffffff;
}

#center-photos{
	width: 950px;
	height: 300px;
}

#main-body{
	margin: 10px;
	width: 510px;
}
#main-body p{
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}

#footer{
	border-top: 8px solid #CC9900;
	height: 60px;
	width: 950px;
	margin: 0px;

	clear: both;
}

#footer p{
	line-height: 30px;
	padding: 10px;
}

#footer a{
	color: #5a5a5a;
}

.legal{
	font-size: 9px;
	color: #5a5a5a;
}

h1{
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	letter-spacing: 2px;
}

#contact-form{

	border: 1px solid #AFAFAF;
	margin-left: 40px;
	padding: 10px;
}

#contact-form .data{
	border: 1px solid #000000;
}

#contact-form .label{
	text-align: right;
	vertical-align: top;
}
#contact-form .button{
	height: 30px;
	width: 100px;
	color: #ffffff;
	background-color: #961E0A;
	font-weight: bold;
/*	border: 2px solid #000000;*/
}

#logos td{
	padding: 10px;
	text-align: center;
}