/*   CSS Stylesheet for Wightman Engineering
/
/
/		burnt red = #791517
/		gray = #6f7578
/		blue = #003E7E
*/

@import url(includes/reset.css);   /* Sets everything to 0 to avoid browser issues */
@import url(includes/navigation.css);   /* Controls the layout of the menu system */
@import url(includes/sifr-screen.css);  /* SIFR CSS */

/*	
/	CSS for the general layout
*/

body {
	background-color: #dddddd;
	color: black;
	font-family: Arial, sans-serif;
	font-size: .625em;
}

#wrapper {
	border: 2px #791517 solid;
	width: 730px;
	margin: 12px auto;
	background-color: #fff;
	background-image: url(images/stroke.gif);
	background-repeat: no-repeat;
}
.internal {
	width: 690px;
	padding: 0 20px 0 20px;
	clear: both;
}

/*	
/	CSS for the header
*/
#header {
	padding: 20px 0 0 12px;
	width: 690px;
	height: 82px;
}
#header_logo {
	width: 290px;
	float: left;
}
#utility_nav {
	position: relative;
	top: 60;
	right: 160;
	color: #6F7578;
	display: block;
}
/*	
/	CSS for the Navigation Menu is in a separate file
/	This is just to make room vertically
*/
#navigation {
	height: 4em;
}
/*	
/	CSS for the photospread on the front page
*/
.photospread_main td {
	vertical-align: top;
}
#photospread_main td {
	vertical-align: top;
}
.grayedout1 {
	background-color: #6F7578;
	padding: 11px;
	height: 99px;
}
.grayedout2 {
	background-color: #6F7578;
	padding: 11px;
	height: 100px;
}
.grayedoutCopy {
	color: white;
	font-size: 1.5em;
	font-family: Arial;
	line-height: 1.8em;
}
/*	
/	CSS for the copy block
*/
#main_body {
	padding-top: 30px;
}
#main_body h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	width: 446px;
	margin: 0 26px .75em 26px;
}
/*ul.front_features {
	list-style-image: url(images/listItemImage.gif);
	list-style-type: circle;
	list-style-position: inside;
	line-height: 2em;
	font-size: 1.2em;
	color: #999999;
	vertical-align: top;
}
*/
ul.front_features {
	padding: 0;
	margin: 10px 0 0 40px;
	list-style-type: none;
	font-size: 1.2em;
	color: #999999;
}
li.front_features {
	background-image: url(images/listItemImage.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: .2em 0 0 .8em;
	vertical-align: top;
	margin: .2em 0 0 0;
}
td.front_features_td {
	color: #999;
	font-size: 1.2em;
	line-height: 1.4em;
	vertical-align: top;
}
td.front_features_td img {
	padding-top: .4em;
}
#body_left {
	width: 448px;
	float: left;
	color: #6f7578;
	margin: 0 26px 0 26px;
}
.sidebar {
	width: 217px;
	float: left;
}
#body_left img {
	padding-right: 1.5em;
	padding-bottom: 1em;
	float: left;
}
ul.inlinelist {
	list-style-type: disc;
	list-style-position: outside;
	list-image-style: none;
	padding-left: 18px;
	line-height: 1.2em;
}
p.listheader {
	
}
h3.miniheadline {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0em;
	font-weight: bolder;
	color: #003E7E;
}

#main_right {
	width: 258px;
	float: left;
}
#body_right {
	width: 185px;
	float: left;
}
h4 {font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 1.3em;
	font-weight: bolder;
	color: #003E7E;
}
.centered {
	display:block;
	margin: auto;
	text-align: center;
}
.opening {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}
.bodytext {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}
.tight { margin-bottom: 0em; }
ul.bodylist {
	margin-top: 1em;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.1em;
	font-size: 1.1em;
}
ul.bodylist li a {
	text-decoration: none;
	font-weight: bolder;
	color: #003E7E;
}
a.rolloverred:link,
a.rolloverred:visited,
a.rolloverred:active {
	color: #6f7578;
	text-decoration: none;
	width: 75px;
	margin-left: 15px;
}

a.rolloverred:hover {
	color: #791517;
}
/*	
/	CSS for the footer for all pages except home page
*/
#iso_footer {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	
	width: 200px;
	height: 80px;
	font-size: 0.8em;
	background-image: url(images/bsi_sm.gif);
	background-repeat: no-repeat;
}
#copyright {
	margin-left: 400px;
	color: #999999;
	font-size: .9em;
}
