@import url('menu.css');
@import url('sideMenu.css');
@import url('footer.css');
@import url('contentFormat.css');
@import url('tables.css');
@import url('portfolio.css');
@import url('formStyle.css');
@import url('lightbox.css');

/* MAIN STYLES */
body { 
    margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background:#ffffff;
}



/* page layout  /////////////////////////////////////////////////////////*/ 
#pagelayout{
	width: 100%;
	margin: 0 auto;
} 

#top{
	width:100%;
	height:168px;
	background: url(../images/header_bg.jpg) repeat-x;
	z-index: 0;
	position:relative;
}
#header{
	width:980px;
	margin: 0 auto;
	height:168px;
	background: url(../images/header.jpg) no-repeat;
	position: relative 
}

#header .topnav{
	float:left; 
	margin-top:6px;
}
#header .topnav a{
	font-weight:bold;
	text-decoration:none;
}

#navbar{
	position:relative;
	top:130px;
	width: 800px;
	clear:both;
	text-transform:uppercase;
	font-size: 14px;
} 

#main{
	width: 980px;
	margin: 0 auto;
	min-height:650px;
	background:#fff;
	line-height: 18px;
}
#content-holder {
	background:#ffffff;
	overflow:hidden;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:10px;
	height:100%;
}
#content-left {
    float:left;
	margin:0px;
    padding:0px;
    width:210px;
}
#content-center {
   float:left;
   margin-left:5px;
   margin-top:5px;
   margin-left:20px; 
   margin-right:10px;
   padding:5px;
   width:710px;
   _width:690px;  
   /*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;
}
