/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 01/23/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%;
	height:100%;
}
/*
-----------------------------------------------------------------------------------------
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;}
.clearer {clear:both;}
/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#printwrap { 
	position:absolute; 
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#nav-top, #nav-left, #nav-right {
	width:100%;
	height:100%;
}
#content-wrap {
	float:left;
	width:755px;
}
#inner {
	float:left;
	width:617px;
	border-top:2px solid #CDCD37;
}
.accent-none {display:none;}
#website-title {
	padding:20px 15px 25px 15px;
	height:19px;
	width:100%;
}
#website-slogan {padding:30px 15px 10px 15px;}
#column-top {
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	width:138px;
	height:11px;
	background-image:url(../images/exacto.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	/*filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.520; /* for older versions of Moz/FF */
	/*opacity:0.50;*/
}

#featured_image_faddingwrapper, #featured_image_top_faddingwrapper { 
	display:none;
}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-top #headertop {
	float:left;
	width:100%;
}
#nav-top #accent-container {
	float:left;
	width:138px;
}
#nav-top #accent-container #accent-gradient-wrap {
	position:relative;
}
	#nav-top .accent {
		position:absolute;
		bottom: 0px;
		width:138px;
		height:274px;
	}

#nav-top #navcontainer {
	float:left;
	width:612px;
	z-index:1000;
}
#nav-top #content {
	float:left;
	width:612px;
}
#nav-top #footer {
	padding:10px;
	color:#000;
	clear:both;
}
#nav-top #tagline-container {
	float:left;
	width:100%;
	clear:both;
	background:#000 url(../images/ic_29_tagline_bg.gif) repeat-x top left;
}
	#nav-top #website-slogan {
		padding-right:310px;
		width:304px;
		height:100px;
		background-image:url(../images/ic_29_tagline_img.jpg);
		background-repeat:no-repeat;
		background-position:top right;
	}

/*------------------ Navigation Elements ------------------*/	
#nav-top #navcontainer div, #nav-top #navcontainer div h3 {float:left;display:block;cursor:pointer;}
	#nav-top #navcontainer #nav-wrapper div a:link, 
	#nav-top #navcontainer #nav-wrapper div a:active, 
	#nav-top #navcontainer #nav-wrapper div a:visited {
		float:left;
		padding:10px;
		text-decoration:none;
		white-space: nowrap;
	}
	#nav-top #navcontainer #nav-wrapper div a:hover {
		padding-bottom:7px;
		border-bottom:3px solid #999;
	}
		#nav-top #navcontainer #nav-wrapper div div.submenu, 
		#nav-top #navcontainer #nav-wrapper div div.submenu h3 {
			float:left;
			display:block;
		}
		#nav-top #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			width:170px;
			border-top:1px solid #ddd;
			border-right:1px solid #ddd;
			border-left:1px solid #ddd;
		}
			#nav-top #navcontainer #nav-wrapper div div.submenu div {display:block;}
			#nav-top #navcontainer #nav-wrapper div div.submenu a:link, 
			#nav-top #navcontainer #nav-wrapper div div.submenu a:active, 
			#nav-top #navcontainer #nav-wrapper div div.submenu a:visited {
				float:left;
				/*--- width adjustment for IE5 --*/
					width:170px;
				padding:10px;
				border-bottom:1px solid #ddd;
				/*--- Proper width for all other browsers --*/
					voice-family: "\"}\"";
					voice-family:inherit;
					width:150px;
			}
				#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
					padding-bottom:8px;
					border-bottom:3px solid #999;
				}

/*------------------ Table Structures ------------------*/	
#nav-top #content-table {
	float:left;
	width:612px;
}
	#nav-top #content-table-main {
		padding:20px 0 0 0;
		width:100%;
	}
		#nav-top #content-table-main p {padding:10px 20px 10px 15px;}
		
/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-left #headertop {
	float:left;
	width:100%;
}
#nav-left #accent-container {
	float:left;
	width:138px;
	background:#fff url(../images/ic_29_accent_bg.gif) no-repeat top left;
}

#nav-left #accent-container #accent-gradient-wrap {
	position:relative;
}
	#nav-left .accent {
		position:absolute;
		bottom:0;
		width:138px;
		height:274px;
	}
#nav-left #navcontainer {
	float:left;
	width:170px;
	z-index:1000;
}
#nav-left #content {
	float:left;
	width:432px;
}
#nav-left #footer {
	padding:10px;
	color:#000;
	clear:both;
}
#nav-left #tagline-container {
	float:left;
	width:100%;
	clear:both;
	background:#000 url(../images/ic_29_tagline_bg.gif) repeat-x top left;
}
	#nav-left #website-slogan {
		padding-right:310px;
		width:304px;
		height:100px;
		background-image:url(../images/ic_29_tagline_img.jpg);
		background-repeat:no-repeat;
		background-position:top right;
	}

#nav-left #featured_image_faddingwrapper, #nav-left #featured_image_top_faddingwrapper { 
	display:none;
}
/*------------------ Navigation Elements ------------------*/	
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {float:left;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:left;
		/*--- width adjustment for IE5 --*/
			width:170px;
		padding:10px;
		text-decoration:none;
		border-bottom:1px solid #ddd;
		/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:150px;
			word-wrap: break-word;
	}
	#nav-left #navcontainer #nav-wrapper div a:hover {
		padding-left:7px;
		border-left:3px 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:200px;
			border-left:1px solid #ddd;
		}
			#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;
				padding:10px;
				word-wrap: break-word;
			}
				#nav-left #navcontainer #nav-wrapper div div.submenu a:hover {
					padding-left:7px;
					border-left:3px solid #999;
				}

/*------------------ Table Structures ------------------*/	
#nav-left #content-table {
	float:left;
	width:432px;
}
	#nav-left #content-table-main {
		padding:20px 0 0 0;
		width:100%;
	}
		#nav-left #content-table-main p {padding:10px 20px 10px 15px;}		
		
/*
-----------------------------------------------------------------------------------------
=#NAV-RIGHT
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/	
#nav-right #headertop {
	float:left;
	width:100%;
}
#nav-right #accent-container {
	float:left;
	width:138px;
	background:#fff url(../images/ic_29_accent_bg.gif) no-repeat top left;
}

#nav-right #accent-container #accent-gradient-wrap {
	position:relative;
}
	#nav-right .accent {
		position:absolute;
		bottom:0;
		width:138px;
		height:274px;
	}
#nav-right #navcontainer {
	float:right;
	width:170px;
	z-index:1000;
}
#nav-right #content {
	float:left;
	width:442px;
}
#nav-right #footer {
	padding:10px;
	color:#000;
}
#nav-right #tagline-container {
	float:left;
	width:100%;
	clear:both;
	background:#000 url(../images/ic_29_tagline_bg.gif) repeat-x top left;
}
	#nav-right #website-slogan {
		padding-right:310px;
		width:304px;
		height:100px;
		background-image:url(../images/ic_29_tagline_img.jpg);
		background-repeat:no-repeat;
		background-position:top right;
	}

/*------------------ Navigation Elements ------------------*/	
#nav-right #navcontainer div, #nav-right #navcontainer div h3 {float:left;display:block;cursor:pointer;}
	#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 adjustment for IE5 --*/
			width:170px;
		padding:10px;
		text-decoration:none;
		border-bottom:1px solid #ddd;
		/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:150px;
			word-wrap: break-word;
	}
	#nav-right #navcontainer #nav-wrapper div a:hover {
		padding-left:7px;
		border-left:3px solid #999;
	}
		#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:170px;
			border-left:1px solid #ddd;
		}
			#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;
				border-right:1px solid #ddd;
				word-wrap: break-word;
			}
				#nav-right #navcontainer #nav-wrapper div div.submenu a:hover {
					padding-left:7px;
					border-left:3px solid #999;
				}

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

		
/*
-----------------------------------------------------------------------------------------
WIDE LAYOUT STYLES
-------------------------------------------------------------------------------------- */
body#wide #content-wrap {width:1005px;}
body#wide #inner {width:865px;}

/*------------------------------------ NAV-TOP ------------------------------------*/
body#wide #nav-top #navcontainer {width:855px;}
body#wide #nav-top #content {width:855px;}
	body#wide #nav-top #content-table {width:855px;}

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

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

