/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	color: #FFF;
	background: #006999 url("../img/wrapper_bg.gif") right repeat-y;
}
#banner {
	background: url("../img/home_header_bg.gif") right top no-repeat;
	text-align: right;
	
}

#banner p{
	margin: 0 27px 0 123px;
	background: url("../img/home_banner.jpg") right no-repeat;
	padding: 57px 0 127px 27px;
	
}
#nav {
	padding: 6px 0 4px 0;
	text-align: right;
	font-size: .7em;
	margin: 0 27px 0 0;
}
#nav span {
	border-bottom: 2px solid #CC9; 
	padding-right: 20px;
}
#nav a {
	padding: 3px 6px;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:focus  {
	color: #000;
	background-color: #CC9;
}
#content {
	position: absolute;
	right: 145px;
}
.title_lrg {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 15px;
	background: url("../img/home_arrow.gif") top left no-repeat;
}
.title_med {
	font-size: .9em;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 18px;
}
.title_sml {
	font-size: .9em;
	padding-left: 15px;
	margin-top: 10px;
}
.foot_text {
	font-size: .6em;
	padding-left: 15px;
	margin-top: 25px;
}
.foot_text a {text-decoration: none; color: #FFF;}
.foot_text a:hover, .foot_text a:focus  {text-decoration: underline;}

#quickaccess {
	margin-top: 40px;
	float: left;
	width: 240px;
	font-size: .7em;
	text-align: right;
	position: absolute;
	right: 570px;
}
#quickaccess p {
	padding-right: 35px;
	text-transform: uppercase;
	font-weight: normal;
}
#quickaccess ul {
	list-style-type: none;
	margin-top: 6px;
}
#quickaccess li {
	padding: 2px 35px 1px 0;
	margin-left: 30px;
	line-height: 1.4em;
}
#quickaccess a  {
	text-decoration: none;
	color: #FFF;
}
#quickaccess a:hover, #quickaccess a:focus  {
	text-decoration: underline;
}
#quickaccess div  {
	width:24px; 
	float: right;
	margin-top: 6px;
	border:1px solid #056384; 
}
