* {
	font-family:Tahoma, Arial,Geneva, sans-serif;
	}
body {
	margin:0px;
	background-color:white;
	}
#contentDiv{
	width:980px;
	margin-right:auto; margin-left:auto;
	text-align:left;
	position:relative;
	}

/* ================================== */
/* ========== Main Content ========== */
/* ================================== */

#mainContent {
	position:absolute;
	left:323px;
	top:287px;
	width:470px;
	}
#mainContent p, #mainContent li, #mainContent td, #mainContent a {
	font-size:14px;
	}
#mainContent a {
	color:#c00000;
	}
#mainContent a:hover {
	color:red;
	}
#mainContent h1 {
	font-size:18px;
	}
#mainContent h2 {
	font-size:16px;
	font-weight:normal;
	color:#c00000;
	}
#mainContent ul {
	list-style-image: url(../images/bullet.gif);
	}
.bio {
	width:430px;
	padding:12px 20px 10px 20px;
	background-image:url(../images/bio_top.gif);
	background-repeat:no-repeat;
	background-color:#ecebe9;
	font-size:14px;
	color:black;
	}
.bio h2 {
	font-size:16px;
	font-weight:normal;
	color:red;
	margin-top:0;
	}
.bioBottom {
	width:470px;
	height:9px;
	margin-bottom:15px;
	background-image:url(../images/bio_bottom.gif);
	font-size:0;
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#headerContainer {
	position:abolute;
	z-index:0;
	}

/* ========================== */
/* ========== Menu ========== */
/* ========================== */

#menu {
   position:absolute;
	left:135px;
	top:259px;
	z-index:99;
	}
#menu a {
	display:block;
	width:144px;
	height:22px;
	padding:4px 0 0 18px;
	font-size:14px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	margin-bottom:4px;
	background-image:url(../images/spacer.gif);
	}
#menu a:hover {
	background-image:url(../images/menu_over.png);
	}

/* =============================== */
/* ========== Portfolio ========== */
/* =============================== */

.portfolio {
	width:174px;
	left:135px;
	padding-top:9px;
   background-image:url(../images/portfolio_top.gif);
	background-repeat:no-repeat;
	background-color:#ecebe9;
	text-align:center;
	margin-left:15px;
	}
.portfolioBottom {
	width:174px;
	height:9px;
	background-image:url(../images/portfolio_bottom.gif);
	font-size:0;
	margin:0 0 15px 15px;
	}
.portfolio_hover {
	width:174px;
	left:135px;
	padding-top:9px;
   background-image:url(../images/portfolio_top.gif);
	background-repeat:no-repeat;
	background-color:#ecebe9;
	text-align:center;
	margin-left:15px;
	}
.portfolio .highslide img, .portfolio_hover .highslide img {
	border:1px solid black;
	}
.portfolio_hover .highslide:hover img {
	border:1px solid red;
	}
.portfolio img, .portfolio_hover img {
	border:2px solid black;
	}
.portfolio h1 {
	font-size:18px;
	font-weight:normal;
	text-align:center;
	}
.portfolio table, .portfolio_hover table {
	margin:0 auto;
	}
.portfolio a, .portfolio_hover a {
	font-size:14px;
	text-decoration:none;
	color:#C00000;
	}
.portfolio a:hover, .portfolio_hover a:hover {
	text-decoration:underline;
	color:red;
	}
.startAgain {
   position:absolute;
	left:135px;
	top:520px;
	}
.phoneNumber {
   position:absolute;
	left:135px;
	top:462px;
	font-size:12px;
	}

/*****************************************/
/***** Interactive Mouseover Classes *****/
/*****************************************/

.mapPop {
	background-color:#ecebe9;
	border:5px solid #a29f98;
	}
.mapPop td {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#545352;
	}
.mapPop th {
	background-image:url(../images/portfolioHeader.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	color:black;
	line-height:26px;
	}


/* =============================== */
/* ========== HighSlide ========== */
/* =============================== */

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 1px solid #e9e6dd;
	}
.highslide:hover img {
	border-color: #014f98;
	}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
	}
.highslide-wrapper, .rounded-white {
	background: white;
	}
.highslide-image-blur {
	}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
	}
.highslide-heading {
	display: none;
	color: red;
	font-weight: bold;
	height: 30px;
	cursor: default;
	padding-left: 20px;
	}
.highslide-dimming {
	position: absolute;
	background: black;
	}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	padding-left: 22px;
	background-image: url(../highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move a {
	cursor: move;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(../highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

#footer {
	margin:60px 0 10px 71px;
	font-family: Arial, Geneva, sans-serif;
	font-size:11px;
	color:#756f5d;
	}
