@charset "UTF-8";
body {
	background: #c0c0c0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: relative;
	top: 50px;
}

.oneColFixCtrHdr #container #navcontainer {
	background-image: url(../images/nav_background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	
}

.clear { clear:both; line-height:0px; font-size:0px; height:0px; } 


#navlisthome
{
	width:900px;
	height:53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navlisthome ul, #navlisthome li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlisthome a:link, #navlisthome a:visited
{
	float: left;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 45px;
}

#navlisthome a:link#current, #navlisthome a:visited#current, #navlisthome a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #0099FF;
}

#navlisthome a:hover {
	color: #999999;
	text-decoration: underline;
}


#navFooter
{
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#navFooter ul, #navFooter li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navFooter a:link, #navFooter a:visited
{
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#home #container #footer #navcontainerFooter .copyright a {
	color: #999999;
	text-decoration: underline;
}
#home #container #footer .copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

#navFooter a:link#current, #navFooter a:visited#current, #navFooter a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #0099FF;
}

#navFooter a:hover {
	color: #999999;
	text-decoration: underline;
}







.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 870px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/ContactUsBackground.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	min-height:500px;
}

.oneColFixCtrHdr #mainContentAboutUs {
	background-color: #FFFFFF;
	background-image: url(../About_Us/images/AboutUsBackground.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	min-height:500px;
}

.oneColFixCtrHdr #mainContentServices {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.oneColFixCtrHdr #mainContentContactUs {
	background-color: #FFFFFF;
	background-image: url(../Contact_Us/images/home_Background.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	min-height:500px;
}
.oneColFixCtrHdr #mainContentTheTeam {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	min-height:500px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navcontainerFooter {
}
#header       {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
}
#sidebar {
	float: right;
	width: 190px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 300px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-image: url(../images/blueBullet.gif);
}

#sidebarTheTeam {
	float: right;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-image: url(../images/blueBullet.gif);
}
#content {
	width: 600px;
	padding-top: 300px;
	margin: 0px;
	float: none;
}

#contentTheTeam {
	width: 850px;
	padding-top: 20px;
	height: 230px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
 #current {
	color: #0081c6;
}


.headline {
	color: #0081c6;
	font-size: 18px;	
}
#home #container #footer #navcontainerFooter {
}
#home #container #footer #navcontainerFooter #navlisthomeFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	display: none;
}
#home #container #header .phone {
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 35px;
	padding-right: 20px;
}
#home #container #mainContentAboutUs #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#home #container #mainContentAboutUs #content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#home #container #mainContentAboutUs #content .headline {
	color: #0081c6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#home #container #mainContentServices #sidebarServices {
	width: 250px;
	float: right;
	padding-top: 41px;
}
#home #container #mainContentServices #contentServices {
	width: 500px;
	float: none;
	padding-top: 20px;
}
.picHolder {
	width: 240px;
	float: right;
	height: 220px;
	margin-top: 5px;
}
.bio {
	width: 580px;
	height: auto;
}
.bio p {
	font-size: 12px;
	color: 999999;
}
.contactLeft {
	width:auto;
	height: 100px;
	background-image: url(../Contact_Us/images/verticalBars.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 0px;
}
.contactRight {
	float: right;
	height: 100px;
	width: 280px;
	padding-left: 20px;
	background-image: url(../Contact_Us/images/verticalBars.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}
.bigContact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #0081c6;
	margin-left: 35px;
}
.quoteAbouUs {
	padding-top: 30px;
	background-image: url(../About_Us/images/horizontalbars.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
.headercentered {
	text-align: center;
}
.leftAligned {
	text-align: left;
}