@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(images/header/redlinebg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
p{
	margin:0px;
	padding:0px;
	padding-bottom:12px;
	font-size:12px;
	line-height:1.5em;
	}
	
ul, li, table, tr, td{
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
	line-height:1.5em;
	}
	
form{
	margin:0px;
	padding:0px;
	}

a{ text-decoration:none; color:#000000; }
a:hover{ text-decoration:underline; color:#333333; }

img{ border:none; margin:0px; padding:0px;}

img.topimage{
	border:#CCCCCC; 
	border-style:solid; 
	border-width:1px;
	padding:5px;
	}	
	
#container{
	margin-left:auto;
	margin-right:auto;
	padding-left:4px;
	width:804px;
	}
	
#header{
	font-size:10px;
	padding-bottom:10px;
	}
	
#header img{ border:none; display:block; margin:0px; padding:0px;}
	
#leftnav{
	float:left;
	width:200px;
	height: auto;
	margin-top:6px;
	margin-bottom:15px;
	margin-left:15px;
	font-size:9px;
	color: #333333;
	}

#leftnav img{ border:none; display:block; margin:0px; padding:0px;}
	
#locations{
	border:#CCCCCC; 
	border-style:solid; 
	border-width:1px; 
	margin-top:15px; 
	width:175px;
	height:auto;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#content{
	margin-top:6px;
	margin-left:220px;
	margin-right:15px;
	}
	
#footer{
	clear:both;
	background-image:url(images/redlinefooter.jpg);
	background-repeat:repeat-x;	
	font-size:10px;
	color: #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	padding-top:21px;
	text-align:center;
	width:100%;
	height:50px;
	}
	
#footer a{ color: #CCCCCC; }

	


