/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #CCCCFE; /* Accent 5 */
	font-size: 14px; /* Font Size */
	line-height: 16px;
	color: #000000; /* Global Gray Light */
}

#globalContainer {
	width: 759px;
	margin: 0px auto;
	border-left: 1px solid #F1F0EE; /* Global Gray Light */
	border-right: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	background-repeat: repeat-y;	
}
#homePage #globalContainer {
	background-image:url(../siteassist_images/inner_background.jpg);
}
#subPage #globalContainer {
	background-image:url(../siteassist_images/sub_inner_background.jpg);
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4D269C; /* Accent 7 */
	margin-top: 0px;
	text-align: center;
}
#subPage #globalContainer #innerRight .contentBodyContainer .intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

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

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

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

p {
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.5;
}

li.highlight {
	color: #4D269C; /* Text Light */
	font-size: 13px;
}

#footer {
	background-color: #CCCCFE; /* Accent 7 */
	padding: 10px 20px;
	color: #666666; /* Hard coded no matter what color scheme */
	text-align: right;
	font-weight: bold;
	padding-left: 45px;
}
#homePage #footer {
	margin-left: 218px;
}
#subPage #footer {
	margin-left: 186px;
}

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


/**************** Header Classes *****************/
#homePage #header {
	background-image: url(../assets/logos/header_background5.jpg);
	height: 225px;
}
#subPage #header {
	background-image: url(../assets/subheader_background1.png);
	height: 104px;
}

#homePage #header h1 {
	font-size: 36px;
	font-style:italic;
	font-weight: bold;
	color: #006699; /* Accent 5 */
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 450px;
}

/**************** Top Nav Classes *****************/
#homePage #topNav {
	background-image: url(../siteassist_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 10px;	
	background-color: #8585B0; /* 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: #463F47; /* Accent 5 */
	padding: 2px;
}


/************************************************ Home Page Classes **********************************************/
#sideNav {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	padding: 10px;
}
#homePage #sideNav {
	background-color: #5F519E; /* 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(../siteassist_images/sub_inner_top_background.jpg);
	background-repeat: repeat-y;
}

#homePage #featured {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #F1F0EE; /* Global Gray Light */		
}

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

#homePage #featured .featuredRight {
	margin-left: 171px;
	padding: 0px 50px 0px 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(../siteassist_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;
}
#subPage #globalContainer #innerLeft #resources #sale_pony {
	float: left;
	height: 200px;
	width: 150px;
}
a:link {
	color: #336699;
}
#homePage #globalContainer #innerRight #featured .featuredRight a {
	color: #336699;
}
a:visited {
	color: #5F519E;
}
a:hover {
	color: #336699;
}
a:active {
	color: #336699;
}
#subPage #globalContainer #header #topNav #SAW_TopNavigation .SAW_TopNav_Dark a {
	color: #336699;
}
#subPage #globalContainer #innerLeft #sideNavCont #sideNav #SAW_SideNavigation .SAW_SideNav1_Pipe a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	display: block;
	padding: 2px;
	list-style-image: none;
	list-style-type: square;
	background-color: #DCD9EC;
}
#homePage #globalContainer #innerLeft #resources #index_ad script {
	height: 200px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#subPage #globalContainer #innerLeft #sideNavCont #sideNav #SAW_SideNavigation .SAW_SideNav1_Selected_Pipe a {
	background-color: #9E99BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #CCCCFF;
	text-decoration: none;
}
#homePage #globalContainer #innerLeft #resources h3 {
}
#homePage #globalContainer #topNav #SAW_TopNavigation .SAW_TopNav_Dark a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#homePage #globalContainer #footer .siteFooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #99CCCC;
}
#homePage #globalContainer #footer .siteFooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #663399;
}
#homePage #globalContainer #footer .siteFooterLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #996666;
	text-align: right;
}
#subPage #globalContainer #footer .siteFooterLinks a {
	color: #996666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#homePage #globalContainer #footer .siteFooterLinks .emd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-variant: small-caps;
	color: #006666;
	text-align: left;
}
#subPage #globalContainer #innerLeft #sideNavCont #sideNav #SAW_SideNavigation {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#subPage #globalContainer #innerRight .contentBodyContainer h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: right;
}
#subPage #globalContainer #innerRight .contentBodyContainer #Leadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
}
#homePage #featured .featuredjuliana {
	margin-left: 250px;
	padding: 0px 10px 0px 10px;
}
div.imgBoxSmlRightTop {
	float: left;
	margin-left: 5px;
	font-size: 0px;
	margin-bottom: 5px;
}
div.imgBoxllindex {
	
	margin: 0px 10px 10px 0px;
	float: left;
	font-size: 0px;
}
#subPage #globalContainerentry {
}
div.imgBoxcenter {
	margin: 0px 0px 10px 0px;
	font-size: 0px;
	text-align: center;
}
#subPage #globalContainer #innerRight .imgBox .memory {
	font-size: 80%;
	font-style: italic;
	float: right;
	margin-right: 30px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #660033; /* Accent 7 */
	margin-top: 0px;
	text-align: center;
	font-variant: small-caps;
	line-height: 1.25;
}

