/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #333;
}

#footerNav {
	text-align: center;
}

#footerNav ul {
	padding-top: 20px;
}

#footerNav ul li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #9F9FD2;	
	padding: 0px 1px 0px 2px;
	line-height: 20px;
}

#footerNav ul li, #footerNav ul li a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#footerNav ul li a:hover {
	text-decoration: underline;
}
.footer{
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
.quickFormElement {
	padding-top: 3px;
	clear: both;
}

.quickFormElement label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	color: #666;
}

.quickFormElement input, .quickFormElement select, .quickFormElement textarea {
	width: 165px;
	border: 1px solid #ABADB3;
	padding: 2px 4px;
	font-size: 14px;
}

.quickFormElement textarea {
	height: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.quickFormElement select {
	width: 175px;
	font-size: 12px;
}

.quickFormElement option {
	width: 220px;
}

.quickFormElement label.error {
	float: right;
	text-align: left;
	color: #c00;
	width: 200px;
}

.formSubmit {
	padding: 30px 0px;
	text-align: center;
}

.formSubmit input {
	font-size: 16px;
	width: 180px;
	height: 30px;
	color: #333;
}

.toc li {
	color: #336699;
	margin-bottom: 5px;	
	list-style-type: decimal;
}

.toc li a, .faq a {
	color: #336699;
	text-decoration: none;
}

.faq {
	margin-top: 30px;
}

.faq p {
	margin-top: 5px;
}

.what-we-do {
	
	}
.what-we-do h2 {
	color: #950909;
	font-variant: small-caps;
	font-size: 16px;
	}
.what-we-do h3 {
	color: #000;
	font-size:16px;
	font-variant: small-caps;
	text-align:center
	}
.what-we-do p {
	padding-bottom: 10px;
	}
.what-we-do a {
	color: #950909;
	text-decoration: none;
	}
.what-we-do a:hover {
	text-decoration: underline;
	
	}
.item h2 {
	padding: 5px 0;
	}
.item h3 {
	padding: 5px 0;
	font-size:12px;
	text-align:left;
	}
.item p {
	padding: 5px 0;
	}