/*
-----------------------------------------------------------------------------------------
CSS document: ImageCaf� Template Styles
Created: 04/11/2006
Last Modified: 04/11/2006
NOTE: Template styles included here cannot be changed by the customer
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;}  /* zero out everything */
/*
-----------------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------------- */
div {
	position:relative;
}
h4, h5 {
	margin:10px 15px;
}
ul, ol {
	margin:15px;
	padding:0 0 0 25px;
}
ol {
	padding:0 0 0 30px;
}
.clearer {
	clear:both;
}

/*
-----------------------------------------------------------------------------------------
General Layout Structure
-------------------------------------------------------------------------------------- */
#bkg {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 400px;
}
#bkg-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
	background: url(../images/Gradient.png) top left no-repeat;
}
#nav-top {
	width: 700px;
	top: 5px;
	left: 50%;
	margin-left: -350px;
}

/*
-----------------------------------------------------------------------------------------
=#headertop
-------------------------------------------------------------------------------------- */	
#inner {
	float: left;
	width: 700px;
}
#headertop {
	float: left;
	height: 200px;
	width: 700px;
}
.accent {
	float: left;
	width: 700px;
	height: 200px;
}
#titlecontainer {
	position: absolute;
	bottom: .5em;
	right: .5em;
}
h1#website-title {
	text-align: right;
	padding-right: .5em;
	visibility: hidden;
}
h2#website-slogan {
	text-align: right;
	visibility: hidden;
}

/*
-----------------------------------------------------------------------------------------
Navigation Elements
-------------------------------------------------------------------------------------- */


/*------------------ Navigation Elements ------------------*/
#nav-top #navcontainer {
	float: left;
	width: 700px;
	z-index: 1000;
}
#nav-top #navwrapper {
	float: left;
	z-index: 1000;
}	
/*-----IE6 fix for float------*/
* html #nav-top #navcontainer {
	float: none;
}
#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:10px;
	text-decoration:none;
}
#nav-top #navcontainer #nav-wrapper div a:hover {padding-top:10px;}
#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;
	margin-top:-2px;
	left:0;
	visibility: hidden;
	width:176px;
}
#nav-top #navcontainer #nav-wrapper div div.submenu div {
	display:block;
	margin:0;
}
#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:156px;
	border-right:0;
}
#nav-top #navcontainer #nav-wrapper div div.submenu a:hover {
	padding-top:10px;
	border-top:0;
}

/*
-----------------------------------------------------------------------------------------
=#NAV-TOP
-------------------------------------------------------------------------------------- */
#content {
	float: right;
	width: 700px;
}
#nav-top #content-table {
	float: right;
	width: 700px;
	background: url(../images/shadow.png) no-repeat top left;
	color: #000;
	margin: 0;
}

#nav-top #content-table-main {
	padding: 10px;
}

