body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-x;
	background-color: #e1e1e1;
}

#container {
	border: 1px solid gray;	
}

#header {
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;	
}

#logo {
	display: block;
	height: 110px;
	width: 208px;
	float: left;
}

#logo a {
	border: none;
}

#logo a img {
         border: none;
}

/*
 * Default Styles
 */
h1 {
	font-size: 14pt;
	margin: 5px 15px;	
}
h2 {
	font-size: 13pt;
	margin: 5px 15px;	
}

h3 {
	font-size: 12pt;
	margin: 5px 15px;	
}

h4 {
	font-size: 11pt;
	margin: 5px 15px;	
}
p {
	margin: 5px 15px;		
}
a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

#header .tagline {
	width: 50px;
	float: left;
}

#header .contact {
	color: #aaa;
	width: 300px;
	float: left;
}
/*
 * Navigation
 */
#navigation ul {
	clear: both;
	margin: 0px;
	list-style: none;
	padding: 0px;
	height: 39px;
	background-color: lightgray;
	background-image: url(../images/menuBG.jpg);
}

#navigation ul.mainNav li {
	float: left;
	border-left: 1px solid black;
	margin-top: 11px;
}

#navigation ul.mainNav li.first {
	border: none;
}

#navigation ul.mainNav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	width: 100px;
	border: none;
}

#footer {
	background-color: #323031;
	color: #666;
	text-align: center;
	font-size: 8pt;
}

#footer a {
	color: #999;
	border: none;
}
#footer ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#footer ul li {
	display: inline;
	padding: 0px 5px;
	border-left: 1px solid;
}

#footer ul li.first {
	border: none;
}

#content {
	padding: 10px;
	background: #0f5428;
	color: lightgray;
}

.coming_soon {
	text-align: center;
}

div.coming_soon h1 {
	font-size: 20pt;
	margin-bottom: 50px;
}

div.coming_soon p.phone_number {
	font-size: 16pt;
}

div.coming_soon a {
	color: whitesmoke;
}

/*
 * Temporary styles - used for laying out
 */
.column1 {
}

.column2 {
}

.column3 {
}
