body, div, ul, li, h1, h2, h3, p { 
	margin : 0; 
	padding : 0;
}

img { 
	border : 0; 
}
html {
	text-align: center;
}
body {
	background-color: #333333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #333333;
}


#wrapper {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#wrapper_project {
	background-color: #FFFFFF;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
}
.project_quote {
 
	background-color: #2C4B84;
	padding: 12px;
	width: 600px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

#pagecontent div.project_quote P{
	font-style: oblique;
	font-weight: bold;
	color: #F0F0FF;
}
#header {
	width: 810px;
	background-color: #2c4b84;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#header_home {
	width: 810px;
	background-color: #304D85;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
	
#sidebar {
	width: 160px;
	float: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #2c4b84;
}
#logo {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#mainmenu {
	padding-left: 8px;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 400px;
	 
}
UL#nav  {
	list-style: none;
	
}
UL#nav  LI {
	position: relative;
	display: block;
	
	
}
#sidebar h3 {
	color: #FFFF66;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Tahoma, Arial;
	font-size: 15px;
}


/* Styles for Menu Items */
UL#nav LI A {
	display: block;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9a894;
}

UL#nav LI UL {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	width: 165px;
	display: none;
	background-color: #F8F8FF;
	list-style: none;
}

UL#nav LI UL LI A {
	display: block;
	text-align: left;
	padding-bottom: 8px;
	padding-left: 6px;
	font-weight: bold;
	color: #294F97;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin-bottom: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { color: #FF9900; } /* Hover Styles */
		
ul#nav li:hover ul, ul#nav li.over ul { display: block; } /* The magic */

p#login A {
	color: #ffffff;
	font-weight: bold;
	display: block;
	padding-top: 100px;
	text-align: center;
}

#pagecontent {
	display: inline;
	float: right;
	width: 810px;
	margin: 0px;
	padding: 0px;
}
#pagecontent H1 {
	background-image: url(../images/bg_h1.jpg);
	background-repeat: no-repeat;
	font-size: 15pt;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-left: 20px;
	color: #2c4b84;
	padding-top: 15px;
}

#pagecontent H2 {
	font-size: 11pt;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-left: 20px;
	background-color: #F8F8FF;
	margin-right: 20px;
	color: #2c4b84;
	margin-top: 15px;
	margin-bottom: 6px;
}
#pagecontent H3 {
	font-size: 10pt;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin-left: 40px;
	margin-right: 20px;
	color: #2c4b84;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccddee;
}

#pagecontent P {
	color: #333333;
	line-height: 150%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 30px;
	padding-left: 40px;
	
}

#pagecontent UL {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 30px;
	margin-left: 55px; 
}

#pagecontent li {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333333;
	padding-right: 30px;
	padding-left: 25px;
	line-height: 135%;
}

#pagecontent A:link {  
	color: #333333;
}
#pagecontent A:visited {
	color: #666666;
}
#pagecontent A:hover {
	background-color: #F8F8FF;
	color: #666666;
}
#footer {
	 
	clear: both;
	height: 80px;
	width: 800px;
	vertical-align: bottom;
	margin: 0px;
	padding: 40px 0px 0px;
	background-position: bottom;
}
#footer p {
	padding-bottom: 15px;
	color: #333333;
	padding-right: 30px;
	padding-left: 210px;
	line-height: 135%;
}
#footer A:link {
	color: #333333;	 
}
#footer A:visited {
	color: #333333;	 
}
#footer A:hover {
	background-color: #F8F8FF; 
}
#footer A:active {
	color: #003366;	 
}
td { 
	vertical-align: top;
	font-size: 9pt;
	color: #333333;
	padding: 3px;
}
table.table_borders TD{
	border: 1px solid #F0F0FF;
	
}

.table_head {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2C4B84;
	text-align: center;
}

.logo_left {
	float: left;
	padding: 2px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 35px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: left;
}
.company_description {
	margin-left: 165px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.company_profile {
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: left;
	width: 500px;
}
.form_label {
	background-color: #EBE5C7;
	font-weight: bold;
	text-align: right;
}
.right_col {
	float: right;
	width: 300px;
	background-color: #F8F8FF;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.right_col_fat {
	float: right;
	background-color: #F8F8FF;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	padding-right: 10px;
}
.right_col_thin {

	float: right;
	width: 160px;
	background-color: #F8F8FF;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.photo_right {
	padding: 0px;
	border: 1px solid #333333;
	margin: 0px 8px 8px;
	float: right;
}

#pagecontent div.right_col P {
	padding-left: 4px;
}
#pagecontent div.right_col UL LI {
	margin: 0px;
	padding: 0px 0px 8px;
}

#pagecontent table.table_community TD P {
	color: #2C4B84;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

#pagecontent table.table_bid TD P {

	color: #2C4B84;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
#pagecontent table.table_recent TD P {

	color: #2C4B84;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
table.table_borders {

	border-collapse: collapse;
	margin-left: 28px;
}
#pagecontent table.table_current TD P {


	color: #2C4B84;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}
.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C4B84;
}
.news_item span.title{
	font-style: oblique;
	font-weight: bold;
	color: #2C4B84;
}
.news_item span.posting_info {
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}
.backbutton {
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	background-color: #FFFFCC;
}
.project_thumb {
	padding: 4px 0px;
	float: left;
	width: 210px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: center;
	height: 200px;
	border: 1px solid #F8F8FF;
}
.project_name {
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 11px;
	padding-left: 4px;
}

.subheader {
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 20px;
	background-color: #D9ECFF;
	margin-right: 20px;
	color: #2c4b84;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding-right: 0px;
	height: 28px;
	font-weight: bold;
}
.clearboth {
	clear: both;
}
.pics {
    width:  810px; 
    height: 200px; 
	padding: 0;
	margin:  0;
	float: left;
	overflow: hidden;
} 
 
.pics img {  
    padding: 0px;  
    border:  none;      
    width:  810px; 
    height: 200px; 
    top:  0px
}
