/* ===== Sub Page ID's ===== */

#submain-section {
	width: 649px;
	overflow: hidden;
}

	#submain-left {
		float: left;
		width: 190px;
	}

	#submain-right {
		float: right;
		width: 459px;
	}

#sub-bottom-strip {
	background-image: url(../images/bottom-strip-bg.gif);
	background-color: #505155;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	height: 80px;
	margin-top: -26px;
	clear: both;
}

/* ===== End Sub Page ID's ===== */


/* ===== SUB PAGE NAVIGATION ===== */

.subpage-subnav {
	padding-bottom: 7px;
}

.nav {
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}

.nav li {
	line-height: 26px;
	color: #636466;
	font-variant: small-caps;
	display: list-item;
	border-bottom: solid 1px;
	border-color: rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.3);
}

.nav li a {
	color: #636466;
	display: list-item;
}

.nav li a:hover {
	font-size: 17px;
	color: #636466;
	background-color:#DAAA2A;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* ===== END SUB PAGE NAVIGATION ===== */



/* ===== Sub Page Classes ===== */

.Sub-Headline {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #636466;
	font-variant: small-caps;
}

.sub-divider-line {
	width: 459px;
	height: 1px;
	background-color: #999999;
	overflow: hidden;
}

.subpage-promo-box {
	margin-top: 10px;
	display: block;
	padding: 5px;
	font: 10px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	float: center;
}

.subpage-c2a-box {
	margin-top: 20px;
	margin-right: 41px;
	display: block;
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	background-color:#EBEBEB;
	padding: 1px;
	font: 10px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.subpage-c2a-box-title {
	font-weight: bold;
}

.subpage-c2a-box-list {
	margin-left: -25px;
	line-height: 1.6em;
	list-style-type: square;
	list-style-position: outside;
	color: #000;
	font-weight: bold;
}

	a.subpage-c2a-box-list-links:link {  
		color: #000000;
		text-decoration: none;
	}
	
	a.subpage-c2a-box-list-links:visited {
		color: #000000;
		text-decoration: none;
	}
	
	a.subpage-c2a-box-list-links:hover { 
		color: #0000CC;
		text-decoration: none;
	}
	
	a.subpage-c2a-box-list-links:active {
		color: #0000CC;
		text-decoration: none;
	}


.subpage-titles {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.connect-c2a-box {
	margin-top: 20px;
	margin-right: 43px;
	display: block;
	border-color: #999999;
	border-width: thin;
	border-style: solid;
	background-color:#EBEBEB;
	padding: 8px;
	font: 9.5px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.connect-c2a-box-list {
	margin-left: -25px;
	line-height: 1.2em;
	list-style-type: square;
	list-style-position: outside;
}


/* ===== End Sub Page Classes ===== */