/**************** General Classes *****************/
body {
}

#homePage {
}

#subPage {
	background-image: url(../siteassist_images/sub_body_background.jpg);
	background-repeat: repeat-x;	
}

#globalContainer {
	width: 850px;
	margin: 0px auto;
	border-right: 4px double #336600;
	border-left: 4px double #336600;
	border-bottom: 4px double #336600;
}



h3 {
	font-size: 12px;
	font-weight: bold;
	color: #643714; /* Accent 5 */
	margin: 5px 0px;
	padding-left: 20px;
}

a {
 color: #CCEDFF; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

p {
	color: #663300;
}

p.noSpace {
	margin: 0px;
}


/**************** Header Classes *****************/
#homePage #header {
	height: 200px;
}

#subPage #header {
	padding-top: 55px;
	background-image: url(../siteassist_images/sub_header_background.jpg);
	height: 98px;
	background-repeat: none;	
}

#homePage #header h1 {
	padding: 40px 0px 0px 40px;
	font-size: 22px;
	font-style:italic;
	color: #FFFFFF; /* Global White */
}

#homePage #header h2 {
	padding: 20px 0px 0px 80px;
	font-size: 22px;
	font-weight:bold;
	color: #FFFFFF; /* Global White */
}


/**************** Top Nav Classes *****************/
#topNav {
	padding: 7px 0px 0px 0px;	
	background-color: #E0E8F0; /* BG Light */
	height: 20px;
}

/************************************************ Sub Page Classes **********************************************/
#innerContainer {

}

#innerContainer #innerLeft {
	width: 150px;
	float: left;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 5px;
	height: auto;
}

#innerContainer #innerRight {
}

#homePage #innerContainer #innerRight {
	vertical-align: top;
	padding-bottom: 1px;
}

#subPage #innerContainer #innerRight {
  float: none;
  margin-left: 190px;
}

#innerContainer #innerRight h1 {
	margin: 0px;
	vertical-align: top;
	line-height: 20px;
}

#subPage #innerContainer #innerLeft h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF; /* Global White */
	margin: 0px;
}

#subPage #innerContainer #innerLeft h2  {
	padding: 10px 0px 10px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF; /* Global White */
}

/**************** Resources Classes *****************/
#resources {
	color: #353C48; /* Accent 5 */
	line-height: 17px;
	padding-bottom: 10px;
	margin-top: 20px;
}



/************************************************ Home Page Classes **********************************************/
#sideNav {
	padding: 20px 20px 0px 0px;
	font-size: 12px;
	color: #353C48; /* Accent 5 */
	font-weight: bold;
}

#sideNav a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;		
}

#featured {
	padding: 5px;
	width: 207px;
	border: 2px solid #663300;
	background: #edfbc9 url(../img/fade_org.jpg) repeat-x;
	margin: 0px;
}

#featured .featuredLeft {
	width: 137px;
	float: left;
}

#featured .featuredRight {
	margin-left: 157px;
	padding-right: 100px;
}

#belowFeatured {
	padding: 0px 50px 10px 10px;
	margin-top: 50px;
}

#homePage #sideNav {
	padding: 0px;
}

#homePage #sideNav a {
	color: #353C48; /* Accent 5 */
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
}
