@charset "utf-8";

body {
	background:#FFF url(/img/bg.gif) repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link { color:#09F; text-decoration:none; }
a:visited { color:#09F; text-decoration:none; }
a:active { color:#09F; text-decoration:none; }
a:hover { color:#09F; text-decoration:underline; }
.niched { width:900px; margin:0 auto; padding:3px; text-align:center; }
.head { width:1000px; height:150px; margin:0 auto; background:url(/img/logo.png) top left no-repeat; }
.left { width:680px; float:left; height:130px; padding:10px; color:#fff; text-align:center; }
.left .headtxt { height:92px; width:485px; padding:0 0 0 195px; text-align:center; }
.left h2 a { font-size:14px; font-weight:bold; padding:3px; display:block; border:1px solid #CCC; background:#45617E; text-align:center; vertical-align:baseline; width:100px; height:16px; float:left; margin:2px; }
.left h2 a:hover { border:1px dashed #CCC; }
.right { text-align:center; float:right; height:60px; padding:80px 10px 10px 10px; width:280px; }
.right h1 a { text-decoration:none; font-size:24px; text-transform:uppercase;  }
.right h3 { font-weight:normal; font-size:14px; padding:10px 1px 1px 1px; color:#fff; }

.sub-container {
	width:937px;
	padding:7px 6px 7px 8px;
	margin:0 auto;
	border:1px solid #4A4A4A;
	background:#EAEAEA ;
 }
.gal { float:left; margin:2px; width:152px; height:202px; overflow:hidden; }
.gal a img { width:150px; height:200px; border:1px solid #000; float:left; margin:0 0 3px 0; }
.gal p { display:none; }
.gal p a { }

.top-gal { float:left; margin:2px; width:152px; height:235px; text-align:center;  }
.top-gal a img { width:150px; height:200px; 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 { }

.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 { }

.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; }

.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; }

* { 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; }

/** 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; }

