@charset "utf-8";
/* CSS Document */
body{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f6f6f6;
}
td{vertical-align:top;}
#container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 856px;
	background-color: #FFFFFF;
	background-image: url(../images/repeater.jpg);
	background-repeat:repeat-y;
}
.banner{
	height: 58px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	width:100%;
	font-size: 29px;
	font-weight: bold;
	color: #423D44;
	letter-spacing: .01em;
}
#container .banner h1 {
	font-size: 26px;
}
.tagline {
	font-size: 28px;
	font-weight: bold;
}

.phoneline{
	font-size:28px;
	color:#FFFFFF;
	background-color:#294a64;
	text-align: center;
	background-repeat: repeat-y;
	width:100%;
}
.header{
	height:277px;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:100%;
}
.headerimg{width:524px;}
.headermenu{
	width:335px;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content{
	font-size:11px;
	color:#666;
	width:100%;
	}
#content td{padding:8px;}
.subsectiontitle{
	font-size:30px;
	background-color:#464646;
	color:#FFFFFF;
	text-indent: 20px;

}
#container .subsection ul {
	font-size:18px;
	color:#666666;
}
#container .subsection ul {
	list-style:square;
	}
.subsection{
	padding-top:5px;
	width:100%;
}
.footer{
	background-image:url(../images/footer.jpg);
	height: 53px;
	clear: both;
	width:100%;
}
/*css menu*/
* html .headermenu{
	width: 154px;

}

.headermenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #FFFFFF;
}

.headermenu a{
font: bold;
padding: 4px 8px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #333333;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
text-decoration: none;
}

html>body .headermenu a{ /*Non IE rule*/
	width: auto;
	color: #FFFFFF;
}

.headermenu a:hover{
	background-color: #294A64;
	color: #FFFFFF;
	text-decoration: none;
}
.subsection strong {
	color: #666666;
}
.subsection h3 {
	color: #294A64;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
