@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}
	
body {
	text-align: center;
	color: #1E1E1E;
	background: #1E1E1E url(../images/background.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
img {
	border: none;
	}
	
p {
	padding: 8px 0 8px 0;
	}
	
blockquote {
	padding-left: 20px;
	}
			
a:link, a:visited {
	color: #1E1E1E;
	text-decoration: none;
	}
	
a:hover {
	color: #1E1E1E;
	text-decoration: underline;
	}	
	
h1 {
	text-indent: -9999px;
	line-height: 0;
	}
	
h2 {
	color: #cc0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	border-bottom: 1px #cc0000 solid;
	margin-top: 5px;
	margin-right: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	}
	
h3 {
	padding: 5px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}	
	
h4 {
	color: #cc0000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	padding: 15px 0 5px 0;
	}
	
#main #servicesBox h4 a:link, #main #servicesBox h4 a:visited,#main #servicesBox h4 a:hover {
	color: #cc0000;
	}		
	
ul, ol {
	padding: 3px 0 3px 40px;
	}				

#mainWrapper {
	margin: 20px auto;
	width: 850px;
	text-align: left;
	background: #fff;
	}

#header {
	height: 150px;
	width: 850px;
	clear: both;
	overflow: hidden;
	}
	
#nav {
	width: 850px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	}
	
#nav ul {
	list-style: none;
	padding: 0;
	}		
	
#nav ul li {
	padding: 0 20px;
	display: inline;
	border-right: #999999 1px solid;
	}
	
#nav ul li.last {
	border-right: none;
	}						
	
#main {
	margin: 20px 30px 0;
	background: url(../images/sidebar_long.jpg) top right no-repeat;
	}
	
#main a:link, #main a:visited {
	text-decoration: underline;
	}	

#main a:hover {
	color: #cc0000;
	}
	
#sidebarbottom {
	background: url(../images/sidebar_bottom.gif) bottom right no-repeat;
	height: 20px;
	width: 790px;
	}
	
#mainLeft {
	float: left;
	width: 480px;
	padding-bottom: 10px;
	}
	
#mainLeft p {
    padding-left: 10px;
	}	
	
#spacer {
	float: left;
	width: 20px;
	height: 500px;
	}	
	
#mainRight {
	float: left;
	width: 290px;
	height: 500px;
	}		
	
#footer {
	background: url(../images/gray2.gif) top center no-repeat;
	clear: both;
	}
	
#footer p {
	padding: 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 10px;	
	}				
	
#servicesBox {
	margin: 10px 10px;
	}
	
#main #servicesBox a {
	text-decoration: none;
	color: #fff;
	}
	
#main #servicesBox a:hover {
	text-decoration: underline;
	}	

#main #servicesBox ul {
	list-style: none;
	padding: 15px;
	}	
	
#main #servicesBox ul li {
	padding-bottom: 15px;
	}
	
.clear {
	clear: both;
	}		