/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 03/08/2006
Last Modified: 03/08/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	width:100%;
	height:100%;
	text-align: center;
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position:static;}
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;}
#pagewrapper {
	width:100%;
	background-image:url(../images/ic_053_body_bg.gif);
	background-repeat:no-repeat;
	background-position: top center;
	/*background-attachment:fixed;*/
	text-align:center;
	z-index:1;
	height: 100%;
}

#nav-top, #nav-left, #nav-right {
		background-image:none;
		margin:0;
		padding:0;
		border:0;
		}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#inner {float:left;}
.accent {
	float:left;
	width:560px;
	height:165px;
}

#pngEffectWrapper {
	background-image: url(../images/Dshadow_580.png);
	background-repeat: repeat-y;
	margin:0 auto;
	padding:0;
	width: 580px;
	height:100%;
	text-align: left;
}
#centerWrapper {
	margin: 0 auto;
	width:560px;
	height: 100%;
	z-index: 999;
}

#website-title {
	float:left;
	padding:10px 20px;
	width:210px;
}
#website-slogan {
	float:right;
	width:270px;
	padding:10px 20px;
}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Layout ------------------*/
#nav-top #headertop {
	float:left;
	width:560px;
	height:75px;
}
#nav-top #navcontainer {
	float:left;
	width:560px;
	border-bottom:10px solid #fff;
	z-index:999;
}
	#nav-top #navcontainer #nav-wrapper {
		float:left;
		z-index:1000;
	}
#nav-top #inner {
	float:left;
	width:560px;
}	
	#nav-top #inner #content {
		float:left;
		padding:10px 0 0 0;
		width:560px;
	}
		#nav-top #inner #content #blocks-container {
			float:left;
			padding:15px 10px;
			width:50px;
		}
			#nav-top #inner #content #blocks-container div {
				float:left;
				margin:0 3px;
				height:10px;
				width:10px;
				line-height:0px;
				display:block;
			}
		#nav-top #inner #content #content-table {
			float:right;
			padding:0 20px 0 0;
			width:470px;
		}
#nav-top #footer {
	clear:both;
	padding:10px;
	border-top:1px solid #999;
}

/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer #nav-wrapper div, #nav-top #navcontainer #nav-wrapper 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:7px 10px 3px 10px;
		/*height:20px;*/
		text-decoration:none;
		white-space: nowrap;
	}
	#nav-top #navcontainer #nav-wrapper div a:hover {padding-top:7px;}
		#nav-top #navcontainer #nav-wrapper div div.submenu {
			position:absolute;
			top:0;
			left:0;
			visibility: hidden;
			margin:0 0 0 0;
			width:150px;
			word-wrap: break-word;
		}
			#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:150px;
				border-top:1px solid #fff;
				word-wrap: break-word;
				white-space: normal;
			}
			#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
				border-top:0;
				padding-top:8px;
			}
			
/*------------------ Table Structures ------------------*/	
#nav-top #content-table-main {width:100%;}
	#nav-top #content-table-main p {margin:10px 10px 15px 10px;}	
	
/*
-----------------------------------------------------------------------------------------
=#NAV-LEFT
-------------------------------------------------------------------------------------- */
/*------------------ Does Not Apply to This Layout ------------------*/
	
/*
-----------------------------------------------------------------------------------------
=#NAV-RIGHT
-------------------------------------------------------------------------------------- */
/*------------------ Does Not Apply to This Layout ------------------*/
