/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 08/08/2006
Last Modified: 08/08/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	width:100%;
	background-image:url(../images/ic_053_body_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	background-attachment:fixed;
	text-align:center;
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
* html #printwrap {
	position:absolute;
	top:0;
	left:0;
}
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;}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#inner {float:left;}
.accent {
	float:left;
	width:560px;
	height:165px;
}
#pngcontainer {
	position: absolute;
	top: 0;
	left: 50%;
	display:table;
	width:568px;
	margin-left: -284px;
	height:100%;
	behavior:url(pngbehavior.htc);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/ic_053_body_png.png);
	z-index:0;
}
	div[id] #pngcontainer {display:none;}
#nav-top, #nav-left, #nav-right {
	display:table;
	margin:0 auto;
	/*--- Padding for IE5/Win only --*/
		padding:0 4px;
	width: 560px;
	height:100%;
	text-align: left;
	background-image:url(../images/ic_053_body_png.png);
	background-repeat:repeat-y;
	background-position:top left;
}
* html #nav-top, * html #nav-left, * html #nav-right {background-image:none;}
#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:1000;
}
	#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:0;
				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;
}
#nav-top #pngcontainera, #nav-top #pngcontainerb {
	display:none;/*To fix the printing issue.*/
}

/*------------------ 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;
	}
	#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:-10px 0 0 0;
			width:150px;
		}
			#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;
			}
			#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 ------------------*/
