@charset "UTF-8";
body  {
	font: 62.5% "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414141;
}
#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/sidebar-bg.jpg) repeat-y right top;
	margin: 40px auto;
	text-align: left;
	position: relative;
} 

#mainContent ul {
	font-size: 1.2em;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	line-height: 1.5em;
}
#header {
	width: 760px;
	height: 440px;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
}

#sidebar1 h3 {
	font-size: 1.4em;
	padding-left: 30px;
	color: #FFFFFF;
	padding-top: 10px;
}

#sidebar1 p {
	font-size: 1.1em;
	line-height: 1.5;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 0px;
}
#mainContent {
	margin: 0px 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
} 

#sidebar1 form {
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar p {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	}

#mainContent h1 {
	padding-top: 10px;
	font: 1em "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

#mainContent h2 {
	padding-top: 10px;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	color: #009999;
	padding-bottom: 10px;
}

#mainContent p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 10px;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #333333;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font: 1.1em/1.3 Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFCC00;
	text-decoration: underline;
}
a:link {
	color: #007D7E;
}
a:visited {
	color: #527D7E;
}
a:hover {
	color: #FF7900;
}
a:active {
	color: #FF3300;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearLeft {
	clear: left;
}

#mainNav {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100px;
}

#mainNav ul {
	float: left;
	list-style: none;
	padding-right: 20px;
	margin: 0px;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font: 1.2em/100px Georgia, "Times New Roman", Times, serif;
}

#mainNav a:link, #mainNav a:visited {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	color: #FF7A00;
	text-decoration: underline;
}

#consultationForm input, #consultationForm textarea {
	margin: -10px 0px 0px;
}

#consultationForm label {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	margin-top: 0px;
	}
	

#headerSubPage {
	height: 366px;
}

.eric {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

fieldset {
	border-style: none;
}

#contactUs label {
	font-size: 1.2em;
	padding-left: 20px;
}

/* --------- */

#vcards {
	padding-left: 30px;
}

.vcard {
	width: 31%;
	float: left;
	padding-bottom: 20px;
	font-size: 1.3em;
	padding-top: 10px;
}

#mainContent .vcard h3 {
	padding: 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #636;
	font-weight: bold;
}

