/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #FFA500; background-image: url(../images/body_background.gif); 
	padding: 10px;
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #FFFFFF; /* Global White */
}

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

#homePage #globalContainer {

}

#subPage #globalContainer {

}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFBF; /* Accent 7 */
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFBF; /* Accent 7 */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #FFFFFF; /* Global White */
	font-weight: bold;	
	margin: 0px 0px 5px 20px;
}

h4 {
	font-size: 12px;
	color: #FFFFFF; /* Global White */
	margin: 0px 0px 5px 0px;
}

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

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

ul {
    list-style-type: square;
	line-height: 20px;
	font-size: 12px;
	border: 3px solid #fff;
	padding: 40px;
	}

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px 0px;
	text-align: center;
	
}

#footer a {
	color: #E0E8F0; /* BG Light */
}

#footer a:hover {
    text-decoration: none;
	}

#subPage .contentBodyContainer {
	padding: 15px;
	float: none;
}

#subPage .contentHeaderContainer {
	padding: 15px;
	float: none;
}

#subPage hr {
	padding: 15px;
	float: none;
}

/**************** Header Classes *****************/
#header {
  background-color: #FFFFFF; /* Global White */
}


#topNav {
  padding: 3px 10px 3px 3px;
  margin: 1px;
}

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

/************************************************ Sub Page Classes **********************************************/
#innerContainer {
background-color: #353c46;
}

#innerContainer #innerLeft {
	float: left;
}

#homePage #innerContainer #innerLeft {
	width: 275px;
	background-image: url(../images/home_sidenav_background.jpg);
	background-repeat: repeat-y;
}

#homePage #innerContainer #innerLeft #homeSideImage{
	padding-left: 5px;
}


#subPage #innerContainer #innerLeft {
	width: 178px;
	background-image: url(../images/sub_sidenav_background.jpg);
	background-repeat: repeat-y;	
}

#homePage #innerContainer #innerRight {
	float: right;
	width: 485px;
	background-image: url(../images/home_page_background.jpg);
	background-repeat: repeat-y;
}

#subPage #innerContainer #innerRight {
	margin-left: 178px;
	background-image: url(../images/sub_page_background.jpg);
	background-repeat: repeat-y;
}

#innerRightContent {
  margin: 10px 23px 7px 13px;
}

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

/**************** Resources Classes *****************/

#resources {
  padding: 15px;
}
#resources #contact {
	color: #2170BD; /* BG Light */
	padding-top: 10px;
}
#resources h3, #resources p {
  color: #2170BD; /* BG Light */
  clear: none;
}
#resources p {
	margin: 0px 0px 5px 0px;	 
}

#sideNav {
  margin-left: 5px;
  margin-right: 10px;
}

#homePage #sideNav {
  width: 250px;
}
#subPage #sideNav {
  width: 150px;
	padding: 5px;
}

#homePage #sideNav a {
  display: block;
  padding: 5px;
  text-decoration: none;		
	font-size: 12px;
	font-weight: bold;
}

#homePage .featured {
	border-top: 1px solid #FFFFFF; /* Global White */
	padding: 20px 0px;
}

#homePage .featured img {
	float: left;
	margin-right: 15px;
	position: relative;	
}

#homePage .featured a {
	color: #003399;
}

#homePage .featured a:hover {
	color: #2170BD;
}



