@charset "utf-8";
/* CSS Document */

body {
	font-family: helvetica, Arial, sans-serif;
	color: #8e8d8d;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	min-width: 730px;
	text-align: center;
} 
#wrapper {
	width: 80%;
	background-color: #FFFFFF;
	margin: auto;
	overflow: hidden;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}
#child_left {
	float:left;
	width: 40%;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}
#child_left_large {
	float:left;
	width: 65%;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}
#child_left_wider {
	float:left;
	width: 74%;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#child_right {
	float:right;
	width: 49%;
	background-color: #FFFFFF;
	padding-top: 10px;
	text-align: left;
}
#logo_right {
	float:right;
	width: 40%;
	height: 130px;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#parent {
	width: 99%;
	margin: auto;
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 15px;
}

#inline_left {
	width: 24%;
	float: left;
	text-align: left;
	padding-top: 15px;
	line-height: 1.5em;
}
#inline_middle {
	width: 24%;
	display:inline;
	float: left;
	text-align: left;
	padding-top: 15px;
	line-height: 1.5em;
	padding-right: 1.5%;
}
#inline_right {
	width: 25%;
	float: right;
	text-align: left;
	padding-top: 15px;
	line-height: 1.5em;
}
h2.intro, h2.serviceIntro {
	color: #8e8d8d;
	font-size: 17px;
	font-weight: normal;
	line-height:20px;
	padding-bottom: 15px;
}
h2.intro {
	padding-bottom: 20px;
}


/* =Navigation and Lists */
a {
	text-decoration:none;
	color: #8e8d8d;
}
ol, ul {
	list-style: none;
}
ul#mainNav {
	display:block;
	padding-top: 45px;
	padding-left: 0px;
	margin: 0px;
}
#mainNav li a {
	color: #9c9c9c;	
}
#mainNav li a:hover, #mainNav li a.selected {
	color: #000;
	text-decoration:none;
}
.contact_textfield {
	border: 1px solid #8e8d8d;
}
#footer {
	color : #8e8d8d;
	text-align: left;
	clear: both;
}