/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #FFFFFF;
	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:808px;
	background: #FFFFFF url(images/bg-main.jpg) 0px 170px repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	background: url(images/bg-header.jpg); 
	height:170px;
}
#headerContent {
	padding:0; 
	margin:0;
	background: transparent;
	text-align:	left; 
	color:#FFFFFF;
	height: 170px;
}
#headerContent h1 {
	color:#e8eefa;
	padding: 0 0 0 25px;
	margin:0;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	clear:left;
}

div#main {
	padding-bottom:5em; /* bottom padding for footer */
	background: transparent url(images/bg-nav.jpg) 18px 0px repeat-y;
}
#content {
	text-align:	justify; 
	margin-left:238px; 
	background:transparent; 
	padding:8px 28px 10px 8px;
}
#content p {
	margin: 0px 0px 10px 0px;
	color:#333333;
}
#content h1 {
	font-size: medium;
	font-weight: bold;
	color: #04A0D6;
	margin:0px 0px 10px 0px;
}
#content h2 {
	font-size: medium;
	margin:0 0 10px 0;
	padding:0;
	font-weight: bold;
	color: #04A0D6;
}
#content h3 {
	font-size: small;
	font-weight: bold;
	color: #04A0D6;
	margin:20px 0px 7px 0px;
}
#content a, #content a:visited {
	color: #04A0D6;
}
#content a:hover {
	text-decoration:none;
}
#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);
}
#content a.continue {
	font-weight:bold;
	text-decoration:none; 
	padding:3px 10px 0 0;
	background: transparent url(images/bullet.gif) top right no-repeat;
}
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 {
	padding-right:18px;
	background: transparent url(images/follow-link.gif) center right no-repeat !important;
}
.listhead {
	margin-bottom:5px;
}
#content ul {
	margin-top: 0px;
	margin-left:25px;
	padding-left:0;
}
#content li {
	line-height:1.4;
	list-style-image:url(images/bullet.gif);
}

div#sidenav{
	float:left; 
	width: 220px; 
	text-align:left; 
	margin-left:18px;
	color:#001355;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative; /* needed for footer positioning*/
}
#sidenav ul {
	margin: 5px 0px 165px 0;
	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:#001355;
}
#sidenav li a:hover {
	background:url(images/header-bg.gif);
	color:#4F1B6D;
	text-decoration:underline;
}
#sidenav li a span {
	display:block;
	padding:0 0 5px 10px;
	font-size:110%;
}
#sidenav p {
	color:#666666;
	margin:0 0 8px 10px;
	padding:0;
}

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:70px;
}
div#footer p {
	padding:1em 0 1em 246px;
	margin:0;
}
div#footer a:link {
	color:#04A0D6;
}
