@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
text-decoration:none;
border:none;
}
a {
color:#0000FF;
}
a:hover{
color:#000000;
}
.res_links a {
color:#FF0000;
font-size:20px;
font-weight:bolder;
}
.res_links a:hover{
color:#000000;
}
.res_links {
color:#FF0000;
font-size:20px;
font-weight:bolder;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.header {
	background-image:url(images/bg_header.jpg);
	background-repeat:repeat-x;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Georgia, "Times New Roman", Times, serif;
}
.tagline{
clear:both;
padding-top:12px;
padding-left:120px;
}
.nav{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	width:620px;
	padding:0;
}
.nav h1{
	font-size: 30px;
	color:#FFF4E0;
	padding-left:30px;
	padding-bottom:1px;
	padding-top:35px;
	padding-right:0px;
}
. nav ul{
	list-style-type: none;
}
.nav li{
	float: right;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	}
.nav li a {
	color: #bbcbe3;
	text-decoration: none;
	font-size:14px;
	}
.nav li a:hover, #leftcol li a:hover {
	color: #fd9a01;
	}
	
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat;
	color:#FFFFFF;
	font-size:.8em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer ul{
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
	list-style-type: none;
	min-height: 35px;
	display:block;
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;

}
.oneColFixCtrHdr #footer li{
	padding: 2px 10px;
	border-left: 1px solid #434343;
		display:inline;
		
	}
.oneColFixCtrHdr #footer li a {
	color: #bbcbe3;
	text-decoration: none;
	font-size:14px;
	}
.oneColFixCtrHdr #footer li a:hover, #leftcol li a:hover {
	color: #fd9a01;
	}
.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.img_rt{
padding-left:20px;
float:right;
}
.img_lt{
float:left;
text-align:center;
width:850px;
}
.img_lt img{
margin-right:20px;
margin-left:20px;
}

/**  

The code below was added 5/15/2010 by Michael Savage 
of Red Metal Box, Inc. (www.redmetalbox.com) 
at the request of Myra Theisen on behalf 
of Engineering Tech, PA.

**/

#lookatme{
	color: #ff0000;
	height:300px;
}

#socialicons{
	float:right;
	margin: -55px 0 0 0;
}

/**

End code editing on 5/15/2010

**/