body
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color:#000000;
}

#blackTop
{
	background-color:#000000;
	height:19px;
	width:100%;
}


#orangeArea
{
	background-color:#de8a1c;
	width:100%;
}

#orangeGrad 
{
	background-image:url(../images/site/orangeGradient.jpg);
	background-repeat:repeat-x;
	height:122px;
}

#logo 
{
	position:relative;
	z-index:1;
	padding-bottom:10px;

}

#orangeContainer 
{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}


#callToday
{
	float:right;
	width:368px;
	height:61px;
	margin-top:10px;
}

#slogan
{
	padding-top:20px;
	margin-left:40px;
	padding-bottom:10px;
}

#links 
{
	float:left;
	width:460px;
}

#links .nav
{
	margin-left:35px;
	position:relative;
	margin-bottom:-220px;
}

#links .nav a
{
	color:#FFFFFF;
	font-size:14px;
	width:442px;
	height:60px;
	display:block;
	padding-left:10px;
	padding-top:10px;
}

#links .nav a:hover
{
	background-image:url(../images/site/navBkgrd.jpg);
	background-repeat:no-repeat;
}

#peopleImg
{
	float:right;
	width:380px;
}



#clear
{
	clear:both;
	height:1px;
}

#siteContainer 
{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

#cityLinks td
{
	padding-bottom:20px;
}

#dottedLine
{
	border-top:1px dashed #717171;
}

#siteContainer_Left
{
	float:left;
	width:500px;
}

#siteContainer_Right
{
	float:right;
	width:350px;
}

#footerSpace {
	padding-top:40px;
	color:#818181;
}

#footerLeft {
	float:left;
	width:550px;
}

#footerLeft ul {
	padding:0px;
	margin:0px;
}

#footerLeft li {
	list-style:none;
	float:left;
	line-height:16px;
}


#footerSpace a {
	color:#818181;
	text-decoration:none;
}

#footerRight {
	float:Right;
	width:350px;
	text-align:right;
}

/** Contact Page **/

.contactFormLabel
{
	display:block;
	margin-bottom:5px;
}

input.txtFld
{
	width:200px;	
}

	
/*Text Formatting */

.lgwhiteTxt 
{
	color:#FFFFFF;
	font-size:24px;
}

.greenTxt 
{
	color:#2e6737;
}

h1 {
	color:#2e6737;
	font-size:18px;
	font-weight:lighter;
}

.forms {
	float:left;
	border:none;
	margin:10px 10px 10px 10px;	
}

#login {
	float:left;
	height:193px;
	left:0;
	position:fixed;
	top:270px;
	width:38px;
}

	