@charset "utf-8";
/* CSS Document */

body{
	background-color:#069;
}
	
#page-container {
	width: 950px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#main-nav {
	background: #ffffff;
	height: 30px;
}
#main-head {
	background-image: url(../images/main_head.jpg);
	height: 65px;
	background-repeat: no-repeat;
}
.Toll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #F00;
}
.Email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #39F;
}


#header {
	background: #FFFFFF;
	height: 150px;
}

#content {
	float: none;
	width: auto;
	background-color: #FFF;
	padding-top: 15px;
}
.disleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}


#sidebar-a {
	background: green;
	width: 250px;
	height: 800px;
}

#footer {
	height: 25px;
	clear: both;
	background-color: #FCE0B0;
}
.header-phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-right: 10px;
}
.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #069;
}
.disside {
	background-image: url(../images/disBack2.jpg);
	height: 500;
	width: 200px;
}
.disleftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
