/*
-----------------------------------------------------------------------------------------
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%;
	background:#000;
	text-align:center;
	background:#D7DEE3 url(../images/ic_071_body_bg.jpg) repeat-x 0 0;
	background-attachment:fixed;
}
/*
-----------------------------------------------------------------------------------------
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 {
	margin:0 auto;
	margin-top:66px;
	padding:1px;
	width:746px;
	text-align:left;
	border:1px solid #000;
}
.accent-none {display:none;}
#accent-container {float:left;}
.accent {
	float:left;
	width:539px;
	height:140px;
	padding:0 0 10px 0;
}
#footer {float:left;padding:0 10px;}
#docwrapper {
	clear:both;
	width:750px;
}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
#nav-top #headertop {
	float:left;
	width:746px;
	z-index:1000;
}
	#nav-top #headertop #headertop-fill {
		float:left;
		width:207px;
		height:41px;
		background-image:url(../images/ic_071_title_bg_col.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#nav-top #headertop #headertop-curve {
		float:left;
		width:539px;
		height:41px;
		background-image:url(../images/ic_071_title_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	/* Padding adjustment */
		* html #nav-top #headertop #headertop-curve {width:536px;}
	#nav-top #headertop #website-title {
		position:absolute;
		top:0;
		left:0;
		padding:10px 0 0 10px;
		width:736px;
		height:31px;
	}
	/*--- positioning adjustment for IE ---*/
		* html #nav-top #headertop #website-title {
			left:-750px;
		}
	#nav-top #headertop #navcontainer {
		float:left;
		width:746px;
		z-index:1000;
	}
		#nav-top #headertop #navcontainer #nav-wrapper {
			margin:1px 0 0 0;
			float:left;
			width:746px;
			z-index:1000;
		}
	#nav-top #headertop #headertop-filler {
		float:left;
		width:746px;
		height:11px;
		line-height:0 !important;
	}
#nav-top #inner {
	float:left;
	width:746px;
	z-index:0;
}
	#nav-top #inner #content-fill {
		float:left;
		width:207px;
		height:502px;
		background-image:url(../images/ic_071_title_content_col.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#nav-top #inner #content {
		float:left;
		width:539px;
	}
		#nav-top #inner #content #accent-cover {
			position:absolute;
			top:0;
			left:0;
			width:539px;
			height:140px;
			background-image:url(../images/ic_071_accent_cover.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		#nav-top #inner #content #content-table {
			float:left;
			width:539px;
		}
#nav-top #slogan-container {
	float:left;
	width:746px;
}
#nav-top #slogan-container #slogan-table {
	position:relative;
	top:0;
	left:0;
	width:746px;
	height:36px;
}
	#nav-top #slogan-container #website-slogan {
		position:absolute;
		top:16px;
		left:0px;
		padding:2px 0 0 20px;
	}
	/*--- positioning adjustment for IE ---*/
		* html #nav-top #slogan-container #website-slogan {top:19px;}
	#nav-top #slogan-container #slogan-cover {
		position:absolute;
		top:0;
		right:0;
		width:164px;
		height:17px;
		background-image:url(../images/ic_071_footer_cover.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}

/*------------------ Navigation Elements ------------------*/
#nav-top #headertop #navcontainer #nav-wrapper div, 
#nav-top #headertop #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-top #headertop #navcontainer #nav-wrapper div a:link, 
	#nav-top #headertop #navcontainer #nav-wrapper div a:active, 
	#nav-top #headertop #navcontainer #nav-wrapper div a:visited {
		float:left;
		padding:10px;
		text-decoration:none;
		border-right:1px solid #fff;
		white-space: nowrap;
	}
	#nav-top #headertop #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
		#nav-top #headertop #navcontainer #nav-wrapper div div.submenu, 
		#nav-top #headertop #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-top #headertop #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:200px;
		}
			#nav-top #headertop #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				border-right:0;
				border-bottom:1px solid #fff;
			}
			#nav-top #headertop #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-top #headertop #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-top #headertop #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				padding:10px;
				width:180px;
			}
			#nav-top #headertop #navcontainer #nav-wrapper div div.submenu a:hover {padding-top:10px;}

/*------------------ Table Structures ------------------*/	
#nav-top #inner #content-table {float:left;}
	#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 ------------------*/	
