/***********************************************/
/* spectec.homepage.css                        */
/* Use with spectectemplate5.html              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background: white;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000080; /*#ffffff; was 006699*/
	text-decoration: none;
}

a:hover {
	/*color: #0a1990*/
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 24px;
 color: #000085;
}

h2{
 font-size: 14px;
 color: #000085;
}

h3{
 font-size: 12px;
 color: #000076;
}

h4{
 font-size: 12px;
 font-weight: strong;
 color: #000076;
}

h5{
 font-size: 10px;
 font-weight: strong;
 color: #0a1990;
}

h6{
 font-size: 12px;
 font-weight: strong;
 color: #000085;
}

ul{
 list-style-type: square;
 line-height: 1.5em;
 font-weight: bold;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
  border: 1px solid #000099;
}

#masthead{
	margin: 0px 0px 0px 0px;
	position:relative;
	top: 0%;
	padding: 0px 5% 0px 5%;
	background: #0810bb;
	border-bottom: 0px solid #cccccc;
	/*width: 100%;*/
}

#mastheadprint{
	margin: 0px 0px 0px 0px;
	position:relative;
	display:none;
}

/************* #globalNav styles **************/
/**** Affects Top row of buttons ********/
#globalNavi{
	z-index:99999;
	position:relative;
	/*top: 92px;*/
	background: #ffff66;
	width: 100%;	
}
	
	/* fix for browsers that need IE margin setup for siteInfo and bottom of page spacing
html>body #globalNavi {top: 90px;}*/

#content{
  	float:center;
	position:relative;
	/*top: 110px;
	width: 80%;*/
	margin: 0 7% 0px 7%;
	padding: 0 3% 0 0;
}
	/* fix for browsers that need IE margin setup for siteInfo and bottom of page spacing*/
html>body #content {margin: 0 0 10px 0;}

/***********************************************/
/*Component Divs                               */
/**********************************************

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	color: #000080;
	font-weight: bold;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
	position:relative;
	top: 110px;
}

.feature img{
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
	border-style:groove;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%; /* affects size of body print in Story div*/
}

.story2{
	clear: both; 
	margin: 0 5% 0 5%; 
	padding: 0px 5px 5px 0px;
	text-align:left;
	font-size: 18px; /* affects size of body print in Story2 div*/
	font-weight:bold;
}

.story img{
	float: left;
	padding: 0px 40px 0px 40px;
	margin: 0px 40px 0px 40px;
}

.story2 img{
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	}
 /*adjust margins to change separation between the feature image and text flowing around it */

.story p{
	padding: 0px 0px 5px 0px;
}

.story a{
	color: #000080;
	text-decoration: none;
}

.story a:hover{
	text-decoration: underline;
}

/************* #siteInfo styles ***************/
/*** Affects Bottom row of buttons*****/

#siteInfo{
	margin: 0 0 0 0;
	position: relative;
	clear: both;
	font-size: 75%;
	font-weight: bold;
	color: #000080; /*#cccccc*/
	padding: 5px 5px 20px 5px;
	margin-top: 0px;
	border-top: 1px solid #000099;
	background-color:#ffff66;
}
	
	/* fix for browsers that need IE padding setup*/
html>body #siteInfo {padding: 10px 5px 10px 5px;}
	

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a{
	color: #000080;
	text-decoration: none;
	font-size: 90%;
}
#siteInfo a:hover{
	text-decoration: underline;
	}

/*********** #navBar link styles **********

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}*/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}*/

