
.clearfix:after {/*this will help the menu to push its container down and not overlapping it in firefox*/
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	
	margin:0 auto;
	padding: 0 0 0 0 ;
	background: #FFFDFE;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #4A4849;
}

/* Page */
#page_wrap {
	width: 100%;
	margin: 0;
	padding:50px 0 0 0;
	background:transparent url('../parts/bg_top.jpg') repeat-x top left;
	font-size:1.3em;
	}
#header {
	display:block;
	position:relative;
	height:190px;
	width: 960px;
	margin: 0 auto;
	background:transparent url('../parts/header2.jpg') no-repeat top right;
	}
#header img{
border:none;
}
#search{
position:absolute;
right:20px;
top:-49px;
float:right;
direction:ltr;
}
#search input.search{
margin:0 2px 1px -2px;
width:42px;
padding:1px 0 0 0;
height:19px;
background:#2B578F;
outline: none;
border:1px solid #fff;
text-align:center;
line-height:100%;
color:#fff;
cursor:pointer;
font-size:12px;
}
#page {
width: 940px;
	margin: 0 auto;
	background:transparent url('../parts/left_bg2.jpg') repeat-y left top;
	min-height:300px;
	clear:both;
	position:relative;
	left:30px;
	padding:0;
	
}

#page_inner{
	direction:ltr;
	width: 940px;
	margin: 0 auto;
	background:transparent url('../parts/left_bg2.jpg') repeat-y 0 0;
	min-height:300px;
	clear:both;
	position:relative;
	left:30px;
	padding:0;
	
	}
#page_top {
	width: 940px;
	margin: 0 ;
	background:transparent;
	height:1px;
	float:left;
	}
#page_top.inner_page{
	background:transparent url('../parts/left_bg2.jpg') repeat-y left top;
	}

#st_col{
width:200px;
float:left;
margin:0  ;
padding:0;
min-height:300px;
}
#nd_col{
width:285px;
float:left;
margin:0  0 0 0;
min-height:300px;

}
#rd_col{
display:block;
width:700px;
float:left;
margin:0;
min-height:300px;
line-height:140%;
padding:20px 0 0 0;
}
#fth_col{
display:block;
position:absolute;
left:740px;
width:180px;
margin:0;
min-height:300px;
line-height:140%;
padding:0;
}
#rd_col.wide{
display:block;
width:700px;
float:left;
margin:0 ;
min-height:300px;
}
#rd_col.narrow, #rd_col_narrow{
display:block;
width:520px;
float:left;
margin:0 ;
min-height:300px;
}
#rd_col p{
margin:0 0 15px 0;

}
ol, ul{
margin:10px 25px;
padding:0;

}
#footer {
	display:block;
	width: 100%;
	margin:10px auto 0 auto;
	padding:20px 0;
	background:#2B578F  url('../parts/bg_bottom2.jpg') repeat-x top left;
	color:#fff;
	}

#footer_content {
	display:block;
	min-height:25px;
	width: 940px;
	margin: 0 auto;
	background:transparent ;
	text-align:center;
	}
#credits{
	display:block;
	width: 940px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:center;
}
.crumbs{
display:block;
width:400px;
padding: 0 0 10px 200px;
text-align:left;
color: #000776;
font-size:0.9em;
}
.crumbs a{
color: #000776;
}

.news_box{
	display:block;
	min-height:150px;
	width: 180px;
	margin: 20px 0 20px  5px;
	color: #fff;
	
}
.news_box h3{
	display:block;
	line-height:35px;
	width: 180px;
	padding:0;
	line-height:35px;
	margin:0 0 0 4px ;
	vertical-align:middle;
	background: transparent;
	color: #fff;
}
 .news_box h3 span  {
   display:block;
	margin: 0  ;
	padding:0  ;
	background:transparent;
	line-height:30px;
	height:30px;
}
.news_box p{
	padding:2px 0;
	margin:2px 5px 2px 0;
	
}
.news_box a{
	color: #fff;
	text-decoration:none;
}
.news_box a:hover{
	text-decoration:underline;
}
.logo2{
    display:block;
	width: 180px;
	text-align:center;
	color:#fff;
}
/****************************************************************************
								menu
*****************************************************************************/
#menu{
    padding:0;
   
    
}
#nav { /* all lists */
	display:block;
	width:145px;
	background:transparent ;
	padding:0;
	margin:0 ;
    text-align:left;
	list-style: none;
	position:relative;
	z-index:100;
}

#nav li { /* all list items */
	
	width:155px;
	position:relative;
	list-style:none;
	margin:0px;
	padding:3px 22px 2px 0;
	background: #578DB9 url('../parts/menu_bg22.jpg') repeat-x top left;
	
}
#nav li ul { /* second-level lists */
	position: absolute;
	top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background: #578DB9;
	width: 170px;
	}

#nav li ul li {
    
    width:200px;
	position:relative;
  padding:3px 2px 2px 0;
	background: url('../parts/menu_bg22.jpg') repeat-x top left;
	font-size:1em;
  margin:0;
	text-align:left;
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 0;
	padding:0 0 0 0;
	width:150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	 left: 177px;
	  width:150px;
	 margin:0 ;
	 padding:0  0 0 0;
}
 #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	 left: 177px;
	  width:150px;
	 margin:0 ;
	 padding:0 0 0 0;
}
#nav  a{

font-family:"WinSoft Pro", arial;
text-decoration:none;
color: #fff;
font-weight:bold;
font-size:0.95em;
 width:130px;
 padding:0 0 0 20px;
 text-transform:capitalize;

 
}
#nav  a:hover{
text-decoration:none;
color:#fff;
background:transparent url('../parts/arrow.gif') no-repeat 5px center;
}
li.arrow {
background:transparent url('../parts/arrow.gif') no-repeat 5px center;
padding:0 ;
}
#nav li ul li.arrow{
  background:#EDC77E /*url('../parts/arrow.gif') no-repeat 15px center*/;
padding:0 10px 0 0px;
}
#nav_bottom { /* all lists */
	display:inline;
	padding:0 0 5px 0;
	margin:0  ;
    text-align:center;
	list-style: none;
	position:relative;
	top:-5px;
	
		}

#nav_bottom li { /* all list items */
	display:inline;
	list-style:none;
	margin:0;
	padding:0 5px 0 0;
	
	}
#nav_bottom li a{
color:#fff;
text-decoration:none;
padding:0 5px 0 0;
}
#nav_bottom li a.first{
border-right:none;
}
/* scroll box*/
#pscroller1{
width: 135px;
height: 160px;
border: none;
padding:5px 15px 0px 2px;
margin:2px 0 0 0;
background-color: transparent;
font-size:0.9em;
}

#pscroller1 a{
text-decoration: none;
}
/****************************************************************************
								calendar
*****************************************************************************/
.day{
display:block;
height:25px;
vertical-align:top;


}
.event_day{
display:block;
height:25px;
vertical-align:top;
background:#eee;
cursor:pointer;
}
.today{
display:block;
height:25px;
width:25px;
vertical-align:top;
background:#ccc;
}
.selected_day{
display:block;
height:25px;
vertical-align:top;
background:#fec;
cursor:pointer;
}

#calendar table {
border-collapse:collapse;
}
#calendar table td, #calendar table th{
width:30px;
height:25px;
border:2px solid #ccc;


}

#mini_calendar_loading{
position:absolute;
display:block;
width:80px;
margin:80px 0 0 80px;

}
/****************************************************************************
								contact
*****************************************************************************/
.contact_form form{
display:block;
width:600px;
}
.contact_form label{
width: 120px;
float: left;
margin:  2px 0;
display: inline-block;
vertical-align: top;
}
.contact_form input.text{
width: 160px;
margin: 2px 0;
}
.contact_form textarea{
width: 260px;
height:100px;
margin: 2px 0;
overflow:auto;
}
.error{
color:#CC0033;
display:block;
width:285px;
background:#eee;
padding:3px 0;
position:absolute;
top:228px;
left:30%;
font-weight:bold;
font-size:14px;
text-align:center;
border:1px solid #fff;
}
/****************************************************************************
								blogs
*****************************************************************************/
h3.header{
display:block;
width:705px;
padding:3px;
background:#FFBE58;
}
h3.header a{
text-decoration:none;
font-size:18px;
}
.blogs a{
display:block;
min-width:20px;
}
.blogs {
margin:0 0 15px 0;
}
.blogs h3{
margin:20px 0 5px 0;
color:#94BC04;
font-size:16px;
}

/****************************************************************************
								news
*****************************************************************************/
.news{
margin:0 0 10px 0;
border-bottom:1px solid #000776;
padding:0 0 10px 0;
}
.news_full h3{
color: #000776;

}
/****************************************************************************
								gallery
*****************************************************************************/
.image_cont{
display:block;
width:640px;
text-align:center;
padding:10px;
}
.thumbs {
margin:0 5px 5px 5px;
padding: 0;
display:block;
float:left;
width:160px;
height:102px;
cursor:pointer;
text-align:center;
line-height:102px;
vertical-align:middle;
}
#full_image{
position:relative;
z-index:100;
}#full_image img{
position:relative;
z-index:10001;
}
.thumbs img{
padding:1px;
border:1px solid #fff;
}
.thumbs a img:hover, .thumbs a img.hover {
border:1px solid #666;
}

.video_strip{
float:right;
width:250px;
display:block;
height:340px;
overflow-y:autol
}
.video_cont{
float:left;
display:block;
}
.video_strip img{
margin: 0 0 5px 0;
}
#video_caption{
display:block;
width:500px;
clear:both;


}
/****************************************************************************
								lightbox
*****************************************************************************/
#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(../parts/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../parts/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; }


/****************************************************************************
								styles
*****************************************************************************/
.home{
position:relative;
top:-20px;

}
a img{ border:none;}
div, p{padding:0; margin:0;}
.hidden_div{display:none;margin: 0;}
a {color: #0DADFF;}
a:hover {text-decoration: none;}
span.date{ color:#fff; font-weight:bold;}
h1{ font-size:20px; color:#0DADFF;}
h2{ font-size:18px; color:#0DADFF;}
h3{ font-size:16px; color:#0DADFF;}
h4{ font-size:14px; color:#0DADFF;}
h5{ font-size:12px; color:#0DADFF;}
h6{ font-size:10px; color:#0DADFF;}
