/* 
* main.css
* main styles for Donna's Template
* v.001
*
* Ben Willard - 2009
*/

/*
*
* GLOBAL STYLES
*
*/
body {
	text-align: center; /* for IE */
	background: #fcfcfc url(../img/frame_header_bkgnd.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	z-index: 1; /* hack for DEMO -- REMOVE LATER */
}


/*
*
* DESIGN STYLES
*
*/

#bkgnd-wrapper {
	background: url(../img/frame_content_background.jpg) repeat-y top center;
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px; /* hack for DEMO -- REMOVE LATER */
}

#page-wrapper {
	text-align: left;
	margin: auto;
	width: 802px;
	position: relative;
}

#header {
	height: 146px;
	width: 802px;
	margin: auto;
	text-align: left;
	background: url(../img/frame_header_main_splash.jpg) no-repeat top center;
	position: relative;
	z-index: 1000;
}

#header img {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}

#header h1.title {
	margin: 0;
	padding: 15px 0 0 50px;
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
}

#header h2.title {
	margin: -10px 0 0 0;
	padding: 0 0 0 550px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#nav-level1 {
	list-style: none;
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
}

#nav-level1 li {
	display: inline;
	margin-right: 10px;
}

#nav-level1 li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#nav-level1 li a:hover {
	text-decoration: underline;
}

.nav-level2 {
	/*
	float: right;
	width: 175px;
	border: 5px double #ddd;
	margin: 0 0 0 10px;
	padding: 0;
	*/
	float: left; 
	width: 45%; 
	background-color: #eeeeee; 
	padding: 8px;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.nav-level2 ul {
	list-style-image: url("../img/body_list_bullet.gif");
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
}

.nav-level2 ul li ul{
	list-style-image: none;
	list-style: circle;
	margin: 0 0 0 10px;
	padding: 0;
}

.nav-level2 ul li ul li{
	padding: 0;
	margin: 0;
}

.nav-level2 ul li {
	margin: 2px;
	padding: 0 0 5px 0;
	background-color: #eee;
}

.nav-level2 ul li a {
	text-decoration: underline;
}

#content {
	padding: 25px 15px 15px 15px;
	background: url(../img/frame_content_inner_bkgnd.jpg) no-repeat top center;
	z-index: -1;
}

#content h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
	color: #023c82;
}

#content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	color: #023c82;
}

#content h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	color: #023c82;
}

#content a:link {
	color: #fe9400;
}
#content a:visited{
	color: #e56400;
}
#content a:hover {
	color: #ffb811;
}
#content a:active {
	color: #fe9400;
}

.twocol {
	float: left; 
	width: 48%;
}

.section-divider {
	width: 100%;
	height: 25px;
	background: url(../img/frame_content_divider.jpg) top repeat-x;
}

ul#quickfacts  {
	list-style: square;
	list-style-position: inside;
	
}

ul#quickfacts  li {
	margin-bottom: 5px;
}

#footer-bkgnd {
	background: url(../img/frame_content_bkgnd_bottom.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	position: relative;
	
	height: 400px;
	top: -20px; /* hack for DEMO -- REMOVE LATER */
}


/*
*
* UTILITY STYLES
*
*/
.clear {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

#content-clear {
	margin: 0;
	padding: 0;
	height: 1px;
	clear: both;
}


