* {
	margin: 0px;
	padding: 0px;
}

body {
	min-height: 650px;

	color: #5f5f5f;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

a, img {
	border: 0px;
}

h1, h2, h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
	
}

h1{
	margin-top: 25px;
	margin-left: 25px;
}

h3 {
	margin-bottom: 25px;
}

p {
	margin-left: 25px;
	margin-bottom: 15px;
}

#contentWrapper {
	position: absolute;
	left: 50%;
	top: 100px;
	
	margin-left: -300px;
	
	width: 600px;
	height: 432px;
	
	
	border: 1px solid #efefef;
	background: url(../images/bg_wrapper.png) 390px 5px no-repeat;
}

#content {
	height: 220px;
	padding: 15px 15px 15px 25px;
}

#contact {
	height: 120px;
	padding: 15px 15px 15px 50px;
}

#questions h1 {
	margin: 0px 0px 10px 25px;
}

#reference {
	height: 120px;
	padding: 15px 15px 15px 50px;
}

#reference a {
	margin-right: 25px;
	margin-top: 25px;
}

#content a:hover,
#contact a:hover {
	color: #5f5f5f;
	text-decoration: none;
}

#content a,
#contact a {
	color: #f29400;
	text-decoration: none;
}

#content a {
	font-weight: bold;
}

.contactInfo {
	float: left;
	display: block;
	width: 150px;
	line-height: 15px;
	vertical-align: middle;
	background: url(../images/pixel_orange.png) 149px repeat-y;
}

.contactType {
	float: left;
	line-height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

.vspacer {
	clear: both;
	display: block;
	height: 5px;
}

.footer {
	width: 100%;
	margin: 20px 0 0 0;
}

.orange {
	display: block;
	height: 6px;
	width: 50%;
	background-color: #F29400;
	float: left;
}

.dark {
	display: block;
	height: 6px;
	width: 20%;
	background-color: #175A24;
	float: left;
}

.bright {
	display: block;
	height: 6px;
	width: 30%;
	background-color: #41A62A;
	float: left;
}
