/* 
	Concord Computer Solutions
	tlee 2008
*/

/* --------------- GLOBAL ---------------- */

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.clearafter:after, .clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearafter, .clear {display:inline-block;}
  /* Hide from IE Mac \*/
.clearafter, .clear {display:block;}
 /* End hide from IE Mac */

* html .clearafter, * html .clear{height: 1px;}
  
body{font-size:12px;padding:0;margin:0;font-family:Arial;color:#fff;background:#000 url(../images/structure/bg.gif);}
 
h1, h2, h3, h4, h5, h6, ul, li, ol, form, p{padding:0;margin:0;}
 
a{color:#cab856;text-decoration:underline;}
	a:hover{color:#cab856;}
	:focus { -moz-outline-style: none; }

/* -------------- MAIN SITE ---------------- */
#container{width:960px;}

#wrap{width:960px;text-align:left;}

#header{width:960px;height:205px;background:url(../images/structure/header_bg.jpg) no-repeat;}
	#logo{padding:20px 0 0 0;}
		#logo a{height:168px;width:606px;display:block;overflow:hidden;text-indent:-99999em;background:url(../images/structure/logo.png) no-repeat;}


#navigation{height:85px;background:#131313;width:960px;}
	#nav{height:85px;background:url(../images/structure/nav_bg2.gif) repeat-x;width:940px;margin:0 0 0 10px;display:block;}
		#nav table{}
			#nav td{padding:2px 0 0 0;}
				#nav a{text-decoration:none;margin:0 17px;color:#fff}
					#nav a:hover{color:#cab856;}
	#navigation:focus { -moz-outline-style: none; }

#content{background:#131313;}
	#pagecontent{width:940px;margin:0 0 0 10px;background:url(../images/structure/content_bg.gif) repeat;}
		#pagepadd{min-height:530px;padding:0 20px;background:url(../images/structure/gg.jpg) 300px 0 no-repeat;}
			.copypadd{padding:10px 0;}

#mainpic{padding:20px 0 0 40px;}

#footer{font-size:11px;text-align:left;width:960px;background:url(../images/structure/footer_main_bg2.gif) repeat-x;height:100px;}
	#footerpage{background:url(../images/structure/footer_bg2.gif) repeat-x;width:940px;margin:0 10px;height:60px;}
		#footerLeft{float:left;margin:0 0 0 20px;width:460px;}
			ul#footerNav{height:20px;}
				ul#footerNav li{list-style-type:none;float:left;margin:0 4px 0 0;}
					ul#footerNav a{color:#fff;text-decoration:none;}
						ul#footerNav a:hover{text-decoration:underline;}
		#footerRight{float:right;text-align:right;margin:0 20px 0 0;width:400px;}
			.footerpadtop{height:20px;}
			#footerRight a{text-decoration:none;color:#fff;}
			#footerRight a:hover{}