#titleBar:after,
#subWrapper:after,
#logoBottom:after,
#menuWrapper:after,
.blogItem:after,
#mainContent:after,
#homeContentBottom:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


form,
input {
margin: 0;
padding: 0;
position: relative; 
vertical-align: middle;
}

ul,
li {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
margin: 0;
padding: 0;
}

a {
color: #630405;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

a img {
border: 0;
}

.leftImage {
float: left;
margin: 0 6px 6px 0;
}

.rightImage {
float: right;
margin: 0 0 6px 6px;
}


body {
  padding: 54px 0 23px 0;
  margin:0;
  height:100%;
  background: #000 url('/images2/body_bg.jpg') top repeat-x;
  font:x-small verdana,helvetica,sans-serif; 
  color: #818181;
  }
  
#wrapper {
background: #fff;
margin: 0 auto;
width: 997px;
}

#tagline {
padding: 33px 10px 0 0;
overflow: hidden;
margin-right: 251px;
}

#titleBar {
background: #fff url('/images2/titlebar_bg.jpg') top right no-repeat;
padding: 0;
margin: 0;
text-align: right;
}

#logo {
float: left;
}

#subWrapper {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 0 4px 4px 4px;
  overflow: hidden;
  }
  
/* =============================================================================

RIGHT RAIL

============================================================================= */

#rightColumn {
position: absolute;
top: 0;
right: 4px;
background: #0E1720;
width: 251px;
}

#blogWrapper {
background: #6B0000;
margin: 0 4px 4px 4px;
}

#blogTitle {
background: #fff;
padding: 2px 0;
text-align: right;
border-width: 1px 0;
border-color: #848484;
border-style: solid;
}

#blogContent {
background: #fff url('/images2/blog_bg.jpg') top repeat-x;
}

.blogItem {
padding: 10px;
border-bottom: 1px solid #848484;
}

.time {
	float: left;
	margin: 8px 8px 0 0;
	padding: 0;
	background: url('/images2/blog_date_bg.png') top no-repeat;
	text-align: center;
	width: 59px;
	height: 50px;
	padding: 11px 5px 6px 3px;
	font-family: arial, sans-serif;
}

.time a:hover {
text-decoration: none;
}

.time .month {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	color: #848484;
	letter-spacing: 1px;
}

.time .month a {
color: #848484;
}

.time .month a:hover {
color: #000;
}

.time .day {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
	color: #630405;
	font-weight: bold;
}

.blogText {
color: #6A6A6A;
}

.blogText a.title {
color: #383838;
font-weight: bold;
font-size: 110%;
text-transform: uppercase;
font-family: arial, sans-serif;
}

ul#blogCategories {
background: #6B0000;
border-color: #000;
border-width: 1px 1px 0 1px;
border-style: solid;
margin: 0;
padding: 0;
}

ul#blogCategories li {
list-style-type: none;
margin: 0;
padding: 0;
}

ul#blogCategories li a {
border-bottom: 1px solid #000;
display: block;
margin: 0;
padding: 5px 7px;
height: 1em;
color: #D1D1D1;
text-decoration: none;
background: url('/images2/doublearrow_bullet.gif') 225px 50% no-repeat;
}

ul#blogCategories li a:hover {
background: #000 url('/images2/doublearrow_bullet.gif') 225px 50% no-repeat;
color: #eee;
text-decoration: underline;
}



/* =============================================================================

HEADER

============================================================================= */


#mainContentWrapper {
margin-right: 251px;
}

#fullWidth #mainContentWrapper {
margin-right: 0;
}

#header {
}

#row1 {
background: #0e1720 url('/images2/header_row1_bg.jpg') top repeat-x;
margin: 0 4px;
}

#logoBottom {
float: left;
}

#sectionName {
padding: 0 0 0 116px;
margin-left: 46px;
}

#header #row2 {
height: 22px;
background: #CFCFCF url('/images2/header_row2_bg.jpg') bottom repeat-x;
}

#menuWrapper {
background: url('/images2/menuwrapper_bg.jpg') top left repeat-x;
padding: 0 0 0 2px;
height: 22px;
}

#menu {  
margin: 0;
padding: 0;
float: left;
}

#menu li {
float: left; /* needs to be floated to display bg color */
margin: 5px 0 0 2px;
display: inline;
padding: 0;
background: url('/images2/tab_left_off.jpg') 0px 0px no-repeat;
}  

#menu li:hover,
#menu li.over,
#menu li.on {
background: #E2E8F4 url('/images2/tab_left_on.jpg') 0px 0px no-repeat;
margin-top: 2px;
}

#menu li a {
float: left;
display: block;
font-size: 10px;
font-weight: bold;
font-family: arial, sans-serif; 
color: #ddd;
margin: 0;
padding: 4px 8px;
text-decoration: none;
background: url('/images2/tab_right_off.jpg') 100% 0px no-repeat;
} 

#menu li a:hover {
color : #343A46; 
background: url('/images2/tab_right_on.jpg') 100% 0px no-repeat;
padding: 6px 8px 5px 8px;
}

#mainContent {
background: #fff;
padding: 5px 0 0 0;
position: relative;
}

/* =============================================================================

LEFT RAIL

============================================================================= */

#leftColumn {
width: 204px;
padding: 0;
position: absolute;
left: 0;
top: 4px;
background: #fff;
}

#leftNavWrapper {
margin-bottom: 7px;
}

#leftNav {
background: url('/images2/leftnav_bg.jpg') top repeat-y;
border-width: 0 1px;
border-style: solid;
border-color: #fff;
margin-bottom: 7px;
float: left;
width: 200px;
}

#leftNav .sectionTitle a {
padding: 4px 9px;
background: #7D0000 url('/images2/leftnav_section_up.jpg') top repeat-x;
margin: 0 0 1px 0;
display: block;
text-decoration: none;
}

#leftNav .sectionTitle a:hover {
background: #F3B7B6 url('/images2/leftnav_section_over.jpg') top repeat-x;
}

#leftNav .sectionTitle h4 a {
color: #fff;
font-weight: bold;
font-size: 135%;
}

#leftNav .sectionTitle h4 a:hover {
color: #52080B;
}

#leftNav ul li {
padding: 0 0 0 6px;
margin: 0;
}

#leftNav ul li a {
padding: 5px 6px;
margin: 0;
height: 1em;
display: block;
border-bottom: 1px solid #990000;
color: #000;
font-size: 110%;
}

#leftNav ul li a.last {
border-bottom: 0;
}

#leftNav ul li a:hover {
color: #000;
background: #fff;
}

#leftColumn #homeContact {
display: block;
font-family: 'Trebuchet',verdana,helvetica,sans-serif;
font-weight: bold;
color: #000;
text-align: center;
padding: 22px 0;
height: 106px;
width: 202px;
background: url('/images2/contact_bg.jpg');
clear: left;
}

#leftColumn #homeContact h3,
#leftColumn #homeContact h4, {
display: inline;
margin: 0;
padding: 0;
}

#leftColumn #homeContact h3 {
font-size: 150%;
}

#leftColumn #homeContact h4 {
font-size: 110%;
}


/* =============================================================================

CENTER CONTENT

============================================================================= */

#centerColumn {
margin-left: 208px;
padding: 0 7px;
background: url('/images2/chess_bg.jpg') 100% 233px no-repeat;
}

#homeContentBottom {
padding: 7px 0;
color: #333;
font-size: 110%;
}

#childContentWrapper {
background: #737987 url('/images2/child_content_wrapper_bg.jpg') top repeat-x;
border-width: 3px 1px;
border-color: #5E6371;
border-style: solid;
}

#childContentWrapper #searchResults {
background: #fff;
}

#childTitle {
padding-top: 24px;
text-align: right;
background: url('/images2/child_title_bg.jpg') bottom repeat-x;
}

#footer {
padding: 2px 8px;
background: #fff;
font-family: arial, san-serif;
font-size: 90%;
color: #6A6A6A;
}

#siteCredit {
float: right;
}

