/**************** General Classes *****************/

body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #FFFFFF; /* Global Gray */

}



#homePage {
	background-image: url(../siteassist_images/home_body_background.jpg);
	background-repeat: repeat-x;
	color: #333;
	text-align: right;

}



#subPage {

	background-image: url(../siteassist_images/sub_body_background.jpg);

	background-repeat: repeat-x;	

}



#globalContainer {

	width: 920px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}



h1 {

	font-size: 14px;

	font-weight: normal;

	color: #F47820; /* Accent 10 */

}



h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333; /* Text Medium */
	margin: 0px 0px 5px 0px;
	text-align: left;

}



h3 {

	font-size: 12px;

	color: #003399; /* Primary */

	font-weight: normal;

	margin: 0px 0px 5px 0px;

}



a {

	color: #2170BD;

}



p {
	margin: 0px 0px 20px 0px;
	font-size: 10px;

}



p.noSpace {

	margin: 0px;

}



#footer {

	padding: 5px 0px;

}

#footer a {

	text-decoration: none;

}

/**************** Header Classes *****************/

#topHead {

	height: 91px;

	border-left: 1px solid #CCD0D6; /* Neutral Medium */

	border-right: 1px solid #CCD0D6; /* Neutral Medium */	

	margin-bottom: 12px;

	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 #4B647F; /* Border Dark */

	background-image: url(../siteassist_images/home_header.jpg);

	height: 275px;

	background-repeat:no-repeat;

	background-position: right top;

}



#subPage #header {

	border: 1px solid #4B647F; /* Border Dark */

	background-image: url(../siteassist_images/sub_header.gif);

	background-repeat:no-repeat;

	background-position: right top;

	height: 45px;

	background-color: #2467B6; /* Primary */

}



#header #mainFeatured {

	border-right: 1px solid #4B647F; /* Border Dark */

	background-color: #000A5C; /* Accent 4 */

}

#homePage #header #mainFeatured {

	width: 165px;

	height: 235px;

	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 #4B647F; /* Border Dark */

}



#topNav {

	padding: 6px 3px 0px 3px;	

	background-color: #6699CC; /* Text Medium */

	color: #FFFFFF; /* Global White */

	height: 30px;		

}



#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: 2px;

}



#subPage #innerContainer #innerRight {

  float: none;

  margin-left: 190px;

  padding: 5px;

}



/**************** Resources Classes *****************/

#resources {
	color: #4B74D5; /* Secondary */
	padding: 20px;
	text-align: left;

}



#resources form {

	margin: 0px;

	padding: 0px;

}



#resources p {

	margin: 0px 0px 10px 0px;	 

}



#sideNav {

	padding: 20px;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #000099;

	border-right-color: #000099;

	border-bottom-color: #000099;

	border-left-color: #000099;

}



#homePage #sideNav a {

	text-decoration: none;

	background-color: #6699CC;

	border: 1px solid #000099;

}



#homePage #sideNav a {
	display: block;
	background-color: #99CCFF;

}



#homePage #featured {

	padding: 20px;

}



#homePage #featured .featuredLeft {
	width: 630px;
	float: left;
	padding-right: 20px; /* Neutral Medium */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	padding-left: 15px;
	text-align: left;

}



#homePage #featured .featuredRight {

	float: left;

	padding-left: 15px;

	width: 300px;

}



#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;

}

