/*
-----------------------------------------------------------------------------------------
CSS document: ImageCafe Template Styles
Created: 05/26/2006
Last Modified: 05/26/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
body {
	text-align:center;
	background-image:url(../images/body-pngbg.gif);
	background-position:top;
	background-repeat:repeat-y;
}
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
h4, h5, h6 {
	clear:left;
	left:25px;
}
ul, ol {
	margin:15px;
	padding:0 0 0 25px;
}
ol {padding:0 0 0 30px;}
.clearer {
	clear:both;
}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-left {
	width:719px;
	margin:0 auto;
}

/*.accent {
	clear:left;
	height:182px;
	top:-1px;
}*/
#pngcontainer {
	width:719px;
	margin:0 auto;
}
#flaircontainer {
	width:719px;
	height:600px;
	background-image:url(../images/flair-png.png);
	background-repeat: repeat-y;
	left:-13px;
}
#inner {
	float:left;
	top:151px;
	left:138px;
	width:581px;
}

/*------------------ nav-left ------------------*/
#nav-left #inner #content {
			width:436px;
			float:right;
			padding-bottom:200px;
	
}
#nav-left #pngcontainer #flaircontainer #inner {
	top:151px;
	width:581px;
	float:right;
}
#nav-left #navcontainer {
	float:left;
	width:145px;
	background:url(../images/navconbg.jpg) top no-repeat;
	z-index:1000;
}

#nav-left #nav-wrapper {
	float:left;
	width:142px;
	z-index:1000;
}
#nav-left #navcontainer #keybox {
	clear:both;
	top:30px;
	width:145px;
	height:262px;
	background:url(../images/nav-foot.jpg) bottom no-repeat;
}
#nav-left #content #footer {
	clear:both;
	padding:5px;
}

/*
-----------------------------------------------------------------------------------------
Navigation Elements
-------------------------------------------------------------------------------------- */

/*------------------ nav-left ------------------*/	
#nav-left #navcontainer div, #nav-left #navcontainer div h3 {
	float:right;
	display:block;
	cursor:pointer;
}
	#nav-left #navcontainer div a:link, #nav-left #navcontainer div a:active, #nav-left #navcontainer div a:visited {
		float:left;
		/*---ie broswer width---*/
		width:145px;
		padding:8px 10px 10px 5px;
		text-decoration:none;
		/*---Proper width for all other browsers---*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:126px;
	}
	#nav-left #navcontainer div a:hover {border-left:0;}
		#nav-left #navcontainer div div.submenu, #nav-left #navcontainer div div.submenu h3 {
			float:right;
			display:block;
		}
		#nav-left #navcontainer div div.submenu {
			position:absolute;
			left:100px;
			top:0px;
			width:117px;
			background:url(../images/navconbg.jpg) top no-repeat;
			border:1px solid #000;
			visibility:hidden;
		}
			#nav-left #navcontainer div div.submenu div {display:block;}
			#nav-left #navcontainer div div.submenu a:link, #nav-left #navcontainer div div.submenu a:active, #nav-left #navcontainer div div.submenu a:visited {
				float:right;
				width:120px;
				padding:9px 5px 9px 6px;
				text-decoration:none;
			}
			#nav-left #navcontainer div div.submenu a:hover {text-decoration:none;}
/*------------------ nav-right ------------------*/	
/*
-----------------------------------------------------------------------------------------
Table Structures
-------------------------------------------------------------------------------------- */

/*------------------ nav-left ------------------*/	
#nav-left #content-table {
	/*---ie broswer width---*/
		float:left;
		width:395px;
		padding:10px;
		border:0;
		/*---Proper width for all other browsers---*/
			voice-family: "\"}\"";
			voice-family:inherit;
			width:396px;

}
	#nav-left #content-table-main {width:395px;}
		#nav-left #content-table-main p {margin:25px 0px 15px 5px;}

/*------------------ no-accent adjustments ------------------*/

.accent-none {display:none;}	/* CSS Document */

/*-----styles----*/
/*------------------ content styling ------------------*/	

#nav-left #navcontainer div a h3 {
	font-size:10px;
}
#nav-left #navcontainer div a:hover, #navcontainer div a:hover h3 {
background:none;
}
#content-table h1, #content-table h2, #content-table h3, 
#content-table h4, #content-table h5, #content-table h6 {
	margin: 10px 15px;
	font-family:arial black, verdana, sans-serif;
	font-weight:normal;
}

#content-table h1 {
	font-size:22px;
	margin: 6px 15px 15px 15px;
}	
#content-table h2 {
	font-size:20px;
}
#content-table h3 {
	font-size:18px;
}
#content-table h4 {
	font-size:16px;
}
#content-table h5 {
	font-size:14px;
}
#content-table h6 {
	font-size:12px;
}
