@charset "utf-8";
/* CSS Document */

a:link { color:#81B93B; text-decoration:none; }
a:visited { color:#81B93B; text-decoration:none; }
a:active { color:#81B93B; text-decoration:none; }
a:hover { color:#FFE650; text-decoration:underline; }
.niched { width:900px; margin:0 auto; padding:3px; text-align:center; }
* { padding:0px; margin:0; }
img { border:none; }
.cr { clear:right; }
.cl { clear:left; }
.cb { clear:both; }
.cb5 {  clear:both; height:5px; }
.cb10 { clear:both; height:10px; }
.cb15 { clear:both; height:15px; }
.cb20 { clear:both; height:20px; }
.cb25 { clear:both; height:25px; }

body {
	margin: 0px 0px 0px 0px;
	background:url(/img/bg.gif) repeat-x #000;
	font:Tahoma, Geneva, sans-serif;
	font-size:0.75em;
	color:#fff;
}
.container {
	background:url(/img/head_1.png) top left no-repeat;
	width:1005px;
	margin:0 auto;
}
.sub-container {
	width:886px;
	padding:7px 6px 7px 8px;
	margin:0 auto;
	border:1px solid #4A4A4A;
	background:#EAEAEA ;
 }
.gal { float:left; margin:2px; width:217px; height:180px; overflow:hidden;  }
.gal a img { width:215px; height:150px; border:1px solid #000; float:left; margin:0 0 3px 0; }
.gal p { color:#000; font-size:11px; padding:3px; }
.gal p a { }

.top-gal { float:left; margin:2px; width:217px; height:185px; text-align:center;  }
.top-gal a img { width:215px; height:150px; border:1px solid #000; float:left; margin:0 0 3px 0; }
.top-gal p { text-align:center; color:#000; font-size:11px; padding:2px; }
.top-gal p a { }

.toptxt { width:948px; height:40px; margin:0 auto; }
.toptxt .topline { width:237px; height:40px; float:left; text-align:center; }
.toptxt .topline h3 { font-size:16px;  }
.toptxt .topline p { font-size:11px; }
.head {
	height:103px;
	margin:0 auto;;
	width:900px;
}
.head-left { width:550px; height:83px; float:left; padding:10px 5px 10px 45px; text-align:center; }
.head-left a { font-weight:bold; }
.head-right { width:300px; height:101px; float:right; border-top:2px solid #81B93B; text-align:center; }
.head-right h3 { font-size:26px; padding:0 0 5px 0; font-weight:lighter; }
.head-right h4 { font-size:16px; padding:5px 0 5px 0; font-weight:normal; }
.head-right h5 { font-size:15px; padding:15px 0 0 0; font-weight:normal; }
.head-right h3 a { text-decoration:underline; }

.arch { width:890px; margin:0 auto; padding:5px 5px 5px 20px; }
.arch-box { border:1px dashed #CCC; padding:5px; float:left; font-size:12px; margin:3px; }
.arch-box:hover { border:1px solid #CCC;  }
.arch-box a { text-decoration:none; font-weight:bold; display:block; }
.arch-box a:hover { text-decoration:underline; }

.arch-txt { height:30px; width:890px; font-size:11px; color:#CCC; float:left; text-align:center; }
.arch-txt b { }

.foot { height:103px; width:815px; margin:0 auto; text-align:center; background:url(/img/foot.png) top left no-repeat; padding:10px 5px 10px 80px; }
.foot h4 { font-weight:normal; font-size:11px; }
.foot h4 a { text-decoration:underline; }
.foot p { padding:0 0 0 10px; }

.head-left h2 { font-size:14px; }
.head-left h2 a { }
.pink a { color:#CCC; }

.top30 { width:900px; margin:0 auto; }
.top30-col { width:225px; float:left; text-align:left; }
.top30-col h5 { font-size:17px; }
.top30-col h5 a { }


/** Height Hackx **/
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }

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