/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 03/14/2006
Last Modified: 03/14/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {width:100%;}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
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;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	float:left;
	width:100%;
}
.accent-none {display:none;}
#doc-wrap {
	min-width: 750px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#inner {
	float:left;
	width:750px;
	background-image:url(../images/ic_072_inner_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#footer {float:left;padding:0 10px;}
#docwrapper {
	clear:both;
	width:750px;
}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
#nav-top #navcontainer {
	float:left;
	width:100%;
	height:35px;
	border-bottom:1px solid #fff;
	z-index:1000;
}
	#nav-top #navcontainer #nav-cover {
		position:absolute;
		width:100%;
		height:35px;
		background-image:url(../images/ic_072_navcontainer_bg.png);
		background-repeat: repeat-x;
		background-position:0 0;
		top: 0px;
		left: 0px;
		z-index:0;
	}
	#nav-top #navcontainer #nav-wrapper {
		float:left;
		z-index:1000;
	}
#nav-top #inner #headertop {
	float:left;
	width:415px;
}
	#nav-top #inner #headertop #website-title {
		float:left;
		padding:40px 0 0 20px;
		width:390px;
	}
	#nav-top #inner #headertop #website-slogan {
		float:left;
		padding:30px 0 0 50px;
		width:365px;
	}
#nav-top #inner #accent-container {
	float:right;
	margin:50px 0 0 0;
	width:335px;
	height:405px;
	filter: alpha(opacity=35);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	-moz-opacity: 0.35; /* for older versions of Moz/FF */
	opacity:0.35;
}
#nav-top #inner #content {
	float:left;
	margin:80px 0 0 0;
	width:415px;
}
	
	
/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer div, 
#nav-top #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-top #navcontainer div a:link, 
	#nav-top #navcontainer div a:active, 
	#nav-top #navcontainer div a:visited {
		float:left;
		padding:10px;
		text-decoration:none;
		border-right:1px solid #fff;
		white-space: nowrap;
	}
	#nav-top #navcontainer div a:hover {padding-top:10px;}
		#nav-top #navcontainer div div.submenu, 
		#nav-top #navcontainer div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-top #navcontainer div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:200px;
			border-left:1px solid #fff;
		}
			#nav-top #navcontainer div div.submenu div {
				display:block;
				border-right:0;
				border-bottom:1px solid #fff;
			}
			#nav-top #navcontainer div div.submenu a:link, 
			#nav-top #navcontainer div div.submenu a:active, 
			#nav-top #navcontainer div div.submenu a:visited {
				float:left;
				padding:10px;
				width:180px;
				word-wrap: break-word;
				white-space: normal;
			}
			#nav-top #navcontainer div div.submenu a:hover {padding-top:10px;}

/*------------------ Table Structures ------------------*/	
#nav-top #inner #content-table {
	float:left;
	width:100%;
}
	#nav-top #inner #content-table-main {width:100%;}
		#nav-top #inner #content-table-main p {margin:10px 10px 15px 10px;}
		
/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Does Not Apply to This Layout ------------------*/	

/*
-----------------------------------------------------------------------------------------
=#NAV-RIGHT
-------------------------------------------------------------------------------------- */
/*------------------ Does Not Apply to This Layout ------------------*/	



/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */
body#wide #inner {width:1000px;}
body#wide #doc-wrap {min-width: 1000px;}
body#wide #docwrapper {width:1000px;}

/*------------------------------------ NAV-TOP ------------------------------------*/
body#wide #nav-top #inner #headertop {width:665px;}
	body#wide #nav-top #inner #headertop #website-title {width:645px;}
	body#wide #nav-top #inner #headertop #website-slogan {width:615px;}
body#wide #nav-top #inner #content {width:665px;}
