@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: 88px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	width:100%;
}
#container .banner h1 {
	font-size: 34px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #656469;
	margin: 0px;
	padding: 0px;
}
.tagline {
	font-size: 28px;
	font-weight: bold;
}

.phoneline{
	font-size:28px;
	color:#FFFFFF;
	background-color:#848484;
	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: no-repeat;
	background-position: left center;
}
#content{
	font-size:11px;
	color:#666;
	width:100%;
	}
#content td{padding:8px;}
.subsectiontitle{
	font-size:30px;
	background-color:#c3181e;
	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%;
	font-size: 11px;
}
/*themenu*/
#menucase ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:331px;
}
#menucase ul.vert-one li{
	margin:0;
	padding:0;
}
#menucase ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#fff;
	width:311px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#menucase ul.vert-one li a:hover{
	background-color: #8E1115;
	background-image: url(/code/vert-one/images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
#menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background-image: url(/code/vert-one/images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-color: #933;
}

/*end*/
