/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 02/27/2006
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
-------------------------------------------------------------------------------------- */
div {position:relative;}
h4, h5 {margin:10px;}
ul, ol {
	margin:10px;
	padding:0 0 0 20px;
}
ol {padding:0 0 0 25px;}
.clearer {clear:both;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	float:left;
	width:100%;
}
#website-title {
	float:left;
	padding:7px 0 0 0;
	width:599px;
	height:29px;
	text-align:right;
	background-image:url(../images/ic_067_title_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
/* PNG and padding adjustment */
	* html #website-title {
		behavior:url(pngbehavior.htc);
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_067_title_bg.png);
	}
#website-slogan {
	float:left;
	margin:22px 0 0 0;
	padding:12px 10px 6px 15px;
	width:574px;
	text-align:right;
	background-image:url(images/ic_067_slogan_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;

}
/* for IE Png Handling */
	* html #website-slogan {
		behavior:url(pngbehavior.htc);
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_067_slogan_bg.png);
	}
.accent-none {display:none;}
.accent {
	float:left;
	width:151px;
	height:94px;
}
#docwrapper {
	clear:both;
	height:0;
	line-height:0 !important;
}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Does Not Apply to This Layout ------------------*/	
				
/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-left #headertop {
	float:left;
	padding:17px 10px 0 0;
	width:100%;
	background-image:url(../images/ic_067_header_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}
	#nav-left #headertop #accent-container {float:left;}
		#nav-left #headertop #accent-container #accent-cover {
			position:absolute;
			top:0;
			left:0;
			width:151px;
			height:94px;
			background-image:url(../images/ic_067_accent_cover.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* for IE Png Handling */
			* html #nav-left #headertop #accent-container #accent-cover {
				behavior:url(pngbehavior.htc);
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/ic_067_accent_cover.png);
			}
	#nav-left #headertop #headertop-content {
		float:left;
		width:750px;
	}
#nav-left #navcontainer {
	float:left;
	width:141px;
	z-index:1000;
}
	#nav-left #navcontainer #nav-wrapper {
		float:left;
		padding:0 0 30px 0;
		width:141px;
		border-top:1px solid #303030;
		z-index:1000;
	}
#nav-left #inner {
	float:left;
	width:609px;
	z-index:0;
}
	#nav-left #inner #content {
			float:left;
			width:609px;
			background:#fff url(../images/ic_067_content_bg.gif) repeat-y top left;
			z-index:0;
		}
			#nav-left #inner #content #footer {
				float:left;
				padding:10px;
			}
		
/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer #nav-wrapper div, #nav-left #navcontainer #nav-wrapper div h3 {
	float:right;
	display:block;
	cursor:pointer;
}
	#nav-left #navcontainer #nav-wrapper div a:link, 
	#nav-left #navcontainer #nav-wrapper div a:active, 
	#nav-left #navcontainer #nav-wrapper div a:visited {
		float:right;
		padding:7px 10px 7px 5px;
		width:126px;
		border-bottom:1px solid #303030;
		text-decoration:none;
	}
	#nav-left #navcontainer #nav-wrapper div a:hover {padding-top:7px;}
		#nav-left #navcontainer #nav-wrapper div div.submenu, 
		#nav-left #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-left #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:141px;
			border:1px solid #fff;
			border-bottom:none;
			z-index:1000;
		}
			#nav-left #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-left #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-left #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-left #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				margin:0;
				border-bottom:1px solid #fff;
			}
			#nav-left #navcontainer #nav-wrapper div div.submenu a:hover {
				padding-top:7px;
				border-top:0;
			}

/*------------------ Table Structures ------------------*/	
#nav-left #content-table {
	float:left;
	width:609px;
}
	#nav-left #content-table-main {width:100%;}
		#nav-left #content-table-main p {margin:10px 10px 15px 10px;}

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