/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 02/24/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%;
	background:#fff;
}

/*
-----------------------------------------------------------------------------------------
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:4px;
	line-height:0;
	margin:0;
	padding:0;
	background-image:url(../images/ic_048_bar_hilite.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.accent-none {display:none;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	position:relative;
	width:750px;
}
#headertop {
	float:left;
	width:750px;
	height:191px;
}
	#accent-wrapper {
		float:left;
		width:450px;
		height:191px;
	}
		#accent-wrapper .accent {
			float:left;
			width:450px;
			height:191px;
		}
		/* for IE margin fix */
		* html #accent-wrapper .accent {float:none;}
		#accent-wrapper #accent-cover {
			position:absolute;
			width:450px;
			height:191px;
			background-image:url(../images/ic_048_accent_cover.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* for IE Position Fix */
		* html #accent-wrapper #accent-cover {
			top:0;
			left:0;
		}
	#title-container {
		float:left;
		width:300px;
		height:191px;
		background-image:url(../images/ic_048_header_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
		text-align:center;
	}
		#website-title {margin:15px 0 0 0;}
		#website-slogan {margin:80px 0 0 0;}
#inner {
	float:left;
	width:750px;
}
	#footer {
		float:left;
		padding:10px;
		width:572px;
	}


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

/*------------------ Does Not Apply to this Template ------------------*/	

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

/*------------------ Layout ------------------*/	
#nav-left #navcontainer {
	float:left;
	width:158px;
	z-index:1000;
}
	#nav-left #navcontainer #nav-png-cover {
		position:absolute;
		top:0;
		left:0;
		width:158px;
		background-image:url(../images/ic_048_navcontainer_bg.png);
		background-repeat:no-repeat;
		background-position:0 0;
		/*--- height for IE5 --*/
			height:auto;
		/*--- height for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			height:500px;
	}
	#nav-left #navcontainer #nav-wrapper {
		float:left;
		width:158px;
		z-index:1000;
	}
		#nav-left #navcontainer #nav-wrapper #nav-inner {
			float:left;
			/*--- padding for IE5 --*/
				padding:1px 0 0 0;
			/*--- padding for all other browsers --*/
				voice-family: "\"}\"";
				voice-family:inherit;
				padding:30px 0 0 0;
		}
#nav-left #content {
	float:left;
	width:592px;
	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 {
		float:left;
		margin:1px 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;
		padding:7px 10px;
		/*--- width and margin for IE5 --*/
			width:158px;
			margin:0;
		text-decoration:none;
		border:1px solid #999;
		/*--- width and margin for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:120px;
			margin:0 5px;
			word-wrap: break-word;
	}
	#nav-left #navcontainer #nav-wrapper div a:hover {
		padding-left:5px;
		border-left:6px solid #999;
	}
		#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:130px;
			z-index:2000;
		}
			#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:120px;
				cursor:pointer;
				word-wrap: break-word;
			}
				#nav-left #navcontainer #nav-wrapper div div.submenu a:hover {width:120px;}	

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

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

/*------------------ Does Not Apply to this Template ------------------*/	



/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */
body#wide #nav-left {width:990px;}
	body#wide #title-container {background-image:url(../images/ic_048_header_bg_wide.png);}
body#wide #inner {width:990px;}
body#wide #footer {
	float:left;
	padding:10px;
	width:572px;
}
	
/*------------------------------------ NAV-TOP ------------------------------------*/
/*Does Not Apply to this Template*/
	
/*------------------------------------ NAV-LEFT ------------------------------------*/
body#wide #nav-left #content {width:832px;}
body#wide #nav-left #content-table {width:832px;}

/*------------------------------------ NAV-RIGHT ------------------------------------*/
/*Does Not Apply to this Template*/
