/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	background-image: url(../images/JNC_body_bg.png);
	background-attachment: fixed;
	background-position: center;
}
#container {
	margin: auto;
	width: 850px;
	background-image: url(../images/JNC_content_bg.gif);
}
#header {
	background-image:url(../images/JNC_header_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	height: 177px;
}
#JNC_header {
	position: absolute;
	top: 0px;
}
#JNC_Flash {
	margin: 1px 25px;
	height: 219px;
	position: absolute;
	top: 177px;
}
#nav {
	position: absolute;
	bottom: 0px;
	background-image: url(../images/JNC_nav_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 800px;
	padding:3px 22px 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 16px;
	text-align: center;
	background-color:#CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 1px;
}
#nav li {
	display: inline;
	margin: 1px;
}
#nav a {
	text-decoration: none;
	color: #ddd;
	padding: 2px 5px 0px;
}
#nav a:hover {
	color: #000;
	background-image: url(../images/JNC_nav_button_bg.png);
}
#nav a.selected {
	color: #800;
	background-image: url(../images/JNC_nav_button_bg.png);
	font-size: 18px;
	padding: 0px 5px 0px;
	/*font-weight: bold;*/
}
#content {
	background-image:url(../images/JNC_content_bg.gif);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 25px;
	background-color: #ddd;
}
#content img {
}
#content p {
	padding: 0px 5px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}
#content a {
	text-decoration: none;
	color: #333;
}
#content a:hover {
	text-decoration: none;
	color: #000;
}
#content h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h2 {
	background-color: #844;
	background-image: url(../images/JNC_h3_bg.png);
	background-repeat: no-repeat;
	color: #eee;
	margin: 10px;
	font-size: 24px;
	padding: 0px;
	line-height: 24px;
	text-align: center;
	font-weight: lighter;
}
#content h3 {
	background-color: #844;
	line-height: 24px;
	padding-left: 60px;
	margin:5px;
	font-weight: lighter;
	font-size: 24px;
	background-image: url(../images/JNC_h3_bg.png);
	background-repeat: no-repeat;
}
#content h4 {
	background-color: #844;
	color: #000;
	text-align: center;
	padding: 3px;
	margin:1px;
	font-weight: lighter;
	font-size: 16px;
}
#content h4 a {
	color: #fff;
}
#contact_us_form {
	font-size: 11px;
	position: relative;
	margin: 5px;
	padding-top: 5px;
}
.row {
	height: 25px;
	position: relative;
	margin: 3px;
}
.row a {
	position: absolute;
	left: 80px;
	vertical-align: middle;
}
.row label {
	position: absolute;
	right: 310px;
	vertical-align: middle;
	text-align: right;
}
.row input {
	position: absolute;
	left: 132px;
	vertical-align: middle;
}
.row textarea {
	position: absolute;
	left: 132px;
}
.row select {
	position: absolute;
	left: 233px;
	bottom: 7px;
}
.row div {
	position: absolute;
	right: 5px;
}
.row div label {
	position: static;
	margin-left: 5px;
}
.row div input {
	position: static;
}

.spacer { clear: both; height: 0px; }
.center { text-align:center; }
.required { color:#CC0000; font-size:80%; }
.message { color: #0D5F29; }
.success {
	background-color:#696;
	margin: 5px;
	padding:5px;
	font-size:14px;
	color:#fff;
}

.left {
	float: left;
	border: 1px solid #999;
	margin: 5px;
}
.middle {
	margin: 5px auto;
	border: thin solid #999;
}
.right {
	float: right;
	border: 1px solid #999;
	margin: 5px;
}
.none {
	display: block;
	clear: both;
}
.float {
	float: left;
	width: 240px;
	margin: 5px;
	padding: 5px;
	background-color: #999;
	text-align: center;
}

.testimonial {
	margin: 10px;
	border: 1px solid #000;
}
img.testimonial_pic {
	float: left;
	background-color: #ccc;
	clear: none;
	margin: 5px;
	padding: 3px;
}
.testimonial_summary {
	display: inline;
}
.testimonial_full {
	display: inline;
}

.step {
	float: left;
	width: 321px;
	margin: 10px;
	text-align:center;
	border: 1px solid #ccc;
	background-color: #fff;
}
.step img {
	padding: 10px;
	margin: 3px;
	background-color: #eee;
}
.step div {
	padding: 5px;
}

#edit_content_form_right {
	font-size: 11px;
	position: relative;
	background-color:#eee;
}
#edit_content_form_right .row a {
	position: absolute;
	left: 70px;
	vertical-align: middle;
}
#edit_content_form_right .row label {
	position: absolute;
	right: 380px;
	text-align: right;
}
#edit_content_form_right .row div {
	position: absolute;
	right: 5px;
}
#edit_content_form_right .row div label {
	position: static;
	margin-left: 5px;
}
#edit_content_form_right .row div input {
	position: static;
}
#edit_content_form_right  select {
	position: absolute;
	left: 118px;
	bottom: 7px;
}

#footer {
	width: 850px;
	height: 70px;
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	background-image: url(../images/JNC_footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 0px;
}
#footer a {
	color: #111;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footerNavigation {
	float: left;
	width: 400px;
	text-align: center;
}
#footerAddress {
	float: right;
	text-align:center;
	width: 425px;
}
#TeamBSEfooter {
	float: right;
	margin: 10px auto;
	text-align:center;
	font-size:10px;
	width: 425px;
}

/* Community Links */
#communityLinks {
	font-size: 16px;
	color: #fff;
	background-color: #999;
	border: thin solid #333;
	margin: 10px;
}
#communityLinks h3 {
}
#communityLinks ol {
	list-style: upper-alpha inside;
	color: #000;
	padding: 0px;
	margin: 0px;
}
#communityLinks li {
	margin: 5px;
}
#communityLinks a:link {
	color: #000;
	text-decoration: none;
}
#communityLinks a:visited {
	color: #000;
	text-decoration: none;
}
#communityLinks a:hover {
	text-decoration: underline;
}
#communityLinks .subText {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}
/* Locator Info Window */
.infoWindow {
	font: 12px "Times New Roman", Times, serif;
	color: #000;
}
.infoWindow input {
}
.infoWindow h3 {
	background-image: none;
	font-size: 18px;
	border-bottom: thin solid #00f;
	margin-bottom: 5px;
}
.infoWindow p {
	width: 250px;
	margin: 0px;
	min-height: 75px;
}
/* Locator Navigation */
#com_nav {
	font-size: 14px;
	color: #fff;
	border: thin solid #333;
	padding: none;
	margin: 5px;
	background-color: #999;
}
#com_nav ul {
	list-style: none none;
	margin: 0px;
	padding: 0px;
}
#com_nav li {
}
#com_nav a {
	display: block;
	padding: 3px;
	text-align: right;
}
#com_nav a:link {
	color: #000;
	text-decoration: none;
}
#com_nav a:visited {
	color: #000;
	text-decoration: none;
}
#com_nav a:hover {
	color: #fff;
	text-decoration: none;
}
#com_nav a.selected {
	color: #fff;
	background-color: #844;
	text-decoration: none;
}
#searchwell .unselected {
	background-color: #DDDDDD;
	color:#666666;
	margin: 5px;
	padding: 10px;
}
#placelist {
	overflow-y: scroll;
	height: 420px;
	color: #000;
}
/* Available homes */
.available_home {
	margin: 3px;
	border: 1px solid #000;
	background-color: #fff;
}
.available_home img {
	float: left;
	border: 1px solid #000;
	width: 176px;
	margin: 5px;
}
.available_home div {
	margin: 5px;
	padding: 5px;
}
.available_home div a {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}
.available_home h4 a {
	border: none;
}
.available_home h4 a:hover {
	color: #eee;
}

#available_home_nav {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 3px;
}
#available_home_nav a {
	float: left;
	text-align: center;
	color: #FFFFFF;
	width: 150px;
	height: 20px;
	padding-top: 5px;
	background-image: url(../iface/tab.gif);
	text-decoration: none;
}
#available_home_nav a:hover {
	float: left;
	text-align: center;
	color: #FFFFFF;
	width: 150px;
	height: 20px;
	padding-top: 5px;
	background-image: url(../iface/tab_down.gif);
	text-decoration: none;
}

#available_home {
	border: 1px solid #000;
    clear: both;
	background-color: #fff;
}
#available_home_image {
	float: left;
	width: 250px;
	margin:10px;
	text-align: center;
}
#available_home_image div {
	text-align: center;
}
#available_home_detail {
	float: left;
	width: 225px;
}
#available_home_toolbar {
	font-size: 12px;
	float: right;
	width: 150px;
	margin: 5px;
	min-height: 200px;
}
#available_home_toolbar h3 {
	background-image: url(../iface/tab_down.gif);
	background-color: #fff;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
#available_home_toolbar div {
	border: 1px solid #000;
	padding: 3px;
}
#available_home_content {
	clear: both;
}
#available_home_description {
	padding: 10px;
}

/* Administrative Header */
#adminHeader {
	background-color: #fff;
	color: #666;
	font-size: 11px;
	width: 850px;
	margin: auto;
}
#adminHeader select {
	font-size: 11px;
}
#adminHeader input {
	font-size: 11px;
}
#adminHeader form {
	display: inline;
	margin: 10px;
}
#adminLogin {
	margin: 3px;
}
#adminLinks {
	margin: 3px;
}
.editableContent p {
}
.edit_layout {
	font-size: 10px;
	text-align: center;
}
.edit_layout img {
	border: none;
	padding: 0px;
	margin: 0px;
}
.edit_layout a {
	border: none;
}
