html, body, td, p {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #40454a;
}

body {
	background: #f7f7f7;
}

a {
	color: #0045b7;
}

a:hover {
	color: #005bf2;
}

.CompanyAddress {
	font-size: 7.5pt;
	color: #40454a;
	text-align: right;
	float: right;
	padding: 6px 2px 0px 0px;
}

.Container {
	width: 750px;
	border: 1px solid #c7c7c7;
	padding: 10px;
	background: #ffffff;
}

.MainContentContainer {
	padding-left: 40px;
	padding-right: 40px;
	_padding-bottom: 20px;
	_padding-top: 20px;
	width: 475px;
}

.MainContentContainer ul {
	padding: 3px 0px 0px 10px;
	margin: 3px 0px 20px 10px;
}

.h1underline {
	font-weight: bold;
	text-decoration: underline;
}

.h2nounderline {
	font-weight: bold;
	text-decoration: none;
}

/* Begin Top Nav Styles */

#NavContainer {
	background: #000000;
	border-bottom: 3px solid #fac606;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 8px 5px 7px;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	background: #fbc402;
}

#nav li { /* all list items */
	float: left;
	border-right: 1px solid #ffffff;
}

#nav .navend { /* all list items */
	float: left;
	border: none;
	width: 51px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 100px;
	margin-left: 10px;
	margin-top: -1px;
}

#nav li ul li {
	border: none;
	width: 100%;
	border: 1px solid #ffffff;
	background: #ffa500;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #fbc402;
}

#nav li:hover, #nav li.sfhover {
	background: #fbc402;
	color: #000000;
}

/* End Top Nav Styles */

/* Begin Footer Nav Styles */

.FooterLinks {
	text-align: center;
	font-size: 7.5pt;
	background: #000000;
	color: #ffffff;	
	padding: 1px 2px 3px 2px;
	margin: 0px 0px 7px 0px;
}

.FooterLinks ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}

.FooterLinks li {
	padding: 0;
	margin: 0;
	display: inline;
}

.FooterLinks a {
	font-size: 7.5pt;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
}

.FooterLinks a:hover {
	color: #fbc402;
}

.Copyright { /* Copyright Styles */
	text-align: center;
	font-size: 7.5pt;
}

/* End Footer Nav Styles */

/* Begin Intro Table Styles */

.IntroTxtContainer {
	vertical-align: top;
}

.IntroTbl {
	margin: 15px 0px 0px 0px;
	border-left: 10px solid #858585;
	background: #343434;
	width: 100%;
}

.IntroTxt {
	vertical-align: middle;
	padding-right: 10px;
	padding: 5px 10px 10px 20px;
	color: #ffffff;
}

.IntroTxtNoScroll p {
	color: #ffffff;
}

.IntroTxtScroll {
	overflow: auto; 
	vertical-align: middle;
	scrollbar-face-color:#626262;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#b9b9b9;
	scrollbar-shadow-color:#343434;
	scrollbar-highlight-color:#b9b9b9;
	scrollbar-3dlight-color:#343434;
	scrollbar-darkshadow-color:#b9b9b9;
	height: 140px;
	color: #ffffff;
}

.IntroTxt ul {
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 0px 15px;
}

.IntroTxt li {
	margin-bottom: 1px;
}

.IntroImg {	
	text-align: right;
	padding-right: 20px;
	border-right: solid 10px #858585;
}

/* End Intro Table Styles */

/* Begin Latest Projects Styles */

.LatestProjects {
	vertical-align: top;
	padding: 4px 0px 10px 0px;
	width: 200px;
}

.LPTitleTop {
	background: #f9c100 url(/images/template/1x1gray.gif) repeat-x left top;	
}

.LPTitle{
	font-size: 8pt;
	font-weight: bold;
	background: url(/images/template/projects_topleftcorner.gif) no-repeat left top;
	padding: 4px 4px 4px 25px;
	border-right: 1px solid #c7c7c7;
	color: #000000;
}

.LPMiddle {
	padding: 5px 5px 5px 10px;
	border: 1px solid #c7c7c7;
	background: #f5f5f5;
	font-size: 7.5pt;
}

.LPMiddle p {
	font-size: 7.5pt;
}

.LPMiddle ul {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
}

.LPMiddle ul li {
	padding: 0px 7px 3px 0px;
	line-height: 9pt;
}

.LPMiddle a {
	color: #414549;
	text-decoration: none;
}

.LPMiddle a:hover {
	color: #000000;
	text-decoration: underline;
}

.LPFooterBottom {
	background: #f9c100 url(/images/template/1x1gray.gif) repeat-x left bottom;	
}

.LPFooter{
	font-size: 8pt;
	font-weight: bold;
	background: url(/images/template/projects_bottomrightcorner.gif) no-repeat right bottom;
	padding: 2px 10px 3px 25px;
	border-left: 1px solid #c7c7c7;
	text-align: right;
}

.LPFooter a {
	text-decoration: none;
	color: #000000;
	font-size: 7.5pt;
}

.LPFooter a:hover {
	text-decoration: underline;
}

/* End Latest Projects Styles */
