/**************** General Classes *****************/
#homePage {
	font-size: 11px; 
	line-height: 14px;
	color: #555; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #9e98be url(../images/bkgd.jpg) no-repeat 50% 0;
	}
	
#subPage {
margin:8px 0 0 0;
padding:0;
	font-size: 11px; 
	line-height: 14px;
	color: #555;
	background: #9e98be url(../images/bkgd_temp_1630.jpg) no-repeat 50% 0;
}

#globalContainer {
	width: 760px;
	margin: 0px auto;
	border-left: 1px solid #FFFFFF; /* Global White */
	border-right: 1px solid #FFFFFF; /* Global White */
}

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

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5687b8; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #003399; /* Primary */
	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: 10px 10px 40px 10px;
	color: #FFFFFF; /* Global White */
}
#footer a, #footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
	color: #FFFFFF; /* Global White */
}

/**************** Header Classes *****************/
#logo {

}

#homePage #header {
	padding-top: 72px;
	background-repeat:no-repeat;
	background-position: center bottom;
	height: 354px;
}


#subPage #header {
	padding-top: 34px;
	background-position: center bottom;
	height: 163px;	
}

#homePage #header #mainFeaturedLeft {
	float: left;
	width: 196px;
	padding: 20px 15px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedRight {
	margin-left: 226px;
	padding: 90px 345px 20px 30px;
	color: #FFFFFF; /* Global White */
}


#homePage #header #mainFeaturedLeft h1 {
	color: #FFFFBF; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}

#homePage #header #mainFeaturedLeft h2 {
	color: #FFFFBF; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 0px 10px;
}

#homePage #header #mainFeaturedLeft p {
	padding: 10px 30px 10px 10px;
}

#subPage #header h1{
	color: #FFFFBF; /* Accent 7 */
	font-weight: bold;
	font-size: 18px;	
	padding: 30px 0px 0px 200px;
	text-transform:lowercase;
	line-height: 18px;
	margin: 0px;
}

/**************** Top Nav Classes *****************/
#topNavOuter {
	border-top: 1px solid #FFFFFF; /* Global White */
	border-bottom: 1px solid #FFFFFF; /* Global White */
	background-color: #ff8e75; /* Accent 9 */
	height: 35px;
}

#topNav {
	padding: 6px 6px 0px 6px;
}
#topNav table, #topNav ul {
	float: right;
}
#SAW_TopNavigation, #SAW_TopNavigation_LCap, #SAW_TopNavigation_RCap, #SAW_TopNavigation_Background {
  float: right;
}

#innerContainer {
  background-repeat: repeat-y;
	background-color: #fff; /* Global White */
}
#homePage #innerContainer {
	background-image: url(../images/bkgd_zoom.jpg);
}
#subPage #innerContainer {
	background-image: url(../images/sub_side_background.jpg);
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 226px;
	background-image: url(../images/side_background226.jpg);
	background-repeat: repeat-y;
}
#subPage #innerContainer #innerLeft {
	width: 180px;
	background-color: #f2e3c8;
}

#innerContainer #innerRight {
	padding: 15px 5px 5px 5px;
	float: left;
}
#subPage #innerContainer #innerRight {
  float: none;
  margin-left: 187px;
}



/**************** Resources Classes *****************/
#resources {
	padding: 0px 10px 10px 10px;
	background-image: url(../images/bkgd_pink.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#tempresources { padding: 0;}

#tempresources img {
display:block;
margin: 30px 0 30px 19px;
}


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

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

#sideNav {
	padding: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/bkgd_pink.jpg);
	background-position: top;
}

#homePage #sideNav a {
	display: block;
	text-decoration: none;	
}

#homePage #featured {
	padding: 10px;
}

#homePage #featured .featuredLeft {
	width: 255px;
	float: left;
	padding-right: 20px;
}

#homePage #featured .featuredRight {
	float: left;
	width: 220px;
	padding-left: 5px;
}

#homePage #featured h1 {
	margin-top: 0px;
}

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

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

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

