@charset "utf-8";
/* CSS Document */
/* Front */

html, body {
	height:100%;
	width:100%
}

body {
	margin:0px;
	padding:0px;
	background:url(../img/front/bg.jpg);
	background-repeat:repeat-x;
	background-color:#888673;
	}
	
h2 {
	font-size:14pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#456745;
	margin-top:6px;
	margin-bottom:6px;
}
	
	
#wrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: hidden;
	display: block;

}

#frontStructure {
	margin-left: -480px;
	position: absolute;
	top: -320px;
	left: 50%;
	width: 960px;
	height: 592px;
	visibility: visible;
}

#frontCaptions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	letter-spacing:0.75px;
	color:#456745;
}

#frontCaptions p {
	margin-top:8px;
	text-align:center;
}

#frontCaptions p a {
	color:#456745;
	text-decoration:underline;
}

#frontCaptions p a:hover {
	color:#89cc89;
}

.bottom {
	padding-bottom:20px;
}


#bg_top {
	background:url(../img/front/bg_top.png);
	height:10px;
	font-size:0px; /* thank you IE6 */
}

#bg_btm {
	background:url(../img/front/bg_btm.png);
	height:10px;
	font-size:0px; /* thank you IE6 */
}

#bg_center {
	background:url(../img/front/bg_center.png);
	height:100%;
}

#mainContent {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #83837d;
}

#topBar {
	background:url(../img/front/topBar.gif);
	height:33px;
	border:solid 1px #6c6c68;
}

#menuBar {
	height:35px;
	background:url(../img/front/menu_bg.png);
	border-left:solid 1px #40403e;
	border-right:solid 1px #40403e;
}

#menuBar span {
	margin-top:11px;
	height:35px;
	width:640px;
	display:block;
	float:right;
	text-align:right;
}

#menuBar span a {
	margin-right:30px;
	letter-spacing:1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#menuBar span a:hover {
	text-decoration:underline;
}

#logo {
	width:283px;
	height:106px;
	background:url(../img/front/jimsLogo.png);
	position:absolute;
	top:32px;
	left:20px;
	z-index:420;
}

#greenSpacer {
	height:6px;
	background:url(../img/front/greenSeparatorTop.gif);
	border-left:solid 1px #57564e;
	border-right:solid 1px #57564e;
	font-size:0px; /* thank you IE6 */
	}
	
#flash {
	height:214px;
	background:url(../img/front/noFlash.jpg);
}

#bottomContent {
	height:295px;
}

#lowerThird {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#lowerThird li {
	margin:0px;
	float:left;
	height:295px;
}
	
#leftHighlight {
	width:640px;
}

#leftHighlight ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#leftHighlight li {
	margin:35px 0px 0px 0px;
}

#leftHighlight li span {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#454567;
	font-size:10pt;
	font-weight:bold;	
	text-align:left;
	text-indent:4px;
	display:block;
	margin:0px 0px -14px 9px;
	padding:0px;
}

#leftHighlight a {
	width:200px;
	height:150px;
	
	display:block;
	float:left;
	margin:0px 0px 0px 9px;
}

#leftHighlight .exterior {
	background:url(../img/front/highlight_exterior.png);
}

#leftHighlight .interior {
	background:url(../img/front/highlight_interior.png);
}

#leftHighlight .other {
	background:url(../img/front/highlight_other.png);
}

#rightHighlight {
	width:300px;
}

#orangeHeader {
	background:url(../img/front/orangeHeader.gif);
	border:solid 1px #897676;
	border-top:none;
	height:33px;
}

#orangeHeader span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	text-align:left;
	margin-top:3px;
	margin-left:10px;
	float:left;
	}

#blueHeader {
	background:url(../img/front/blueHeader.gif);
	border:solid 1px #565689;
	border-top:none;
	height:33px;
}

#blueHeader span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	text-align:left;
	margin-top:5px;
	margin-left:10px;
	float:left;
	color:#FFCC33;
}

#leftContent {
	height:257px;
	background:url(../img/front/left_bg.gif);
	border-left:solid 3px #58574d;
	border-right:solid 1px #58574d;
	border-bottom:solid 3px #58574d;
}

#rightContent {
	height:257px;
	background:url(../img/front/right_bg.gif);
	border-left:solid 1px #58574d;
	border-right:solid 3px #58574d;
	border-bottom:solid 3px #58574d;
}

#rightContent p {
	padding:8px 8px 0px 8px;
	margin:0px 0px 10px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;

/* Main */