/*Global structure*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: url(images/bg_body.gif) repeat-y center;
	margin: 0;
	}

html { 
	overflow-y: scroll; 
}

#container {
	width: 586px;
	margin: 0 auto;
	height: 100%;
	background-color: #FFF;
	}

#header {
	background: url(images/header_bg.gif) repeat-x;
	width: 586px;
	float: left;
	height: 150px;
	margin: 0 auto;
	}

#page {
	float: left;
	padding: 35px 45px 45px 45px;
	width: 496px;
	}
	
/*Nav structure*/
#header ul {
	margin: 50px 0 0 0;
	padding: 0 0 0 20px;
	color: #FFF;
	font-size: 14px;
	list-style: none;
	float: left;
	}
	
#header li {
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	}
	
/*Nav links*/
#header a:link, #header a:visited {
	background-color: none;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	float: left;
	}
	
#header a:hover, #header a:active {
	background-color: #f7931d;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	float: left;
	}
	
.selected {
	background-color: #f7931d;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	float: left;
	}

/*Logo Nav structure*/
#header a.logo:link, #header a.logo:visited, #header a.logo:hover, #header a.logo:active {
	background-color: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	float: left;
	}

/*Page Structure*/
#col-a {
	width: 233px;
	padding-right: 30px;
	float: left;
	}

#col-b {
	width: 233px;
	float: left;
	}
	
/*Global Elements*/	
.intro {
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #c0dad7;
	padding: 0 0 8px 0;
	margin-bottom: 10px;
	float: left;
	color: #2d847a;
	width: 493px;
	}

.float-left {
	float: left;		
	}

.clear {
	clear: both;
	}

h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 7px 0;
	margin: 10px 0 0 0;
	line-height: 18px;
	}

p {
	padding-bottom: 10px;
	padding-top: 5px;
	margin: 0;
	line-height: 16px;
	}

.list p {
	line-height: 14px;
}

.quote {
	background-color: #11574f;
	color: #FFF;
	font-size: 13px;
	padding: 15px 15px 15px 15px;
	line-height: 18px;
	margin: 10px 0;
	width: 203px;
	}

.pull {
	font-size: 11px;
	line-height: 16px;
	}

.quoteName {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	}

ul {
	padding: 0 0 0 5px;
	margin: 5px 0 10px 10px;
	}
	
li {
	list-style-image: url(images/bull.gif);
	padding: 0;
	margin: 0 0 4px 0;	
	}

.highlight {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 7px;
	margin-bottom: 5px;
}

.divider {
	line-height: 14px;
}

/*Global Links*/	
#page a:link, #page a:visited {
	background-color: none;
	color: #f7931d;
	text-decoration: none;
	}

#page a:hover, #page a:active {
	background-color: none;
	color: #f7931d;
	text-decoration: underline;
	}
			
/*Footer*/
.footer-a {
	width: 493px;
	background-image: url(images/footer_pic.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #dbdada;
	height: 19px;
	margin-top: 30px;
	float: left;
	}

.footer-b {
	width: 493px;
	color: #b7b7b7;
	font-size: 11px;
	padding-top: 8px;
	float: left;
	}













