body {
	background-color: black;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

#header {
	margin-top : 10px;
}

#menu {
	position: relative;
	z-index: 50;
	margin-top: 4px;
}

#menu img {
	margin-right: 35px;
}

#content {
	position: relative;
	margin-top: 30px;
}

#footer {
	background-image: url('../images/blackbox.png');
	padding: 10px;
	text-align: center;
	color: #D54A1A;
	font-size: 9px;
	line-height: 1.8em;
	margin-top: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer a {
	margin-left : 10px;
	margin-right : 10px;
	color: #D54A1A;
	text-decoration : none;
}

.copy {
	color : white;
}

img {
	border : 0px;
}

p {
	color: #AAA;
	line-height: 1.8em;
}

p strong {
	color: white;
}

a {
	color: #D54A1A;
}

ul {
	list-style-image: url('images/bullet.gif');
}

li {
	color: #CCC;
	line-height: 1.8em;
	margin-bottom: 15px;
}

li span.item {
	color: #D54A1A;
	font-weight: bold;
}

li img {
	margin-right: 3px;
}

p.quote {
	color: #D54A1A;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

p.subhead {
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	color: white;
	font-size: 18px;
	font-weight: bold;
}

td.halfcol {
	width: 450px;
	vertical-align: top;
}

td.halfcol p {
	color: white;
	font-size: 11px;
	line-height: 1.3em;
	color: #DDD;
}

td.thirdcol {
	width: 285px;
	vertical-align: top;
}

td.thirdcol ul {
	margin: 0px;
	padding : 0px 0px 0px 20px;
}

td.thirdcol ul li {
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

td.spacer {
	width: 40px;
}

td.thumb, td.gallery {
	padding: 10px;
}

td.thumb img {
	border: 1px solid #532;
}

td.thumb h3 {
	margin-top: 8px;
	color: #D54A1A;
	text-align: center;
}

.orange {
	color: #D54A1A;
}

.small {
	font-size: 10px;
	line-height: 1.3em;
}

div.text {
	background-image : url('../images/blackbox.png');
	padding : 10px 10px 40px 10px;
	width : 475px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.text p {
	position: relative;
	z-index: 40;
}

.contact p {
	color: #DDD;
	line-height: 1.3em;
	margin-left: 6px;
}

.contact h2 {
	color: #D54A1A;
}

div.text img.header {
	margin-bottom: 15px;
}

img.overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 30;
}

#serviceMenu {
	position: absolute;
	top: 146px;
	left: 287px;
	z-index: 50;
	background-color: black;
	border-left: 1px solid #433;
	border-bottom: 1px solid #433;
}

#serviceMenu a {
	display: block;
	color: #D54A1A;
	text-decoration: none;
	padding: 4px;
}

#serviceMenu a:hover {
	text-decoration: underline;
}

#aboutMenu {
	position: absolute;
	top: 146px;
	left: 287px;
	z-index: 50;
	background-color: black;
	border-left: 1px solid #433;
	border-bottom: 1px solid #433;
}

#aboutMenu a {
	display: block;
	color: #D54A1A;
	text-decoration: none;
	padding: 4px;
}

#aboutMenu a:hover {
	text-decoration: underline;
}

dt {
	font-weight: bold;
	color: white;
}
