body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #B3B4B7 url(images/background.gif);
}
body, td, div {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height:1.3em;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #D7181F;
	text-decoration: underline;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0.6em;
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: .6em;
}

.h2_red {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: .6em;
	color: #d7181f;
	font-weight: bold;
}

/* Vertical Nav */

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 211px; /* Width of Menu Items */
	}

#navi ul li {
	position: relative;
	}
	
#navi li ul {
	position: absolute;
	left: 210px; /* Set 1px less than menu width */
	top: -1px;
	display: none;
	}

/* Styles for Menu Items */
#navi ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #999; /* IE6 Bug */
	padding: 5px 0px 5px 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

/* Fix IE. Hide from IE Mac \*/
* html #navi ul li { float: left; height: 1%; }
* html #navi ul li a { height: 1%; }
/* End */
/* Hover Styles */
#navi ul li a:hover { color: #fff; background: #666; } 
/* Sub Menu Styles */
#navi li ul {border-top: 1px solid #FFFFFF; }
#navi li ul li a { 
	background: #666;
	border: 1px solid #FFFFFF;
	border-top:none;
} 

#navi li ul li a:hover { color:#fff; background: #D7181F; }
		
#navi li:hover ul, #navi li.over ul { display: block; } /* The magic */
/*page layout*/
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: url(images/column-bg.gif) repeat-y;
 }
#header{
	position:relative;
	height:67px;
	background-color:#FFFFFF;
	width:100%;
	border-bottom: 18px solid #D7181F;
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
 
#leftcol{
 width:211px; 
 float:left; 
 position:relative; 
  }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:589px; 
 }
 
#footer{
	background-color:#FFFFFF;
	clear:both;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #777777;
	font-size: 1.1em;
 } 

#flashbox {
	height: 168px;
	background: #777777;
}
#sidebar {
	background: #DDDDDD;
	border-right: 1px solid #FFFFFF;
}
#sidebar .content {
	padding: 15px;
}
#gallery {
	width: 280px;
	float:right;
}
#gallery h2 {
   text-align: center;
   margin-top: 0px;
}
#gallery img {
	border: 7px solid #ddd;
	margin-bottom: 15px;
	float: right;	
}
#gallery a:hover img {
	border: 7px solid #999;
}	
.featured {
	border: 7px solid #999;
	margin-bottom: 10px;
}
a:hover .featured { 
	border: 7px solid #666;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both;
 font-size:0; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*other stuff*/
.maincontent {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a, #footer a:hover {
	color: #777777;
	text-decoration: underline;
}
.homeboxes {
	float: left;
	width: 197px;
	border-right: 1px solid #FFFFFF;
	background: #DDDDDD;
	height: 200px;
}
.homeboxes .content, .homeboxes2 .content, .homeboxes3 .content, .homeboxes4 .content {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.homeboxes2 {
	float: left;
	width: 193px;
	background: #DDDDDD;
	height: 200px;
}
.homeboxes3 {
	float: left;
	width: 197px;
	border-right: 1px solid #FFFFFF;
	background: #DDDDDD;
	height: 525px;
}
.homeboxes4 {
	float: left;
	width: 587px;
	background: #DDDDDD;
	height: 480px;
}
