/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #525461 /* LKW 3/5/2010 - this is the original color that was too light:  #888D93; /* Border Light */
}

#homePage {
/*	background-image: url(sub_body_background.jpg); /* add background color lkw 10/5/09 */
	background-image: url(background-underpaint.jpg);
	background-repeat: repeat; 
}

#subPage {
/*	background-image: url(sub_body_background.jpg); /* add background color lkw 10/5/09 */
	background-image: url(background-underpaint.jpg);
	background-repeat: repeat; 
}

#onlineappsubPage {
/*	background-image: url(sub_body_background.jpg); /* add background color lkw 10/5/09 */
	background-image: url(background-underpaint.jpg);
	background-repeat: repeat; 
}

#globalContainer {
	width: 760px;
	margin: 0px auto;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	color: #6A79C7; /* Accent 10 */ /*periwinkle*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6B7194; /* LKW 3/5/2010 - this is the original color that was too light:  #7E8298; /* Secondary */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 13px;
	color: #6A79C7; /* Accent 10 */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
	color: #3A32C4; /* Link */
	text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	color: #525461; /*#7E8298; /* Secondary */
}

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px;
	background-color: #DFE4E9; /* Neutral Light */
}
#footer a {
  color: #888D93; /* Border Light */
  text-decoration: none;
}
#homePage #footer {
	border-top: 6px solid #6A79C7; /* Accent 10 */
	text-align: center;	
}
#subPage #footer {
	border-top: 6px solid #6A79C7; /* Accent 10 */
	text-align: center;	
}

/**************** Header Classes *****************/
/* #topHead {
  background-color: #B0B6BD; /* Tertiary */
/*	background-image: url(../css_files/tophead_background.jpg);	
	background-repeat: no-repeat;
	background-position:right;
} */

#subPage #header {
	padding-top: 0px;
	background-image: url(../css_files/subslide1.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height: 100px;
}

#onlineappsubPage #header {
	padding-top: 0px;
	background-image: url(../css_files/subslide1.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height: 100px;
}

/**************** Top Nav Classes *****************/
#topNav {
	padding: 10px 5px 10px 0px;
	background-color: #2C2D2E; /* Neutral Black */
	color: #FFFFFF; /* Global White */
	background-repeat: repeat-y;
	margin-top: 220px; /* added 10/5 lkw -- moves gray bars down below slideshow */
}

#homePage #topNav {
	background-image: url(../css_files/sub_topnav_background.jpg);
	border-bottom: 9px solid #B0B6BD; /* Tertiary */
}

#subPage #topNav {
	padding: 10px 5px 10px 0px;
	background-color: #2C2D2E; /* Neutral Black */
	color: #FFFFFF; /* Global White */
	background-repeat: repeat-y;
	margin-top: 25px; /* added 10/5 lkw -- moves gray bars down below slideshow */
	background-image: url(../css_files/sub_topnav_background.jpg);
	border-bottom: 9px solid #B0B6BD; /* Tertiary */
}

#onlineappsubPage #topNav {
	padding: 10px 5px 10px 0px;
	background-color: #2C2D2E; /* Neutral Black */
	color: #FFFFFF; /* Global White */
	background-repeat: repeat-y;
	margin-top: 0px; /* added 10/5 lkw -- moves gray bars down below slideshow */
	background-image: url(../css_files/sub_topnav_background.jpg);
	border-bottom: 9px solid #B0B6BD; /* Tertiary */
}

#SAW_TopNavigation, #SAW_TopNavigation_LCap, #SAW_TopNavigation_RCap, #SAW_TopNavigation_Background {
  float: right;
}

/************************************************ Sub Page Classes **********************************************/
#innerContainer {
  background-repeat: repeat-y; /* added these 2 lines 10/7/09 --lkw */
	background-color: #FFFFFF; /* Global White */
}

#innerContainer #innerLeft {
	float: left;
}

#homePage #innerContainer #innerLeft {
	width: 185px;
}

#subPage #innerContainer #innerLeft {
	width: 185px;
}

#onlineappsubPage #innerContainer #innerLeft {
	width: 0px;
}

#innerContainer #innerRight {
	float: left;
}

#homePage #innerContainer #innerRight {
	padding: 10px 5px 10px 10px;
	float: none;
	margin-left: 185px;
}
#subPage #innerContainer #innerRight {
	padding: 10px 5px 10px 10px;
	float: none;
	margin-left: 185px;
}

#subPage #innerContainer #innerRight img{
	float: left;
	padding: 0px 20px 5px 0px;
}

#onlineappsubPage #innerContainer #innerRight {
	padding: 10px 5px 10px 10px;
	float: none;
	margin-left: 0px;
}

#homePage #innerContainer #innerRight h1 {
	margin: 0px 0px 5px 0px;
}

/**************** Resources Classes *****************/
#resources {
	padding: 20px 20px 0px 5px;
}

#mainFeatured {
	border-top: 3px solid #CCD0D6; /* Neutral Medium */
	padding: 5px 0px 20px 5px;
	margin-right: 20px;
}

#onlineappsubPage #mainFeatured {
	border-top: none; /* Neutral Medium */
	padding: 5px 0px 20px 5px;
	margin-right: 20px;
}

#sideNav {
	background-color: #DFE4E9; /* Neutral Light */
	border-bottom: 6px solid #CCD0D6; /* Neutral Medium */
}

#homePage #sideNav {
	padding: 20px 0px 20px 5px;
}

#subPage #sideNav {
	padding: 20px 0px 20px 5px;
}

#onlineappsubPage #sideNav {
	padding: 20px 0px 20px 5px;
}

#sideList a {
	margin: 0px;
/*	background-image:url(../css_files/sidenav_bullet.jpg); */
	background-repeat: no-repeat;
/*	background-position: left center; */
	padding: 10px 0px 10px 25px;
/*	display: block; */
/*	font-size: 12px; */
/*	color: #2C2D2E; /* Neutral Black */
	text-decoration: none;
}

/*************** search styles *****************/

#search{
}

#search input{
	font-size: 100%;
	margin: 0px  0px 0px 10px;
	color: #6A79C7;
	font-weight: bold;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/************* search results styles **************/
/*originally from the zoom search engine search template*/

.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 100%; /*80%;*/ font-style: italic; } 
.results { font-size: 120%; } /*100%; }*/
.category { color: #999999; }
.description { font-size: 120%; /*100%;*/ color: #008000; }
.context { font-size: 110%; /* 100%;*/ }
.infoline { font-size: 100%; /*80%;*/ font-style: normal; color: #808080;}
.sorting { text-align: right; }
.result_title { font-size: 120%; /*100%;*/ }

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }
input.zoom_searchbox {  }		

/********************* end **********************/

/*************Rainbow Header Menu****************/
/*************For Home Pages*********************/
#RainbowHeaderBox{
	position: absolute;
	height: 230px; /*600px; this setting too high; hyperlinks not working lkw 4/30/2010*/
	z-index:1;
	overflow: hidden;
	width: 760px;
	padding-left: 0px;
	top:0px
}

/*************Rainbow Header Menu****************/
/*************For Sub Pages*********************/
#RainbowHeaderBoxSubPage{
	position: absolute;
	height: 35px; /*600px; this setting too high; hyperlinks not working lkw 4/30/2010*/
	z-index:1;
	overflow: hidden;
	width: 760px;
	padding-left: 0px;
	top:100px
}
#WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

