/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 11px;
	color: #003300; /* Border Light */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#homePage {

}

#subPage {

}

#globalContainer {
	width: 760px;
	margin: 0px auto;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #746FC7; /* Accent 10 */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3DA33D; /* Secondary */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 11px;
	color: #746FC7; /* Accent 10 */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #09760D; /* Link */
 text-decoration: underline;
}

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

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px;
	background-color: #E0E6E4; /* Neutral Light */
}
#footer a {
  color: #739760; /* Border Light */
  text-decoration: none;
}
#subPage #footer {
	border-top: 6px solid #746FC7; /* Accent 10 */
}

/**************** Header Classes *****************/
#topHead {
  background-color: #84C468; /* Tertiary */
	background-image: url(../siteassist_images/tophead_background.jpg);	
	background-repeat: no-repeat;
	background-position:right;
}

/**************** Top Nav Classes *****************/
#topNav {
	padding: 10px 5px 10px 0px;
	background-color: #2D2E2E; /* Neutral Black */
	color: #FFFFFF; /* Global White */
	background-repeat: repeat;
	background-image: url(../siteassist_images/topnav_cell_bg_hover.gif);
}
#homePage #topNav {
	background-image: url(../siteassist_images/topnav_background.jpg);
}
#subPage #topNav {
	background-image: url(../siteassist_images/sub_topnav_background.jpg);
	border-bottom: 9px solid #84C468; /* Tertiary */
}

#topNav table, #topNav ul {
	float: right;
}
#SAW_TopNavigation, #SAW_TopNavigation_LCap, #SAW_TopNavigation_RCap, #SAW_TopNavigation_Background {
  float: right;
}

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

}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 225px;
}
#subPage #innerContainer #innerLeft {
	width: 185px;
}

#innerContainer #innerRight {
	float: left;
}
#homePage #innerContainer #innerRight {
  width: 515px;
	padding: 10px 0px 10px 10px;
}
#subPage #innerContainer #innerRight {
	padding: 10px 0px 10px 10px;
	float: none;
	margin-left: 185px;
}

#homePage #innerContainer #innerRight h1 {
	margin: 0px 0px 5px 0px;
}

/**************** Resources Classes *****************/
#resources {
	padding: 5px 10px 0px 0px;
}

#mainFeatured {
	border-top: 3px solid #CAD0CD; /* Neutral Medium */
	padding: 5px 0px 10px 0px;
	margin-right: 10px;
}

#sideNav {
	background-color: #E0E6E4; /* Neutral Light */
	border-bottom: 6px solid #CAD0CD; /* Neutral Medium */
}

#homePage #sideNav {
	padding: 20px 555px 20px 0px;
	background-position: right;
	height: 208px;
}

#subPage #sideNav {
	padding: 20px 0px 20px 0px;
}

#sideList a {
	margin: 0px;
	background-image:url(../siteassist_images/sidenav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 25px;
	display: block;
	font-size: 12px;
	color: #2D2E2E; /* Neutral Black */
	text-decoration: none;
}

#homePage #featured {
	padding: 0px 20px 0px 25px;
}

#homePage #featured h2 {
	color: #739760; /* Border Light */
}

#homePage #solutions {
	background-color: #746FC7; /* Accent 10 */
	color: #FFFFFF; /* Global White */
}

#homePage #solutions h1 {
	color: #FFFFFF; /* Global White */
	padding: 10px
}

#homePage #solutions p {
	padding: 0px 20px 20px 55px;
}

#homePage #solutions .solutionsLeft {
	width: 175px;
	float: left;
	padding: 0px 15px 0px 55px;
		position: relative;	
}

#homePage #solutions .solutionsRight {
  width: 175px;
  float: left;
	padding: 0px 15px 0px 15px;
}

#homePage #solutions .solutionsLeft h3 {
	color: #FFFFFF; /* Global White */
	text-decoration:underline;
}

#homePage #solutions .solutionsLeft p {
	padding: 0px;
}

#homePage #solutions .solutionsRight h3 {
	color: #FFFFFF; /* Global White */
	text-decoration:underline;
}

#homePage #solutions .solutionsRight p {
	padding: 0px;
}
