@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
background-color:#333333;
font-family:Arial, Helvetica, sans-serif;
color:#333333;


}
a{
text-decoration:none;

}

a:hover{
text-decoration:none;

}
.menu{
background-color:#1097cd;
border-left:1px solid #FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;


}
.menu  a{
padding:7px 0  7px 10px;
color:#FFFFFF;
display:block;

}
.menu  a:hover{
padding:7px 0  7px 10px;
color:#000000;
display:block;
background-color:#10aed8;
}
.menu ul{
margin:0 0 0 0;
padding:0 0 0 0;

}
.menu li{
	
	list-style-type: none;
	border-bottom:1px solid #4eaedd;
}
.con{
font-size:12px;
line-height:1.55em;



}
.con strong{

color:#996600;
}
.con li{
	list-style-type: disc;
	padding:5px 0 5px 0;


}
.con  a{

color:#990000;
font-weight:bold;
}
h2{
font-size:20px;
color:#095897;
font-size-adjust:none;
margin:0 0 8px 0;
border-bottom:1px solid #f0f0f0;


}

.img{

border:1px solid #CCCCCC;
padding:3px;
}

.divider{
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
h3{

color:#0072bc;
font-size-adjust:none;
font-size:15px;
}
#slider {
    width: 286px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position:relative;

	
	padding:0px;
	margin:0px;
	
}
#sliderContent {
	width: 286px; /* important to be same as image width or wider */
	position: relative;
	margin:0px;
	padding:0px;
	
}
#sliderContent a{

border:0px;
color:#FFFFFF;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	border:1px solid #CCCCCC;
	padding:3px;
}
.sliderImage span {
    position: absolute;
	
	font-size:11px;
   
    width: 290px;
    background-color: #ffffff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000000;
    display: none;
	
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 12px;
}
.top {
	bottom: 0;
	left: 0;
	padding:10px;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
img{

border:0px;
}
.fotter{

	background-color: #FFFFFF;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top:1px solid #9D9D9D;
	color:#878585;
	font-size:11px;

}
.fotter a{

color:#878585;
padding:0 0 0 5px;
}
.fotter a:hover{

color:#000000;
}

/* silder*/

.stripViewer {

padding:0px;
margin:0px;
}
.stripViewer p{

margin:5px 0 0 0;
padding:0px
}
.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px;
		}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 100%;
			position: relative;
			margin: 0px;
			padding:0px;
			
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 50px; height: 20px; background: #fff; overflow: hidden;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px  solid #cccccc; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 220px;
			clear: both;
			background: #fff;
			padding:0px;
		}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 700px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
			margin:0px
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 25px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display:none;
			padding: 0 0px
			
		}
		
		.stripNav a:hover {
			background: #9cf;
			display: none;
		}
		
		.stripNav a.current {
			
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 8px;
		}
		
		.stripNavR {
			right: 8px;
		}
		
.stripNavL {
	background-image: url(../images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: center;
		}
		
.stripNavR {
			background: url(../images/arrow-right.gif) no-repeat center;
		}
		a:focus { outline:none }
		
		
		.tableborder{
		
		border:1px solid #CCCCCC;
		border-collapse:collapse;

		} 
		
		.borderbottom{
		
		border-bottom:1px solid #CCCCCC;
		}
		
