/* Template7 Custom.css version 1.05*/

/*-------General Styles--------*/
 
/*the default color and size for text on this site.*/
body { 
	color: #000; 
	font-size: 80%;
}

/*
Margin - Controls the spacing to allow for side columns
min-height - use to set a minimum height for the content section of the page. 
_height - is a hack. It allows us to set a height (that only IE will see) which works like minimum height in standards complaint browsers.
*/
#content { 
	margin-left: 182px;
	margin-right: 182px; 
	min-height: 320px; 
	_height: 270px;
}

/*Controls the font size in the footer. Inherits from the body*/
#footer { font-size: .7em; }

/*Controls the headline color*/
h1, h2, h3, h4 { color: #494d4c; }

/*Controls heading font size for h1*/
h1 { font-size: 1.45em;	}

/*Controls heading font size for h2*/
h2 { font-size: 1.40em; }

/*Controls heading font size for h3*/
h3 { font-size: 1.38em; }

/*Controls heading font size for h4, h5, and h6*/
h4, h5, h6 { font-size: 1.35em; }

/*
font-size = Controls the font size in the header. Inherits from the body
height = two line graphical nav needs a taller header than the usual 120px
*/
#header { 
	font-size: .8em; 
	height: 127px;
}

/*Sets the height for the momentum band on the home page*/
#home #momentum { 
	height: 125px;  
	margin-left: 0;
}

#home #columnLeft {	
	margin-top: 15px;
	padding-left: 20px; 
	width: 380px; 
}

#home #content { 
	margin-left: 400px; 
	margin-right: 0;
	padding-left: 30px; 
}

/*The color that will expand to the right of the momentum band */
#momentum { 
	background: #EFEFEF; 
	height: 50px; 
	margin-left: 182px;
}

/*Controls the width of the page*/
#pageConstraints {
	min-width: 758px;
	
	/* hack and fix the IE min-width bug */
	width:expression(document.body.clientWidth < 759? "758px" : "100%" );
}

/* for pages without a left nav we need to remove the left margin from the momentum band*/
#page1 #momentum,
#page3 #momentum,
#page5 #momentum { margin-left: 0;}

/* for pages without a left nav we need to remove the left margin from the content band*/
#page1 #content,
#page3 #content,
#page5 #content { margin-left: 0;}

#columnRight {  
	margin-top: 15px; 
	width: 175px;
}

/*
border-top = Size and Color of the bar above the whole navigation
margin-top = space above the navigation.
*/
#sideNav { 
	border-top: none;
	margin-top: 0; 
} 

/*Height here needs to be the same size as the height of your sitename image for vertical alignment to work in Firefox.*/
#siteNamePositioner { height: 50px; }

/*This number tells the browser what size to allow to the left for your site name image*/
#siteSpecific { margin-left: 128px; }

/*Data table styles - partial border style control for the table*/
#sampleTbl { 
	border-top: 1px solid #494d4c;  
	border-left: 1px solid #494d4c; 
	border-bottom: 1px solid #494d4c;
}

/*Data table header cell styles */
#sampleTbl th {
	background-color: #8e7e75; 
	border-right: 1px solid #494d4c;
	color: #f6eeaf; 
	padding: 3px 5px;
	text-align: left;
}

/*Data table data cell styles */
#sampleTbl td {
	background-color: #f6eeaf; 
	border-right: 1px solid #494d4c; 
	border-top: 1px solid #494d4c; 
	padding: 7px; 
	text-align: center;
}


/*-------End General Styles--------*/

	
/*------- Nav Styles--------*/ 

/*Size and Color of the bar below the whole navigation*/
#sideNav li.last { border-bottom: 2px solid #cdedfc; }

/*Background color of the navigation*/
#sideNav a, 
#sideNav a:visited,
#sideNav #title {	background-color: #fff6cc; }

/*This color has to match the headline color used in the site name*/
#sideNav a.currentPage,
#sideNav a:link.currentPage, 
#sideNav a:hover.currentPage, 
#sideNav a:visited.currentPage,
#sideNav a:active.currentPage, 
#sideNav a:focus.currentPage, 
#sideNav a:hover.currentPage,
#topNav li ul a:link.currentPage, 
#topNav li ul a:hover.currentPage, 
#topNav li ul a:visited.currentPage,
#topNav li ul a:active.currentPage, 
#topNav li ul a:focus.currentPage, 
#topNav li ul a:hover.currentPage {
	color: #494d4c;	
}

/* The following styles change the look of the top menu drop-down menus*/
#topNav li ul{
	background: #fff6cc;
	border-right: 2px solid #fedb34;
	border-bottom: 2px solid #fedb34;
}

.req {font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #FF0033;}
.styleTxtBoxThin			{height: 18px; font-family: verdana, arial, sans-serif; font-size: 1em}
.styleSelect				{height: 20px; font-family: verdana, arial, sans-serif; font-size: 1em}
.styleButtonBlack 			{color: #ffffff; background-color: #000000; font-family: verdana, arial, sans-serif; font-size: 1em; font-weight: bold; }   
.styleButtonDkBlue 			{color: #ffffff; background-color: #000066; font-family: verdana, arial, sans-serif; font-size: 1em; font-weight: bold; border-color: #ffffff #ffffff #ffffff #ffffff;}   
.txtDkBlueBold 				{color: #000066;  font-family: verdana, arial, sans-serif;  line-height: 1.45em; font-weight: bold;} 
.styleTextbox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #050591;
	background-color: #FFFFFF;
	border: 1px solid #FFB300;
	line-height: 12px;
	background-position: center;
}


/*-------End Nav Styles--------*/


#slides {
  position:relative; 
  background-color: #eff4e3; 
  padding: 10px 18px 10px 18px; 
  margin: 0;
}
#slides .slide { 
  position: absolute;
  background-color: #eff4e3;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  z-index:0;
  top:10px;
  border-top: 1px solid #eff4e3;
}
#slides #slide1 {
  position: relative;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  z-index: 1;
  top: 0;
  height:1%;
}
#slides #buttons {
  position: absolute;
  right: 18px;
  text-align: right; 
  margin-right: 1px;
  z-index: 2;
}
#buttons .space { display: none; }
#slides h3 { 
  font-size: .9em; 
  margin: 16px 0 0 0; 
  font-weight: bold; 
  text-align: left;
}
.padright5 {
	margin-right: 5px;
}
