/**************** General Classes *****************/
body {
	margin: 0px; /* Accent 5 */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #FFFFFF; /* Global Gray Light */
	background-image: url(../bk.jpg);
}

#globalContainer {
	width: 959px;
	background-color: #FFFFFF;
	color: #333333;
	border: 2px solid #6F7AA4;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-top: 30px;
}
#homePage #globalContainer {
	background-image:url(../images/inner_background.jpg);
}
#subPage #globalContainer {
	background-image:url(../images/sub_inner_background.jpg);
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #93365D; /* Accent 7 */
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6E7AA3; /* BG Dark */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;		
}

a {
	color: #FFFFFF; /* Nav Light */
	font-weight: bold;
	text-decoration: underline;
}

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

li.highlight {
	color: #C6CADB; /* Text Light */
}

#footer {
	background-color: #6E7AA3; /* Accent 7 */
	padding: 10px 20px;
	color: #FFFFFF; /* Hard coded no matter what color scheme */
	text-align: right;
	font-weight: normal;
	padding-left: 45px;
}
#homePage #footer {
	margin-left: 218px;
}
#subPage #footer {
	margin-left: 186px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF; /* Hard coded no matter what color scheme */
	font-weight: bold;
	text-decoration: none;
}


/**************** Header Classes *****************/
#homePage #header {
	background-image: url(../images/header_background.jpg);
	height: 180px;
}
#subPage #header {
	background-image: url(../images/subheader_bg_wide.jpg);
	height: 105px;
}

#homePage #header h1 {
	padding: 80px 0px 0px 123px;
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
	color: #2E3645; /* Accent 5 */
	margin: 0px;
}

/**************** Top Nav Classes *****************/
#homePage #topNav {
	background-image: url(../images/topnav_background.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
	padding: 10px 15px;
	background-color: #6E7AA3; /* Border Light */
	color: #FFFFFF; /* Global White */
}

#subPage #topNav {
	padding: 0px 15px;	
	text-align: right;
	color: #FFFFFF; /* Global White */	
}

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

/************************************************ Sub Page Classes **********************************************/
#innerLeft {
	float: left;
}
#homePage #innerLeft {
	width: 217px;
}
#subPage #innerLeft {
	width: 185px;
}

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

#innerRight {
}
#homePage #innerRight {
	margin-left: 218px;
	padding: 15px;
}
#subPage #innerRight {
	margin-left: 185px;
	padding: 5px;
}

/**************** Resources Classes *****************/
#resources {
	color: #2E3645; /* Accent 5 */
	padding: 20px;
}


/************************************************ Home Page Classes **********************************************/
#sideNav {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	padding: 10px;
}
#homePage #sideNav {
	background-color: #3B62A6; /* Accent 1 */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
}
#subPage #sideNav {
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
}
#subPage #sideNavCont {
	background-image:url(../images/sub_inner_top_background.jpg);
	background-repeat: repeat-y;
}

#homePage #featured {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #F1F0EE;
}

#homePage #featured .featuredLeft {
	width: 171px;
	float: left;
}

#homePage #featured .featuredRight {
	margin-left: 171px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#homePage #featured img {
	border: 1px solid #F1F0EE; /* Global Gray Light */		
}

#homePage #sideNav {
	padding: 0px;
	border-bottom:none;
}

#homePage #sideNav a {
	font-size: 12px;
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-image:url(../images/home_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 10px 0px 10px 42px;
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
	display: block;
}

