/* Main Formatting */

body { 
  margin: 0; 
  padding: 0; 
  text-align: center; 
  
  background-image:url(../images/layout/bottom_bar.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
  
div { 
  margin: 0; 
  padding: 0; 
  text-align: left; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  color: #333333;
}

/* Main Layout */

#outerwrap {
	width: 100%; 
	height: 100%;
	text-align: center;
	
	background-image: url(../images/layout/banner_slice.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#innerwrap {
	width: 875px;
	height: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}

#topwrap {
	height: 349px;
	margin-top: 0px;
	padding-top: 0px;
	
	background-position:bottom;
	background-repeat:no-repeat;
	border-top: 1px solid white;
}

#logo {
	width: 375px;
	height: 70px;
	margin-left: 0px;
	margin-top: 30px;
	float: left;
}

#topnav {
	width: 320px;
	height: 15px;
	margin-right: 0px;
	margin-top: 10px;
	float: right;
	text-align: right;
}

#topnav {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	font-weight: bold;
}

#topnav a {
	text-decoration:none;
	padding-left: 8px;
}

#topnav a:hover {
	color: #bf2e1a;
}

#mainnav {
	position:absolute;
	width: 685px;
	height: 50px;
	top: 125px;

	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
}

#flashbanner {
	padding-top: 124px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

#contentwrap {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

#contentwrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#leftside {
	width: 230px;
	height: 100%;	
	top: 0px;
	left: 0px;
	float: left;
}

#middlebox {
	width: 400px;
	height: 100%;
	padding-top: 1px;
	margin-top: 5px;
	margin-left: 255px;
	line-height: 18px;
	margin-bottom: 30px;
}

#rightside {
	width: 190px;
	height: 100%;
	float:right;
}

#leftside span p {
	margin:0;
}

#footer {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	border-top: 1px solid #e2e2e2;
	padding-top: 8px;
	height: 15px;
}

#footer a {
	color: #999999;
	text-decoration:none;
	padding-left: 4px;
	padding-right: 4px;
}

#left_foot {
	color: #999999;
	float: left;
}
#right_foot {
	color: #999999;
	float: right;
}

/* Classes and Formatting */

#searchbox {
	height: 86px;
	width: 188px;
	margin-bottom:2px;
}

.searchtable {
	text-align: center;
	background-image:url(../images/layout/search_box.jpg);
	background-repeat:no-repeat;
	height: 86px;
	width: 188px; 
}

.searchform {
  margin: 0; 
  padding: 0; 
}

.sidead {
	padding-bottom: 4px;
}

#leftside img {
	padding-bottom: 6px;
}


.sidead2 {
	padding-bottom: 8px;
}

/* Side Nav Formatting */

.sidenav {
	text-align: right;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	
	margin-left: 0px;
	padding-left: 0px;
	
}
.sidenav a {
	color: #000000;
	text-decoration:none;
}
.sidenav a:hover {
	color: #fdb13e;
}

.sidenav li {
	list-style: none;
	background-image:url(../images/layout/nav_line.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 6px;
}

/* Side Sub Nav Formatting */

.subnav {
	text-align: right;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;;
	color: #999999;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subnav a {
	color: #999999;
	text-decoration:none;
}

.subnav a:hover {
	color: #bf2e1a;
	text-decoration:none;
}

.subnav li {
	list-style-position:outside;
	list-style: none;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image:url(../images/layout/orange_arrow_left.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* Content Styles */

a { color: #000000; }

a:hover { color: #003399; }

h1 { 
	font-size: 27px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #BF2E1A;
	font-weight: bold;
}

h2 { 
	font-size: 18px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
}

#middlebox table {
	border: 0px;
	padding: 5px;
	font-size: 12px;
}

#middlebox li { list-style-image:url(../images/layout/bullet.gif); }

hr
{
	background:#ece8e8;
	border:1px solid #ece8e8;	
	height:1px;
	
}

.IndexH1Link 
{
	text-decoration:none;
	color:#BF2E1A;
	
}