/*
-----------------------------------------------------------------------------------------
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%;
	background-image:url(../images/ic_001_body_bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
* html #printwrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {margin:10px;}
h1#website-title {margin:0;}
h2#website-slogan {margin:0;}
#navcontainer div h3 {margin:0;}
#navcontainer div h3 {margin:0;}
ul, ol {
	margin:10px;
	padding:0 0 0 20px;
}
ol {padding:0 0 0 30px;}
blockquote {margin:10px 10px 10px 40px;}
.clearer {clear:both;}
#navcontainer {display:none;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
/*------------------ nav-top ------------------*/
#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 #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;
	}
/*------------------ nav-left ------------------*/	
	#nav-left #headertop {
		float:left;
		margin:25px 0 0 0;
		padding:45px 0 0 0;
		width:100%;
	}
	#nav-left #inner {border-top:1px solid #fff;}
	* html #nav-left #inner {float:left;}
	#nav-left #content {border-left:5px solid #E3E3E3;}
	* html #nav-left #content {float:left;}
	#nav-left #footer {
		clear:both;
		padding:10px;
		border-top:1px solid #fff;
		color:#fff;
	}
/*------------------ nav-right ------------------*/	
#nav-right {width:100%;}
	#nav-right #headertop {
		float:left;
		margin:25px 0 0 0;
		padding:45px 0 0 0;
		width:100%;
	}
	#nav-right #inner {
		width:750px;
		border-top:1px solid #fff;
		height:100%;
	}
	* html #nav-right #inner {float:left;}
	* html #nav-right #content {float:left;}
	#nav-right #footer {
		clear:both;
		padding:10px;
		border-top:1px solid #fff;
		color:#fff;
	}
/*
-----------------------------------------------------------------------------------------
=#headertop
-------------------------------------------------------------------------------------- */	
#website-title {padding:0 0 5px 10px;}
#headertop-pattern {
	display:block;
	margin:0 0 -5px 0;
	background:transparent url(../images/ic_001_headertop_bg.gif) repeat-x top left;
	height:30px;
	filter: alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: 0.20; /* for older versions of Moz/FF */
	opacity:0.20;
}

/*
-----------------------------------------------------------------------------------------
=#content
-------------------------------------------------------------------------------------- */
#nav-top #website-slogan,
#nav-left #website-slogan,
#nav-right #website-slogan {padding:20px 10px 0 10px}
/*
-----------------------------------------------------------------------------------------
Table Structures
-------------------------------------------------------------------------------------- */
/*------------------ nav-top ------------------*/	
#nav-top #content-table {
	width:100%;
}
	#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 ------------------*/		
#nav-left #content-table {
	width:100%;
	float:left;
}
	#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 ------------------*/		
#nav-right #content-table {
	width:100%;
	float:left;
}
	#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;
		}
/*------------------ no-accent adjustments ------------------*/		
#nav-top #content-table-sub.accent-none {display:none;}
#nav-left #content-table-sub.accent-none {display:none;}
#nav-right #content-table-sub.accent-none {display:none;}	

/*
-----------------------------------------------------------------------------------------
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;}
