body{
	background-color:#424242;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #58405F;
	text-decoration: underline;
}

a:hover{
	color: #58405F;
	text-decoration: underline;
}

h1{
	color: #58405F;
	background-image: url(../images/dottedline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 24px;
}

.field{
	border: 1px solid black;
	background-color: #ffffff;
}

.button{
	border: 1px solid black;
	background-color: #6A5470;
	font-weight: bold;
	color: #ffffff;
}
#Container{
	margin: 0 auto;
	width: 774px;
}

#Top{
	float: left;
	width: 774px;
	height: 149px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#Logo{
	float: left;
	height: 149px;
	width: 300px;
}

#TopInfo{
	float: right;
	width: 300px;
	padding: 3px;
	margin-top: 10px;
	color: #ffffff;
	text-align: right;
	padding-right: 5px;
}

#Nav{
	float: left;
	width: 774px;
	height: 40px;
	color: #ffffff;
	font-size: 22px;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	padding-top: 17px;
	margin-top: expression("-3px");
	height: expression("57px");
}

#Nav a{
	color: #ffffff;
	text-decoration: none;
	padding: 0 20px 0 20px;
}

#Nav a:hover{
	color: #cccccc;
	text-decoration: none;
}

#Nav ul{
}

#Nav li{
	list-style: none;
	display: inline;
}
/*
.link{
	height: 57px;
	background-image: url(../images/navbreak.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	margin-top: -23px;
	margin-top: expression("0px");
	padding-top: 17px;
}
*/
#MainBanner{
	float: left;
	width: 774px;
	height: 224px;
	/*background-image: url(../images/mainbanner.jpg);
	background-repeat: no-repeat;*/
}

#Content{
	float: left;
	width: 774px;
	min-height: 300px;
	background-color: #ffffff;
	text-align: left;
	color: #666666;
}

#Left{
	float: left;
	width: 435px;
	padding: 5px 0 5px 5px;
}

#Left p{
	padding-right: 5px;
}

#Right{
	float: right;
	width: 297px;
}

#TestimonialTop{
	background-image:url(../images/roundedop.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 82px;
}

#TestimonialContent{
	width: 227px;
	padding: 5px 100px 5px 50px;
	background-image: url(../images/roundedbg.jpg);
	background-repeat: repeat-y;
	min-height: 100px;

}

#TestimonialBottom{
	height: 36px;
	width: 297px;
	background-image: url(../images/roundedbottom.jpg);
	background-repeat: no-repeat;
}
	
#RequestQuote{
	margin-top: 15px;
}

#RequestQuoteTop{
	background-image:url(../images/requestquotetop.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 44px;
}

#RequestQuoteContent{
	width: 297px;
	background-image: url(../images/roundedbg.jpg);
	background-repeat: repeat-y;
	text-align: right;
	color: #6A5470;
}

#RequestQuoteContent input{
	margin-bottom: 2px;
	margin-top: 2px;
}
#RequestQuoteBottom{
	height: 36px;
	width: 297px;
	background-image: url(../images/roundedbottom.jpg);
	background-repeat: no-repeat;
	margin-top:-15px;
	margin-bottom: 15px;
}

#quoteform{
	margin-right: 20px;
}

#Footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	color:#cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Footer a{
	color: #cccccc;
	text-decoration: none;
}

#Footer a:hover{
	color: #FF9900;
	text-decoration: underline;
}

.Service{
	width: 400px;
	background-image: url(../images/fadebottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	min-height: 200px;
	padding: 10px 10px 20px 10px;
	margin-bottom: 15px;
}