/* Main Formatting */
img {
	border:none;
}

body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	
	background-image:url(../images/background_slice.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #ececec;
};
  
div { 
	margin: 0; 
	padding: 0; 
	text-align: left; 
}

h1 {
	color: #990000;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #003366;
	font-size: 12px;
	padding-bottom: -12px;
	margin-bottom: -12px;
	line-height: normal;
}

p {color: #333333;}

a {color: #333333;}

a:hover {color: #972427;}

a:active {outline: none;}

a:focus {-moz-outline: none;}

#outerwrap {
	width: 100%; 
	height: 100%;
	text-align: center;
}

#innerwrap {
	width: 875px;
	height: 100%;
	min-height: 600px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentborder {
	position: absolute;
	width: 875px;
	height: auto;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	
	background-color:#FFFFFF;
	background-image:url(../images/drop_sides.jpg);
	background-repeat:repeat-y;
}

#contentwrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#topwrap {
	position: relative;
	width: 875px;
	height: 130px;
	text-align: left;
	
	background-image:url(../images/top_bar.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#logo {
	height: 85px;
	width: 210px;
	float: left;
	margin-top: 30px;
	margin-left: 18px;
}

#topnav {
	height: 30px;
	width: 320px;
	float: right;
	margin-top: 94px;
}

#bannerwrap {
	position: relative;
	width: 861px;
	height: 250px;
	margin-left: 7px;
	
	background-image: url(../images/banner_gradient.jpg);
	background-repeat: repeat-x;
}

#mainnav {
	height: 235px;
	width: 205px;
	text-align: left;
 	float:left;
	
	padding-top: 16px;
	padding-left: 12px;
}

#mainnav ul {
	 padding: 0px;
	 margin: 0px;
	 list-style: none;
}
#mainnav li {
	 padding-bottom: 4px;
	 line-height: 0px;
}

#banner {
	 text-align: right;
	 float:right;
	 
	 padding-top: 14px;
	 padding-right: 12px;
}

#leftcol {
	width: 207px;
	height: auto;
	float: left;
	text-align: left;
	
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.subnav {
	padding: 0px;
	margin: 0px;
}

.subnav li {
	list-style:none;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 16px;
	
	background-image:url(../images/sub_line.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.subnav a {
	text-decoration:none;
	padding-left: 25px;
	padding-top: 5px;	
	
	background-image:url(../images/sub_arrow.gif);
	background-repeat:no-repeat;
	background-position: left;
}

.subnav a:hover {
	text-decoration:none;
	padding-left: 25px;
	padding-top: 5px;	
	
	background-image:url(../images/sub_arrow_roll.gif);
	background-repeat:no-repeat;
	background-position: left;
}

.subnav a.current{
	text-decoration:none;
	padding-left: 25px;
	padding-top: 5px;	
	
	background-image:url(../images/sub_arrow_roll.gif);
	background-repeat:no-repeat;
	background-position: left;
}

#contentmain {
	width: 560px;
	height: auto;
	text-align: left;
	min-height: 200px;
	
	margin-left: 240px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 30px;

	background-image:url(../images/dash_line.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#bottombar {
	position: relative;
	width: 875px;
	height: 17px;
	text-align: left;
	
	background-image: url(../images/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-color: #ececec;
}

.contact {
	border-bottom:1px dashed #CCC;
	border-top:1px dashed #CCC;
	padding:20px 0;
	width:100%;
}

.contact td {
	padding-left:7px;
	padding:10px 0;
}

.contact td p {
	margin:0;
	padding:0;
	padding-right:10px;
	text-align:right;
}

#footer {
	position: relative;
	width: 875px;
	height: 30px;
	text-align: right;
	background-color: #ececec;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #333333;
}

.locations {

}
