@charset "utf-8";
body {
	background: #fff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0;
	color: #666;
}

h1 {
	font-size: 1.5em;
	color: #666;
}
h2 {
	font-size: 1.1em;
	color: #333;
}
h3 {
	font-size: 1.2em;
	color: #333;
}
h4 {
	font-size: 1.4em;
	color: #333;
}

.PhoneFont {
	font-size: 2.5em;
	color: #C00;
	font-weight: 600;
}




#wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 750px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.8em;
	text-align: left;
}

#header {
	margin: 0px;
	height: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#header #menu {
	width: auto;
	position: absolute;
	right: 0px;
	top: 45px;
}
#header #banner {
	margin-top: 10px;
}


#header #contactUs {
	font-size: 0.95em;
	position: absolute;
	top: 10px;
	text-align: right;
	right: 0px;
	width: 400px;
	color: #999;
	margin-right: 3px;
}
#header #logo img {
	margin-top: 10px;
}
#pageTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #56A0DE;
	margin-top: 25px;
	margin-bottom: 20px;

}

#mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 480px;
	float: right;
	text-align: left;
}
#mainContentFullPage {
	float: left;
	height: auto;
}

#leftSidebar {
	margin: 0px;
	padding: 0px;
	width: 245px;
	float: left;
	height: auto;
	bottom: 0px;
	position: relative;
	font-size: 0.95em;
}
#leftSidebar #verticaldivider img {
	position: absolute;
	top: 40px;
	right: 0px;
}


#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: .95em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer #footerAddress {
	color: #56A0DE;
	padding-top: 8px;
}
#footer #copyright {
	font-size: 0.75em;
	text-align: left;
	padding-top: 5px;
}
.centerItem {
	text-align: center;
}

.footerBullets {
	color: #666;
	font-weight: normal;
}


.smallItalics {
	font-size: 0.9em;
	line-height: 1.2em;
}
.smallerFont {
	font-size: 0.95em;
	line-height: 1.5em;
}
.tanFont {
	color: #be9a72;
}
.greenFont {
	color: #a5af23;
}
.bluegreenFont {
	color: #4f7170;
}
.picturemarginleft {
	padding-left: 10px;
}
.picturemarginright {
	padding-right: 10px;
}

.purpleFont {
	color: #6D6386;
}
.lightpurpleFont {
	color: #A794D6;
}
.lightblueFont {
	color: #85A3D7;
}
.redFont {
	color: #C00;
}
.clearfloat { 
            clear:both;
            height:0;
            font-size: 1px;
            line-height: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
}
