@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-color:#000;
	font-family: 'Open Sans Condensed:700', sans-serif;
}

h1{
	font-family: 'Open Sans Condensed:700', sans-serif;
	font-size:32px;
	line-height:60px;
	color:#333;
	text-transform: uppercase;
}
h2{
	font-family: 'Open Sans Condensed:300', sans-serif;
	font-size:25px;
	text-transform: uppercase;
	color:#fff;
	background-color:#333;
	padding:5px;
}
h3{
	color:#A81921;
}
h4{
	color:#FFF;
	font-size:55px;
	margin-top:0;
}
a:link {
    color: #999;
	text-decoration: none;
}
a:visited {
    color: #999;
}
a:hover {
    color: #A81921;
}
a:active {
    color: #A81921;
}
.colorbar{
	background-image:url('images/colorbar.jpg');
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.header{
	margin:0 auto;
	width:1000px;
	background-image:url('images/UVFSsm.png');
	background-repeat:no-repeat;
	height:300px;
}
.menu{
	color:#FFFFFF;
	font-size:20px;
	float:right;
	margin-top:230px;
	width:410px;
}
.bar{
	margin:0 auto;
	width:1000px;
	height:438px; 
}
.barsub{
	margin:0 auto;
	width:1000px;
	height:185px; 
}
.barleft{
	width:500px;
	float:left;
}
.barright{
	background-image:url(images/mapguy.png);
	background-repeat:no-repeat;
	width:500px;
	margin-top:-40px;
	float:right;
	height:438px;
}
.barrightsub{
	background-image:url(images/mapguysub.png);
	background-repeat:no-repeat;
	width:500px;
	margin-top:-40px;
	float:right;
	height:286px;
}
.servebox{
	margin:0 auto;
	width:1000px;
}
.serve{
	width:320px;
	float:left;
	margin-bottom:20px;
	margin-left:10px;
}
.content{
	margin:0 auto;
	background-color:#FFFFFF;
	width:960px;
	padding:20px;
}
ul.a {
    list-style-type: disc;
    font-size: 20px;
    width:1000px;
}
ul.b {
    list-style-type: disc;
    font-size: 15px;
    width:1000px;
}
li.e {
    width:300px;
    float:left;
	margin-bottom:10px;
}
li.f {
    width:900px;
	margin-bottom:10px;
}
.footer{
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size: 12px;
	height:50px;
	margin-top:30px;
}
