/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 08/08/2006
Last Modified: 08/08/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	width:100%;
	background:#EFEFEF;
}
/*
-----------------------------------------------------------------------------------------
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;}
.fill-bar {
	float:left;
	width:25px;
	background:#000;
	filter: alpha(opacity=10);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: 0.10; /* for older versions of Moz/FF */
	opacity:0.10;
}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
.accent-none {display:none;}
.accent {
	float:left;
	width:225px;
	height:150px;
	border-left:1px solid #D6D7D6;
	border-right:1px solid #D6D7D6;
}
#docwrapper {clear:both;}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Does Not Apply to This Layout ------------------*/	
					
/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-left #top-margin {height:40px;}
	#nav-left #top-margin #nav-topper {
		float:left;
		height:40px;
		width:225px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		background-image:url(../images/ic_059_navtopper_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
#nav-left #headertop {
	width:100%;
	border-bottom:1px solid #D6D7D6;
	border-top:1px solid #D6D7D6;
}
	#nav-left #headertop #website-title {
		padding:80px 0 10px 15px;
		background-image:url(../images/ic_059_title_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#nav-left #headertop #website-slogan {
		float:left;
		padding:2px 0 3px 15px;
		background-image:url(../images/ic_059_slogan_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
#nav-left #header-bar {
	float:left;
	width:100%;
	height:22px;
	border-bottom:1px solid #D6D7D6;
}
	#nav-left #content-wrap #navcontainer {
		float:left;
		width:225px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		z-index:1000;
	}
		#nav-left #content-wrap #navcontainer #nav-inner {
			float:left;
			width:200px;
			z-index:1000;
		}
			#nav-left #content-wrap #navcontainer #nav-inner #nav-wrapper {
				float:left;
				width:175px;
				z-index:1000;
			}
			/*--- Width adjustments for IE ---*/
				* html #nav-left #content-wrap #navcontainer #nav-inner .fill-bar#fill-1 {width:23px;}
				* html #nav-left #content-wrap #navcontainer #nav-inner .fill-bar#fill-2 {width:23px;}
#nav-left #content-wrap #content #footer {
	padding:0 10px;
}

/*------------------ Navigation Elements ------------------*/
#nav-left #navcontainer #nav-wrapper div, #nav-left #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-left #navcontainer #nav-wrapper div {width:177px;}
	#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:left;
		/*--- width for IE5 --*/
			width:175px;
		padding:10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:155px;
	}
	#nav-left #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
		#nav-left #navcontainer #nav-wrapper div div.submenu {display:none;}

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

	
/*
-----------------------------------------------------------------------------------------
=#NAV-RIGHT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-right #top-margin {height:40px;}
	#nav-right #top-margin #nav-topper {
		float:right;
		height:40px;
		width:225px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		background-image:url(../images/ic_059_navtopper_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
#nav-right #headertop {
	width:100%;
	border-bottom:1px solid #D6D7D6;
	border-top:1px solid #D6D7D6;
}
	#nav-right #headertop .accent {float:right;}
	#nav-right #headertop #website-title {
		padding:80px 0 10px 15px;
		background-image:url(../images/ic_059_title_bg_2.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#nav-right #headertop #website-slogan {
		float:left;
		padding:2px 0 3px 15px;
		background-image:url(../images/ic_059_slogan_bg_2.png);
		background-repeat:no-repeat;
		background-position:0 0;
	}
#nav-right #header-bar {
	float:left;
	width:100%;
	height:22px;
	border-bottom:1px solid #D6D7D6;
}
	#nav-right #content-wrap #navcontainer {
		float:right;
		width:225px;
		border-left:1px solid #D6D7D6;
		border-right:1px solid #D6D7D6;
		z-index:1000;
	}
		#nav-right #content-wrap #navcontainer #nav-inner {
			float:left;
			width:200px;
			z-index:1000;
		}
			#nav-right #content-wrap #navcontainer #nav-inner #nav-wrapper {
				float:left;
				width:175px;
				z-index:1000;
			}
			/*--- Width adjustments for IE ---*/
				* html #nav-right #content-wrap #navcontainer #nav-inner .fill-bar#fill-1 {width:23px;}
				* html #nav-right #content-wrap #navcontainer #nav-inner .fill-bar#fill-2 {width:23px;}
#nav-right #content-wrap #content #footer {
	padding:0 10px;
}

/*------------------ Navigation Elements ------------------*/
#nav-right #navcontainer #nav-wrapper div, #nav-right #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-right #navcontainer #nav-wrapper div {width:177px;}
	#nav-right #navcontainer #nav-wrapper div a:link, 
	#nav-right #navcontainer #nav-wrapper div a:active, 
	#nav-right #navcontainer #nav-wrapper div a:visited {
		float:left;
		/*--- width for IE5 --*/
			width:175px;
		padding:10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:155px;
	}
	#nav-right #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
		#nav-right #navcontainer #nav-wrapper div div.submenu {display:none;}

/*------------------ Table Structures ------------------*/	
#nav-right #content-table-main {width:100%;}
	#nav-right #content-table-main p {margin:10px 10px 15px 10px;}
		
		
/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */
body#wide #top-margin,
body#wide #header-contents,
body#wide #containerwrap {
	width:990px;
}

/*------------------------------------ NAV-TOP ------------------------------------*/
/* Does Not Apply to This Layout */	

/*------------------------------------ NAV-LEFT ------------------------------------*/
body#wide #nav-left #headertop #website-title {
	width:748px;
	background-image:url(../images/ic_059_title_bg_wide.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
body#wide #nav-left #headertop #website-slogan {
	width:748px;
	background-image:url(../images/ic_059_slogan_bg_wide.png);
}
body#wide #nav-left #content-wrap {width:990px;}
	body#wide #nav-left #content-wrap #inner {width:748px;}
		body#wide #nav-left #content-wrap #inner #content {width:748px;}
		
/*------------------------------------ NAV-RIGHT ------------------------------------*/
body#wide #nav-right #headertop #website-title {
	width:748px;
	background-image:url(../images/ic_059_title_bg_2_wide.png);
}
body#wide #nav-right #headertop #website-slogan {
	width:748px;
	background-image:url(../images/ic_059_slogan_bg_2_wide.png);
}
body#wide #nav-right #content-wrap {width:990px;}
	body#wide #nav-right #content-wrap #inner {width:748px;}
		body#wide #nav-right #content-wrap #inner #content {width:748px;}

