@charset "UTF-8";
/* CSS Document */

* { padding:0; margin:0; }

body {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-size:11px;
	color:#472A2B;
	margin:0 auto 0 auto;
	text-align: center;
	background:#000000 url(../images/page_bg.png) top repeat-x;
	}

a {color:#BCA3C2; text-decoration:none;}
a:hover {text-decoration:underline;}


#main_wrapper {
	width:700px;
	margin:0 auto 0 auto;
	text-align:left;
	}
	
#flash_wrap {
	width:700px;
	height:471px;
	clear:both;
	
	margin-top:5px;
	}
	
#sec_flash_wrap {
	width:700px;
	clear:both;
	
	margin-top:5px;
	}
	
#nav_wrap {
	width:700px;
	height:30px;
	clear:both;
	}
	
#content_wrap {
 width:698px;
	clear:both;
	background:#0D0014 url(../images/logo_btm.gif) no-repeat top;
	padding:15px 0 10px 0;
	border-right:1px #000000 solid;
	border-left:1px #000000 solid;
	}
	
#sec_content_wrap {
 width:698px;
	clear:both;
	background:#0D0014 url(../images/sec_logo_btm.jpg) no-repeat top;
	padding:15px 0 10px 0px;
	border-right:1px #000000 solid;
	border-left:1px #000000 solid;
	}
	
#content_left {
	background:transparent;
	float:left;
	width:420px;
	/*margin:0 0 0 3px;*/
	/*margin-left:10px;*/
	/*margin-right:10px;*/
	overflow:hidden;
	}
	
#content_right {
	float:right;
	width:220px;
	margin:0 0px 0px 0; padding:0;
	text-align:center;
	}
	
#footer {
	width:700px;
	height:11px;
	background:#0D0014 url(../images/footer.gif) no-repeat bottom;
	clear:both;
	margin:0 0 20px 0;
	}

	
/* **** Floating Boxes **** */

.box_wrap {  }

.box_wrap img { padding:0 0 20px 0; }

.news_head_lg {
	width:420px;
	height:30px;
	clear:both;
	background: url(../images/hl_news_lg.gif) no-repeat top;
	}
	
.photo_head_sm {
	width:220px;
	height:30px;
	clear:both;
	background: url(../images/hl_photos_sm.gif) no-repeat top;
	}
	
.lg_home_content {
	width:418px;
	text-align:left;
	color:#FFF;
	clear:both;
	background:#564d5b url(../images/box_bg_index.gif) no-repeat top;
	border-right:#cbadd2 solid 1px;
	border-left:#cbadd2 solid 1px;
	padding:10px 0 0 0;
	}
	
.sm_box_content {
	width:218px;
	text-align:center;
	color:#FFF;
	clear:both;
	background:#564d5b;
	border-right:#cbadd2 solid 1px;
	border-left:#cbadd2 solid 1px;
	padding:0px 0 0 0;
	}
.sm_box_content p {padding:0;}
	
.lg_box_foot {
	width:420px;
	height:6px;
	clear:both;
	background:#0D0014 url(../images/box_round_lg.gif) no-repeat top;
	}
	
.sm_box_foot {
	width:220px;
	height:6px;
	clear:both;
	background:#0D0014 url(../images/box_round_sm.gif) no-repeat top;
	}
	

/* **** Text Styles **** */

p, h1, h2, h3 {
	padding:0 10px 10px 10px;
	}
	
p {
	line-height:16px;
	}
	
	/* ******** Clear Fix ******** */
/* simply add clearfix class containter that holds floated elements */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	line-height:0;
	height:0;
	}

.clearfix {
	display: inline-block;
	}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
	height:1%;
	}

.clearfix {
	display: block;
	}
/* End Holly Hack */

/* *************************************************** */
