/* CSS Document */

body {
	margin-left: 		0px;
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;
	line-height: 		1.5em;
	background-color: 	#000000;
	background-image:	url(../bg.gif);
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color: #333333;
}

.bgMiddle {
	background-image:	url(../images/webbg.gif);
/*	width:				780px;
	height:				5px;
	padding:            0px;
	margin:				0px;
	*/
}


a:link {
	color: 				#6a9523;
	text-decoration:	none;
}

a:visited {
	color: 				#6a9523;
	text-decoration:	none;
}

a:hover {	
	text-decoration:	underline;
}

h1 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			18px;
	font-weight:		bolder;
	margin-bottom:		10px;
}

h2 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
	font-weight:		bold;
	margin: 0px 0px 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}


#footer {
	font-size:			70%;
	color:				white;
}

#footer td {
	vertical-align:		top;
}

#footer a:link {
	color:				white;
	text-decoration:	none;
}

#footer a:visited {
	color:				white;
	text-decoration:	none;
}

#footer a:hover {
	text-decoration:	underline;

}

li {
	list-style-image:	url(../images/point_dblArrow.gif);
	padding-top:     	0px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 12px;
  	/*margin-left:     	5px;*/
}
.noindentList {
	margin-left: 0px;
}
.noindentList li li {
	list-style: url(../images/point_Indent.gif);
	line-height: 1.2em;
	color: #666666;
	margin-bottom: 10px;
}


li a:link {
	color:				black;
}

li a:visited {
	color:				black;
}

li a:hover {
	color: 				#6a9523;
	text-decoration:	underline;
}

#addressBg {
	background-image:	url(../images/addressboxBg.gif);
}

#addressLeft {
	color:				yellow;
	font-weight:		bold;
}

#addressRight{
	color:				white;
/*	font-weight:		bold;*/
}

#addressRight a:link {
	text-decoration:	underline;
}

#addressRight a:hover {
	color:				yellow;
}

.buildingMetal {
	color:				#098410;
	text-transform:		uppercase;
	font-weight:		bold;
}

#msg {
	background-color:	white;
	width:				700px;
	margin: 			10px;
	
}

.bgMiddle .projectreference img {
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background: transparent;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.imageborderpls {
	border: 1px solid #CCCCCC;
}
