/* CSS Document */

* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #ACAA8A url(../images/background.png) repeat-x top;
}
#topcorner {
	margin-top: 20px;
	width: 920px;
	height: 10px;
	min-height: 10px;
	background: url(../images/topcorner.png);
}
#bottomcorner {
	width: 920px;
	height: 40px;
	min-height: 40px;
	background: url(../images/bottomcorner.png) no-repeat top;
}
#totalwrap {
	width: 920px;
	background: url(../images/mainbkg.png) repeat-y;
	overflow: hidden;
}
#top {
	width: 900px;
	height: 45px;
	min-height: 45px;
	background: url(../images/top.png) repeat-x;
	text-align:right;
}
#banner {
	width: 900px;
	height: 200px;
	min-height: 200px;
	background: url(../images/banner.jpg);
}
#menu {
	background: #739AA9;
	width: 880px;
	text-align: center;
}
#mainbody {
	background: #73A1B3 url(../images/textbkg.png) repeat-x top;
	width: 900px;
}
#bottom {
	background: url(../images/bottombkg.png) repeat-x;
	width: 900px;
	height: 40px;
	min-height: 40px;
	clear:both;
}
#phone {
	float:right;
	margin: 12px;
	border-left: 1px dotted #6FAFC4;
}
#maintext {
	padding: 30px;
}
.logo {
	padding: 10px 15px;
}
.menu {
	font: 14px "Trebuchet MS" Arial, Helvetica, sans-serif;
	padding: 5px 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
.menu a:hover, .menu a:visited:hover, .menu a:active:hover {
	color: #487485;
	background: #B9CDD4;	
	padding: 5px 10px;
}
.title {
	font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.text {
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.phone {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.copyright {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.design {
	font: 10px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #45473C;
}
.images {
	border: 1px solid #FFFFFF;
	margin: 2px 10px;
}
.heading {
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
}
#map {
	float: right;
	width: 500px;
}
.flash {
	padding: 0 20px;
}