/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #B5AABA url(images/background.jpg) top center repeat-x;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:790px;
	background: #FFFFFF url(images/content-background.jpg) top left no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	height:103px;
}
#headerContent {
	padding:0; 
	margin:0;
	text-align:	left; 
	color:#415890;
	height: 103px;
}
#headerContent h1 {
	color:#415890;
	padding:20px 0 0 360px;
	margin:0;
	font-size:small;
	font-weight:bold;
}

div#main {
	padding-bottom:5em; /* bottom padding for footer */
}
#content {
	text-align:	justify; 
	margin-left:160px; 
	background:transparent; 
	padding:0 15px 10px 8px;
}
#content p {
	margin: 0px 0px 10px 0px;
	color:#333333;
}
#content h1 {
	font-size: medium;
	font-weight: bold;
	color: #FF9C0A;
	margin:0px 0px 10px 0px;
}
#content h2 {
	font-size: small;
	font-weight: bold;
	color: #4C1964;
	margin:0px 0px 5px 0px;
}
#content h3 {
	font-size: small;
	font-weight: bold;
	color: #FF9C0A;
	margin:20px 0px 9px 0px;
}
#content a {
	color: #FF9C0A;
}
#content a.pdf, #content a.word, #content a.excel {
	padding-right:18px;
	background: transparent url(images/pdf.gif) center right no-repeat !important;
}
#content a.pdf {
	background-image: url(images/pdf.gif);
}
#content a.word {
	background-image: url(images/pdf.gif);
}
#content a.excel {
	background-image: url(images/excel.gif);
}
form a {
	font-weight:bold;
	text-decoration:none; 
	padding:3px 10px 0 0;
	background: transparent url(images/bullet.gif) top right no-repeat;
}
#resources li a, #content a.more, #resources p a {
	padding-right:18px;
	background: transparent url(images/follow-link.gif) center right no-repeat !important;
}
.listhead {
	margin-bottom:5px;
}
#content ul {
	margin-top: 0px;
}
#content li {
	margin-bottom:5px;
}

div#sidenav{
	float:left; 
	width: 155px; 
	text-align:left; 
	background: transparent;
	color:#0C1843;
}
#sidenav p {
	margin: 10px 18px 10px 10px;
}
#sidenav ul {
	margin: 5px 0px;
	padding:0;
	list-style:none;
	font:bold small/21px verdana, Arial, Helvetica, sans-serif;
}
#sidenav li  {
	margin:0;
	padding:0;
	display:inline;
	font-weight:normal;
}
#sidenav li a {
	width: 155px; 
	display:block;
	background: transparent;
	text-decoration:none;
	color:#FFFFFF;
}
#sidenav li a:hover {
	color:#4F1B6D;
	text-decoration:underline;
}
#sidenav li a span {
	display:block;
	padding:0 0 0 10px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(images/flower-bottom.jpg) bottom right no-repeat;
	font-size:x-small;
	height:95px;
}
div#footer p {
	padding:1em;
	margin:0;
}
div#footer a {
	color: #FF9C0A;
}
.footer {
font-size:14px;
}