/*--------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 03/29/2007
Last Modified: 03/29/2007
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
body {
	margin: 0;
	text-align: center;
	background: url(../images/body.gif);
}	
/*--------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {position:relative;}
#printwrap {position: static;}

/*--------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#nav-top {
	width: 782px;
	margin: 0 auto;
	text-align: left;
}
#outer {
	float: left;
	width: 782px;	
	border: 1px #a69298 solid;
	border-top: none;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 780px;
}
#headerwrapper {
	float: left;
	width: 782px;	
	z-index: 1000;
}
.accent {
	float: left;
	width: 236px;	
	height: 161px;
}
#headertop {
	float: left;
	width: 544px;	
	height: 136px;
	background: url(../images/headertop.jpg);
}
h1#website-title, h2#website-slogan {
	display: none;
}
#navcontainer {
	float: left;
	width: 544px;	
	z-index: 1000;
}
#inner {
	float: left;
	width: 780px;
	padding: 5px;
	background: #fff url(../images/inner.jpg) top left no-repeat;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 770px;
}
#contentwrapper {
	float: left;
	width: 770px;
	padding: 10px;
	border: #c4b7b2 1px solid;
	background: #f1edec;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 748px;
}
#content {
	float: left;
	width: 748px;
	border: #cdc3bf 1px solid;
	background: #fff;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 746px;
}
#footer {
	float: left;
	width: 746px;
}
#bottom {
	float: left;
	width: 780px;
	height: 38px;
	background: url(../images/bottom.jpg);
}

/*--------------------------------------------------------------------------------------
#NAV-TOP
-------------------------------------------------------------------------------------- */
/*------------------ Navigation Elements ------------------*/
/*---Top level Link container, NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div, 
#nav-top #navcontainer div h3 {
	float:left;
	display:block;
	cursor:pointer;
	margin: 0;
}
/*---Styling for individual links---*/
#nav-top #navcontainer div a:link, 
#nav-top #navcontainer div a:active, 
#nav-top #navcontainer div a:visited {
	float:left;
	border-right:1px solid #fff;
	padding: 5px;
	line-height: 15px;
	text-decoration:none;
}
/*---Styling for individual links, HOVER---*/
#nav-top #navcontainer div a:hover {

}
/*---Submenu link container, NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu, 
#nav-top #navcontainer div div.submenu h3 {
	float:left;
	display:block;
}
/*---Submenu link container---*/
#nav-top #navcontainer div div.submenu {
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
	border:1px solid #fff;
	margin-top: -2px;
	border-bottom: none;
	width:176px;
}
/*---NOT USUALLY MODIFIED---*/
#nav-top #navcontainer div div.submenu div {
	display:block;
	margin:0;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:link, 
#nav-top #navcontainer div div.submenu a:active, 
#nav-top #navcontainer div div.submenu a:visited {
	float:left;
	width:176px;
	border-bottom:1px solid #fff;
	border-right:0;
	/*--- Proper width for all other browsers --*/
			voice-family: "\"}\"";
			voice-family:inherit;
	width: 166px;
}
/*---Styling for individual Submenu links---*/
#nav-top #navcontainer div div.submenu a:hover {
	border-top:0;
}

/*--------------------------------------------------------------------------------------
CONTENT STYLING
-------------------------------------------------------------------------------------- */
#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 {
	margin-top: 0;
}
#content h1 {
	font-size:28px;
}	
#content h2 {
	font-size:24px;
}
#content h3 {
	font-size:22px;
}
#content h4 {
	font-size:18px;
}
#content h5 {
	font-size:16px;
}
#content h6 {
	font-size:14px;
}
