/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #B8D249; /* Accent 12 */
	font-size: 11px; /* Font Size */
	line-height: 16px;
	color: #453742; /* Accent 5 */
}

#homePage {
	background-image: url(../siteassist_images/bluewhitestrip.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 0px;

}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #94A459;
}

h2 {
	font-size: 1.2em;
	color: #8FA261; /* Accent 5 */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 11px;
	color: #7BC4F9; /* Accent 5 */
	margin: 0px 0px 5px 0px;
}

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

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}


/**************** Header Classes *****************/
#homePage #header {
	background-repeat: no-repeat;
	height: 447px;
}

#subPage #header {
	height: 189px;
}

#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 {
	height: 28px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 60px;
}

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

}

#innerContainer #innerLeft {
	width: 190px;
	float: left;
}

#innerContainer #innerRight {
	margin-left: 0px;
	padding-left: 3px;
	float: left;
}

#homePage #innerContainer #innerRight {
  width: 565px;
}

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

#innerContainer #innerRight h1 {
	margin: 0px;
	padding: 10px 10px 8px 0px;
}

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

#subPage #innerContainer #innerLeft h2  {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7BC4F9; /* Global White */
	padding-right: 0px;
}

/**************** Resources Classes *****************/
#resources {
	color: #7BC4F9; /* Accent 5 */
	padding: 5px 5px 20px 10px;
	margin: 20px 5px 0px 0px;
	border-top: #453742; /* Accent 5 */
	line-height: 17px;
}

div.siteFooterLinks {
	margin: 7px 0px 7px 0px;
	text-align: right;
	font-size: 10px;

}

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

#sideNav a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #453742; /* Accent 5 */
}
#sideNav a:hover {
	color: #453742; /* Accent 5 */	
}
#featured {
	padding: 15px 10px;
}

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

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

#belowFeatured {
	padding: 0px 50px 10px 10px;
}

#homePage #sideNav {
	padding-top: 10px;
}

#homePage #sideNav a {
	color: #94A459; /* Accent 5 */
	margin: 0px;
	background-image:url(../siteassist_images/home_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 25px;
	display: block;
}
#homePage #sideNav a:hover {
	color: #453742; /* Accent 5 */	
}
#innerContainer #innerLeft ul, li {
	color: #8FA261; /* Accent 5 */
	list-style-type: none;
}
#innerContainer #innerLeft a  {
	color: #4537421; /* Accent 5 */
	font-weight: bold;
}
#innerContainer #innerLeft a:hover  {
	color: #C3506F; /* Accent 5 */
}
