
#masthead {
	border-bottom: groove;
	border-bottom-color: #00CCFF;
}

.Logo{
	padding:1em;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 110px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#address {
	text-align: center;
}	

#address li{
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
}

#address li.last {
	border-right: 0;
}

#address_list {
	margin:auto;
}

.content_img_rt {
	float:right;
	padding: 10px 20px 10px 20px;
}

.content_img_lt {
	float:left;
	padding: 10px 20px 10px 20px;
}

.lead_paragraph, .content {
	margin: 3em 4em;
	font: Arial, Helvetica, sans-serif;
	text-indent: 1em;
}

.form_content {
	margin: 3em 4em;
	font: Arial, Helvetica, sans-serif;
}

h1 {
	margin-left: 4em;
	font-size:18px;
}

#footer {
	margin-top:5em;
	background-color:#FFFF00;
	color:#000000;
	padding-bottom:5px;
	padding-top:5px;
}

#map {
	padding-right:30px;
	margin-bottom: 2em;
}

.mapquest {
	position:absolute;
	top: 250px;
	left:700px;
}

#name,#phone, #fax {
margin-right:20px;
}