/* CSS Document for BRG Engineering */

html, body {height: 100%;}

body {
	background-color: #666666;
	margin-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

table{
	font-size: 10px;
	}

a:link, a:visited {
	color: #AA841D;
	text-decoration: none;
	font-weight: bold;
}

a:hover, active {
	text-decoration: underline;
	color: #b0afaf;
	font-weight: bold;
}

#container { 
	width: 765px; 
	float: none; 
	margin-right: auto; 
	margin-left: auto; 
	margin-top: 10px; 
	padding: 0px;
	}
	
#header { 
	width: 100%; 
	height: 160px; 
	background-image: url(images/headerart.gif); 
	background-repeat: no-repeat;
}

#topnavbar { 
	width: 765px; 
	height: 30px; 
	padding: 0px;    
}

#content {
	margin-top: 0px; 
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	height: 240px;
	overflow: hidden;
}

#buttonbar { 
	width: 146px; 
	height: 260px; 
	padding: 0px; 
	float: left; 
	background-color: #cccccc;    
}

#rightcontent{
	width: 595px; 
	float: left; 
	height: 215px;
	overflow: auto;
	padding: 12px;
	scrollbar-face-color: #666666;
	scrollbar-track-color: #c0940c;
	scrollbar-arrow-color: #cccccc;
}

#indexFlash {
	width: 577px;
	height: 205px;
	}
	
#footer {
	font-size: 9px; 
	text-align: center; 
	color: #333333; 
	font-weight: normal;
	float: none; 
	margin-right: auto; 
	margin-left: auto;
	background-image: url(images/footer2.gif); 
	width: 765px; 
	background-repeat:no-repeat;
	height: 30px;
	background-color: #666666;
}

#footerText {padding-top: 5px;}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover, #footer a:active  {
	text-decoration: underline;
	color: #b0afaf;
}

.clear{ clear: both; height: 0px; overflow: hidden; }
h1,h2,h3,h4{ color: #c0940c; font-weight: bold; }
h1 {font-size: 145%;}
h2 {font-size: 135%;}
h3 {font-size: 125%;}
h4 {font-style: italic; font-size: 115%}
.emphasis{ color:#e4c05e; font-size: 110%; font-weight: bold;}
input, select, textarea, textfield {
	font-size: 10px;
	font-family: Verdana;
	background-color: #F2F2F2;
	}
	
.button {
	width: auto;
	height: 25px;
	background-color: #c19a17;
	color: #f2f2f2;
	}
	
.figure {
	border: 1px solid #c19a17;
	padding: 1px;
	}
	
.projectheader {
	font-family
	font-size: 16px;
	font-weight: bold;
	color: #c0940c;
	text-decoration: underline;
}

hr {color: #848484; background-color: #848484; width: 65%; height: 3px;}
