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

#homePage {

}

#subPage {

}

#globalContainer {
	width: 763px;
	background-color: #FFFFFF; /* Global White */
	/*background-image:url(../siteassist_images/container_background.jpg); */ 
	background-repeat:repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CA0009; /* Link */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6982B5; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #D74F4F; /* Nav Medium */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

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

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

p.noSpace {
	margin: 0px;
}

#footer { 
color: #2E3645; /* Accent 5 */ 
padding: 40px 20px 10px 20px; 
        background-image:url(../siteassist_images/container_background.jpg);   
background-repeat:repeat-x; 
background-position: bottom; 
} 



/**************** Header Classes *****************/
#homePage #header {
	background-image: url(../siteassist_images/home_header_background763px.jpg);
	background-repeat:no-repeat;
	height: 193px;
}


#subPage #header {
	background-image: url(../siteassist_images/sub_header_background.jpg);
	background-repeat:no-repeat;
	height: 81px;	
}

#homePage #header #headerMessage{
	height: 158px;
}

#subPage #header #headerMessage{
	height: 46px;
}

#homePage #header #headerMessage h1 {
	padding: 105px 0px 0px 20px;
	margin: 0px;
	font-size: 22px;
	color: #FBDE66; /* Accent 11 */
}

#homePage #header #headerMessage h2 {
	padding: 10px 0px 0px 300px;
	margin: 0px;
	font-size: 22px;
	color: #FBDE66; /* Accent 11 */
}

#subPage #header #headerMessage h1 {
	padding: 7px 0px 0px 20px;
	margin: 0px;
	font-size: 18px;
	color: #FBDE66; /* Accent 11 */
}

#subPage #header #headerMessage h2 {
	padding: 7px 0px 0px 300px;
	margin: 0px;
	font-size: 18px;
	color: #FBDE66; /* Accent 11 */
}


#header #search {
	height: 35px;
	background-color: #FBDE66; /* Accent 11 */
	text-align: right;
}
#homePage #header #search {
	width: 264px;
}
#subPage #header #search {
	width: 190px;
}

#header #search form {
	margin: 0px;
	padding: 0px;
}

#header #search form input.searchText {
	height: 15px;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #666666; /* Global Gray */
	background-color: #F1F0EE; /* Global Gray Light */
}
#homePage #header #search form input.searchText {
	width: 155px;
}
#subPage #header #search form input.searchText {
	width: 110px;
}

#header #search form input.searchButton {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 50px;
	float: right;
}
#homePage #header #search form input.searchButton {
  margin-right: 40px;
}
#subPage #header #search form input.searchButton {
  margin-right: 10px;
}

/**************** Top Nav Classes *****************/
#topNav {
	padding: -0px;
	margin-bottom: -0px;
}
#topNav table, #topNav ul {
	float: left;
}
#SAW_TopNavigation, #SAW_TopNavigation_LCap, #SAW_TopNavigation_RCap, #SAW_TopNavigation_Background {
  float: right;
}

#subHead {
  background-color: #FBDE66; /* Accent 11 */
	background-repeat :no-repeat;
  background-position: top right;
  margin-bottom: 5px;
}
#homePage #subHead {
	background-image: url(../siteassist_images/inner_right_background.jpg);
  height: 47px;
}
#subPage #subHead {
	background-image: url(../siteassist_images/sub_inner_right_background.jpg);
  height: 35px;
}

#homePage #innerContainer {
}

#subPage #innerContainer {
}

#innerContainer #innerLeft {
	margin: 4px 4px 0px 0px;
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 260px;
}
#subPage #innerContainer #innerLeft {
	width: 185px;
}

#homePage #innerContainer #innerRight {
  margin-left: 264px;
}
#subPage #innerContainer #innerRight {
	float: left;
  width: 571px;
}

#homePage #innerRight h1, #homePage #innerRight h2, #homePage #innerRight h3, #homePage #innerRight p {
  clear: none;
}

/**************** Resources Classes *****************/
#resources {
	padding: 10px 20px;
	background-color: #96B9EC; /* Accent 13 */
	margin-top: 4px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 10px 20px;
	background-color: #23A129; /* Accent 10 */
}
#sideNavInner {
  width: 143px;
}

#homePage #sideNav a {
	margin: 0px;
	background-image:url(../siteassist_images/home_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 25px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; /* Global White */
	text-decoration: none;
}

#headline {
	padding: 14px 20px;
}

#headline h3 {
	font-size: 12px;
	color: #F91900; /* Accent 2 */
	margin-top: 5px;
}

#homePage #featured {
	padding: 28px 15px 10px 15px;
}

#homePage #innerContainer #innerRight .featuredLeft {
	width: 201px;
	float: left;
	padding: 15px;
	border: 1px solid #8E9FD0; /* BG Dark */
}

#homePage #innerContainer #innerRight .featuredRight {
  margin-left: 231px;
	padding: 15px;
	border: 1px solid #8E9FD0; /* BG Dark */	
}

#homePage #innerRight h1 {
	margin: 0px 0px 10px 0px;
}

#homePage #innerRight ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #innerRight h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#homePage #innerRight li {
	padding-bottom: 10px;
}

#homePage #innerContainer #innerRight .featuredRight .featuredImage {
  float: left;
}
#homePage #innerContainer #innerRight .featuredRight .featuredCellRight {
	margin: 0px;
	padding: 0px 0px 15px 50px;
}
