@import url('menu.css');
@import url('footer.css');
@import url('contentFormat.css');
@import url('tables.css');
@import url('panel.css');
@import url('news.css');
@import url('events.css');
@import url('signup.css');
@import url('formStyle.css');
@import url('lightbox.css');



/* MAIN STYLES */


	
body { 
	background:#000000 url(../images/bg.jpg) center top no-repeat fixed;
	padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


/* page layout  /////////////////////////////////////////////////////////*/ 
#pagelayout{
	width: 100%;
	z-index:0;
	margin: 0 auto;
	min-height:800px;
    height:auto !important;
	padding:0px;
} 

#pagelayout #header{
	height:200px;
	background: url(../images/header.jpg);
	margin:0px;
	width: 980px;
	padding: 0px;
}  

#main{
	width: 980px;
	margin: 0px auto 0;
	z-index:0;
	background:#fff;
	line-height: 18px;
	padding:0px;

}
/* IE6 */
* html #pagelayout {height:800px;}

#content-holder {
	background:#ffffff;
	overflow:hidden;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:10px;
	height:100%;
}
#content-left {
    width:180px;
    float:left;
	margin:0px;
    padding:0px;
}

#content-right {
    width:210px;
    float:right;
	margin:0px;
    padding:0px;
}
#content-center {
   float:left;
   margin-left:5px;
   margin-top:0px;
   margin-left:10px; 
   margin-right:10px;
   padding:5px;
   width:540px;
   _width:520px;  
   /*border-right:1px dotted #d2cfcb;
   padding-bottom:9999px;
   margin-bottom:-9999px;*/
}

#content-center ul{
	margin:5px 0 10px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
#content-center li{
	margin-top:2px;
}



/* go back buttons /////////////////////////////////////////////////////////*/
#goBack {
	float:right;
}
#goBack a, #goBack a:visited {
	line-height: 22px;
	height:25px;
	display:block;
	background: url(../images/goback.gif) no-repeat left ;
	padding: 0px 0px 0px 40px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}
#goBack a:hover {
	text-decoration: underline;
}


.BreadCrumbBar{
	background:#ebe8dc url(../images/breadcrumbs.jpg) no-repeat left;
    color:#000;
    padding:5px 5px 5px 15px;
    font-weight:bold;
    border-bottom:1px dotted #151a13;
}
.BreadCrumbBar a{
    color:#346728;
    text-decoration:none;
}
.BreadCrumbBar .CrumbTitle{
    color: #fff;
    padding:0px 30px 0px 0px;
}

/* ROW ----------------------------------------------------------------------------------------------------------- */

.row {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0; 
}
.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* COLUMN -------------------------------------------------------------------------------------------------------- */

.col {
  float: left;
  border: 0;
  padding: 0;
  margin: 0; 
  vertical-align: top;
}
