@charset "UTF-8";body  {	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: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 62.5%;	background-color: #FFFFFF;}a:link {	color: #006699;}.thrColFixHdr #container {	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto;	text-align: left;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;} .thrColFixHdr #header {	padding-top: 0;	padding-right: 10px;	padding-bottom: 0;	padding-left: 0px;	margin: 0px;} .thrColFixHdr #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 */}.thrColFixHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 235px; /* padding keeps the content of the div away from the edges */	padding-top: 0px;	padding-right: 0px;	padding-bottom: 15px;	padding-left: 0px;	margin: 0px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}.thrColFixHdr #sidebar2 {	float: right; /* since this element is floated, a width must be given */	width: 160px; /* padding keeps the content of the div away from the edges */	padding-top: 40px;	padding-right: 10px;	padding-bottom: 15px;	padding-left: 20px;	margin: 0px;}.thrColFixHdr #mainContent {	margin-top: 0;	margin-right: 200px;	margin-bottom: 0;	margin-left: 285px;	padding-top: 40px;	padding-right: 10px;	padding-bottom: 0;	padding-left: 10px;} #mainContent p {	line-height: 1.8em;	font-size: 1.2em;	color: #333333;	margin-top: 0px;	padding-top: 0px;}.thrColFixHdr #footer {	padding-top: 0;	padding-right: 10px;	padding-bottom: 0;	padding-left: 20px;	margin-bottom: 40px;	text-align: left;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #CCCCCC;} .thrColFixHdr #footer p {	padding-top: 5px;	padding-right: 0;	padding-bottom: 0px;	padding-left: 0;	font-size: 0.9em;	color: #666666;	margin-top: 0;	margin-right: 20px;	margin-bottom: 0;	margin-left: 0;}#footer .footerContent {	float: right;}.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;}#banner {	height: 217px;	width: 975px;	margin: 0px;	padding: 0px;}#logo {	float: left;}#primaryNav {	float: right;	margin-top: 38px;	text-transform: uppercase;	font-size: 1.1em;}#primaryNav a {	text-decoration: none;	color: #999999;	display: block;}#primaryNav li {	list-style-type: none;	float: left;	display: block;	margin-right: 10px;	margin-left: 10px;	padding-right: 10px;	padding-left: 10px;}#primaryNav #navCVs a {	text-transform: none;}#sectionHome #navHome a,#sectionServices #navServices a,#sectionAbout #navAbout a,#sectionContact #navContact a,#sectionCVs #navCVs a {	color: #000000;}#secondaryNav {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;	display: block;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	margin-top: 40px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;}#secondaryNav p {	font-size: 1.2em;	line-height: 1.8em;	color: #333333;	margin-top: 0px;	margin-left: 30px;}#secondaryNav li {	list-style-type: none;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #CCCCCC;	margin: 0px;	padding: 0px;	display: block;}#secondaryNav a {	display: block;	text-indent: 30px;	margin-top: 5px;	margin-bottom: 5px;	text-decoration: none;	color: #666666;	text-transform: uppercase;	padding: 0px;	margin-right: 0px;	margin-left: 0px;	font-size: 1.1em;}#secondaryNav a.normalLink {	text-transform: none;	text-indent: 0px;	text-decoration: underline;	color: #006699;}#secondaryNav a.subNavOn {	text-decoration: none;	color: #000000;	background-image: url(../images/arrow-subnav.gif);	background-repeat: no-repeat;	background-position: right center;}#sectionCVs #mainContent  {	margin-top: 0;	margin-right: 0px;	margin-bottom: 0;	margin-left: 20px;	padding-top: 40px;	padding-right: 10px;	padding-bottom: 0;	padding-left: 0px;}.leftCol {	float: left;	width: 48%;}.rightCol {	float: right;	width: 48%;}.cvs {	height: 120px;	padding-top: 10px;	margin-bottom: 12px;}.cvs img {	float: left;	margin-right: 12px;	margin-left: 10px;	border: 1px solid #CCCCCC;	margin-bottom: 5px;}#mainContent .cvs p {	line-height: normal;	margin-right: 10px;	font-size: 1.1em;}.cvs h2 {	margin-top: 0px;	margin-right: 0px;	margin-left: 0px;	color: #965214;	font-size: 1.4em;	margin-bottom: 2px;}#mainContent .cvs a {	display: block;	margin-top: 4px;}#sidebar2 img {	margin-bottom: 10px;}.phone {}#secondaryNav .contactInfo p {	margin-bottom: 0px;}#secondaryNav dl {	margin-left: 30px;	margin-top: 0px;	padding: 0px;	font-size: 1.2em;	color: #333333;	line-height: 1.8em;}#secondaryNav dt {	float: left;	width: 4em;}#secondaryNav dd {}
