@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	line-height: 110%;
	color: #ff3300;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	line-height: 110%;
	color: #ff9900;
}

h3 {
	font-size: 120%;
	line-height: 110%;
	color: #ff9900;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	line-height: 110%;
	color: #ff9900;
	font-weight: bold;
}

a {
	color: #000000;
}

/* -- DISPLAY NONE ---- */

#topNav, #nav, #nav img, #locationTab, #breadcrumbs, #internalPic, #sideCol img {
	display: none;
}

/* -- LAYOUT ---- */

#header {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #000000;
}

#logo {
	float: left;
	width: 49%;
}

#phone {
	float: left;
	width: 49%;
	text-align: right;
}

#footer	{
	border-top: 1px solid #000000;
	padding: 15px 0 0 0;
}

/* -- image gallery -- */

.picRow {
	width: 100%;
	/* background-color: red; */
	margin-bottom: 10px;
}

.thumbArea {
	float: left;
	width: 100px;
	/* background-color: #F5F5F5; */
	margin: 0px 15px 15px 0px;
}

.thumb {
	padding: 0px;
	margin: 0px;
}