@charset "UTF-8";
/* CSS Document */

body {
	background-color: #182d5a;
	background-image: url(../images/bg-main.png);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a,
a:active,
a:visited,
a:hover {
	color:#7DBE47;
	outline:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
}

h4 {
	font-style:italic;
	color:#666;
	font-size:13px;
	margin-top:0;
}

#logo {
	float:left;	
}

#logo h1 {
	margin-bottom:0;		
}

#logo h1 span {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#999;
	margin-bottom:20px;
}

#phoneNumber {
	margin-top:45px;
	font-size:18px;
	font-weight:normal;
	color:#333;
	font-style:italic;
	float:right;
}

#mainNav {
	float:left;	
}

#mainNav ul {
	margin:0;
	padding:0;
}

#mainNav ul li {
	list-style-type:none;
	float:left;
	width:154px;
	height:56px;
	overflow:hidden;
}

#mainNav ul li a,
#mainNav ul li a:active,
#mainNav ul li a:visited,
#mainNav ul li a:hover {
	display:block;
	text-decoration:none;
	background-image:url(../images/bg-nav.png);
	width:140px;
	height:56px;
	padding:14px 0 0 14px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:14px;
}

#mainNav ul li a:hover {
	background-image:url(../images/bg-nav-o.png);
}

#mainNav ul li a span {
	font-size:12px;
	color:#999;
	font-style:italic;
	font-weight:normal;
}

#mainNav ul li a.selected {
	background-image:url(../images/bg-nav-o.png);
}

#loriTV {
	float:right;
	width:234px;
	height:56px;
	overflow:hidden;
}

#loriTV a,
#loriTV a:active,
#loriTV a:visited,
#loriTV a:hover {
	display:block;
	text-decoration:none;
	background-image:url(../images/bg-tv.png);
	width:127px;
	height:56px;
	padding:14px 0 0 107px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:14px;
}

#loriTV a:hover {
	background-image:url(../images/bg-tv-o.png);
}

#loriTV a span {
	font-size:12px;
	color:#999;
	font-style:italic;
	font-weight:normal;
}

#navBar {
	background-image:url(../images/bg-navBar.png);
	padding:10px 30px 0 0;
	height:40px;
}

#navBar ul {
	margin:0;
	padding:0;
}

#navBar ul li {
	list-style-type:none;
	float:left;
	overflow:hidden;
	margin-left:10px;
}

#navBar ul li a,
#navBar ul li a:active,
#navBar ul li a:visited,
#navBar ul li a:hover {
	display:block;
	text-decoration:none;
	background-color:#CCC;
	height:16px;
	padding:4px 5px 2px 5px;
	font-size:12px;
	color:#000;
	font-weight:normal;
	line-height:12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#navBar ul li a:hover {
	background-color:#7dbe47;
	color:#fff;
}

#navBar ul li.selected a,
#navBar ul li.selected a:hover {
	background-color:#7dbe47;
	color:#fff;
}

#printStuff {
	float:right;
	line-height:18px;
}

#billboard {
	background-image:url(../images/billboard.jpg);
	padding:0 400px 0 30px;
}

#billboard h2 {
	font-size:36px;
	margin:0 0 20px 0;
}

#billboard h3 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
}

#billboard h4 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 20px 0;
}

.homeWidget {
	background-image:url(../images/bg-widget.png);
	background-repeat:no-repeat;
	width:273px;
	height:293px;
	float:left;
	margin-top:15px;
}

.homeWidget h5 {
	color:#fff;
	font-size:14px;
	margin:0 0 0 30px;
	line-height:35px;
}

.widgetContent {
	margin:0 30px 0 30px;	
}

.widgetContent h6 {
	font-size:14px;
	color:#000;
	margin:10px 0 10px 0;
}

.widgetContent select {
	width:170px;	
}



.googleMaps {
	margin:5px 0 0 0;
}

.googleMapsImg img {
	border:5px solid #eee;
	width:100px;
	height:67px;
}

/* @group Slider

	
		.slider-wrap {
			margin: 25px 0 0 0;
			position: relative;
			width: 100%;
		}
	
		.csw {width: 100%; height: 460px; background: #fff; overflow: auto}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer {
			position: relative;
			overflow: hidden; 
			border: 1px solid #d7d7d7;
			border-top: none;
			margin: auto;
			width: 850px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer {
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
		}
		
		.stripViewer .panelContainer .panel {
			float:left;
			height: 100%;
			position: relative;
			width: 850px;
		}
		
		.stripViewer .panelContainer .panel .wrapper {
			padding: 25px 25px;
		}
		
		.stripNav {
			background: #eee;
			border-top: 1px solid #d7d7d7;
			border-left: 1px solid #d7d7d7;
			border-right: 1px solid #d7d7d7;
			height: 36px;
			margin: 0;
			overflow: hidden;
		}
		
		.stripNav ul {
			list-style: none;
			margin: 0;
			overflow: hidden;
			padding: 0;
		}
		
		.stripNav ul li {
			float: left;
			margin: 0;
		}
		
		#stripNav0 a {
			font-size: 14px;
			font-weight: normal;
			text-align: center;
			line-height: 36px;
			color: #888;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		

		#stripNav0 li a:hover {
			background: #ddd;
			color: #888;
			text-decoration: none;
		}
		
		#stripNav0 li a.current {
			background: #fff;
			color: #333;
		}
		
		#listingsWrapper {
			height:400px;
			overflow:auto;
		}
*/

#neighborhoodMenu {
	z-index:9998;
}

.pulldownMenu {
	width:209px;
	height:29px;
	background-color:#fff;
}

.pulldownMenu a {
	width:199px;
	height:22px;
	display:block;
	padding:7px 0 0 10px;
	text-decoration:none;
	color:#333;
	background-image:url(/images/pulldown.png);
	background-repeat:no-repeat;
}

.pulldownContent {
	position:absolute;
	width:207px;
	height:170px;
	overflow:auto;
	background-color:#fff;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	visibility:hidden;
	z-index:9999;
}

.pulldownContent ul {
	margin:0;
	padding:0;
}

.pulldownContent ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

.pulldownContent ul li a {
	display:block;
	height:17px;
	padding:6px 10px 5px 10px;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

.pulldownContent ul li a:hover {
	background-color:#fafafa;
}

#photoGallery {
	margin-top:10px;
	border:1px dotted #ccc;
	width:360px;
	padding-bottom:5px;
}

.photoDiv {
	float:left;
	margin:0 0 5px 5px;
	display:none;
}

.photoDiv img {
	width:66px;
	height:44px;
	border:0;
}

#missionVideo {
	margin-bottom:10px;
	border:1px dotted #ccc;
	width:360px;
	height:31px;
	padding-top:13px;
	background-image:url(/images/tv.png);
	background-repeat:no-repeat;
	display:none;
}

#missionVideo a {
	text-indent:-900px;
	overflow:hidden;
	display:block;
}

#virtualTour {
	margin-bottom:10px;
	border:1px dotted #ccc;
	width:360px;
	height:31px;
	padding-top:13px;
	background-image:url(/images/virtual_tour.png);
	background-repeat:no-repeat;
	display:none;
}

#virtualTour a {
	text-indent:-900px;
	overflow:hidden;
	display:block;
}

.specsLabel {
	width:110px;
	padding:10px;
	border-bottom:1px dotted #c8c6b1;
	font-size:13px;
	background-color:#f3f1e2;
	float:left;
}

.specsValue {
	width:305px;
	padding:10px;
	border-bottom:1px dotted #c8c6b1;
	font-size:13px;
	background-color:#f3f1e2;
	float:left;
}

ol.blogsitesummary li span.author { display:none; }
ol.blogsitesummary li span.date {display:none;}
ol.blogsitesummary li {list-style: disc}
ol.blogsitesummary li {padding-right: 10px}
ol.blogsitesummary li {padding-bottom: 5px}
ol.blogsitesummary li a: hover {text-decoration:none}
	
	


/* @end */

