/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
h1{
	margin-bottom:1.0em;
	font-size:1.8em;
	color:#004d94;
	font-style:italic;
}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
a{
	color:#004d94;
	text-decoration:none;
}
a:hover{
	color:#004d94;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	background-image:url(/images/body.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
#wrapper{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	width: 970px;
	float:left;	
}
#Menu{
	width: 970px;
	background-image:url(/images/menu-back.jpg);
	float:left;
	height:36px;
}
#buttons{
	width: 970px;
	float:left;
	padding-top:17px;
	background-image:url(/images/buttons-back.jpg);
	height:168px;
}
#Main_Content{
	float:left;
	width: 100%;
	background-image: url(/images/main-content.jpg);
	margin-top:30px;
	margin-bottom:20px;
}
#Leftcol{
	float: left;
	width: 545px;
	font-size:1.3em;
	color:#7a7a7a;
	padding-right:68px;
	line-height:1.8em;
}
#rightcol{
	float: left;
	width: 357px;
}
#footer-container{
	background-color:#dfdfdf;
	width:100%;
	float:left;
}
#footer-wrapper{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color:#dfdfdf;
}
#footer{
	background-color:#dfdfdf;
	font-size:1.0em;
	float: left;
	height: 40px;
	width: 970px;
	color:#6c6c6c;
	padding-top:20px;
}
#footer A {
color:#6c6c6c;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
.fieldHolder{
width:132px;
height:18px;
background: url(/images/search_Bar.jpg) no-repeat;
float: left;
}
.search{
	width:132px;
	height:18px;
	background: none;
	border: none;
	color: #999999;
	font-style:italic;
	margin-left: 10px;
	font-size:1.0em;
	margin-top:1px;
}
.search_button{
background-image:url(/images/search_button.jpg);
height:18px;
width:44px;
border:0;
}
.c2a{
	width:530px;
	height:52px;
	background-image:url(/images/call-now.jpg);
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	padding-top:18px;
	padding-left:15px;
}
