/***********************************************/
/* TELstyle.css                                 /
/* Style Sheet for Thurston Engineering         /
/***********************************************/

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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #99CCFF;
	line-height: normal;
	background-image: url(images/backgroundlogo.gif);
	background-repeat: no-repeat;
	background-position: center 650px;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;/*	font-weight: bold;*/
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	background-color: #999999;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	color: #334d55;
}

h2{
	color: #334d55;
	font-size: 110%;
}

h3{
	font-size: 120%;
	color: #334d55;
	font-weight: bold;
}

h4{
	font-size: 110%;
	font-weight: normal;
	color: #333333;
}

h5{
	color: #009900;
	font-size: 75%;
	font-weight: normal;
}

ul{
	list-style-type: square;
}

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	margin: 0;
	padding: 0px;
	background-color: #99CCFF;
	width: 200px;
	float: none;
	position: absolute;
	top: 101px;
}

#content{
	float:none;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	position: absolute;
	left: 173px;
	top: 141px;
	height: 432px;
}

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

.browntxt {  font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; text-align: justify}
.redtxt { font-family: Arial, Helvetica, sans-serif; color: #FF3300; text-decoration: none; text-align: center}
.redtxtlarge { font-family: Arial, Helvetica, sans-serif; color: #FF3300; text-decoration: none; text-align: center ; font-size: 16pt}

/************* #siteInfo styles ***************/

#addressInfo{
	clear: both;
	font-size: 100%;
	color: #000000;
	padding: 10px 10px 10px 5px;
	margin-top: 0px;
	font-weight: bold;
}
#siteInfo{
	clear: both;
	font-size: 65%;
	color: #FF0000;
	padding: 10px 10px 10px 5px;
	margin-top: 0px;
}
/* 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" */

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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

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

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

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 2px 0px 2px 2px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 2px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 2px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 2px;
}

