/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 12/22/2005
Last Modified: 03/02/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {width:100%;}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
h4, h5 {margin:10px;}
ul, ol {
	margin:10px;
	padding:0 0 0 20px;
}
ol {padding:0 0 0 30px;}
blockquote {margin-left:40px;}
.clearer {clear:both;}
/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
* html #printwrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#nav-top, #nav-left, #nav-right {
	float:left;
	width:100%;
}
#website-title {padding:0 0 5px 10px;}
#website-slogan {padding:20px 10px 0 10px}
.accent-none {display:none;}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-top #headertop {
	float:left;
	margin:25px 0 0 0;
	padding:45px 0 0 0;
	width:100%;
}
* html #nav-top #inner {float:left;}
#nav-top #navcontainer {display:none;}
#nav-top #content {border-top:10px solid #E3E3E3;}
	* html #nav-top #content {float:left;}
#nav-top #footer {
	clear:both;
	padding:10px;
	border-top:1px solid #fff;
	color:#fff;
}

/*------------------ Table Structures ------------------*/		
	#nav-top #content-table-main {width:100%;}
		#nav-top #content-table-main p {margin:10px 20px 15px 10px;}
	#nav-top #content-table-sub {
		display:block;
		width:199px;
		height:418px
	}
		* html #nav-top #content-table-sub {
			padding:418px 0 0 199px;
		}				

/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
	#nav-left #headertop {
		float:left;
		margin:25px 0 0 0;
		padding:45px 0 0 0;
		width:100%;
		border-bottom:1px solid #999;
	}
	#nav-left #inner {border-top:1px solid #fff;}
		* html #nav-left #inner {float:left;}
	#nav-left #navcontainer {display:none;}
	* html #nav-left #content {float:left;}
	#nav-left #footer {
		float:left;
		padding:10px;
		border-top:1px solid #fff;
		color:#fff;
	}
/*------------------ Table Structures ------------------*/	
#nav-left #content-table-main {width:100%;}
	#nav-left #content-table-main p {margin:10px 20px 15px 10px;}
#nav-left #content-table-sub {
	display:block;
	width:199px;
	height:418px
}
	* html #nav-left #content-table-sub {
		padding:418px 0 0 199px;
	}
	
/*
-----------------------------------------------------------------------------------------
=#NAV-RIGHT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
	#nav-right #headertop {
		float:left;
		margin:25px 0 0 0;
		padding:45px 0 0 0;
		width:100%;
		border-bottom:1px solid #999;
	}
	#nav-right #inner {border-top:1px solid #fff;}
		* html #nav-right #inner {float:left;}
	#nav-right #navcontainer {display:none;}
	* html #nav-right #content {float:left;}
	#nav-right #footer {
		clear:both;
		padding:10px;
		border-top:1px solid #fff;
		color:#fff;
	}
	
/*------------------ Table Structures ------------------*/		
#nav-right #content-table-main {width:100%;}
	#nav-right #content-table-main p {margin:10px 20px 15px 10px;}
#nav-right #content-table-sub {
	display:block;
	width:199px;
	height:418px
}
	* html #nav-right #content-table-sub {
		padding:418px 0 0 199px;
	}

/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */

/*------------------------------------ NAV-TOP ------------------------------------*/	
body#wide #nav-top #content-table {width:1000px;}

/*------------------------------------ NAV-LEFT ------------------------------------*/	
body#wide #nav-left #content {width:795px;}
	body#wide #nav-left #content-table {width:795px;}

/*------------------------------------ NAV-RIGHT ------------------------------------*/	
body#wide #nav-right #inner {width:1000px;}
	body#wide #nav-right #content {width:795px;}
		body#wide #nav-right #content-table {width:795px;}
