/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 07/24/2006
Last Modified: 08/15/2006
NOTE: Print only styles
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {width:100%;}

/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
* html #printwrap {
	position:absolute;
	top:0;
	left:0;
}
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;}
.accent-none {display:none;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#headertop {
	width:100%;
	background-image:url(../images/ic_043_header_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#website-title {
	margin:0;
	padding:10px 0 10px 10px;
}
#website-slogan {
	margin:0;
	padding:10px 0 10px 10px;
}
#accent-container {
	width:100%;
	background-color:#000;
}
.accent {
	display:table;
	width:100%;
	padding:142px 0 0 0;
}
#fill {
	float:left;
	padding:5px 0 0 0;
	width:100%
}
#navcontainer {display:none;}
#content {
	padding:15px 0 0 0;
	width:100%;
}
#footer {
	padding:10px;
	color:#fff;
}
/*------------------ Table Structures ------------------*/		
#nav-top #content-table-main p {margin:10px 20px 15px 10px;}
