/*Secondary Page Title, SubMenu and Content Region*/		
/* Sub-Menu Definitions */

#sub-menu {
	width:131px;
	float:left;
	min-height:99px;
	background:#3f3f3f;
}
#sub-menu ul {
	margin:0;
	padding:0px 0 22px 20px;
	text-align:left;
	list-style-image: url('../../images/subNav_arrow3.gif');
}
#sub-menu ul#secondary a {
	color:#fff;
}
#sub-menu ul#secondary a:hover, #sub-menu ul#secondary a.active {
	color:#3f3f3f;
}
#sub-menu li {
	margin: 0;
	padding: 1px 10px 2px 0;
}
#sub-menu a {
	padding: 1px 10px 2px 1px;
	text-decoration: none;
	color: #ffffff;
	display:block;
}
#sub-menu a:hover {
	color: #3f3f3f;
}
#sub-menu a.active {
	color: #3f3f3f;
}

/* Secondary Template Key Message Defs */

#key-message-wrapper {
	position: relative;
	margin: 0 0 50px 15%;
}
#key-message{
	position:relative;
	margin:0;
	padding:60px 30px 30px 30px;
}
#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;
}
#key-message p strong {
	color:#000;
	font-weight:normal;
}
#key-message p a, a, li a {
	color:#0f8397;
	text-decoration:none;
}
#key-message p a:hover, td a:hover{
	color:#000;
	border-bottom-style: solid;
	border-bottom-color: #DFC300;
	border-bottom-width: 1px;
}
#key-message td { 
	font-size: 1.15em; 
	color:#3f3f3f; 
}

/* Home Page Content Region Defs */

#content {
	position:relative;
	margin-left:15%;
	height:50px;
}
.banner {
	float:left;
	width:150px;
	font-size:.8em;
	padding:5px;
}
.stretch1, .stretch2, .stretch3, .stretch4, .stretch5 {
	background:transparent no-repeat left bottom;
}
.stretch1 {
	z-index:105;
	width:15%;
}
.stretch2 {
	z-index:104;
	width:30%;
}
.stretch3 {
	z-index:103;
	width:45%;
}
.stretch4 {
	z-index:102;
	width:60%;
}
.stretch5 {
	z-index:100;
	width:75%;
}
.top1 {
	z-index:110;
	width:15%;
}
.top2 {
	z-index:109;
	width:30%;
}
.top3 {
	z-index:108;
	width:45%;
}
.top4 {
	z-index:107;
	width:60%;
}
.top5 {
	z-index:106;
	width:75%;
}