@charset "UTF-8";
/* CSS Document */
html, body {
	height:100%
}

body {
	background-color:#333;
	text-align:left;
}

* {
	padding:0;
	margin:0;
}

/*
img, div {
	behavior: url(iepngfix.htc);
}
*/

a:link {
	text-decoration:none;
	color:#FFF;
}

a:visited {
	text-decoration:none;
	color:#FFF;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

p, h1, h2, li, td {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

h1 {
	color:#FC0;
	font-size:1.5em;
}
h2 {
	font-size:1em;
	color:#FC0;
}

p {
	margin-top:0.5em;
	margin-bottom:0.75em;
	font-size:1em;
}

td {
	font-size:1em;
	font-weight:bold;
}

fieldset {
	border: 1px dashed #555555;
	padding: 10px;
	margin-bottom:10px;
	margin-right: 20px;
}


legend {
	padding: 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FC0;
	text-transform: uppercase;	
}

.warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ff0000;
}

.neighbors li {
	padding:0 0 .5em 2em;
	color:#F60;
}


.photocredit {
	font-size:0.75em;
	text-align:center;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;

}

.yellow {
	color:#FC0;	
}

#wrapper {
	min-height:100%;
	height:auto !important;
	width:750px;
	height:100%;
	margin:0 auto -115px; /*the bottom margin is the negative value of the footer's height*/
}

#masthead {
	width:inherit;
	height:125px; /*height must equal size of logo! */
	text-align:right;
}

#masthead h1 {
	font-style:italic;
	font-size:2em;

}

#logoWrapper {
	float:left;
	height:125px;
}

#address {
	float:right;
	padding:1em 1em 0 1em;
}

.address {
	font-size:.8em;
	font-weight:bold;
	color:#FC0;
}

.address a:link {
	color:#FC0;
}

#topNav {
	text-align:left;
	padding:1em 0;
}

.secondaryNav {
	width:750px;
}

.secondaryNav li {
	list-style-type:none;
	display:inline;
	font-size:0.9em;
	font-weight:bold;
	padding-right:1em;
}

.secondaryNav a:link {
	color:#F00;
}

.secondaryNav a:visited {
	color:#F00;
}

.current a:link {
	color:#CCC;
	font-size:1.5em;
}

.current a:visited {
	color:#CCC;
	font-size:1.5em;
}

#topNavList li{
	list-style-type:none;
	display:inline;
	padding:0 0.97em 0 0;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
}

#mainBox {
	
}


#mainBox li {
	list-style-type:none;

}

.imageFrame {
	float:right;
}

.imageFrame img {
	border:solid 4px #666;
}

.hrHolder {
	width:750px;
	clear:both;
}

#mapBox {
	float:right;
	border:solid 4px #666;
	padding:5px 5px 0 0;
	background-color:#FFF;
	margin: 0 0 1em 1em;
}

.spacer125 {
	width:125px;
	height:200px;
	float:left;
}

.peopleBox2 {
	width:230px;
	padding:10px;
	float:left;
	text-align:center;
}

.peopleBox {
	width:230px;
	padding:10px;
	float:left;
	text-align:center;
}

.peopleBox4 {
	padding:14px;
	float:left;
	text-align:center;
}

.peopleBox p {
	margin:0.2em 0 0 0;
	font-style:italic;
}

.peopleBox img {
	width:150px;
	height:188px;
	border:4px solid #666;
}

.peopleBox4 img {
	width:150px;
	height:188px;
	border:4px solid #666;
}
.peopleBoxL2Holder {
	width:750px;
}

.peopleBoxHeader {
	width:250px;
	float:left;
}


.peopleBoxHeaderL1 {
	width:186px;
	float:left;
}

.peopleBoxHeaderL1X2W {
	width:374px;
	float:left;
}

.serviceBox {
	width:200px;
	float:left;
	padding-top:1em;
}

.servicePriceBox {
	width:130px;
	float:left;
	padding-top:1em;
}

.services {
	width:750px;
}

.serviceText {
	width:412px;
	float:left;
	padding-right:12;
}

.serviceImg {
	width:300px;
	float:right;
	margin-top:1em;
	margin-bottom:1em;
}

.services li {
	padding-top:1em;
	font-size:1em;
	font-weight:bold;
}

.serviceName {
	font-size:1em;
	font-weight:bold;
	color:#F60;

}

.columnHolder {
	width:750px;
}

.columnLeft {
	width:412px;
	float:left;
}

.columnLeft p {
	padding-right:20px;
}

.columnRight {
	width:338px;
	float:right;
}
.quote {
	padding: 0 1em;
	color:#F60;
}
.quote a: {
	color:#F00;
}
.quote a:link {
	color:#F00;
}
.quote a:visited {
	color:#F00;
}
.quote a:hover {
	color:#CCC;
}

.subscript {
	font-weight:normal !important;
	color:#F60;
	padding-top:0 !important;
	padding-left:1em !important;
	font-size:0.8em !important;
}

#footer, #push {
	height: 115px;/*.push must be the same height as .footer*/
}

#footer {
	background:url(Images/HelmetHeadFooter.png) no-repeat; /* color is ed1c24 */
	text-align:center;
	width:750px;
	margin:auto;
}
