a {
	color: #3965a1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Remove comment to show greyed visited links 
#textbody a:visited {
	color: #6d6b6b;
}*/

h1 {
	color: black;
	font-size: 24px;
	padding-bottom: 8px;
	background: url(../images/dotted-h.gif) repeat-x bottom left;
	margin-bottom: 25px;
	margin-top: 18px;
	zoom: 1;
}
#content h1 img {
	position: relative;
	left: -3px; 
	z-index: 100;
}
h2 {
	color: #3c67a2;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height:17px;
}
h3 {
	color: #231f20;
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 0.8em;	
	margin-top: 1.5em;
	line-height:17px;
}


#content ul{
	padding-left: 30px;
	line-height:24px;
	list-style-position: inside;
}

#content ul li{
	line-height:16px;
	margin-bottom:8px;
}

#content .introduction {
	font-size: 13px;
	color: #5c7ba7;
}

#home-content {
	font-size:13px;
	color:#505050;
	}
	
.formSection {
	font-size: 14px;
	color: #3c67a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 30px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d8e1ec;
}

.formSectionLast {
	font-size: 14px;
	color: #3c67a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d8e1ec;
}


#tableTA {
	font-size: 9px;
}

.tableBgB{
	background-color: #ECF1F9;
	line-height:12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

.tableRowFirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9e2eb;
	border-bottom-color: #d9e2eb;
}


.tableBgW{
	line-height:12px;
}

.tableRowLast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;
}


.notes {
	font-size: 10px;
	color: #999999;
	line-height:10px;
}
.projectRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;
}

.projectRowTop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d9e2eb;
}

.projectRowBottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9e2eb;
}

.projectRowTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;
	color: #3C67A2;
	font-size: 11px;
}

.projectRowTitleTop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;
	color: #3C67A2;
	font-size: 11px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d9e2eb;
}

.projectRowTitleBottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;
	color: #3C67A2;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9e2eb;
}
.projectName {
	color: #3c67a2;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.projectLocation {
	color: #999999;
	font-size: 12px;

	margin-bottom: 0.8em;
}

.testimonialsName {
	font-size: 11px;
	color: #5979a6;
	margin-bottom: 10px;
}

.testimonialsQuote {
	font-size: 18px;
	color: #5979a6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.lineUnder {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e2eb;}
	
.lineUnderDotted {	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9e2eb;
}

#formtable label {
	padding-left:3px;
}


