@charset "utf-8";
/* CSS Document */

/* Style Sheet for ScholteHomes.com */ 
html, body { 
 	text-align:center; 
	background-color: #666666;
	background-image:url(/img_upload/bg_body.gif);
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
} 
* {
	padding: 0;
	margin: 0;
}
/*------------------------------------------------------------ Layout divs */  
#pagewidth { 
 	width:950px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
}

#top {
	clear: both;
	background-image:url(/img_upload/bg_top.gif);
	background-repeat:no-repeat;
	height: 29px;
	width:100%;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
}

#top h1 {
    display:none;
}

p.left {
    padding-top:10px;
	padding-left:30px;
    float:left;
}
p.right {
    padding-top:10px;
	padding-right:30px;
    float:right;
}

p.right span {
    padding-left:25px;
}
 
#header {
	position:relative; 
 	height:231px; 
	width:100%;
	background-image:url(/img_upload/header.jpg);
	background-repeat: no-repeat;
}
#movie {
    padding-left:250px;
}
#navbar {
	clear: both;
	width: 100%;
	height: 36px;
	background-color: #797979;
	text-align:center;
}

.bar_end {
  width:3px;
	background-image:url(/img_upload/menu_chrome.jpg);
	height:36px;
	float:left;
}

#sub_nav {
	clear: both;
	width: 100%;
	height: 12px;
	background-image:url(/img_upload/bg_cont_top.gif);
	background-repeat: no-repeat;
}
#twocols {
	width: 100%;
	background-image: url(/img_upload/bg_cont.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}	 
#leftcol { 
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:249px;
}

div.nb_le_ce h3 {
   font-size:14px;
   padding-bottom: 10px;
   padding-top: 20px;
   padding-left:25px;
   font-weight: bold;
}

div.nb_le_ce p {
   font-size:12px;
   padding-left:25px;
   font-weight: normal;
}

div.nb_le_ce a {
   font-weight: normal;
   color: #000000;
   text-decoration:none;
}

div.nb_le_ce a:hover {
   font-weight: normal;
   color: #666666;
   text-decoration:none;
}

#rightcol {
	float: right;
	display: inline;
	position: relative;
	width: 700px;
        border-left: 1px #666666 dotted;
} 
#clrfooter {
 	clear:both;
	height: 23px;
	background-image:url(/img_upload/bg_bot.gif);
	background-repeat:no-repeat;
} 
#footer {
	width: 100%;
	clear: both;
	text-align: center;
}

#tracker {
	display: none;
}

#wxButtonFrame {
       margin-bottom: 15px;
       margin-left: 48px;
}


/* ------------------------------------------------------ Article styles ---*/
.out_art {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.out_art h1 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	clear: both;
}
.out_art h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
.out_art h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	display:none;
}
.out_art p {
	color: #000000;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	line-height:18px;
}
.out_art ul {
	color: #000000;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
.out_art ol {
	color: #000000;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
.out_prev_img {
	margin-bottom: 10px;
} 
.out_prev_img h3 {
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
}
.out_prev_img p {
	color: #000000;
	margin-bottom: 5px;
}
.out_link {
	clear: both;
}
.out_art .out_link h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
.out_art .out_link p.link_blurb_h {
	margin-bottom: 0;
}
.prev_copy {
	text-align: center;
}
.out_art .out_prev_img p {
	font-size: 11px;
	color: #000000;
}
.out_link p.link_blurb {
	color: #000000;
	line-height: normal;
	margin-bottom: 0;
}
.out_art .out_link a {
	color: #000000;
	text-decoration: underline;
}
.out_art .out_link a:hover {
	color: #000000;
	text-decoration: none;	
}
.out_art a {
	color: #000000;
	text-decoration: underline;
}
.out_art a:hover {
	color: #000000;
	text-decoration: none;
} 
.out_art img {
	border: none;
}
/*------------------------ end of article navigation styles (previous page, top of page) */

.out_art .out_footer {
	margin-bottom: 5px;
	font-size: 12px;
	color: #000000;
}
.out_art .out_footer a {
	color: #000000;
	padding-right: 5px;
}
.out_art .out_footer a:hover {
	color: #000000;
} 	  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
/*------------------------------------------------------------ Footer styles */  
#footer p {
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-bottom:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* --------------------------------------------right newsbox styles */
#rtnewscont {
	margin-top: 35px;
}
.nb_ri_top {
	display: none;
}
.nb_ri_ce {	
	width: 162px;
	margin-left: 14px;
	margin-bottom: 10px;
}	
.nb_ri_ce h3 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.nb_ri_ce img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.nb_ri_ce p {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
	text-align: left;
}
.nb_ri_ce a {
	color: #CCFF66;
}
.nb_ri_ce a:hover {
	color: #000000;
}
.nb_ri_bot {	
	display: none;
} 
/* ------------------------------------------------------ image page styles ---*/
#out {	
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
}
#out h1 {
	color:#000000;
	font-size:22px;
	font-weight:bold;
	margin-bottom: 10px;
	clear: both;
}
#out h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
#out a {
	color: #999999;
}
#out a:hover {
	color: #999999;
	text-decoration: underline;
}
/* ------------------------------------------------------ Contact form styles ---*/
.out_form {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
	color:#666666;
}	
.out_form h1 {
	color:#000000;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
	clear: both;
}
/* ------------------------------------------------------ Site map styles ---*/
.archive {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.archive h1 {
	color:#000000;
	font-size:22px;
	font-weight:bold;
	margin-bottom: 10px;
	clear: both;
}
.archive p {
	color: #000000;
	margin-bottom: 10px;
	font-size: 14px;
}
.archive a {
	color: #000000;
}
.archive a:hover {
	color: #000000;
}
/* ------------------------------------------------------ newsbox image alignment styles ---*/
.ri_img_center, .le_img_center, .ce_img_center {
	text-align: center;
}
.ri_img_left, .le_img_left, .ce_img_left {
	text-align: left;
}
.ri_img_right, .le_img_right, .ce_img_right {
	text-align: right;
} 

/* ------------------------------------------------------ lightbox styles ---*/
div.picture {
float:left;
margin:10px;
text-align:center;
}
* html .picture { display: inline; }  /* --Fix for IE6 --*/

.picture_top h3 {
	color: #333333;
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 11px;
}
.picture_bot {
	color: #333333;
	font-size: 11px;
	padding-top: 2px;
}
br.clearboth {
       margin:0;
       padding:0;
       clear:both;
}

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("/assets/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("/assets/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("/assets/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("/assets/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("/assets/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	} 	
/* Blog Styles */
#blg_entries {width:100%;font:11px verdana;margin:10px 0px 10px 0px;}
#blg_wrapper {position:relative;}
#blg_name {font-weight:bold;}
#blg_email {font-weight:bold;}
#blg_email a {text-decoration:none;color:#3300FF;}
#blg_box_bg1 { padding:8px;background:#FFFFFF;border-top: #bcd0fb 1px solid; border-bottom:  #bcd0fb 1px solid;}
#blg_box_bg2 { padding:8px;background:#e6edf5;}
.blg_comment {margin-top:10px;height:auto; font-size: 12px;}
.passed {margin-top:10px;text-align:center;padding:5px;width:320px;font:12px sans-serif;border:1px solid #90EE90;background:#F0F8FF; }
.failed {margin-top:10px;text-align:center;padding:5px;width:320px;font:12px sans-serif;border:1px solid #FEE0C6;background:#FEEED4; }
.blg_status {visibility:hidden;}

#blg_eml_domain {font:bold 12px verdana;}
#blg_eml_comment {font:12px verdana;padding:5px 0px 5px 0px;}
#blg_eml_name {font:bold 11px verdana;padding-bottom:3px;}
#blg_eml_name a {text-decoration:underline;color:black;}
#blg_eml_links {font:bold 11px verdana;padding-bottom:15px;}
#blg_eml_links a {color:#3333FF;}
#blg_eml_article {font:bold 12px verdana;padding-bottom:5px;}
#blg_approve {padding:5px 0px 5px 0px;color:green;font:bold 13px verdana;}
#blg_delete, #blg_token_exp {padding:5px 0px 5px 0px;color:red;font:bold 13px verdana;}

#blg_form {font:12px verdana;}
#blg_form textarea {width:210px;}

#blg_secur {width:176px;margin:5px 0px 5px 0px;}
#blg_secur_audio {float:left;font:11px verdana;}
#blg_secur_reload {float:right;font:11px verdana;}
#blg_secur_validate {margin:5px 0px 5px 0px;}


#blg_secur_validate input {font:12px verdana;}
#blg_secur_submit {width:80px;}
#clr {clear:both;}

/* Calendar Styles */
/* This wraps the actual calendar only - excludes calendar name and the hrefs below eg. Login*/
.calendarWrapper { position:relative;padding:2px }
.calendarWrapper caption { font:bold 12px sans-serif; }
.calendarWrapper table { width:100%}
.calendarWrapper #prev { position:absolute;top:3px;left:5px }
.calendarWrapper #next { position:absolute;top:3px;right:5px }
.calendarWrapper th {font-family: Tahoma, Geneva, sans-serif; font-size: 11px;color: #555555;text-align: center;}
.calendarWrapper td {font-family:Tahoma, Geneva, sans-serif; font-size: 11px; text-align: center;border:1px solid #CCCCCC;}
.calendarWrapper td a {text-decoration:none; color: #000000;}
.selected {background-color:yellow;}
.clr {clear:both;}

/* This is holds the entire content of the calendar */
.calendarContainer {width:180px;background:white;padding:16px 0px 0px 0px; margin-left:auto; margin-right:auto;}
.calendar #today {border:1px solid #000000}
.calendar #prev {background:url(/img_upload/arrow_back.gif) no-repeat;width:10px;height:13px;cursor:pointer}
.calendar #next {background:url(/img_upload/arrow_forth.gif) no-repeat;width:10px;height:13px;cursor:pointer}

/* Href options Back to today - Login - Logout */
#calBack {font:11px arial;float:left}
#calBack a {color:#000000; text-decoration:underline;}
#calBack a:hover {color:#000000; text-decoration:none;}
#calLogin {font:11px arial;float:left}
#calLogin a {color:#000000; text-decoration:underline;}
#calLogin a:hover {color:#000000; text-decoration:none;}
#calLogout {font:11px arial;float:left}
#calLogout a {color:#000000; text-decoration:underline;}
#calLogout a:hover {color:#000000; text-decoration:none;}

/* Cal Login Box */
.calLoginBox {border:3px solid #999999;padding:8px;background:white;font:bold 12px arial;width:auto;margin:0px 5px 0px 5px;margin-top:10px}
.calLoginBox #errormsg {text-align:center;font:bold 12px arial;color:red;background:pink;margin-top:5px;}
.calLoginBox input {margin-bottom:8px;width:90%;font-size:12px;color:#777777}
.calLoginBox #lButtons {font:bold 10px arial;width:50px}
.calAdmin {width:150px;float:left;border:1px solid red;}

/* Cal Events when Logged In */
.eventbox {border:1px solid #000000;width:350px;text-align:left;margin:10px;padding:10px;}
.eventbox textarea, .eventbox input {width:320px}
.eventbox #From {padding-right:10px;padding-top:10px;float:left}
.eventbox #Del {width:50px;font-size:10px;margin-top:10px;float:right;margin-right:25px;}
.caledit {border:5px solid #000000;padding:8px;text-align:left;font:12px arial;background:white;width:390px;top:30%;z-index:9999;}
.caledit #cDate {float:right;padding-left:10px;font-weight:bold;color:#000000;}
.caledit #calName {padding-left:10px;font-weight:bold;}
.caledit #Save {margin-left:8px;font-size:10px;}
.caledit #Cancel, .caledit #NewEvent {font-size:10px;}

/* Cal Event View for Users */
.caluserevent {font:12px arial;text-align:left;width:480px;border:5px solid #999999;background:white;padding:16px 8px 8px 8px;z-index:9999}
.caluserevent #cHeader {position:relative;font:bold 15px arial;color:#000000;padding-bottom:15px;margin-bottom:10px;border-bottom:1px solid #000000;}
.caluserevent #cDate {font-weight:bold;color:#000000;font-size:12px;}
.caluserevent #cEvents {font-weight:bold;color:#000000;font-size:16px;}
.caluserevent #cCloseButton {position:absolute;right:5px;top:-5px;}
.caluserevent #cCloseButton a {font:bold 12px arial;color:#000000;text-decoration:none;}
.caluserevent #cEventBox {margin-bottom:10px;border-bottom:1px solid #CCCCFF;padding-bottom:10px;}
.caluserevent #cTime {font:bold 10px arial;background:#efefef;padding-left:5px;color:white;}
.caluserevent #cEventText {padding:5px;font-size:12px}

#info {height:500px;}

/* Horizontal Drop Down Navigation

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:36px 0 100px 15px; position:relative; width:735px; height:36px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:120px; font-family: Tahoma, Geneva, sans-serif; font-size:13px; color:#666666; font-weight:bold; height:36px; line-height:35px; text-decoration:none; text-indent:-4px; border-width:1px 0 1px 1px;text-align:center}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background-image: url(/img_upload/menu_inact.jpg);}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {color:#999999; background-image: url(/img_upload/menu_inact.jpg);}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; margin-top:20px; padding:1px 30px 30px 30px; width:165px}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background-image: url(/img_upload/menu_inact.jpg); color:#666666;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background-image: url(/img_upload/menu_inact.jpg); color:#666666;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#pmenu li.drop { background-image: url(/img_upload/menu_inact.jpg); }
#pmenu li.drop .mdrop { background:#999999;width:165px; }
#pmenu li.drop .mdrop a {color:#000000; font-size:11px; font-weight:normal; background:#999999;width:165px;border:1px solid black;border-width:0px 1px 1px 1px;text-align:left;height:26px;line-height:26px;padding-left:10px; }
#pmenu li.drop .mdrop a:hover { color:#efefef; background:#666666;width:165px;border:1px solid black;border-width:0px 1px 1px 1px;height:26px;line-height:26px; }

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; margin-top:20px; padding:1px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}

/* Quick Form in left Side Bar */

div.userInfoForm label {
   display:block;
   margin-bottom:10px;
   color:#999999;
}

div.userInfoForm label span {
   display:block;
   float:left;
   padding:1px 6px 1px 0px;
   text-align:right;
   font-weight:bold;
   width:50px;
}

div.userInfoForm h1 {
   font-size:14px;
   color:#000000;
   margin:0;
   padding:0;
   padding-bottom:4px;
}

div.userInfoForm { width:200px;margin-top:20px;margin-bottom:20px;margin-left:auto;margin-right:auto;}
div.userInfoForm fieldset { font-size:12px }
div.userInfoForm label input { float:left;width:110px;height:18px;font-size:10px;margin-bottom:3px;height:13px }
div.userInfoForm label span { font-size:10px;font-weight:normal }
div.userInfoForm label select { float:left;font-size:10px;margin-bottom:3px }
div.userInfoForm label textarea { float:left;width:150px;height:40px;margin-left:15px; }

fieldset.details {
 margin-bottom:8px;
 padding:6px;
 padding-top:10px;
}

fieldset.details legend {
font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
padding:4px;
}

form {
 margin:0;
 padding:0;
}


