/* CSS Document */
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	color:#333333;
}
#chwrapper
{
    width:918px;   
    margin:0 auto;
}
#chlayout
{
    width:918px;
    position:absolute;
	background:#ffffff;
}

/* ---------- Main content body ---------- */

#chwrapperbg {
	margin: 0 auto;
	width: 95% !important;
}

/* ---------- Banner ---------- */

#chlayoutbg {
	/*background: transparent url(../images/common/banner_bg.png) no-repeat scroll 100% 100%;*/
	position: relative;
	background:#ffffff;	
}


#header
{
	width:auto; 
	height:140px;
}
.main_menustyle,
.main_menustyle a:link,
.main_menustyle a:visited,
.main_menustyle a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.main_menustyle a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.login_style
{
	font-size:13px;
	font-weight:normal;
	color:#5e5f5b;
}
.greentext_style,
.greentext_style a:link,
.greentext_style a:visited,
.greentext_style a:active
{
	font-size:13px;
	font-weight:normal;
	color:#336600;
	text-decoration:none;
}
.greentext_style a:hover
{
	font-size:13px;
	font-weight:normal;
	color:#336600;
	text-decoration:underline;
}
.bluetext_style,
.bluetext_style a:link,
.bluetext_style a:visited,
.bluetext_style a:active
{
	font-size:13px;
	font-weight:normal;
	color:#003366;
	text-decoration:underline;
}
.bluetext_style a:hover
{
	font-size:13px;
	font-weight:normal;
	color:#003366;
	text-decoration:underline;
}
.formfields
{
	font-size:13px;
	font-weight:normal;
	color:#5e5f5b;
	border:1px solid #96BA7A;
}
#flash_banner
{
	width:auto; 
	height:auto;
}
#middle_container
{
	width:auto; 
	height:auto;
}
.contentstyle,
.contentstyle a:link,
.contentstyle a:visited,
.contentstyle a:active
{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	line-height:18px;
}
.contentstyle a:hover
{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
	line-height:18px;	
}
.redcontentstyle,
.redcontentstyle a:link,
.redcontentstyle a:visited,
.redcontentstyle a:active
{
	font-size:12px;
	font-weight:normal;
	color:#990000;
	text-decoration:none;
	line-height:18px;
}
.redcontentstyle a:hover
{
	font-size:12px;
	font-weight:normal;
	color:#990000;
	text-decoration:underline;
	line-height:18px;	
}
.bluecontentstyle,
.bluecontentstyle a:link,
.bluecontentstyle a:visited,
.bluecontentstyle a:active
{
	font-size:12px;
	font-weight:normal;
	color:#336699;
	text-decoration:none;
	line-height:18px;
}
.bluecontentstyle a:hover
{
	font-size:12px;
	font-weight:normal;
	color:#336699;
	text-decoration:underline;
	line-height:18px;	
}
.headingstyle,
.headingstyle a:link,
.headingstyle a:visited,
.headingstyle a:active
{
	font-size:17px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.headingstyle a:hover
{
	font-size:17px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
.blueheadingstyle,
.blueheadingstyle a:link,
.blueheadingstyle a:visited,
.blueheadingstyle a:active
{
	font-size:17px;
	font-weight:bold;
	color:#336699;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.blueheadingstyle a:hover
{
	font-size:17px;
	font-weight:bold;
	color:#336699;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
div#tipDiv {
    color:#000; 
	font-size:11px !important; 
	line-height:1.2;
}
.popupstyle
{
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.popupheadingstyle
{
	font-size:13px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Image Gallery Css */

a:focus { outline:none }
	
		
.stripViewer .panelContainer .panel ul {
			text-align: left;
			/*margin: 0 15px 0 0;*/
			margin: 0 15px 0 30px;
}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 683px;
	background-color:#FAFCF7;
	height:430px;
	/*margin-top:-15px;*/
}

/* 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}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	 /*border: 5px solid #000; this is the border. should have the same value for the links */
	margin: auto;
	width: 550px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	background: #FAFCF7;
}

.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; // 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: 550px; /* 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;
}

.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;
	/*margin-left:103px;*/
	margin-left:30px;
	padding-top:10px;
}

.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-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { color: #000; height:37px; margin-right:5px; font-family:Calibri, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; background:#e5e8d9 url("../images/grey1_top_left.gif") no-repeat scroll 0 0 !important; }
.stripNav li.tab2 a { color: #000; height:37px; margin-right:5px; font-family:Calibri, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; background:#e5e8d9 url("../images/grey1_top_left.gif") no-repeat scroll 0 0 !important;}
.stripNav li.tab3 a { color: #000; height:37px; margin-right:5px; font-family:Calibri, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; background:#e5e8d9 url("../images/grey1_top_left.gif") no-repeat scroll 0 0 !important;}
.stripNav li.tab4 a { color: #000; height:37px; font-family:Calibri, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; background:#e5e8d9 url("../images/grey1_top_left.gif") no-repeat scroll 0 0 !important;}

.stripNav li a:hover {
	background: #fff; 
	color: #000;
	height:37px;
	background:#FFFFFF url("../images/grey_top_left.gif") no-repeat scroll 0 0 !important;
}

.stripNav li a.current {
	background: #fff;
	color: #000;
	height:37px;
	background:#FFFFFF url("../images/grey_top_left.gif") no-repeat scroll 0 0 !important;
}

.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/arrow-left.gif") no-repeat center;
	margin-left:20px;
}

.stripNavR {
	background: url("../images/arrow-right.gif") no-repeat center;
	margin-right:20px;
}
#stripNav0
{
	background-image:url("../images/slider_tab_bg.jpg"); 
	background-repeat:no-repeat; 
	width:683px !important; 
	height:47px;
}


/* Image Gallery Css */

/* Header Banner Css */
#hbanner
{
	width:auto;
	height:auto;
}
.headerwhitetxt
{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#ffffff;
}
.headeriwhitetxt
{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#ffffff;
}
/* Header Banner Css */

/* Service Area Css */

#servicebanner
{
	width:auto;
	height:320px;
}
.headingorange
{
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#e6a925;
}
.headinggreen
{
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#477825;
}
.whitecontentstyle,
.whitecontentstyle a:link,
.whitecontentstyle a:visited,
.whitecontentstyle a:active,
.whitecontentstyle a:hover
{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	line-height:18px;
}
/* Service Area Css */