
body {
	background-color: #FFFFFF;
	background-image:url('images/bg.gif'); 
	background-repeat: repeat;
	font-size: 9pt;
	font-family: verdana, tahoma, arial;
	color: #000000;
 	margin: 0px;
	padding: 0px;
	height: 100%;
}

a:link, a:visited, a:active {color: #13526C; text-decoration: none;}	
a:hover { color: #000; text-decoration: underline;}






/********* MAIN LAYOUT ELEMENTS ************************************/

ul { padding: 0px; margin-left: 0px;}
ul li { padding: 3px; list-style-type: none;}
ul li a img { border: 0px; }
ul li:hover {background-color: #EFE4CB;}

#main {
	background-color: #fff;
	color: #fff;
	margin: 0px auto;
	text-align: left;
	width: 786px;
	padding: 10px;
	height: auto;
	min-height: 690px;
}

#header {
	height: 188px;
	padding: 0px;
	margin: 0px;
	width: 786px;
	background-color: #22485B;
	text-align:center;
}


/* NAVIGATION STYLES */

#header a { 
	background-color: #456375;
	border: 1px solid #5E7D8F;
	border-bottom:0px;
	color: #fff; 
	padding: 5px; 
	margin: 5px; 
}

#header a:hover { 
	background-color: #5E7D8F; 
	padding: 5px; 
	text-decoration: none; 
	margin: 5px; 
}

#header a#current { 
	color:#000;
	font-weight: bold;
	border-bottom:1px solid white; 
	background-color: #fff; 
	padding: 5px; 
	text-decoration: none; 
	margin: 5px; 
}

.submenu {
	position: absolute;
	visibility: hidden;
	border: 1px solid #808080;
	line-height: 15px;
	padding: 1px;
	background-color: #c2c2c2;
	width: 140px;
}

.submenu a { display: block; margin: 1px; padding: 1px;}

/* end navigation styles */



#banner {
	background-color: transparent;
	width: 100%;
	height: 165px;
	padding: 0px;
	margin: 0px;
	margin-bottom:3px;
}

#header_img {
	border: 0px;
	text-align: right;
	width: auto;
	display: block;
	margin-bottom: 15px;
}

#left_side{
	color: #000;
	background-color: #EFE1C3;
	background-image: url('images/leftbg.gif');
	background-position: bottom center;
	background-repeat:no-repeat;
	height: 280px;
	width: 180px;
	padding: 5px;
	padding-top: 1px;
	position: relative;
	margin-top: 4px;
	margin-right: 10px;
	border: 1px solid #c2c2c2;
}

#left_side h2 {
	color: #13526C;
	text-align: left;
	font-size: 12pt;
	font-variant: small-caps;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

#content {
	height: auto;
	width: 600px;
	padding: 0px;
	padding-top:10px;
	padding-bottom: 15px;
	margin: 0px;
	color: #000;
	vertical-align: top;
	text-align: left;
}

#content h1 {
	color: #2C4554;
	text-align: left;
	font-size: 12pt;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	margin-bottom:-10px;
}

#footer {
	width: 787px;
	padding: 10px;
	margin: 0px;
	color: #fff;
	background-color: #2B4554;
	margin: 0px auto;
	text-align: center;
	font-size: 9px;
}

#footer a { color:#fff; text-decoration:underline; }
#footer a:hover {color: #fff; text-decoration: none; }








/************ SUBPAGE ELEMENTS ******************************/


.testimonial {
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	font-style: italic;
	letter-spacing: .1em;
	background-image: url('images/quote.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	clear: both;
}

.testimonial em {
	letter-spacing: normal;
	font-style: normal;
	font-size: 90%;
	margin: 5px;
	padding: 0px;
	color: #3F6F8B;
	display: block; 
}

#contact {
	padding:10px;
	font-size: 120%;
	text-align: center;
	width:80%;
	margin:0px auto;
	margin-top:15px;
	background-color:#EDEDED;
}

#contact em { padding: 0px; color: #3F6F8B; text-transform: uppercase; }

#contact_form {
	padding:10px;
	width:80%;
	margin:0px auto;
	margin-top:5px;
	background-color:#EDEDED;
}

#contact_form em { padding: 0px; color: #3F6F8B; text-transform: uppercase; }


.msg { 
	color: #FF0000; 
	letter-spacing: .1em; 
	display:block; 
	margin:0px auto;
	text-align:center;
}

#content .project h3 {
	color: #2C4554;
	text-align: left;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	margin-bottom:-9px;
}

.project {
	width:99%;
	padding: 0px;
	padding-left:5px;
	margin: 0px;
	margin-bottom: 10px;
	text-align:left;
	background-color:#EDEDED;
	border-bottom: 1px solid #c2c2c2;
	height: 100px;
	display:block;
}

.project_img {
	float: right;
	margin: 2px;
	padding: 2px;
	width: 320px;
	height: 92px;
	text-align:right;
}

table#bid_board { width: 99%; }




/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
