body
{
	margin: 0px;
	padding: 0px;
	color: #014444;
	background: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
}

body a
{
	color: #022525;
}

body a:hover
{
    background:#014444;
	color: #FFFFFF;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	font-weight: bold;
}

hr {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px #000000 solid;
	height: 1px;
}

table
{
	padding: 0px;
	margin: 0px;
}

table.main
{
	width: 704px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 1px #000000 solid;
	background: #FFFFFF;
}

td.header
{
	padding: 0px;
	margin: 0px;
}

td.nav
{
	padding: 0px;
	margin: 0px;
}

td.content
{
	padding: 8px;
	margin: 0px;
}

td.bottom
{
	padding: 0px;
	margin: 0px;
}

table.footer
{
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background: #ffffff;
	border: 1px #000000 solid;
}

#greenfullspan
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/greenfullspan_bg.jpg);
	background-repeat: no-repeat;
}

#yellowdoublespan
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/yellowdoublespan_bg.jpg);
	background-repeat: no-repeat;
}

#yellowsinglespan
{
	position: relative;
	left: -10px;
	margin: 0px;
	padding: 12px;
	background-image: url(images/yellowsinglespan_bg.jpg);
	background-repeat: no-repeat;
	width: 315px;
}

div.headline
{
	color: #014444;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
}

div.leftside
{
	display: block;
	width: 315px;
}

div.rightside
{
	display: block;
	float:right;
	width: 315px;
}

div.padding
{
	padding: 10px;
	margin: 0px;
}


/*
 * Primary Navigation
 */

div#navigation {
	height: 29px;
	z-index:100;
}

div#navigation a {
  display: block;
  float: left;
}

div#navigation a#home {
	background: url(images/home_down.jpg) no-repeat;
}

div#navigation a#home:hover {
	background: url(images/home_up.jpg) no-repeat;
}

div#navigation a#services {
	background: url(images/services_down.jpg) no-repeat;
}

div#navigation a#services:hover {
	background: url(images/services_up.jpg) no-repeat;
}

div#navigation a#order {
	background: url(images/order_down.jpg) no-repeat;
}

div#navigation a#order:hover {
	background: url(images/order_up.jpg) no-repeat;
}

div#navigation a#contact {
	background: url(images/contact_down.jpg) no-repeat;
}

div#navigation a#contact:hover {
	background: url(images/contact_up.jpg) no-repeat;
}

div#navigation a#realtors {
	background: url(images/realtors_down.jpg) no-repeat;
}

div#navigation a#realtors:hover {
	background: url(images/realtors_up.jpg) no-repeat;
}
