/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #000080; /* Accent 13 */
	font-size: 12px; /* Font Size */
	line-height: 15px;
	color: #202020; /* Global Gray */
}

#homePage {
	background-image: url(../images/home_body_background3.jpg);
	background-repeat: repeat-x;
}

#subPage {
	background-image: url(../images/sub_body_background3.jpg);
	background-repeat: repeat-x;	
}


#globalContainer {
	width: 85%;
	margin: 0px auto;
	border-left: 5px ridge; 
	border-right: 5px ridge; 
}

h1 {
	font-size: 24px;
	font-weight: bold;
    color: #800000;
    line-height: 26px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #6699CC; /* Text Medium */
	margin: 0px 0px 5px 0px;	
    line-height: 22px;		
}

h3 {
	font-size: 16px;
	color: #003399; /* Primary */
	font-weight: bold;	
	margin: 0px 0px 15px 0px;		
}

h3.first {
	margin: 0px 0px 15px 0px;
}

h4 {
	font-size: 14px;
	color: #202020; /* Primary */
	font-weight: bold;	
	margin: 0px 0px 15px 0px;
    line-height: 16px;			
}	

a {
 color: #2170BD; /* Link */
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	line-height: 15px;
}


p.noSpace {
	margin: 0px;
}

#footer {
    border-top: 1px solid black;
	padding: 0px 10px 0px 0px;
	color: #FFFFFF; /* Global White */
}

#footer a, #footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
	color: #FFFFFF; /* Global White */
}

#homepage #footer {
    border-top: 1px solid black;
	padding: 0px 10px 0px 0px;
    float: left;
	color: #FFFFFF; /* Global White */
}

ul {
	list-style-type: square; 
	font-size: 12px;
	margin: 5px 5px 15px 5px;
	padding-left: 14px;
}

li {
  margin-bottom: 8px;
}


/**************** Header Classes *****************/
#logo {

}

#homePage #header {
	padding-top: 42px;
	background-image: url(../images/home_header_bg4.jpg);
	background-repeat:repeat-x;
	background-position: center bottom;
	height: 354px;
}

#subPage #header {
	padding-top: 42px;
	background-image: url(../images/sub_header_bg42.jpg);
	background-repeat:repeat-x;
	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;
}

div.contentHeaderContainer {
  overflow: visible;
  padding-top: 15px;
}

/**************** Top Nav Classes *****************/
#topNavOuter {
	border-top: 1px solid #FFFFFF; /* Global White */
	border-bottom: 1px solid #FFFFFF; /* Global White */
	background-color: #FFff40; /* 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: #FFFFFF; /* Global White */
}
#homePage #innerContainer {
	height: 100%;
	background-image: url(../images/side_background2.jpg);
}
#subPage #innerContainer {
	background-image: url(../images/sub_side_background2.jpg);
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 226px;
}
#subPage #innerContainer #innerLeft {
	width: 180px;
}

#innerContainer #innerRight {
  float: none;
  margin-left: 250px;
}

#subPage #innerContainer #innerRight {
  float: none;
  margin-left: 187px;
}

/**************** Resources Classes *****************/
#resources {
	padding: 0px 10px 10px 10px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 10px;
}

#homePage #sideNav a {
	display: block;
	text-decoration: none;	
}

#homePage #featured {
	padding: 10px;
}

#homePage #featured .featuredLeft {
	width: 45%;
	float: left;
	padding-right: 15px;
}

#homePage #featured .featuredRight {
	float: left;
	width: 40%;
}

#homePage #featured h1 {
	margin-top: 0px;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	font-size: 14px;
}

#homePage #featured li {
	padding-bottom: 10px;
}







