/*
-----------------------------------------------------------------------------------------
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;
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {margin:10px;}
h1#website-title {margin:0;}
h2#website-slogan {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;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#printwrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#nav-top, #nav-left, #nav-right {
	margin:0 auto;
	width:748px;
	text-align:left;
	border:1px solid #000;
	background:#DBDBDB;
}
#website-title {
	float:left;
	padding:15px 0 5px 30px;
	width:718px;
	background-image:url(../images/ic_073_title_bg.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
* html #website-title {background-image:none;}
#website-slogan {
	float:right;
	padding:7px 30px 7px 0;
	width:718px;
	text-align:right;
	background-image:url(../images/ic_073_title_bg.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}
* html #website-slogan {background-image:none;}
.accent-none {display:none;}
#accent-container {
	float:left;
	width:748px;
	background-color:#000;
}
	#accent-container .accent {
		float:left;
		width:748px;
		height:53px;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
	}
#footer {clear:both;padding:10px;}
#docwrapper {
	float:left;
	width:748px;
	height:0;
	line-height:0 !important;
}

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


/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
#nav-left #headertop {
	float:left;
	width:748px;
}
#nav-left #inner {
	float:left;
	width:748px;
}
	#nav-left #inner #navcontainer {
		float:left;
		width:95px;
		border-right:1px solid #000;
		z-index:1000;
	}
		#nav-left #inner #navcontainer #nav-fill {
			/*float:left;*/
			position:absolute;
			top:0;
			left:0;
			width:95px;
			background-image:url(../images/ic_073_nav_bg.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html #nav-left #inner #navcontainer #nav-fill {background-image:none;}
		#nav-left #inner #navcontainer #nav-wrapper {
			position:relative;
			top:0;
			left:0;
			width:95px;
			z-index:1000;
			border-bottom:1px solid #000;
		}
	#nav-left #inner #content {
		float:left;
		padding:25px 26px;
		width:600px;
		background:#DBDBDB;
		border-top:1px solid #000;
	}
		#nav-left #inner #content #content-top {
			float:left;
			width:600px;
			height:25px;
			background-image:url(../images/ic_073_content_top.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html #nav-left #inner #content #content-top {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_top.png);
			}
		#nav-left #inner #content #content-bottom {
			float:left;
			width:600px;
			height:25px;
			background-image:url(../images/ic_073_content_bottom.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html #nav-left #inner #content #content-bottom {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_bottom.png);
			}


/*------------------ Navigation Elements ------------------*/
#nav-left #inner #navcontainer #nav-wrapper div, #nav-left #inner #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-left #inner #navcontainer #nav-wrapper div a:link, 
	#nav-left #inner #navcontainer #nav-wrapper div a:active, 
	#nav-left #inner #navcontainer #nav-wrapper div a:visited {
		float:left;
		padding:10px 5px;
		width:85px;
		text-decoration:none;
		border-top:1px solid #000;
		word-wrap: break-word;
	}
	#nav-left #inner #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
		#nav-left #inner #navcontainer #nav-wrapper div div.submenu, 
		#nav-left #inner #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-left #inner #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:120px;
			border-left:1px solid #000;
			border-right:1px solid #000;
			border-bottom:1px solid #000;
		}
			#nav-left #inner #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-left #inner #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-left #inner #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-left #inner #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				padding:10px 5px;
				width:110px;
				word-wrap: break-word;
			}
			#nav-left #inner #navcontainer #nav-wrapper div div.submenu a:hover {padding-top:10px;}

/*------------------ Table Structures ------------------*/	
#nav-left #inner #content-table {float:left;}
	#nav-left #inner #content-table-main {width:100%;}
		#nav-left #inner #content-table-main p {margin:10px 10px 15px 10px;}
		
		
/*
-----------------------------------------------------------------------------------------
=#NAV-RIGHT
-------------------------------------------------------------------------------------- */
#nav-right #headertop {
	float:left;
	width:748px;
}
#nav-right #inner {
	float:left;
	width:748px;
}
	#nav-right #inner #navcontainer {
		float:right;
		width:95px;
		border-left:1px solid #000;
		z-index:1000;
	}
		#nav-right #inner #navcontainer #nav-fill {
			/*float:left;*/
			position:absolute;
			top:0;
			left:0;
			width:95px;
			background-image:url(../images/ic_073_nav_bg.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html #nav-right #inner #navcontainer #nav-fill {background-image:none;}
		#nav-right #inner #navcontainer #nav-wrapper {
			position:relative;
			top:0;
			left:0;
			width:95px;
			z-index:1000;
			border-bottom:1px solid #000;
		}
	#nav-right #inner #content {
		float:left;
		padding:25px 26px;
		width:600px;
		background:#DBDBDB;
		border-top:1px solid #000;
	}
		#nav-right #inner #content #content-top {
			float:left;
			width:600px;
			height:25px;
			background-image:url(../images/ic_073_content_top.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html #nav-right #inner #content #content-top {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_top.png);
			}
		#nav-right #inner #content #content-bottom {
			float:left;
			width:600px;
			height:25px;
			background-image:url(../images/ic_073_content_bottom.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html #nav-right #inner #content #content-bottom {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_bottom.png);
			}


/*------------------ Navigation Elements ------------------*/
#nav-right #inner #navcontainer #nav-wrapper div, 
#nav-right #inner #navcontainer #nav-wrapper div h3 {
	float:left;
	display:block;
	cursor:pointer;
}
	#nav-right #inner #navcontainer #nav-wrapper div a:link, 
	#nav-right #inner #navcontainer #nav-wrapper div a:active, 
	#nav-right #inner #navcontainer #nav-wrapper div a:visited {
		float:left;
		padding:10px 5px;
		width:85px;
		text-decoration:none;
		border-top:1px solid #000;
		word-wrap: break-word;
	}
	#nav-right #inner #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
		#nav-right #inner #navcontainer #nav-wrapper div div.submenu, 
		#nav-right #inner #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-right #inner #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			margin:0 0 0 -2px;
			visibility: hidden;
			width:120px;
			border-left:1px solid #000;
			border-right:1px solid #000;
			border-bottom:1px solid #000;
		}
			#nav-right #inner #navcontainer #nav-wrapper div div.submenu div {
				display:block;
				margin:0;
			}
			#nav-right #inner #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-right #inner #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-right #inner #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				padding:10px 5px;
				width:110px;
				word-wrap: break-word;
			}
			#nav-right #inner #navcontainer #nav-wrapper div div.submenu a:hover {padding-top:10px;}

/*------------------ Table Structures ------------------*/	
#nav-right #inner #content-table {float:left;}
	#nav-right #inner #content-table-main {width:100%;}
		#nav-right #inner #content-table-main p {margin:10px 10px 15px 10px;}
		
		
		
/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */
body#wide #nav-left, body#wide #nav-right {width:988px;}
body#wide #website-title {
	width:958px;
	background-image:url(../images/ic_073_title_bg_wide.png);
}
/* PNG and padding adjustment */
	* html body#wide #website-title {background-image:none;}
body#wide #website-slogan {
	width:958px;
	background-image:url(../images/ic_073_title_bg_wide.png);
}
/* PNG and padding adjustment */
	* html body#wide #website-slogan {background-image:none;}
body#wide #accent-container {width:988px;}
body#wide #docwrapper {width:988px;}
	
/*------------------------------------ NAV-TOP ------------------------------------*/
/*Does Not Apply to this Template*/
	
/*------------------------------------ NAV-LEFT ------------------------------------*/
body#wide #nav-left #headertop {width:988px;}
body#wide #nav-left #inner {width:988px;}
	body#wide #nav-left #inner #content {width:840px;}
		body#wide #nav-left #inner #content #content-top {
			width:840px;
			background-image:url(../images/ic_073_content_top_wide.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html body#wide #nav-left #inner #content #content-top {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_top_wide.png);
			}
		body#wide #nav-left #inner #content #content-bottom {
			width:840px;
			background-image:url(../images/ic_073_content_bottom_wide.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html body#wide #nav-left #inner #content #content-bottom {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_bottom_wide.png);
			}

/*------------------------------------ NAV-RIGHT ------------------------------------*/
body#wide #nav-right #headertop {width:988px;}
body#wide #nav-right #inner {width:988px;}
	body#wide #nav-right #inner #content {width:840px;}
		body#wide #nav-right #inner #content #content-top {
			width:840px;
			background-image:url(../images/ic_073_content_top_wide.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html body#wide #nav-right #inner #content #content-top {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_top_wide.png);
			}
		body#wide #nav-right #inner #content #content-bottom {
			width:840px;
			background-image:url(../images/ic_073_content_bottom_wide.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		/* PNG and padding adjustment */
			* html body#wide #nav-right #inner #content #content-bottom {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_073_content_bottom_wide.png);
			}
