
/*====================================================
 2 COLUMNS home page
=====================================================*/

#hp2col {
	width: 100%;
	clear:both;
	/*font: 9pt/1.5em tahoma, verdana, arial, sans-serif;*/
	border:0px dashed #333;
}
#lefthp {
	position:relative;
	width:20%;
	float:left;
	padding-left:1px;
	border:0px dashed #333;
}
#lefthp p {font-size:0.90em}
#lefthp h4 {
	padding-left:5px;
	color:#ffffff;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	background:  url("/images/bg/bgblackleft.png")  top left repeat-x;
/*	background:#c0c0c0;*/
}

#righthp h3 { 
	font-size:1.75em;
	line-height:1.15em;
	margin-top:15px;
	border-bottom: 1px solid silver; 
	margin-bottom: 0px; 
	padding-top:5px;
	padding-bottom: 5px; 
	text-align: left }


#righthp { 
	position:relative;
	float:right;
	width: 75%;
	border:0px dashed #333;


}
#righthp h4 {
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	background:#c0c0c0;
}

#righthp a {
/*font-family: arial,'Andale Mono', sans-serif;*/

font-size: 1.00em;
color:#35549;
font-weight: normal;
text-decoration:none;
}

#righthp a:hover {
color:#666666;
text-decoration:underline;
}

#panelContainer1 a {
/*font-family: arial,'Andale Mono', sans-serif;*/

font-size: 1.00em;
color:#35549;
font-weight: normal;
text-decoration:none;
}

#panelContainer1 a:hover {
color:#4262a1;
text-decoration:underline;
}

#hpaccordiontable {
	width:100%;
/*	background-color:#eeeeee;*/
/*	border-right-color: #ddd;
	border-bottom-color: #ddd; */
	margin:0px 0px;
	padding-left:5px;
border:0px dashed #333;
}

#hpaccordiontable li { background: url(/images/tabs/arrow.gif) no-repeat left center;}
#hpaccordiontable li:hover { background: url(/images/tabs/arrow-ns.gif) no-repeat left center; }
/*#hpaccordiontable li { list-style-image: url(/images/tabs/arrow.gif); }*/
/*#hpaccordiontable li:hover { list-style-image: url(/images/tabs/arrow-ns.gif); }*/
#hpaccordiontable a {
line-height: 3em;
padding-left:12px;
color:#000;
font-weight: bold;
text-decoration:none;
}

#hpaccordiontable a:hover {
color:#c0c0c0;
text-decoration:underline;
}




#wrapper {
    	width: 910px;
	font: 9pt/1.5em Segoe UI, tahoma, verdana, arial, sans-serif;
	position: relative;
	border:0px inset #666fff;
	margin-left: auto;
	margin-right: auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}



#wrapper h1{
font-family: Segoe UI, tahoma, Lucida Grande, Arial, Helvetica, sans-serif;
font-size: 20px;
/*font-size: 0.01em;*/
line-height: 22px;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
color: #606163;
text-align:center;
background:inherit;
} 



	p { text-align: left; margin: 15px 0;font-size: 1.10em; }
		
		p, ul { font-size: 1.10em; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		#slider1 {margin: 0px; padding: 0px; height: 100%;}

		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 0px; padding-bottom: 1px; text-align: left }
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}
		*html .csw .loading {display:inline;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none;/* this is the border. should have the same value for the links */
			margin-bottom: 0pt;
			padding-bottom:0pt;
			width: 650px;  /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
			background: #fff;

		}
		
		.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: 650px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 650px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			/*padding: 10px;*/
			display:inline; margin-left: 10px;
		}
		
		.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: disc;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-weight: normal;
			line-height: -1px;
			background: #ffffff;
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 0 5px;
		}
		
		.stripNav li.tab1 a { background: #fff;color: #fff; }
		.stripNav li.tab2 a { background: #fff; color: #fff; }
		.stripNav li.tab3 a { background: #fff; color: #fff; }
		.stripNav li.tab4 a { background: #fff; color: #fff;}
		.stripNav li.tab5 a { background: #fff; color: #fff; }
		.stripNav li.tab6 a { background: #fff; color: #fff; }
		.stripNav li.tab7 a { background: #fff; color: #fff; }
		.stripNav li.tab8 a { background: #fff; color: #fff; }
		.stripNav li.tab9 a { background: #fff; color: #fff; }

		.stripNav li.tab1 a:hover { background: #fff;color: #ffffff; }
		.stripNav li.tab2 a:hover { background: #fff; color: #ffffff; }
		.stripNav li.tab3 a:hover { background: #fff; color: #ffffff; }
		.stripNav li.tab4 a:hover { background: #fff; color: #fff;}
		.stripNav li.tab5 a:hover { background: #fff; color: #fff; }
		.stripNav li.tab6 a:hover { background: #fff; color: #fff; }
		.stripNav li.tab7 a:hover { background: #fff; color: #fff; }
		.stripNav li.tab8 a:hover { background: #fff; color: #fff; }
		.stripNav li.tab9 a:hover { background: #fff; color: #fff; }

		
		.stripNav li a:hover {
				background: #fff;
				color: #fff;
		}
		
		.stripNav li a.current {
			background: #fff;
			color: #fff;
		}
		
		.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: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
/*		.stripNavL {
			background: url("/images/scroll_left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("/images/scroll_right.png") no-repeat center;
		}
		*/
.imgslider{
text-align:center;
}

/*----------------LEFT MENU STYLES -------------------------*/



#vertmenu {
border:0px dashed #333;
font-family:  Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 100%;
padding: 0px;
margin: 0px;
}
/*
#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
float:left;
text-decoration: none;
}

#vertmenu ul li a  { color: #666666; text-decoration: none; background-image: url(web-content/images/bg_tab_services.gif); background-repeat: no-repeat; background-position: 0 4px; display: block; margin: 0; padding: 5px 0 7px 10px; width: 180px;  }

#vertmenu ul li a:hover, #vertmenu ul li a:focus  { color: #000000; background-color: #EEEEEE; background-image: url(web-content/images/bg_tab_services_on.gif); background-repeat: no-repeat; background-position: 0 px; margin: 0; padding: 5px 0 7px 10px;  }

#vertmenu ul li a:focus { color: #474747; background-color: #F83030;  background-repeat: no-repeat; background-position: 0 px; margin: 0; padding: 5px 0 7px 10px;  }*/

#full h3 {border: none; margin:0; padding:0;}
h3 {padding-top: 0px; text-align: left; padding-bottom: 5px;  }




.tab h3 {
color:#FFFFFF;
font-size:1.0em;
margin:0pt 0px 0px 0pt;
padding:0px;
text-align:left;
}

#left{
position:relative;
float: left;
width: 180px;
border:0px inset #666fff;
}


#right{
position:relative;
width: 590px;
float: left;
padding-left: 5px;
border:0px inset #333;
}
*html #right{ display: inline;}

.tab{width: 180px;
margin: 0 1px 1px 0;
text-align: left;
}

.column3 a {color:#ff3300}

*html .column3 {display:inline; padding-left: 0px;}

.column4 {  width: 190px; margin-top: 35px; display:inline; float:left; padding-left:0px; margin-left:0px; margin-right:0px;}

*html .column4 {display:inline; margin-left:0; margin-right:0px;}
