/* CSS FOR DAR CONSTRUCTION CORP */

/* START GENERAL STYLES */
body {
	background-color: #ECE8E8;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 10px;
	text-align: left;
	line-height: 16px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #5C5C5C;
	margin-bottom: 2px;
	margin-top: 2px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #813232;
	margin-bottom: 2px;
	margin-top: 2px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #4878A8;
	margin-bottom: 2px;
	margin-top: 2px;
}

td {
	vertical-align: top;
}

.justified {
	text-align: justify;
}
/* END GENERAL STYLES */


/* START TABLE STYLES */
table.mainFrame {
	width: 700px;
	border-width: 0px;
	border-collapse: collapse;
	background-color: #497EA7;
}

table.mainFrame td {
	padding: 0px;
}

table.mainFrameTop {
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
}

table.mainFrameTop td {
	padding: 0px;
}

table.tblHome {
	border-width: 0px;
}

table.tblHome td {
	padding: 5px;
}

table.pageContent {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	border-collapse: collapse;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-left: 3px;
}

table.pageContent td {
	padding: 10px;
}

table.tblLeftImages {
	width: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 3px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #B7B7B7;
	background-color: #999999;
}

table.tblLeftImages td {
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	height: 75px;
	background-color: silver;
}
/* END TABLE STYLES */


/* START NAVIGATION STYLES */
.globalNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: right;
}

.globalNav a:link, .globalNav a:active, .globalNav a:visited {
	color: #F3F3F3;
	text-decoration: none;
}

.globalNav a:hover {
	color: #F3F3F3;
	text-decoration: underline;
}
/* END NAVIGATION STYLES */


/* START IMAGE STYLES */
img.logo {
	margin-right: 70px;
	border-width: 0px;
	float: left;
}

img.masthead {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	margin-top: 5px;
	margin-left: 3px;
}
/* END IMAGE STYLES */


/* START FOOTER STYLES */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 14px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color: #666666;
	text-decoration: none;
}
/* END FOOTER STYLES */