/* 
* 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;
}


/*
*
* DESIGN STYLES
*
*/

#bkgnd-wrapper {
	background: url(../img/frame_content_background.jpg) repeat-y top center;
	margin: 0;
	padding: 0;
	position: relative;
}

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

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

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

#header h2.title {
	margin: 0;
	padding: 0 0 0 50px;
	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;
}
#nav-level2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

#nav-level2 ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

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

#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 5px 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;
}

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


/*
*
* 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;
}


