@charset "utf-8";

#wrapper {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-bottom: 1px dashed #666;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #333;
	margin-top: 0px;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
	
}
#footer a:hover {
	text-decoration: none;
	color: #ccc;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
	
}
#side_column  ul a:link {
	color: #ccc;
	text-decoration: none;

}
#side_column  ul a:visited {
	text-decoration: none;
	color: #ccc;

}
#side_column  ul a:hover {
	text-decoration: underline;
	color: #cc0000;

}
#side_column  ul a:active {
	text-decoration: none;
	color: #ccc;

}


.h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

.h2 {
	font-size: 22px;
	color: #cc0000;
	display: block;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #666;
}

.h2 span {
	font-style: normal;
	color: #fff;
	letter-spacing: -1px;
	
	
}	

h3 {
	font-size: 12px;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ccc;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	border-right: 5px solid #cc0000;
	border-top: 1px solid #ccc;

}

h4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	letter-spacing: 2px;
	padding: 5px 0;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
}


#header {
	height: 120px;
	background: url(images/header.jpg) no-repeat;
}

#nav {
	padding: 5px 0 0;
	background:url(images/nav_bg.jpg) no-repeat;
	height: 40px;
	clear: both;
}


#nav ul {
	list-style: none;
	padding: 0;
	width: 830px;
	margin: 0 10px;
	height: 40px;
	text-align: center;
}

#nav ul li {
	float: left;
	width: 113px;
	line-height: 40px;
	border-right: 1px #999 solid;
	
}

#nav ul a {
	font-size: 10px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #ccc;
	letter-spacing: 1px;
	text-decoration: none;
}

#nav ul a:hover {
	/*background: url(images/nav_bg_hover.jpg) repeat-x;*/
	color: #cc0000;
	background: #333;
}
#nav   ul   .last  {
	border-right: none;
	width: 135px;
}

#flash {
	clear: both;
	background: url(images/flash_bg.jpg) no-repeat;
	height: 220px;
	padding: 0 10px;
}

#maintext_wrapper {
	background: url(images/middle_span.jpg) repeat-y;
}

#maintext_border {
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
}

#maintext ul {
	list-style: circle;
	padding: 3px 0 3px 20px;
	font-weight: bold;
}

#side_column {
	margin: 0 100px 0 0;
	padding: 50px 0 0 0;
	width: 180px;
	color: #fff;
	position:absolute;
	z-index: 2;
}
#side_column  ul  {
margin:0;
padding:0;
position:relative;
top:-45px;
}


#side_column li {
	list-style: none;
	margin: 0;
}
#side_column p {
	margin: 0;
	padding: 0 5px 0 0;
}


#far_right {
	float: right;
}

#maintext {
	padding: 0 0 0 215px;
	width: 545px;
	z-index: 1;
}
.text_car  {
	float: right;
	margin-right: 20px;
}


#clear {
	clear: both;
}
#uvl {
	color: #fff;
}


#footer {
	clear: both;
	text-align: right;
	letter-spacing: 2px;
	background:url(images/footer.jpg);
	height: 47px;
	line-height: 38px;
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	padding-right: 20px;
	font-weight: bold;
	
}
.border {
	border: 1px solid #666;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #CCCCCC;
}
.phone_large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	display: block;
	text-align: left;
	border-bottom: 1px dashedd #ccc;
	border-top: 1px dashed #ccc;
	font-weight: bold;
	padding: 5px;
}

.phone_large span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #cc0000;
	font-weight: bold;
}

.ccs {
	padding: 0 30px;

}
