<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-----------------------------------------------------------------------------------------
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;}
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;}
.clearer {clear:both;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top, #nav-left, #nav-right {
	float:left;
	width:100%;
}
#website-title {
	position: absolute;
	width:500px;
	height:52px;
	top:4px;
	left:251px;
	text-align:right;
	z-index:10010;
	overflow: hidden;
}
#website-slogan {
	position: absolute;
    width:475px;
	height: 34px;
	left:276px;
	top:63px;
	text-align:right;
	z-index:10008;
	overflow: hidden;
}
#website-title-back {
	position:absolute;
	left: 151px;
	top: 17px;
	padding:9px 0 0 0;
	width:100px;
	height:26px;
	background-image:url(../images/ic_067_title_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:10002;
}
#website-slogan-back {
	position:absolute;
	left: 151px;
	top: 52px;
	height: 10px;
	width:100px;
	margin:23px 0 0 0;
	padding:10px 10px 10px 15px;
	background-image:url(../images/ic_067_slogan_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden;
	z-index:10001;
}
.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 0 0 0;
	width:100%;
	background-image:url(../images/ic_067_header_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	z-index: 10000;
}
	#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;
		}
	#nav-left #headertop #headertop-content {
		float:left;
		width:750px;
	}
#nav-left #copycontainer {
	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;
		word-wrap: break-word;
	}
	#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;
				word-wrap: break-word;
			}
			#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:100%;
}
	#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 ------------------*/	



/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */

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

/*------------------------------------ NAV-LEFT ------------------------------------*/
body#wide #nav-left #copycontainer {width:1000px;}
body#wide #nav-left #headertop {width:1000px;}
body#wide #nav-left #inner {width:859px;}
body#wide #nav-left #inner #content {width:859px;}

/*body#wide {width:1000px;}*/
body#wide #nav-left #website-title { width:738px; }
body#wide #nav-left #website-slogan { width:713px; }
/*body#wide #nav-left #website-title-back { width:599px; }
body#wide #nav-left #website-slogan-back { width:574px; }
*/
/*------------------------------------ NAV-RIGHT ------------------------------------*/
/*------------------ Does Not Apply to This Layout ------------------*/	
</pre></body></html>