@import url('menu.css');
@import url('footer.css');
@import url('contentFormat.css');
@import url('tables.css');
@import url('formStyle.css');
@import url('sideNav.css');
@import url('news.css');
@import url('events.css');
@import url('comments.css');
@import url('prettyPhoto.css');
@import url('gallery.css');
@import url('jquery.ad-gallery.css');
@import url('sitemap.css');
@import url('signin.css');
 
 * {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, form
{
    height: 100%;
}

body
{
	color: #666;
	background:#000000 url(../images/bg.jpg) repeat;
}


#wrap 
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
	width: 100%;
	z-index:1;
}

#header
{
    width:980px;
    height:250px;
	z-index:0;
}

#top{
	width: 980px;
	margin: 0px auto 0;
	z-index:0;
	line-height: 28px;
	padding:0px;
    color: #000;

}
#top a{
    color: #000;
    text-decoration:none;
    font-weight:bold;
}

#menu
{
    clear:both;
	overflow:hidden;
    width:980px;  
	background:#004c7e;
}



#main 
{
    clear:both;
    overflow:hidden;
	position:relative;
	width: 980px;
	margin: 0 auto;
	border:1px solid #000;
	background: #fff;
    
}   

#content-holder
{
	clear:both;
    overflow:hidden;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:15px;
}


#content
{
    width:505px;
	float:left;
	padding:5px 0 25px 20px;    
	line-height: 18px;  
}

#left_side
{
    width:200px;
    float:left;
}

#right_side
{
    width:200px;
    float:right;
    padding-right:10px;
}


/* go back buttons /////////////////////////////////////////////////////////*/
#goBack {
	float:right;
}
#goBack a, #goBack a:visited {
	line-height: 22px;
	height:25px;
	display:block;
	background: url(../icons/goback.gif) no-repeat left ;
	padding: 0px 0px 0px 30px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}
#goBack a:hover {
	text-decoration: underline;
}

/* breadcrumbs /////////////////////////////////////////////////////////*/


.BreadCrumbBar 
{
   margin-bottom:15px;
   color:#000; 
   font-size:10px;
   font-weight:normal;
}

.BreadCrumbBar a
{
   color:#BFBFBF; 
   font-weight:normal;
}

.breadarrow{color:#BFBFBF;padding:0 4px;}

img {border:none;}

.clearfix {display: inline-block}
* html .clearfix {height: 1%}
.clearfix {display: block}


.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* HLIST -------------------------------------------------------------------------------------------------------- */



.hlist {
  padding:0; 
  margin:0 auto 0 0; /* left justified */

}

.hlist:after { content: "&nbsp;"; display: block; height: 0; clear: both; visibility: hidden; }

.hlist li {
  display: inline;
  float: left;
  list-style-type: none;
}

.hlist a {
	display: -moz-inline-block;
}


/* ROW ----------------------------------------------------------------------------------------------------------- */

.row {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0; 
}

.row:after { content: "&nbsp;"; display: block; height: 0; clear: both; visibility: hidden; }


.center 
{
    text-align:center;
    margin: auto 0;
}
