/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 02/17/2006
Last Modified: 03/01/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	width:100%;
	background:#000;
}

/*
-----------------------------------------------------------------------------------------
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;}
.spacer {
	float:left;
	width:100%;
	height:1px;
	line-height:0;
	margin:0;
	padding:0;
}
.accent-none {display:none;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	position:relative;
	top:4px;
	left:4px;
	width:746px;
}
#headertop {
	float:left;
	width:746px;
	height:50px;
	background-image:url(../images/ic_047_header_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
	/* for IE Cursor Fix */
	* html #headertop {cursor:text;}
	#website-title {
		float:left;
		margin:3px 0 0 10px;
	}
		* html #website-title {
			float:none;
			margin:0;
			padding:3px 0 0 10px;
		}
#inner {
	float:left;
	width:746px;
}
	#footer {
		float:left;
		padding:10px;
		width:489px;
		border-top:1px solid #555;
	}
#slogan-container {
	position:static;
	float:left;
	padding:10px;
	width:726px;
}
	#website-slogan {float:right;}

/*
-----------------------------------------------------------------------------------------
NAV-TOP
-------------------------------------------------------------------------------------- */

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

/*
-----------------------------------------------------------------------------------------
NAV-LEFT
-------------------------------------------------------------------------------------- */

/*------------------ Layout ------------------*/	
#nav-left #navcontainer {
	float:left;
	width:237px;
	z-index:1000;
	background-image:url(../images/ic_047_navcontainer_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
	/* for IE Layout Fixes */
	* html #nav-left #navcontainer {background-image:none;}
	* html #nav-left #navcontainer #png-container {
		position:absolute;
		top:0;
		left:0;
		display:table;
		width:237px;
		height:100%;
	}
	#nav-left #navcontainer div[id]#png-container {display:none;}
	#nav-left .accent {
		float:left;
		width:237px;
		height:219px;
		filter: alpha(opacity=50);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; /* for older versions of Moz/FF */
		opacity:0.50;
	}
	#nav-left #navcontainer #nav-wrapper {
		float:left;
		z-index:1000;
	}
#nav-left #content {
	float:left;
	width:509px;
	z-index:0;
}

/*------------------ 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 {
		margin:1px 0 0 0;
	}
	#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:237px;
		padding:7px 10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:217px;
			word-wrap: break-word;
	}
	#nav-left #navcontainer #nav-wrapper div a:hover {
		border-right:11px solid #fff;
		/*--- width for IE5 --*/
			width:237px;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:206px;
	}
		#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:200px;
			z-index:2000;
			margin:0;
		}
			#nav-left #navcontainer #nav-wrapper div div.submenu div {display:block;}
			#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;
				width:180px;
				cursor:pointer;
				word-wrap: break-word;
			}
				#nav-left #navcontainer #nav-wrapper div div.submenu a:hover {
					border-right:0;
					width:180px;
				}	

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

/*
-----------------------------------------------------------------------------------------
NAV-RIGHT
-------------------------------------------------------------------------------------- */

/*------------------ Layout ------------------*/	
#nav-right #navcontainer {
	float:right;
	width:237px;
	z-index:1000;
	background-image:url(../images/ic_047_navcontainer_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
	/* for IE Layout Fix */
	* html #nav-right #navcontainer {background-image:none;}
	* html #nav-right #navcontainer #png-container {
		position:absolute;
		top:0;
		left:0;
		display:table;
		width:237px;
		height:100%;
	}
	/*--- hide #png-container from none IE browsers ---*/
		#nav-right #navcontainer div[id]#png-container {display:none;}
	#nav-right .accent {
		float:left;
		width:237px;
		height:219px;
		filter: alpha(opacity=50);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; /* for older versions of Moz/FF */
		opacity:0.50;
	}
	#nav-right #navcontainer #nav-wrapper {float:left;}
#nav-right #content {
	float:left;
	width:509px;
}

/*------------------ Navigation Elements ------------------*/	
#nav-right #navcontainer div, #nav-right #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-right #navcontainer #nav-wrapper div {
		margin:1px 0 0 0;
	}
	#nav-right #navcontainer div a:link, 
	#nav-right #navcontainer div a:active, 
	#nav-right #navcontainer div a:visited  {
		float:left;
		/*--- width for IE5 --*/
			width:237px;
		padding:7px 10px;
		text-decoration:none;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:217px;
			word-wrap: break-word;
	}
	#nav-right #navcontainer div a:hover {
		/*--- width for IE5 --*/
			width:237px;
		padding-left:5px;
		border-left:5px solid #fff;
		/*--- width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:217px;
	}
		#nav-right #navcontainer #nav-wrapper div div.submenu, 
		#nav-right #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-right #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:237px;
			z-index:2000;
			margin:0;
		}
			#nav-right #navcontainer #nav-wrapper div div.submenu div {display:block;}
			#nav-right #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-right #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-right #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				cursor:pointer;
				word-wrap: break-word;
			}
				#nav-right #navcontainer #nav-wrapper div div.submenu a:hover {
					/*--- width for IE5 --*/
						width:237px;
					padding-left:5px;
					border-left:5px solid #fff;
					/*--- width for all other browsers --*/
						voice-family: "\"}\"";
						voice-family:inherit;
						width:217px;
				}	

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

		
		
/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */
body#wide #nav-top, #nav-left, #nav-right {
	position:relative;
	top:4px;
	left:4px;
	width:996px;
}
body#wide #inner {width:996px;}
	body#wide #footer {width:738px;}
body#wide #slogan-container {width:976px;}

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

/*------------------------------------ NAV-LEFT ------------------------------------*/
body#wide #nav-left #content {width:759px;}
body#wide #nav-left #content-table {width:759px;}

/*------------------------------------ NAV-RIGHT ------------------------------------*/
body#wide #nav-right #content {width:759px;}
body#wide #nav-right #content-table {width:759px;}
