/* @override 
	http://192.168.0.150/owcs/style/owcs.css
	http://192.168.0.150:9007/style/owcs.css
	http://cjamesrun.com/client_area/owcs/style/owcs.css
	http://owcs.ca/style/owcs.css
*/

body {
	margin: 0px 0px 0px 0px;
	color: #333;
	font: 1.0em/1.0em Helvetica,Arial,sans-serif;
}
.innertube{
	margin: 0 auto;
	width: 775px;
	padding: 0;
	font-size: .75em;
}
#top_bar{
	background-color: #6a7b8f;
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
}
.logo_container{
	background: white url(../images/logo_bar_back.png) repeat-x 0 bottom;
	height: 130px; 
}
.logo {
	height: 130px;
	width: 462px;
	background: none no-repeat;
	margin-top: 4px;
}
.logo a{
	border: none;
}
.logo a img{
	border: none;
}
#tool_menu{
	float: right;
	width: 250px;
	text-align: right;
	font-size: .875em;
	margin-top: 3px;
}
#tool_menu a:hover{
	text-decoration: none;
}
#tool_menu a{
	text-decoration: underline;
	color: #333;
}
#menu_container{
background-color: #1d3746;
	height: 28px;
}

/* ######### OWCS Main Menu Bar CSS ######### */

.owcsmenu{
width: 100%;
font-weight: bold;
background-color: #1d3746;

}

.owcsmenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.owcsmenu ul{

margin: 0px;
text-align: center;
height: 22px;
padding: 4px 0;
}

.owcsmenu ul li{
display: inline;

	color: #fff;
	text-align: center;
	
}

.owcsmenu ul li a{
border-right: 1px solid #DADADA; 
color: #fff;
text-decoration: none;
	margin: 2px;
	padding: 4px 6px 4px 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.owcsmenu ul li a:hover{
	background: #336565 }

.owcsmenu ul li a.selected{
	background: #336565 center center;
;
}
.owcsmenu li span {
	font-size: .8em;
	line-height: 2.2em;
}
.owcsmenu span.dropdown a{
	padding-right: 17px;
	background: url(../images/menu_drop_down.gif) no-repeat right;
}
.owcsmenu ul li span.dropdown a:hover{
	background: #336565 url(../images/menu_drop_down.gif) no-repeat right;
}
.owcsmenu ul li span.dropdown a.selected{
	background: #336565 url(../images/menu_drop_down.gif) no-repeat right;
;
}



/* ######### OWCS Main Menu Bar CSS ######### */

#black_spacer{
	height: 2px;
	background-color: #000;
		width: 100%;
	float: left;
	clear: both;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#black_spacer_thick{
	height: 5px;
	background-color: #000;
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;

}
#blue_spacer_thin{
	height: 2px;
	background-color: #6a7b8f;
		width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
#splash_container {
	background: url(../images/splash_background.gif) repeat-x;
	height: 205px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#splash_container #splash_image{
	float: left;
	border-right: 1px solid #eeecdf;
	border-left: 1px solid #eeecdf;
}

#splash_container #splash_text{
	float: right;

	width: 360px;
	padding-top: 20px;
}
#content-container {
	background: #fff url(../images/content_background.gif) repeat;
}
h1{
	color: #fe0098;
	width: 100%;
	border-bottom: 1px solid #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: normal normal 190%/90% "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2{
	font-size: 120%;
	font-weight: bold;
}
.content {
	width: 100%;
	float: left;
}
#content-container{
	color: #003;
	width: 100%;
}
#content-container ul{
	list-style-type: disc;
	list-style-image: url(../images/heart_bullet.gif);
}
#content-container ul.plain_bullets{
	list-style-type: disc;
	list-style-image: none;
}
#content-container ul a{
	color: #333;
}
#content-container ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#content-container ol li {
		padding-top: 2px;
	padding-bottom: 2px;
}
#content-container ul a:hover{
text-decoration: none;
}

#sidebar_container {
	float: right;
	width: 235px;
	margin-top: 10px;
	background-color: #f8f8f6;
	border: 1px solid #ccc;
}
#sidebar_body {
	padding: 7px 7px 15px;
	
}
#sidebar_body p.latest_news_header{
	font-size: 120%;
}
#sidebar_body p{
	font-size: 100%;
	line-height: 120%;
	color: #666;
}
#sidebar_body .news_date{
	font-weight: bold;
	color: #333;
}
#body{
	margin-top: 10px;
	width: 510px;
	float: left;
}
a.read_more {
	 padding-left: 18px;
   background: transparent url(../images/read_more_bullet.gif) no-repeat;
	color: #333;
}
a.read_more:hover{
	text-decoration: none;
}
.latest_news_header{
	font-family: Trebuchet, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.large_icon{
	border: 1px solid #ccc;
	padding: 3px;
	margin-left: 4px;
	margin-right: 4px;

}
#sidebar_container td {
	vertical-align: top;
}
#sidebar_container p{
	margin-top: 0px;
	margin-bottom: 10px;
}

#sidebar_container a{
	color: #333;
	text-decoration: underline;
}
#sidebar_container a:hover{

	text-decoration: none;
}
p.splash_header{
	color: #fff;
	font: 1.2em Trebuchet, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 4px 0;
}
#splash_text {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	line-height: 1.2em;
}

.clear{
	clear: both;
	display: block;
}
#footer_container{
background-color: #1d3746;
	float: left;
	width: 100%;
	clear: both;
	height: 3.5em;
	font-size: 80%;
	margin-top: 10px;
}
#footer_container #footer_links{
	color: #eeecdd;
	text-align: center;
	padding-top: 5px;
	
}
#footer_container #footer_links a{
	color: #eeecdd;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
}


#footer_container #footer_copyright{
		color: #eeecdd;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
}
.alternate{
	background-color: #f8f8f6;
}
.article_date_creation{
	text-align: right;
	font-size: .75em;
	line-height: 1.0em;
	color: #666;
}
.gallery_image{
	padding: 3px;
	border: 1px solid #666;
}
.pages_image_with_frame{
	padding: 3px;
	border: 1px solid #666;
	margin: 5px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#body a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

