/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #768FB1; /* Border Light */
}

#homePage {

}

#subPage {

}

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

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

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

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

a {
 color: #2170BD; /* Link */
 text-decoration: underline;
}

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

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px;
	background-color: #DFE4E9; /* Neutral Light */
}
#footer a {
  color: #768FB1; /* Border Light */
  text-decoration: none;
}
#subPage #footer {
	border-top: 6px solid #F47820; /* Accent 10 */
}

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

/**************** Top Nav Classes *****************/
#topNav {
	padding: 10px 5px 10px 0px;
	background-color: #CC9900; /* Neutral Black */
	color: #FFFFFF; /* Global White */
	background-repeat: repeat-y;
}
#homePage #topNav {
	background-image: url(../images_human/topnav_background.jpg);
}
#subPage #topNav {
	background-image: url(../images_human/sub_topnav_background.jpg);
	border-bottom: 9px solid #7EBED5; /* 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: 20px 20px 0px 0px;
}

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

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

#homePage #sideNav {
	padding: 20px 555px 20px 0px;
	background-image: url(../images_human/sidenav_background.jpg);
	background-repeat:no-repeat;
	background-position: right;
	height: 208px;
}

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

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

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

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

#homePage #solutions {
	background-color: #F47820; /* 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;
}
