body {
     color: #333333;
     font-family: Verdana,Arial,sans-serif;
     background-color: #f6f6f6;
     font-size: 11px;
     line-height: 1.5em;

}
div { margin: 0; padding: 0; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #a5060a;
}
h1 {
    font-weight: normal;
    font-size: 24px;
    color: #a5060a;
}
h1 a, h1 a:hover, h1 a:visited { color: black; }
h2 { margin-top: 0.2em; }
h3 { color: #0a3a86; }
a img { border: none; }

#mainWrapper {
    width: 932px;
    margin: 1.7em auto;
    padding: 0;
    background-color: #FFF;
}

#left {
    width: 246px;
    height: 306px;
    float: left;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #a5060a;
        margin-left: 6px;
	float: left;
	height: 125px;
	width: 240px;
}

#menuWrapper {
	background-color: #e6e6e6;
        margin-left: 6px;
	float: left;
	min-height: 178px;
	width: 240px;
}

#menuWrapper ul {
	margin: 0;
        padding: 0;
	width: 100%;
}

#menuWrapper ul li {
        min-height: 15px;
	width: 200px;
        float: left;
        border-bottom: 1px solid #FFF;
        list-style-type: none;
        padding: 3px 20px;
        font-weight: bold;
}

#menuWrapper ul li a { color: #404040; }
#menuWrapper ul li a:hover , #menuWrapper ul li a.current { color: #a30708; min-height: 20px; }
#menuWrapper ul li:last-child { border: none; }
#menuWrapper ul li ul li { width: 160px; }

#right {
	float: left;
	height: 306px;
	width: 682px;
	margin-left: 4px;
}

#topText {
	background-color: #a5060a;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 17px;
        padding: 10px;
        width: 662px;
}

#flashBanner {
	float: left;
	height: 264px;
	width: 682px;
	margin-top: 3px;
	border-bottom: 2px solid #a5060a;
}

#contentWrapper {
        width: 932px;
	min-height: 400px; 
	_height: 400px;
	float: left;
	margin-top: 7px;
}

#leftContent {
	min-height: 400px; 
	_height: 400px;
	float: left;
        width: 240px;
}

#services-top {
	background-image: url(../images/menu-top.jpg);
        background-repeat: no-repeat;
	float: left;
        height: 20px;
        margin-left: 5px;
        width: 240px;
}

#services {
	background-image: url(../images/menu-middle.jpg);
        background-repeat: repeat-y;
	float: left;
        min-height: 1px;
        _height: 1px;
        margin-left: 5px;
        padding: 0 20px;
        width: 199px;
}

#services-bottom {
	background-image: url(../images/menu-bottom.jpg);
        background-repeat: no-repeat;
	float: left;
        height: 20px;
        margin-left: 5px;
        width: 240px;
}

ul#red { margin: 5px 0; padding: 0; }
ul#red li { list-style-type: none; }
ul#red li a {color: #333333; }
ul#red li a:hover {color: #a5060a; }

#phone {
	background-image: url(../images/phone-box.jpg);
        background-repeat: no-repeat;
	font-size: 17px;
	margin: 10px 0 0 5px;
	padding: 25px;
        width: 188px;
	height: 56px;
	float: left;
}

#mainContent {
	min-height: 400px; 
	_height: 400px;
	float: left;
        width: 682px;
	margin-left: 10px;
}

#header {
	background-color: #a5060a;
	height: 37px;
	float: left;
        width: 682px;
}

#content {
	min-height: 300px; 
	_height: 300px;
	float: left;
	padding: 10px 5px;
        width: 672px;
}

#footer {
	border-top: 2px solid #a5060a;
	width: 682px;
	height: 55px;
	float: left;
        padding: 10px 0;
        color: #a5060a;
        text-align: left;
}

.clear {
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

.name { font-size: 15px; }
.comments { margin-bottom: 10px; border-bottom: 1px dotted #000; }