/* CSS Document */
body {
	background-color:#900216;
	font-family: Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color: #866809;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/* Default Tags and Fonts */	
img, a img {
	border: none;
	}
		
h1 {
	margin: 0;
	padding: 0;
	font-size:1.4em;
	font-weight: bold;
	}
	
.site_wrapper {
	background:#f9f6ed;
	width: 790px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow:hidden;
	}

a {
    color:#900216;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
/* Header Menu */
ul.header_menu  {
	width: 100%;
	padding:55px 0 0 40px;
	margin:0;
	list-style-type: none;
	}

ul.header_menu li  {
	font-weight:bold;
	padding: 0.8em 2.9em;
	float: left;
	}

ul.header_menu a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
ul.header_menu a:hover {
	text-decoration: none;
	color: #866809;
	}
		
/* Main Menu */
ul.mainmenu  {
	width: 100%;
	padding:0;
	margin:0;
	list-style-type: none;
	}

ul.mainmenu li  {
	font-weight:bold;
	padding: 0.8em 1.2em;
	float: left;
	}
ul.mainmenu a {
	color:#866809;
	text-decoration: none;
	}
	
ul.mainmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
/* Header */
.header {
	width:100%;
	height:95px;
}

.header .left {
	float:left;
	background:url(../images/header_nav.gif) no-repeat;
	width: 421px;
	height: 93px;
	}
	
.header .right {
	float:left;
	width: 369px;
	height:93px;
	}

.header_mid {
	background:url(../images/header_mid_bg.gif) repeat-x;
	width: 100%;
	height:142px;
	}
	
.header_mid .mid {
	background:url(../images/header_mid_logo.gif) repeat-x;
	width: 790px;
	height:142px;
	margin:0 auto 0 auto;
	}
	
/* Content */
.content {
	width: 770px;
	margin:0 auto 0 auto;
	overflow: hidden;
	}
	
.content .left {
	float:left;
	width: 410px;
	}
	
.content .right {
	float:left;
	width: 350px;
	margin-left: 9px;
	}
	
.content .content_left {
	float:left;
	width: 560px;
	}
	
.content .content_right {
	float:left;
	width: 200px;
	margin-left: 9px;
	}
	
.content .menu {
	background:url(../images/content_menu_bg.gif) no-repeat;
	width: 770px;
	height: 40px;
	}

.content a {
	color:#900216;
	text-decoration: none;
	font-weight: bold;
	}
	
.content a:hover {
	color:#866809;
	text-decoration: none;
	}
	
.roundedcornr_box {
   background: #e3d8b6;
}
.roundedcornr_top div {
   background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 15px; overflow:hidden; text-align:left; }

/* News Items */
.date_item {
	float:left;
	width:47px;
	height:46px;
	background:url(../images/date_bg.gif) no-repeat;
	margin: 10px 5px 0 5px;
	padding-top:3px;
	text-align:center;
	}
	
.date_item h2 {
	margin: 0;
	padding: 0;
	font-size:1.0em;
	font-weight: bold;
	color:#FFFFFF;
	}
	
.date_item h3 {
	margin: 0;
	padding: 2px;
	font-size:1.6em;
	font-weight: bold;
	color:#FFFFFF;
	}
	
.news_item {
	float:left;
	width:310px;
	padding-top:10px;
	}
	
.news_item h2 {
	margin: 0;
	padding: 0;
	font-size:1.0em;
	font-weight: bold;
	}
	
.news_item_expanded {
	float:left;
	width:470px;
	padding-top:10px;
	}
	
.news_item_expanded h2 {
	margin: 0;
	padding: 0;
	font-size:1.0em;
	font-weight: bold;
	}
	
/* Footer */
.footer {
	width:100%;
	height:75px;
	margin: 45px 0 0 0;
	text-align: center;
}
.footer a {
	color:#2280f5;
	text-decoration: none;
	}	
.footer a:hover {
	text-decoration: none;
	color: #866809;
}

/* Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
.clearall {clear:both};
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Tooltip CSS */

.blue {
	color: #2481F6;
	text-decoration: none;
}

.blue a {
	color:#2481F6;
	text-decoration: none;
	}
	
.blue a:hover {
	text-decoration: none;
	color: #900216;
}

.pic {
	border: medium solid #900216;
	text-decoration: none;
}
