/*resetting all browsers*/
* {
	margin: 0;
	padding: 0;
}
a, img {
	border: 0;
	outline: none;
	vertical-align: middle;
}
.partner {
	clear: both;
}
.partner img {
	margin: 0 30px;
	float: right;
}
.partner h1 {
	float: left;
}
.partner p {
	clear: left;
}
.partner a {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	text-decoration: none;
}
.biopic {
	margin: 20px;
	padding: 10px;
	border-top: 4px solid #7C7C7C;
	border-bottom: 4px solid #7C7C7C;
	float: right;
}
ul {
	padding-left:1em;
	margin-left:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}
/*end of reset*/

body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4B4B4B;
	background: #DDDDDD url('images/overall-bg.png') repeat-x;
}
#top-bar {
	width: 100%;
	height: 15px;
	background: #DE2632;
	border-bottom: #FFFFFF;
}
#header {
	width: 940px;
	margin: 20px auto;
	height: 93px;
	position: relative;
}
#logo {
	margin: 0 20px;
}
#topContact {
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: 4px dotted #E0E0E0;
	color: #7E7E7E;
	padding: 8px 20px;
}
#topContact a, #footer a {
	text-decoration: none;
	color: #7E7E7E;
}
#topDesc {
	position: absolute;
	right: 24px;
	top: 88px;
	font-style: italic;
	color: #7E7E7E;
}
#navigation {
	position: absolute;
	right: 0;
	top: 48px;
}
#navigation a {
	display: block;
	float: left;
	padding: 8px 14px;
	text-transform: uppercase;
	color: #4B4B4B;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #7E7E7E;
}
#navigation a.on {
	border: 1px solid #7E7E7E;
	border-top: 0;
	border-bottom: 0;
	color: #7E7E7E;
}
#wrapper {
	width: 940px;
	background: #EEEEEE url('images/wrapper-bg.png') no-repeat;;
	margin: auto;
}
#wrapper-top {
	width: 940px;
	height: 20px;
	background: #F1F1F1 url('images/wrapper-top.png') repeat-x;
}
#wrapper-bottom {
	width: 940px;
	height: 20px;
	clear: both;
	background: #EEEEEE url('images/wrapper-bottom.png') repeat-x;
}
#banner {
	width: 940px;
	height: 340px;
	background: url('images/banner.jpg') no-repeat;
	position: relative;
}
#banner h1 {
	color: #F4D8D4;
	margin-bottom: 0;
	font-size: 18px;
	position: absolute;
	left: 92px;
	top: 186px;
	width: 500px;
	color: #FFFFFF;
	line-height: 27px;
}
#content {
	width: 900px;
	padding: 20px;
	overflow-x: hidden;
}
.module, .testimonial {
	width: 410px;
	margin: 0 20px;
	float: left;
}
.bottom {
	background: url('images/bottom-red-dots.png') 50% 50% no-repeat;
	height: 10px;
	padding: 10px 0;
}
.testimonial {
	background: #EEEEEE url('images/quote.png') 100% 0 no-repeat;
}
.showable {
	cursor: pointer;
	font-size: 16px;
	margin:  4px 0;
	text-align: center;
}
.clear {
	clear: both;
}
form {
	width: 410px;
	float: right;
	padding: 10px 0;
	margin: 20px;
	border-top: 4px solid #7C7C7C;
	border-bottom: 4px solid #7C7C7C;
	display: inline;
}
form span {
	color: #DE2632;
}
label {
	font-weight: bold;
	margin-left: 40px;
	width: 120px;
	float: left;
	display: inline-block;
}
input[type="text"] {
	float: left;
}
select {
	float: left;
}
textarea {
	width: 288px;
	height: 160px;
	margin: 0 40px;
}
input.submit {
	margin: 20px 20px 20px 40px;
}
.vertical-divider {
	float: left;
	width: 2px;
	height: 240px;
	background: url('images/vertical-divider.png') repeat-y;
}
.half-column {
	width: 408px;
	float: left;
	padding: 20px;
}
.half-column img {
	float: left;
	clear: left;
	margin: 20px 20px 50px 0;
}
.half-column .name {
	margin: 0 20px 10px 0;
}
.half-column span {
	text-align: center;
	width: 408px;
}
.half-column h2 {
	text-align: center;
}
h1 {
	color: #4B4B4B;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
}
h1 span {
	color: #7C7C7C;
	font-weight: 600;
}
h2 {
	color: #7C7C7C;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
a {
	color: #DE2632;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.services-icon {
	float: left;
	clear: left;
	margin: 0 20px;
}
#phonetic {
	float: right;
	position: relative;
	bottom: 18px;
	right: 36px;
}
#footer {
	width: 940px;
	margin: 20px auto;
	height: 93px;
	position: relative;
	text-align: right;
	font-size: 11px;
}