/* css style sheet for WatsonCouncil.com */ 
html, body {
	text-align: center;
	background-color: #eeeeee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
} 
* {
	padding: 0;
	margin: 0;
}
/* Layout divs */   
#pagewidth { 
 	width: 770px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto; 
	margin-top: 10px;
} 
 
#header {
 	height: 230px;
 	width: 100%;
} 
#wrapper {
	width: 100%;
	background-image: url(/img_upload/pagewidth_bg.gif);
	background-repeat: repeat-y;
}
#maincol {  
 	float: left; 
 	width: 607px;
}
#rightcol {
	width: 163px;
	float: right;
	display: inline;
	padding-top: 10px;
} 
#footer {
 	height: 60px; 
 	clear: both;
	background-image: url(/img_upload/bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
} 
#tracker {
	display: none;
}
/* ------------------------------------------------------ Menu styles ---*/
.menutop, .menubot {
	display: none;
}
.menu {
	width: 136px;
	margin-left: 10px;
}
.menu ul {
	font-size: 11px;
}
.menu li {
	color: #333333;
	margin-left: 15px;
	line-height: 18px;
	list-style-type:square;
}
li.menuheader {
	color: #333333;
	list-style-type: none;
	line-height: 20px;
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
}
.menu li a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.menu li a:hover {	
	color: #ffffff;
}
/* ----------------------------------------------right newsbox styles */
.nb_ri_top {
	display: none;
}
.nb_ri_ce {	
	width: 136px;
	margin-left: 10px;
	margin-top: 10px;
}	
.nb_ri_ce h3 {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}
.nb_ri_ce p {
	color: #ffffff;
	font-size: 11px;

}
.nb_ri_ce ul {
	color: #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 11px;
}	
.nb_ri_ce ol {
	color: #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 11px;
}	
.nb_ri_ce a {
	color: #ffffff;
	font-weight: bold;
}
.nb_ri_ce a:hover {
	color: #333333;
}
.nb_ri_bot {	
	display: none;
}
/* ----------------------------------------------Breadcrumb styles */
#breadcrums {
	margin-top: 10px;
	margin-left: 15px;
	color: #666666;
	font-size: 11px;
}
/* ------------------------------------------------------ Article styles ---*/
.out_art {
	margin-left: 35px;
	margin-right: 35px;
}
.out_art h1 {
	border-bottom:2px solid #FF9C01;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:12px 12px 6px;
	margin-bottom: 10px;
	clear: both;
}
.out_art h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	padding-left: 12px;
	padding-right: 12px;
}
.out_art h4 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.out_art p {
	color: #333333;
	margin-bottom: 10px;
	line-height: 18px;
	padding-left: 12px;
	padding-right: 12px;
}
.out_art ul {
	color: #333333;
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 18px;
	padding-left: 12px;
	padding-right: 12px;
}
.out_art ol {
	color: #333333;
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 18px;
	padding-left: 12px;
	padding-right: 12px;
}
.out_prev_img {
	margin-bottom: 10px;
	margin-left: 12px;
} 
.out_prev_img h3 {
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-size: 12px;
}
.out_prev_img p {
	color: #333333;
	margin-bottom: 5px;
	padding-left: 0;
}
img.prevout {
	margin-right: 10px;
}
.out_link {
	clear: both;
}
.out_art .out_link h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
.out_art .out_link p {
	color: #333333;
}
.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: #333333;
}
.out_link p.link_blurb {
	color: #333333;
	line-height: normal;
	margin-bottom: 0;
}
.out_art .out_link a {
	color: #FF9C01;
}
.out_art .out_link a:hover {
	color: #333333;
}
.out_art a {
	color: #FF9C01;
}
.out_art a:hover {
	color: #333333;
} 
/*------------------------ end of article navigation styles (previous page, top of page) */

.out_art .out_footer {
	margin-bottom: 5px;
	font-size: 10px;
	color: #666666;
}
.out_art .out_footer a {
	color: #666666;
	padding-right: 5px;
}
.out_art .out_footer a:hover {
	color: #FF9C01;
} 
/* ------------------------------------------------------ image page styles ---*/
#out {	
	margin-left: 35px;
	margin-right: 35px;
}
#out h1 {
	border-bottom:2px solid #FF9C01;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:12px 12px 6px;
	margin-bottom: 10px;
	clear: both;
}
#out h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
#out a {
	color: #FF9C01;
}
#out a:hover {
	color: #333333;
}
/* ------------------------------------------------------ Contact form styles ---*/
.out_form {
	margin-left: 35px;
	margin-right: 35px;
}
.out_form form {
	padding-left: 12px;
}
	
.out_form h1 {
	font-size: 18px;
	border-bottom:2px solid #FF9C01;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:12px 12px 6px;
	margin-bottom: 10px;
	clear: both;
}
/* ------------------------------------------------------ Site map styles ---*/
.archive {
	margin-left: 35px;
	margin-right: 35px;
}
.archive h1 {
	font-size: 18px;
	border-bottom:2px solid #FF9C01;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:12px 12px 6px;
	margin-bottom: 10px;
	clear: both;
}
.archive p {
	color: #333333;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.archive a {
	color: #FF9C01;
}
.archive a:hover {
	color: #333333;
}
/* ------------------------------------------------------ footer styles ---*/
#footer p {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 35px;
}
#footer a {	
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* ------------------------------------------------------ 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: center;
} 
.ri_img_center img, ri_img_left img, ri_img_left img {
	padding-top: 10px;
} 
 /* *** 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 */  

/* ------------------------------------------------------ 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 */
#blog_box { padding-left:12px; padding-right:12px }
#blog_form { padding-left:12px; padding-right:12px }
#blg_entries {width:100%;font:12px 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:#EEF3E2}
#blg_box_bg2 { padding:8px;background:#EBECE4}
.blg_comment {margin-top:10px;height:auto}
.passed {margin-left:12px;margin-top:10px;text-align:center;padding:5px;width:320px;font:12px sans-serif;border:1px solid #90EE90;background:#F0F8FF;color:green }
.failed {margin-left:12px;margin-top:10px;text-align:center;padding:5px;width:320px;font:12px sans-serif;border:1px solid #FEE0C6;background:#FEEED4;color:#FF3333 }
.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}

/* Contact Form */
#form_wrapper { padding:0px 12px 0px 12px }
