/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 02/27/2006
Last Modified: 03/02/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0px; padding:0px;}  /* zero out everything */
body { background: #000000;
	 text-align:center; 
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
h1, h2, h3, h4, h5, h6 {margin:10px;}



h2 {margin:0px;padding: 5px 0px 2px 0px; font: 13px verdana,arial,helvetica; text-align:left; }
 
 ul, li {
	margin:10px;
	padding:0 0 0 5px; font: 13px verdana,arial,helvetica;text-align:left; 
}
ol {padding:0 0 0 30px;}
blockquote {margin:10px 10px 10px 40px;}
.clearer {clear:both;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#printwrap {position:static;} /* Cancel out relative positioning of this specific div */
#nav-top, #nav-left, #nav-right {
	margin:0 auto;
	width:750px;
}
#website-title {
	float:left;
	padding:30px 0 0 10px;
}
#website-slogan {
	float:right;
	padding:5px 30px 10px 10px;
	width:720px;  
	 color: #ffffff;
	text-align:right;
	background: #000000;
	font: bold 15px verdana,arial,helvetica;  margin: 0px auto; 
}
	 
.accent-none {display:none;}
.accent {
	float:right;
	width:355px;
	height:71px;
}

/*
 
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-left #headertop {
	float:left;
	margin:0 0 8px 0;
	width:750px;  background:#cc0000;
	border-bottom:1px solid #fff;
}
#nav-left #navcontainer {
	float:left; 
	width:154px;
	background:#fff;
	 
}
	#nav-left #navcontainer #nav-wrapper {
		float:left;
		padding:0 0 30px 0;
		width:154px;
		background: #000000;text-align: left; font: bold 12px verdana,arial,helvetica;
		 
	}
#nav-left #navcontainer #nav-footer {
		float:left;  
		width:154px;
		height:83px;
		background-image:url(../images/shadow.jpg);
		background-repeat:no-repeat;
		 
	}
#nav-left #inner {
	float:left;
	padding:0 116px 0 0;
	width:480px;
	background-image:url(../images/corner.jpg);
	background-repeat:no-repeat;
	background-position:520px 0;
 
}
	#nav-left #inner #content {
			float:left;
			padding:10px 0px 0 10px;
			width:520px;
			background:#fff;
		 
		}
			#nav-left #inner #content #footer {
				float:left;
				padding:10px;
			}
		
/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer #nav-wrapper div, #nav-left #navcontainer #nav-wrapper div {
	float:left;
	display:block;
	cursor:pointer;   
}
#nav-left #navcontainer #nav-wrapper div a {
		float:left;
		margin:2px; 
		 color: #ffffff; 
		 background: #CC0000;
		padding:4px 5px 4px 10px;
		width:132px;
		text-decoration:none;
	}
#nav-left #navcontainer #nav-wrapper div a:hover 
{text-align: left; padding:4px 5px 4px 10px; font: bold 12px verdana,arial,helvetica; color: #CC0000; background: #ffffff;}

     
