/*
CSS Credit: http://www.ws.com
*/

* {margin:0; padding:0;}

html, body, #ws_container { height:100%;  }
body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background:#ffffff url(../images/ws_main_bg.jpg) repeat-x;	
}


body > #ws_container {height: auto; min-height: 100%; }

#main {padding-bottom: 140px;}  /* must be same height as the footer */


a:link, a:visited { color: #d46528; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #2da3e9; } 

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}
h1, h2{
line-height:22px;
font-size:15px;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_20 { margin-right: 20px; }
.margin_right_50 { margin-right: 50px; }

.border_bottom {
	border-bottom: 1px solid #CCC;
	width:100%;
}

.opaque{
position: relative; float: left;
}

input[type=text], textarea{
padding:2px;
width:250px;
font-size: 11px;
color: #333333;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
}
textarea{
height:100px;
}
input[type=submit], input[type=reset]{
width:60px;
text-transform:uppercase;
background:#fff;
color:#0088ff;
font-size:11px;
font-weight:bold;
cursor:pointer;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:2px;
}
#ws_container {
	/*width: 1024px;*/
	width: 960px;
	margin: 0 auto;
}

#ws_header {
	width: 100%;
	height:60px;
	margin:10px auto 0 auto;
	padding-top:10px;
	/*background: url(images/ws_header_bg.gif) no-repeat;*/
}
#ws_header .headerleft{
float:left;
width: 474px;
}
#ws_header .headerright{
float:right;
width:420px;
position:relative;
margin-right:0px;
margin-top:-10px;
}
* html #ws_header .headerright{
height:55px;
}
.headerright_overlay {
position: absolute;
top: 0;  /*These positions makes sure that the overlay */
bottom: 0; /* will cover the entire parent */
left: 0;
width: 100%;
	background:#fff;
	opacity: 0.5;
	-moz-opacity: 0.5; /* older Gecko-based browsers */
	/*filter:alpha(opacity=50);  For IE6&7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* For IE5-7 */

}
* html .headerright_overlay {
height:30px;
}
#ws_header .headerright div, #ws_header .headerright div a{
font-size:14px;
font-style: italic;
position:relative;
font-weight:bold;
color:#000;
padding:0px;
text-align:center;
}
#ws_header .headerright div p{
padding:10px;
}
#site_logo {
	float:left;
	width: 474px;
	height: 51px;
	background: url(../images/logo.png) top left no-repeat;
}
.rc_btn_01{
	float: right;
	clear: both;
	display: block;
	width: 100px;
	height: 25px;
	background: url(../images/ws_buttom_01.png) bottom right no-repeat;
}
.rc_btn_01 a{
	padding: 0 10px 0 0;
	float:right; text-align:right;
	width:100px;
	color: #c45151;
	font-weight: bold;
	text-decoration: none;
}
* html .rc_btn_01 a{
	width: 100px;
	height: 25px;
	background: url(../images/ws_buttom_01.png) bottom left no-repeat;
	text-align: center;
	padding:0 0 15px 0;
}

/* menu -HORIZONTAL

#ws_menu {
	position:relative;
	width: 100%;
	height:25px;
	margin-top:10px;
	padding: 10px 0 10px 30px;
}
* html #ws_menu {
	padding: 10px 0 10px 30px;
}

#ws_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:right;
}

#ws_menu ul li {
	display: inline;
}

#ws_menu ul li a {
	position:relative;
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;	
	font-weight: bold;
	outline: none;
}
* html #ws_menu ul li a {
	margin: 0 20px 0 0;
	width:auto;
}

#ws_menu li .current {
	color: #000;
	padding-bottom:2px;
	border-bottom:3px solid #000;
}
#ws_menu li a:hover{
	border-bottom:3px solid #000;
}

#ws_menu li .last {
	background: none;
}*/

/* menu */
.menu_container {
	/*width: 165px;*/
	width:97px;
	margin: 0;
	padding: 0;
	float:left;
}


#ws_menu {
	position:relative;
	width: 100%;
}


#ws_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:right;
}

.menu_overlay {
position: absolute;
top: 0;  /*These positions makes sure that the overlay */
bottom: 0; /* will cover the entire parent */
left: 0;
width: 100%;
	background:#fff;
	opacity: 0.5;
	-moz-opacity: 0.5; /* older Gecko-based browsers */
	/*filter:alpha(opacity=50);  For IE6&7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* For IE5-7 */

}
* html .menu_overlay {
height:22px;
}

#ws_menu ul li {
	position:relative;
	display: block;
	height:15px;
	padding: 5px 0 5px 5px;
	margin-bottom:2px;
}
* html #ws_menu ul li {
	margin-bottom:0px;
	padding: 2px 0 2px 0;
}

#ws_menu ul li a {
	position:relative;
	float: left;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	color: #666666;	
	font-weight: bold;
	outline: none;
}
* html #ws_menu ul li a {
	margin: 0 0 0 5px;
}

#ws_menu li.current {
	color: #000;
	border-right:3px solid #000;
}
#ws_menu li.current a{
	color: #000;
}

#ws_menu li:hover{
	border-right:3px solid #000;
}

#ws_menu li .last {
	background: none;
}

.menu_container label{
display:inline-block;
font-weight:normal;
margin-right:10px;
height:18px; width:16px;
vertical-align:baseline;
}
.menu_container label.phone{
background: url(../images/phone-icon.gif);
}



.menu_container p, .menu_container p a{
color:#000 !important;
font-weight:normal !important;
}
.menu_container p a:hover{
text-decoration:underline;
}

#quickcontact{
margin:0;
padding:0;
color:#000;
}
#quickcontact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#quickcontact li {
	display: block;
	height:22px;
	list-style: none;
}
#quickcontact li b.phone{
background:url(../images/phone-icon.gif) top left no-repeat;
padding-left:18px;
}
#quickcontact li b.mobile{
background:url(../images/mobile-icon.gif) top left no-repeat;
width:18px; padding-left:20px;
}
#quickcontact li b.email{
background:url(../images/email-icon.gif) top left no-repeat;
width:18px; padding-left:20px;
}
#quickcontact li b.web{
background:url(../images/web-icon.gif) top left no-repeat;
width:18px; padding-left:20px;
}
#quickcontact li a{
color:#000 !important;
font-weight:normal !important;
}
#quickcontact li a:hover{
text-decoration:underline;
}

/* end of menu*/

/* content */

h1, .header_01 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	line-height:22px;
}

.overlay{
position: absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0; /* will cover the entire parent */
left: 0;
width: 100%;
background: #fff;
opacity: 0.5;
-moz-opacity: 0.5; /* older Gecko-based browsers */
filter:alpha(opacity=50); /* For IE6&7 */
}
/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
* html #ws_content .overlay { height: expression(document.getElementById("ws_content").offsetHeight); }
* html #ws_menu .overlay { height: expression(document.getElementById("ws_menu").offsetHeight); }

#ws_content {
	width: 838px;
	margin: 0 auto;
	padding: 10px 2px 30px 20px;
	position: relative; /* Moves the Text above the transparency */
	float:right;
	border:1px solid #000;
	/*background: url(images/ws_content_bg.jpg) repeat-y;*/
}
* html #ws_content {
	width: 858px; /*+50*/
	height: 100%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}


#ws_content #content_left {
	float: left;
	position:relative;
	width: 560px;
	padding: 10px 20px 0 0;
	/* background: #a4ddfe; */
}
* html #ws_content #content_left {
	padding: 20px 20px 0 20px;
}

#ws_content #content_right {
	float:left;
	width: 190px;
	padding-top:20px;
}

#content_left .left_column_section {
	margin: 0;
	padding: 0;
}

.left_column_section p {
	text-align: justify;
	margin-bottom: 10px;
}

.image_box {
	float: left;
	width: 245px;
	height:auto;
	margin-bottom:20px;
	margin-top:-30px;
}

.image_box img {
	width: 240px;
	height: auto;
	background: #ffffff;
	border: 1px solid #999;
	padding: 2px;
}

.image_box h1{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height:20px;
	padding: 20px 0 0 0px;
	/*background: url(../images/ws_icon_01.png) bottom left no-repeat;*/
}
.image_box h2{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0 0px;
	/*background: url(../images/ws_icon_02.png) bottom left no-repeat;*/
}


.image_box p {
padding-top:12px;
}


#content_right .right_column_section {
	clear: both;
	position: relative;
	/*background: url(images/ws_section_01_content_bg.jpg) repeat-y;	*/
}
#index_right iframe{
margin-top:-8px;
margin-left:0px;
}
*html #index_right iframe{
margin-top:-8px;
margin-left:-10px;
}

#index_right .right_column_section {
	clear: both;
	float:left;
	position: relative;
	margin:30px 0 0 60px;
	/*background: url(images/ws_section_01_content_bg.jpg) repeat-y;	*/
}
.right_column_section h1{
font-size:15px;
text-transform:uppercase;
font-weight:bold;
text-align:center;
margin-bottom:5px;
}
.right_column_section .header_02{
	width: 230px;
	height: 30px;
	color:#000;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0 0 0;
	text-align: center;
	background: url(../images/ws_section_01_header_bg.png) no-repeat;
}
.right_column_section .header_02 a {
	color:#000;
}


.right_column_section  .header_03 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
}

.right_column_section .content{
	padding: 10px 0;
	width:230px;
	background: url(../images/ws_section_01_content_bg.gif) repeat-y;
}
.right_column_section p{
padding:0 20px; 
}
.right_column_section .margin_bottom_20 {
	padding: 2px 0;
	background: url(../images/ws_section_01_content_bg.gif) repeat-y;
}
.right_column_section iframe{
width:225px;
height:250px;
text-align:center;
border:0;
}

.right_column_section span {
	position: absolute;
	width: 230px;
	height: 60px;
	background: url(../images/ws_section_01_bottom_bg.gif) no-repeat;
	padding:0 0 0 25px;
}
.right_column_section label {
display:inline-block;
width:50px;
}
.right_column_section div#weatherdisplay {
border:1px solid #e1e1e1;
background:#fff;
padding:8px 0px;
}
.right_column_section ul{
padding:0 10px;
margin: 0 10px 0 20px;
display:block;
}
.right_column_section ul li{
padding-bottom:5px;
}
.right_column_section ul li a{
font-size:13px;
}
.right_column_section ul li .current{
color:#000;
}

/*index*/

#ws_content #index_left {
	float: left;
	position:relative;
	width: 450px;
	padding: 10px 0 0 0;
	/* background: #a4ddfe; */
}
* html #ws_content #index_left {
	float:left;
	padding: 10px 0 0 20px;
}

#ws_content #index_right {
	position:relative;
	float:right;
	width: 350px;
	padding-top:10px;
	margin-left:0px;
	margin-top:-12px;
}
* html #ws_content #index_right { /*it affects IE5 only*/
	position:relative;
	width: 325px;
	margin-top:0px !important;
	margin-left:-182px;
}

#index_left .left_column_section {
	margin: 0;
	padding: 0;
}

.left_column_section p {
	text-align: justify;
	margin-bottom: 10px;
}

ul.camera-help{
padding:0 0 0 10px;
margin:0 0 0 5px;
font-size:10px;
line-height:12px;
}
ul.camera-help li{
padding:0 0 0 0;
margin:0 0 0 0;
font-size:10px;
line-height:12px;
}
p.camera-help{
padding:0 0 0 0;
margin:0 0 0 5px;
font-size:10px;
line-height:12px;
font-weight:bold;
}
*html p.camera-help{
padding:20px 0 0 0 !important;
}
/* camera */
#camera_panel {
	clear: both;
	width: 430px;
	padding: 0;
	/*background: url(images/ws_bottom_panel_bg.jpg) no-repeat;	*/
}
/* bottom panel */
#panel_100{
width:140%;
padding-right:20px;
}
* html #panel_100{
width:100%;
padding:0;
}
#ws_bottom_panel {
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom:20px;
	padding: 0;
	/*background: url(images/ws_bottom_panel_bg.jpg) no-repeat;	*/
}
#ws_bottom_panel h3{
padding:10px 0;
}
#ws_bottom_panel label{
display:inline-block;
width:100px;
vertical-align:top;
}
#ws_bottom_panel p img{
float:right;
margin:0 0 10px 20px;
padding:2px;
border:1px solid #333;
}
#ws_bottom_panel caption{
text-align:center;
}
#ws_bottom_panel ol{
padding:0 0 0 15px;
margin:0;
}
#ws_bottom_panel table{
float:left;
margin:0;
padding:0;
border:1px solid #ccc;
}
#ws_bottom_panel table h2{
font-size:14px;
padding:2px 0;
margin:0;
background:#cedef7;
}
#ws_bottom_panel td img{
text-align:center;
float:left;
margin:0 0 20px 0;
padding:0;
border:0;
}
#ws_bottom_panel th{
text-align:left;
margin:0;
padding:0 2px;
border:0;
font-size:12px;
font-weight:bold;
border-bottom:1px solid #ccc;
}

#ws_bottom_panel ul{
margin-left:20px;
}

.content_panel_section {
	float: left;
	width: 45%;	
	margin-right: 0px;
	padding: 0px;
	margin-left:25px;
}
*html .content_panel_section {
	width:45%; 
	margin-left:0px;
	margin-right: 20px;
}
.content_panel_section ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.content_panel_4_col {
	position:relative;
	clear:both;
	width:100%;
}
.content_panel_4_col li {
	margin: 0px;
	padding: 0px;
	color: #2da3e9;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.content_panel_4_col li a, .content_panel_section li a {
	color: #2da3e9;
}

.content_panel_4_col li a:hover {
	color: #c45151;
}

.content_panel_4_col li span,  .content_panel_section li span {
	clear: both;
	display: block;
	color: #333;
	font-weight: normal;
}


/* end of bottom panel*/

/* footer */
#ws_footer {
	float:left;
	width: 100%;
	height:140px;
	padding:20px 0 0 0;
	margin:0;
	text-align: left;
	color: #000;
	background: url(../images/footer_bg.gif) bottom right no-repeat;
	margin-top: -140px;
	clear:both;
	position:relative;
}
#ws_footer .footercontainer{
width:960px;
margin:0 auto;
}
#ws_footer .footerleft{
	width: 120px;
	float:left;
}

#ws_footer .footerright{
	width: 780px;
	margin: 0 auto;
	position: relative; /* Moves the Text above the transparency */
	float:right;
	font-size:11px;
	padding:10px 20px;
	margin:0 auto;
	text-align: center;
}
* html #ws_footer .footerright{
	width: 780px; /*+40*/
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#ws_footer a{
	color: #000;
	font-weight: bold;
}
#ws_footer a:hover{
	color:#2da3e9;
	text-decoration:underline;
	font-weight: bold;
}

#ws_footer .copyright, #ws_footer .copyright a{
font-size:10px;
color: #999999;
}
/* CLEAR FIX*/
.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 */

/* end of footer */
