* {
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline:none;
}
body {
	background:url(images/bg.jpg) repeat-x #03C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	outline:none;
	color:#03C;
}
a:hover, #content a:hover {
	color:#fb0235;
}
#wrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:109px;
	width:900px;
	background:#FFF url(images/header_bg.jpg) no-repeat;
}

#headerLogo {
	position:relative;
	left:10px;
	top:15px;
	height:85px;
	width:268px;
}

/*contains nav, content, & footer - used to contain w/ narrower width*/
#innerWrap {
	background: #FFF url(images/innerwrap_bg.gif) repeat-y;
	width:863px;
	padding: 0px 2px 0px 2px;
	position:relative;
	left:16px;
	margin: 0px;
	border:none;
}

/* Nav */
#nav {
	width:180px;
	float:left;
	padding:25px 0px 0px 0px;
	background:#CCC url(images/nav_head.gif) no-repeat;
}

#nav a img {
	margin-bottom:5px;
}

#navPhone {
	color:#F00;
	font-size:14px;
	font-weight: bold;	
	padding:5px 10px 0 10px;

}

#navBottom {
	padding:10px 13px 5px 13px;
}

#navBottom h4 {
	color:#F00;
	font-size:12px;
}

#navBottom p {
	font-size:11px;
}

/* Content */
#content {
	background: url(images/content_head.jpg) no-repeat;
	width:681px;
	float:left;
	padding-left:2px;
	padding-top:25px;
}



/* since interior pages required a 25px padding at the top... */
#coverFlash {
	margin-top:-25px;
}

#specialsFlash {
	width:630px; 
	margin:10px auto 10px auto;
}

/* Footer */
#footer {
	clear:both;
	height:57px;
	background:#FFF url(images/footer_bg.jpg) no-repeat 0px 2px;
	color: #FFF;
	margin-top:2px;
}

#footerAddy {
	float:left;
	padding-left:13px;
	padding-top:6px;
}

#footerPhone {
	float:right;
	padding-right:13px;
	padding-top:17px;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
}

/* floorplan pages */

#floorplans {
	margin-left:40px;
	margin-right:40px;
}

#floorplans p {
	width:125px;
	height:105px;
	margin:0 0 0 10px;
	float:left;
}

#floorplans span {
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:8px;
	left:5px;
	background:#fff;
	padding:0 2px 0 2px;
}

#floorplans img {
	border:1px solid #dedede;
	padding: 5px;
}

#floorplans h2 {
	clear:both;
	margin:10px 0 0 0;
}

#floorplans p.fpText {
	width:100%;
	height:100%;
	margin:10px 0px 20px 0px;
	float:left;
}

#floorplans img.fpImage {
	float:left;
	padding:0px;
}


/*Staff
#staff div {
	clear:both;
	width:635px;
	border:1px solid #dedede;
	margin:15px 0 0 20px;
	height:96px;
}
#staff img {
	width:100px;
	height:90px;
	margin:3px 10px 3px 3px;
}
*/


/* Staff Page */
#staff{
	overflow:hidden;
	width:600px;
	margin: 0px auto;
}

#staff .staffIndWrap {
	float:left;
}

#staff .staffInd{
	width:150px;
	height:275px;
	text-align:center;
	padding:10px;
	margin:15px;
}

.staffInd img{
	width:115px;
	height:160px;
	margin:10px;
	border:2px #2684ff solid;
}

.staffInd .staffName{
	font-weight:bold;
	color:#2684ff;
}

.staffInd .staffTitle{
	font-style:italic;
}

.staffInd .staffPhone{}

.staffInd .staffEmail{}

/* Special Classes and IDs */
h1, h2, h3 {
	font-size:13px;
}
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}

#site {
	margin-left:50px;
}

#site li.none {
	list-style-type:none;
}
#site li ul li {
	margin-left:20px;
}
