html {
	font-family: Verdana;
	color: #00335e;
	font-size: 12px;
}

body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #00335e;
}

a img {
	border: none;
}

#flashMessage {
	width: 50%;
	background-color: #FCC;
	text-align: center;
	margin-left: 20%;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 844px;
}

#header {
	background-image: url(/img/headerBG.jpg);
	background-repeat: no-repeat;
	width: 844px;
	height: 133px;
}

#subheader {
	background-image: url(/img/subheaderBG.jpg);
	background-repeat: no-repeat;
	width: 844px;
	height: 146px;
}

.headerTop {
	font-size: 18px;
	font-weight: bold;
	float: right;
	padding-top: 20px;
	margin-right: 60px;
}

.big {
	font-size: 22px;
}

.logo {
	padding-top: 35px;
	margin-left: 75px;
}

#content {
	background-image: url(/img/contentBG.jpg);
	background-repeat: repeat-y;
	width: 844px;
	float: left;
}

#navMenu {
	float: left;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 47px;
}

#navMenu ul {
	list-style-type: none;
}

#navMenu a:link, #navMenu a:visited {
	text-decoration: none;
	color: #00335e;
}

#navMenu a:hover {
	text-decoration: none;
	color: #3c78a0;
}

.activePage {
	color: #3c78a0 !important ; 
}

#handyman {
	float: left;
	margin-top: -2px;
	margin-left: 49px;
}

#text {
	float: right;
	width: 356px;
	margin-right: 60px;
	margin-bottom: 10px;
}

#subtext {
	float: right;
	width: 533px;
	margin-right: 60px;
	margin-bottom: 10px;
}

#column1 {
	float: left;
	width: 266px;
}

#column2 {
	float: right;
	width: 267px;
}

.taximage {
	margin-left: -65px;
}

#starrow {
	float: left;
	width: 844px;
}

.star {
	float: left;
	position: relative;
	margin-top: 0px;
	margin-left: 52px;
	z-index: 500;
}

.buttons1 {
	float: left;
	width: 522px;
	margin-left: 10px;
	padding-top: 20px;
}

.subbuttons1 {
	float: left;
	width: 522px;
	margin-left: 10px;
	padding-top: 20px;
}

.buttons1 img {
	margin-right: -5px;
}

.subbuttons1 img {
	margin-right: -5px;
}

.buttons2 {
	float: left;
	width: 734px;
	margin-left: 57px;
	margin-top: -12px;
}

.buttons2 img {
	margin-right: -5px;
}

.bottomText {
	float: left;
	text-align: center;
	width: 844px;
	padding-bottom: 10px;
}

.color {
	color: #3c78a0;
}

#footer {
	background-image: url(/img/contentBottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	width: 844px;
	height: 50px;
	color: #8c959d;
	padding-top: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #8c959d;
}

#footer a:hover {
	text-decoration: underline;
	color: #8c959d;
}