html
{
	background: #edf4f6;
}

.clear
{
	clear: both;	
}

#container
{
	margin: 0 auto;
    background: #edf4f6;
}
a:active
{
	outline: none;
}
a
{
	outline: none;
}
.headerContent
{
	width: 906px;
	margin: 0 auto;
}
.mainContent
{
	width: 906px;
	margin: 0 auto;
	/* background: url(../images/bg.png) no-repeat; */
	background: #ffffff;
}
#header
{
	background: #FFFFFF;
	height: 67px;
}
#headerBottom
{
	background: url(../images/header_bottom.png) repeat-x 0;
	height: 13px;
}
#logo
{
	padding: 10px 0 0 0;
	float: left;
}
#tagline
{
	padding: 30px 0 0 90px;
	float: left;
}
#upperRight
{
	float: right;
	padding: 45px 0 0 0;
}
h1
{
	font-family: Arial, Helvatica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6ebb3b;
}
h2
{
	font-family: Arial, Helvatica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5589b3;
}
h3
{
	font-family: Arial, Helvatica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* color: #5eac2a; */
	color: #559829;
}
p
{
	font-family: Arial, Helvatica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}
p .rightLink
{
	color: #888888;

}
p .rightLink a
{
	font-family: Arial, Helvatica, sans-serif;
	font-size: 11.04px;
	color: #146FA4;
	text-decoration: none;
}
p .rightLink a:hover
{
	text-decoration: underline;
}
p .blue
{
	font-size: 14px;
	color: #5589b3;
	font-weight: bold;
}
p .green
{
	color: #5eac2a;
	font-weight: bold;
	padding: 0 0 10px 0;
}
p .blue a
{
	color: #5589b3;
	text-decoration: none;
}

p .blue a:hover
{
	text-decoration: underline;
}

p .bluelink
{
	color: #5589b3;
}

p .bluelink a
{
	font-size: 12px;
	color: #146FA4;
	text-decoration: none;
}
p .bluelink a:hover
{
	text-decoration: underline;
}
p #notice
{
	color: #ffffff;
	font-weight: bold;
}
#bgGrey
{
	background: #bbbbbb;
	width: 901px;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 1px 0 0 0;
	position: relative;
	top: 1px;
}
.title
{
	margin: 20px 0 0 0;
}
.title2
{
	margin: 0px 0 0 0;
}
.subtitle
{
	padding: 15px 0 0 18px;
}
#top
{
	height: 306px;
}
.contentLeft
{
	width: 505px;
	float: left;
}
.contentRight
{
	
	float: left;
}
.list
{
	padding: 0 0 0 18px;
}
.listContainer ul
{
	color: #5589b3;
	margin: 5px 0 0 18px;
}
.list li
{
	list-style-type: disc;
}
.subContent
{
	padding: 10px 0 0 18px;
}
#cta
{
	margin: 0 auto 0 auto;
	width: 276px;
	height: 85px;
	float: left;
	margin: 15px 10px 0 200px;
}
#ctaLeft
{
	position: relative;
	top: 37px;
	left: 87px;
	float: left;
}
#ctaRight
{
	position: relative;
	top: 37px;
	float: left;
	margin: 0 0 0 70px;
}
.line
{
	margin: 20px auto 10px auto;
}

/* BEGIN SLIDER CSS */

/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
.slider-wrap 
{
	margin: 0 auto;
	position: relative;
	width: 948px;
}

/* These 2 styles apply while slider is loading */
.csw {
	width: 100%; 
	height: 460px;
	background: #fff; 
	overflow: scroll;
}
.csw .loading 
{
	margin: 200px 0 300px 0;
	text-align: center;
}

/* This is the viewing window */
.stripViewer
{ 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 911px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 603px;
	clear: both;
	background: #FFFFFF;
	z-index: 0;
} 

/* This is left and right side for viewing window */
#sliderLeft
{
	background: url(../images/bg_slider_left.png) 0 repeat-y;
	height: 603px;
	width: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#sliderRight
{
	background: url(../images/bg_slider_right.png) 0 repeat-y;
	height: 603px;
	width: 4px;
	position: absolute;
	left: 907px;
	bottom: 2px;
}

/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.stripViewer .panelContainer
{ 
	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: 905px; /* Also specified in  .stripViewer  above */
	left: 3px;
}
		
.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;
	width: 911px;
}

.stripNav ul 
{ /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li 
{
	float: left;
}

.stripNav a 
{ /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
}

.stripNav a:hover 
{
	background: #9cf;
}

.stripNav a.current 
{
	background: #39c;
	color: #fff;
}

.stripNavL, .stripNavR 
{ /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a 
{
	display: block;
	height: 71px;
	width: 21px;
}

.stripNavL 
{
	left: 0;
	background: url(../images/btn_previous.png) no-repeat center;
	z-index: 99;
}
.stripNavL a:hover
{
	background: url(../images/btn_previous_ro.png) no-repeat center;
}
.stripNavR 
{
	background: url(../images/btn_next.png) no-repeat center;
	right: 1px;
	z-index: 99;
}
.stripNavR a:hover
{
	background: url(../images/btn_next_ro.png) no-repeat center;
}	
#sliderBottom
{
	background: url(../images/bg_slider_bottom.png) no-repeat;
	height: 7px;
	position: relative;
	bottom: 3px;
	left: 18px;
}	

.stripNav li.tab1 a 
{ 
	background: url(../images/tab1.png) no-repeat; 
	width: 138px;
	height: 38px;
	text-indent: -9000em;
}
.stripNav li.tab1 a:hover
{ 
	background: url(../images/tab1_ro.png) no-repeat; 
}
.stripNav li.tab1 a.current {
	background: url(../images/tab1_ro.png) no-repeat; 
}

.stripNav li.tab2 a 
{ 
	background: url(../images/tab2.png) no-repeat; 
	width: 187px;
	height: 38px;
	text-indent: -9000em;
}
.stripNav li.tab2 a:hover
{ 
	background: url(../images/tab2_ro.png) no-repeat; 
}
.stripNav li.tab2 a.current {
	background: url(../images/tab2_ro.png) no-repeat; 
}

.stripNav li.tab3 a 
{ 
	background: url(../images/tab3.png) no-repeat; 
	width: 176px;
	height: 38px;
	text-indent: -9000em;
}
.stripNav li.tab3 a:hover
{ 
	background: url(../images/tab3_ro.png) no-repeat; 
}
.stripNav li.tab3 a.current {
	background: url(../images/tab3_ro.png) no-repeat; 
}
.stripNav li.tab4 a 
{ 
	background: url(../images/tab4.png) no-repeat; 
	width: 125px;
	height: 38px;
	text-indent: -9000em;
}
.stripNav li.tab4 a:hover
{ 
	background: url(../images/tab4_ro.png) no-repeat; 
}
.stripNav li.tab4 a.current {
	background: url(../images/tab4_ro.png) no-repeat; 
}
.stripNav li.tab5 a 
{ 
	background: url(../images/tab5.png) no-repeat; 
	width: 285px;
	height: 38px;
	text-indent: -9000em;
}
.stripNav li.tab5 a:hover
{ 
	background: url(../images/tab5_ro.png) no-repeat; 
}
.stripNav li.tab5 a.current {
	background: url(../images/tab5_ro.png) no-repeat; 
}



/* END SLIDER CSS */


#bgFooter
{
	background: url(../images/bg_footer.png) repeat-x 0;
	height: 80px;
	margin: 10px 0 0 0;
}
#footer
{
	margin: 0 auto 0 auto;
	width: 906px;
	padding: 20px 0 0 0;
}
#footerLink
{
	float: left;
}
#copyright
{
	float: right;
}