/*
Secondary Page Title, SubMenu and Content Region
*/
#header {
	position:relative;
	height:94px;
}
/* Sub-Menu Definitions */
#sub-menu {
	width:144px;
	float:left;
	background:#017b92;
	font-family: Arial, Helvetica, sans-serif;
}
#sub-menu ul{
	margin:0;
	padding:0px 0px 22px 0;
	text-align:left;
	list-style-type: none;
}
#sub-menu li{
	margin:0;
	padding:1px 10px 2px 0;
}
#sub-menu a {
	padding:1px 10px 2px 20px;
	text-decoration:none;
	color:#f7f2e1;
	display:block;
}
#sub-menu a:hover {
	background-image: url('../../images/secondary/subnav_arrow.gif'); 
	background-repeat:no-repeat;
	display:inline-block;
}
#sub-menu a.active {
	background-image: url('../../images/secondary/subnav_arrow.gif'); 
	background-repeat:no-repeat;
	display:inline-block;
}
/* Secondary Template Key Message Defs */
#key-message-wrapper {
	width:751px;
	float:right;
}
#key-message {
	width:671px;
	position:relative;
	float:right;
	margin: 0;
	padding:59px 40px 40px 40px;
}
#key-message h2 {
	font-size:1.5em;
	margin:0;
	padding:0;
	margin-bottom:0.65em;
}
#key-message p {
	margin:0 0 .5em 0;
	padding:0;
	line-height:1.45em;
	padding-bottom:0.25em;
	font-size:1.15em;
	color:#3f3f3f;
}
blockquote {
	font-size:1.15em;
	color:#3f3f3f;
}
#key-message p strong {
	color:#000;
	font-weight:normal;
}
#key-message p a, #key-message li a, blockquote a {
	color:#0f8397;
	text-decoration:none;
}
/* #key-message p a:hover {color:#000;background: url("../../images/yellow_underline.gif") repeat-x bottom left;} */
#key-message p a:hover, #key-message li a:hover, blockquote a:hover {
	color:#000;
	border-bottom-style: solid;
	border-bottom-color: #DFC300;
	border-bottom-width: 1px;
}
/* Home Page Content Region Defs */
/* #content {position:relative;margin-left:15%;height:200px;} */
#content {
	position:relative;
	margin-left:15%;
	height:150px;
} 
.banner {
	position:static;
	float:left;
	width:126px;
	height:126px;
	font-size:.8em;
	padding:5px 5px 10px 5px;
} 
#key-message-wrapper div {
	background-color:#f7f2e1;
}
#titlebar {
	position: relative;
	height: 108px;
	background-image: url("../../images/secondary/bkgd_titlebar.jpg");
}
#titlebar h2 {
	position:absolute;
	width:498px;
	height:68px;
	margin:0;
	padding:23px 10px 0 10px;
	text-transform:lowercase;
	font-size:32px;
	color:#f7f2e1;
}

