h1 {
	color: #0054a4;
	line-height: 200%;
	font-weight: bold;
	text-transform: uppercase;
}

/* page title */
#sub_header h2 {
	font-size: 24px;
	color: #0054a4;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom:10px;
	font-weight:bold;
}

/* quoted text */
#sub_header h3 {
	font-size: 15px;
	color: #4c7c9e;
	font-weight: bold;
	font-style: italic;
	width: 340px;
	float: right;
	margin-top: 25px;
	margin-right: 100px;
	line-height: 175%;
}

h3 {
	font-size: 15px;
	color: #4c7c9e;
	font-weight: bold;
	font-style: italic;
}

#outer_wrapper {
	background: url('../images/sub_blue_grad.gif') repeat-x left top #FFFFFF;
	min-width: 960px;
}

#wrapper {
	width: 100%;
	background: url('../images/blue_btm_grad.gif') left bottom repeat-x;
}

#inner_wrapper {
	background: url('../images/sub_waves.gif') center top no-repeat;
	width: 100%;
	text-align:center;
}

#content_wrapper {
	margin: 0 auto;
	width: 960px;
	text-align:left;
}

#header {
	background: url('../images/sub_banner.gif') left top no-repeat;
	height: 82px;
	margin-bottom: 2px;
	width: 960px;
	position:relative;
}

#home_link {
	width:350px;
	height: 75px;
	position:absolute;
}

#home_link b {
	display:none;
}

.menu {
	float: right;
	color: #FFFFFF;
	padding:10px 68px 0px 0px;
}

.menu li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

.leaf {
	border-left: 1px solid #FFFFFF;
}

.first {
	border-left: none 0px;
}

.menu a {
	text-decoration: none;
	border: none 0px;
	color: #FFFFFF;
	margin-left: 10px;
}

#grey_menu {
	/*float: right;*/
	/*margin: 10px 64px 0px 0px;*/
	width:503px;
	position:absolute;
	top:39px;
	left:392px;
	margin:0;
	padding:0;
}

#grey_menu a {
	border: none 0px;
	margin-right:-3px;
}

#grey_menu img {
	border: none 0px;
}

#sub_header {
	position: relative;
	height: 100px;
	width: 850px;
	border-bottom: 2px #4d94c4 solid;
	/*margin-bottom: 33px;*/
}

#sub_menu {
	position:absolute;
	top:0;
	left:0;
}

#sub_menu ul {
	margin:0;
}

#content_main {
	margin-left: 30px;
}

#content {
	float: left;
	width: 715px;
	margin-top:20px;
	padding:20px 0 40px 70px;
	min-height:250px;
  	height:auto !important;
  	height:250px;

}

#content p {
	/*width: 520px;*/
}

#content .right {
	float: right;
	clear: right;
	margin: 12px 0px 12px 20px;
}

#learnmore {
	margin: 15px 0px 40px 0px;
}

#footer_wrapper {
	background: url('../images/footer_grad.gif') top left repeat-x;
	height: 262px;
	min-width: 960px;
	text-align:center;
}

#footer {
	margin: 0px auto;
	width: 920px;
	position: relative;
	text-align:left;
}

#footer_text {
	position: absolute;
	left: 30px;
	top: 40px;
}

#footer p {
	font-size: 14px;
	color: #5e6868;
}

#footer span {
	font-size: 11px;
	color: #5e6868;
}

#footer a {
	text-decoration: none;
	border: none 0px;
	color: #5e6868;
	font-size: 14px;		
}

.BREAK {
	clear: both;
}
