body {
	font-family: "Andale Mono", Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-left:0;
	margin-right:0;
	background-color: white;
	color: #333;
}

#container{
	position:absolute;
	left:50%;
	margin-left:-400px;
	width: 800px;
}

#header {
	margin-bottom: 0px;
	margin-left: 0px;
}

#content {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	padding: 15px 0 15px 0px;
	width: 800px;
}

#footer {
	text-align: center;
	font-size: 10px;
	padding: 0 0 0 15px;
}	

#tagline {
	position: relative;
	text-transform: uppercase;
	top: 8px;
}

#quickContact {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: 190px;
	color: #CCC;
}

h3 {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

h4{
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

a:link {color: #66F; text-decoration:none; }
a:visited {color: #66F; text-decoration:none; }
a:hover {color: #009; text-decoration:none; }
a:active {color: #009; text-decoration:none; }

a img {
	border: 0px;
	text-decoration:none;
}

.align-left {
	float: left; margin: 0 15px 0 0;
	clear: both;
}

ul#nav {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: 190px;
	padding: 0;
	margin: 0 5px 0 0;
	list-style-type: none;
	color: #fff;
	background-color: #333;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	float: left;
	text-align: center;
	width: 65px;
	color: #fff;
	background-color: #666;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #666;
	margin-left: 5px;
	
}

ul#nav li a:hover {
	background-color: #333;
	color: #fff;
}

div#navbar {
	background-color: #333;
	color: #C60;
	padding: 0 15px 15px 100px;
}

#tar {
	list-style-image: url(img/bullet.gif);
	position: relative;
	left: -10px;
}

.faq{
	display: none;
}

dl {
	width: 500px;
}

dl a, dt a {
	cursor: pointer;
}

dt {
	font-weight: bold;
	margin: 8px;
}

dd {
	position: relative;
	left: 0px;
}

#form {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 15px;
	text-align: left;
}

input:focus, textarea:focus {
	background-color: #EEE;
}

.sm { 
	font-size: 10px;
}

.hilite {
	color: #C60;	
}

.caps {
	text-transform: uppercase;
}

.super {
	vertical-align: super;
}


/* for the testimony page */
.testimony{
	text-align: justify;
}

.signature{
	text-align: right;
}

.date{
	font-weight: bold;
}

ol {
	padding: 0px 20px;
	margin: 0;
	text-indent:0px 
}
