@import url('menu.css');
@import url('footer.css');
@import url('contentFormat.css');
@import url('productDisplay.css');
@import url('tables.css');
@import url('portfolio.css');
@import url('formStyle.css');
@import url('topbuttons.css');
@import url('buttons.css');
@import url('sideNav.css');
@import url('news.css');
@import url('events.css');
@import url('comments.css');
@import url('lightbox.css');
@import url('slideShowPortfolio.css');
@import url('sitemap.css');



/* MAIN STYLES */
body { 
    margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background:#000000 url(../images/bg.jpg) center top no-repeat fixed;
}

/* page layout  /////////////////////////////////////////////////////////*/ 
#pagelayout{
	width: 100%;
	z-index:0;
	margin: 0 auto;
} 
#pagelayout #header{
	width:980px;
	height:190px;
	background: url(../images/header.jpg);
	margin:0px;
}  
#main{
	width: 980px;
	margin: 0 auto;
	z-index:0;
	min-height:600px;
	background:#fff;
}
#content-holder {
	background:#ffffff;
	overflow:hidden;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:10px;
	height:100%;
}
#content-right {
    float:right;
	width:240px;
	background:#ffffff;
	margin:2px;
    padding:0px;
}
#content-center {
   float:left;
   margin:0px 0px 0px 15px;
   padding:20px 40px 20px 10px;
   width:655px;
   _width:645px;  
   background: #fff url(../images/bg_main.jpg) right repeat-y;
   padding-bottom:9999px;
   margin-bottom:-9999px;
   min-height:400px;
}






/* right side block /////////////////////////////////////////////////////////*/
.rightSideBlock {
	border:1px solid #d2dcc1;
	background:#e4ead9;
	width:238px;
	overflow:hidden;
	margin-bottom:10px;
}
.rightSideBlock h2 {
	background:#dbe4cd url(../icons/information.gif) no-repeat 5px 50%;
	font-size:12px;
	margin:0; padding:5px 10px 5px 25px;
}
.rightSideBlock .content {
	
	font-size:11px;
	padding:10px;
	
}
.rightSideBlock ul.bullet{
	margin:0px 0px 15px 10px;
    list-style: none;
    padding:0px;
}
.rightSideBlock ul.bullet li{
	padding-left: 10px;
    background-image: url(../images/red_bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0 .7em;
    margin-top:1px;
    margin-bottom:1px;
    line-height:20px;
    margin-left:0px;
}

.rightSideBlock ul.checklist{
	margin:0px 0px 15px 10px;
    list-style: none;
    padding:0px;
}
.rightSideBlock ul.checklist li{
	padding-left: 20px;
    background-image: url(../images/checkmark.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    margin-top:10px;
    margin-bottom:10px;
    line-height:20px;
    margin-left:0px;
}





/* 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 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;
}
