/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #666666; /* Global Gray */
}
input, file, select, textarea {
		font-size: 11px; /* Font Size */
}
#homePage {
	background-image: url(../siteassist_images/home_body_background.jpg);
	background-repeat: repeat-x;
}
#subPage {
	background-image: url(../siteassist_images/sub_body_background.jpg);
	background-repeat: repeat-x;
}
#globalContainer {
	width: 760px;
	margin: 0px auto;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6A79C7; /* Accent 10 */
}
h2 {
	font-size: 12px;
	font-weight: bold;
	/*color: <Text_Medium />; /* Text Medium */
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 11px;
	color: #383644; /* Primary */
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
a {
	color: #3A32C4; /* Link */
	text-decoration: underline;
}
p {
	margin: 0px 0px 20px 0px;
}
p.noSpace {
	margin: 0px;
}
#footer {
	padding: 5px 0px;
}
#footer a {
	text-decoration: none;
}
/**************** Header Classes *****************/
#topHead {
	height: 90px;
	border-left: 1px solid #CCD0D6; /* Neutral Medium */
	border-right: 1px solid #CCD0D6; /* Neutral Medium */
	margin-bottom: 2px;
	background-repeat: no-repeat;
	text-align: right;
}
#topHead img {
	float: left;
}
#topHeadText {
	float: right;
	margin: 55px 15px 0px 0px;
}
#topHead h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666; /* Global Gray */
}
#topHead h2 {
	font-size: 11px;
	color: #666666; /* Global Gray */
	font-weight: normal;
}
#homePage #header {
	border: 1px solid #767A7F; /* Border Dark */
	background-image: url(../siteassist_images/home_header.jpg);
	height: 100px;
	background-repeat:no-repeat;
	background-position: right top;
}
#subPage #header {
	border: 1px solid #767A7F; /* Border Dark */
	background-image: url(../siteassist_images/sub_header.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	height: 45px;
	background-color: #383644; /* Primary */
}
#header #mainFeatured {
	border-right: 1px solid #767A7F; /* Border Dark */
	background-color: #0C0B12; /* Accent 4 */
}
#homePage #header #mainFeatured {
	width: 165px;
	height: 100px;
	padding: 20px 15px;
	color: #FFFFFF; /* Global White */
}
#subPage #header #mainFeatured {
	width: 190px;
	height: 45px;
}
#homePage #header #mainFeatured h1 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
/**************** Top Nav Classes *****************/
#topNavOuter {
	border-bottom: 1px solid #767A7F; /* Border Dark */
}
#topNav {
	padding: 10px 105px 0px 0px;
	/*background-color: <Text_Medium />; Text Medium */
	color: #FFFFFF; /* Global White */
	height: 27px;
}
#topNav table, #topNav ul {
	float: right;
}
/************************************************ Sub Page Classes **********************************************/
#innerContainer {
	border-right: 1px solid #CCD0D6; /* Neutral Medium */
	background-repeat: repeat-y;
}
#homePage #innerContainer {
	background-image: url(../siteassist_images/sidenav_background.jpg);
}
#subPage #innerContainer {
	background-image: url(../siteassist_images/sub_sidenav_background.jpg);
}
#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 196px;
}
#subPage #innerContainer #innerLeft {
	width: 190px;
}
#innerContainer #innerRight {
	float: left;
	padding: 0px;
	width: 540px;
}
/**************** Resources Classes *****************/
#resources {
	color: #7E8298; /* Secondary */
	padding: 20px;
}
#resources form {
	margin: 0px;
	padding: 0px;
}
#resources p {
	margin: 0px 0px 10px 0px;
}
#sideNav {
	padding: 15px;
}
#homePage #sideNav a {
	text-decoration: none;
}
#homePage #sideNav a {
	display: block;
}
#homePage #featured {
	padding: 20px;
}
#homePage #featured .featuredLeft {
	width: 250px;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #CCD0D6; /* Neutral Medium */
}
#homePage #featured .featuredRight {
	float: left;
	padding-left: 15px;
	width: 230px;
}
#homePage #featured h1 {
	margin-top: 0px;
}
#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}
#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}
#homePage #featured li {
	padding-bottom: 10px;
}
