@charset "utf-8";
/* CSS Document */
body{
	background:url(images/main_bg_old2.jpg) no-repeat fixed center top #000000;
	margin:auto;
	padding:0px;
	/*color:#948d8b;*/
	color:#000000;
	font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size:.8em;
}

a:link{
	color:#8A0401;
}

hr {
	background:transparent none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	border-style:none none solid;
	height:1px;
	padding:0;
}

h4{
    padding:0px 0px 0px 0px;
    margin:2px 0px 2px 0px;
    }

/* header */
#header{
	background:url(images/header_bg.png) repeat-x;
	height:175px;

}
	#header_content{
		margin:auto;
		width:900px;
	
	}
		#logo_holder{
			background:url(images/logo.png) no-repeat;
			width:142px;
			height:144px;
			float:left;
			margin:5px 5px 0px 10px;
			
		}

		#nav{
			float:left;
			margin:140px 0px 0px 0px;
			color:#FFFFFF;
			font-size:14px;
	
		}
	
	
/* content */
#content{
	margin:auto;
	width:900px;

}
#Managecontent
{
    margin:auto;
    width:1020px;
}
	/*home content */
	#home_left{
		width:430px;
		margin:5px;
		padding:5px;
		background:url(images/black_dot.png);
		float:left;
		color:#948d8b;
	}
	#home_right{
		width:430px;
		margin:5px;
		padding:5px;
		background:url(images/black_dot.png);
		float:left;
		color:#948d8b;
	}
	
	/*page content */
	#page_left{
		float:left;
		width:710px;
		padding:5px;
		margin:5px;
		background:url(images/white_dot.png);
	}
	
	#page_right{
		float:left;
		width:155px;
		padding:5px;
		margin:5px 5px 5px 0px;
		background:url(images/white_dot.png);
	}
	
    /*manager content */
	#manager_left{
		float:left;
		width:600px;
		padding:5px;
		margin:5px;
		background:url(images/white_dot.png);
	}
	
	#manager_right{
		float:left;
		width:385px;
		padding:5px;
		margin:5px 5px 5px 0px;
		background:url(images/white_dot.png);
	}

#footer{

}

.clear{
	clear:both;
}
.main-left-col-heading {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}

.sf_photoListLightbox dt{
	display:none !important;
}

.sf_photoListLightbox dd.sf_image{
    height:120px !important;
}

.sf_photoListLightbox li{
    height:auto !important;
}

#ctl00_sitefinityLogo{
	display:none !important;
	}
