/* Customized Styles for the Pension department Created by Daniel Pope */

#st4 {
	font-size:.8em;
}
#CLF_ON section H4 {
	font-size:1em;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:6px;
}
#holidays {
	float:left; 
	position:relative;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	width:100%;
	background:#EDBCBD;
	color:#fff;
	z-index:100000;

}
.holidayBack {
	display: block;
	margin: 5px 0 8px 0;
	position: relative;
	padding:5px 5px 5px 38px;
	font-family: ‘Arial Narrow’, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:95%;
	color:#E50B0F;
	height: 40px;
}
.holidayBack2 {
	display: block;
	margin: 0px 0 0px 0px;
	position: relative;
	padding:7px 4px 5px 35px;
	font-family: ‘Arial Narrow’, sans-serif;
	font-size:18px;
	text-align:center;
	width:96%;
	color:#CC0508;
}
h7 {
	font-size:.9em;
	font-weight:bold;
}

/* Contact Change Form 
======================================================================*/

#ContactChangeForm { background-color:#CEDFEE;
	background-position: left top;
    background-repeat: repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.noshow { display:none;
}

/* tabs at top of home page
===========================================================================*/

#homeTabs {
	float:right; 
	position:relative; 
	width:400px;
	padding:0px;
}
#homeTabs ul {
	height:20px;
	margin:0px 4px 0 0;
	float:right;
}
#homeTabs li {
	background: rgb(0,51,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,51,102,1) 0%, rgba(51,102,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,51,102,1)), color-stop(100%,rgba(51,102,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,51,102,1) 0%,rgba(51,102,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,51,102,1) 0%,rgba(51,102,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,51,102,1) 0%,rgba(51,102,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,51,102,1) 0%,rgba(51,102,153,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#336699',GradientType=0 );  IE6-9 */
	padding:4px 6px;
	margin-right:7px;
	float:left;
	width:auto;
	list-style:none;
	text-align:center;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 2px 1px rgba(44, 42, 46, 0.4);
	-moz-box-shadow:    0px 2px 1px rgba(44, 42, 46, 0.4);
	box-shadow:         0px 2px 1px rgba(44, 42, 46, 0.4);
}
#homeTabs li a {
	color:#fff;
	text-align:center;
	text-decoration:none;
}
#homeTabs li:hover {
	background:#336699;
}
/*===============================================================================
=============   End Home Tabs   =================================================*/
.cse input.gsc-search-button, input.gsc-search-button {
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}

#ERPupgrade {
	float:left;
	width:99%;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	border-top:#C00 solid 1px;
	border-bottom:#C00 solid 1px;
	margin-right:5px;
}
#ERPupgrade1 {
	float:left; 
	width:47%;
	font-weight:bold;
	text-align:center;
	border-right:#C00 solid 1px;
	margin-right:10px;
	padding-right:20px;
	padding-bottom:10px;
}

#ERPupgrade2 {
	float:left; 
	width:47%;
	font-weight:bold;
	text-align:center;
	padding-left:10px;
}

.gsc-selected-option-container {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444444;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    max-width: 90%;
    min-width: 54px;
    outline: 0 none;
    padding: 0 20px 0 6px;
    position: relative;
    text-align: left;
    width: 70px !important;
}
#seal {
	width:320px;
	height:auto;
	float:right;
	position:relative;
	z-index:100000;
	margin-top:10px;
	margin-right:10px;
	padding-left:20px;
	}


.hr_bottom {
	margin-bottom:10px;
	padding-top:5px;
}

#CTA {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	text-decoration:none;
}
#CTA1 a {
	float:left;
	width:32%;
	height:auto;
	color:#555;
	text-decoration:none;
	border:hidden;
	font-weight:bold;
	margin-left:4px;
}
#CTA1 a:hover {
}
#CTA1 p {
	margin-left:15px;
	font-size:16px;
	line-height:22px;
	text-decoration:none;
}
#CTA2 a {
	float:left;
	width:32%;
	height:auto;
	color:#555;
	text-decoration:none;
	border:hidden;
	font-weight:bold;
	margin-left:4px;
}
#CTA2 a:hover {
}
#CTA2 p {
	margin-left:15px;
	font-size:16px;
	line-height:22px;
	text-decoration:none;
}
#CTA3 {
	position:relative; 
	height:116px; 
	margin-top:-2px;
}


#CTA3 a {
	position:relative;
	float:left;
	width:97%;
	height:116px;
	color:#555;
	text-decoration:none;
	border:hidden;
	font-weight:bold;
	margin-left:7px;
	display:block;
	margin-top:-2px;
}
#CTA3 a:hover {
}
/*#paymentDate {
	margin:-4em 0 0 1em;
	font-size:1em;
	color:#336699;
}
*/
.table-filledrow {
	border-bottom:#CCC solid 1px;
}
.table-emptyrow {
	border-bottom:#CCC solid 1px;
}
}
.containerWork {
	width: 95%;
	margin: 0px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	height: 32px;
	border-bottom: 1px solid #999;
	width: 100%;
	min-width:750px;
	color:#333;
}
ul.tabs li {
	float: left;
	margin: 0 2px -1px 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	overflow: hidden;
	position: relative;
	font-weight: bold;
	border-left: 1px solid #999;
	background:#EAEAEA;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: .9em;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	color:#003366;
	text-decoration:underline;
	background: rgb(213,213,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #EEE;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #EEE;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
#tab4 img {
	float:none;
	margin: 0;
	border: 0px ;
	padding: 0px;
}
/*
==========================================================================*/

.Workshop {
	border-collapse:collapse;
	padding:10px;
	border-left:solid #336699 .5px;
	border-right:solid #336699 .5px;
	background:#FFF;
}

.borderCollapse {
	border-collapse:separate;
}


/* Retiree Self service Assistance page 
=====================================================================================*/

#selfSevLinks {
	float:left;
	width:96%;
	min-height:100px;
	background:#FFF;
	border:#336699 solid 1px;
	padding:10px;
	}

#systemOutage {
	position:relative;
	margin:10px 5px 10px 0px;
	width:99%;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
	color:#F00;
	border:#036 solid 0px;
	font-size:1em;
	float:left;
}
#systemOutage p {
	padding:0px;
}

#systemOutage2 {
	position:relative;
	margin:10px 0;
	background-color:#F00;
	width:99%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	font-size:14px;
	border:#036 solid 1px;
	font-size:1.2em;
}
#systemOutage2 p {
	padding:0px;
}


/*==============================================================
               Size Specific information below
===============================================================*/

    /* orange - touch44/11 -serves 320x480 portrait */
	@media screen and (min-width:320px) and (max-width:479px) {
		#carousel {
			display:none;
			}
		#homeTabs {display:none;}
	#CTA { display:none;}
#seal {
	width:95%;
	height:auto;
	margin-top:10px;
	padding-right:0px;
	padding-left:0px;
	}
#welcomeMessage {
	width:100%;
}
		
div.containerInside {width:100%;
		} 
div.button4 a {
	width:90%;

		}
.col-sm-12 {
    width: 100%;
	float:left;
}		
#mcanav2 {
	margin-left:-7px;
}

#mcaw2 {
	overflow:visible;
}
#mcaw3 {
	overflow:visible;
}



#CLF_nav #collapsing-nav {
	font-size:.7em;
	}
	
#CLF_nav #collapsing-nav {
	font-size:.7em;
	}
	
#nav_home {
	margin-left:-8px;
}
#CLF_nav #nav_home:hover {
	background:none;
}
#CLF_nav .CLF_nav_L1 LI{
	  list-style: none;
    padding-left: 0px;
	line-height:2em;
	}
#CLF_nav .CLF_nav_L1 LI:hover{
}
#CLF_nav li {
}
#CLF_nav li:hover {
}
#CLF_nav li a {
	display:block;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:12px;
	line-height:1.3em;
	border-bottom:solid 1px #ccc;
}
#CLF_nav li a:hover {
	color:#069;
	text-decoration:none;
	background:#DEF0FE;
}

#CLF_nav #collapsing-nav span:hover {
    cursor:             pointer;
	color:              #444;
	text-decoration:    none;
}
#CLF_nav #nav_services ul, #CLF_nav #nav_information ul {
	margin-top:10px;
}
#CLF_nav #nav_services ul li, #CLF_nav #nav_information ul li {
	padding-top:0px;
	padding-bottom:0px;
}
#CLF_nav .CLF_nav_L1 {
	margin-left:-5px;
}
#CLF_nav .CLF_nav_L2 {
	/*margin-left:-13px;*/
} 
#CLF_nav .CLF_nav_L2 li a {
	padding-left:10px;
} 
#CLF_nav .CLF_nav_L2 li {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-left:0em;
	line-height:.9em;
	margin-top:-4px;
}
#CLF_nav .CLF_nav_L2 li .first {
	padding-top:5px;
	margin-top:-3px;
}
.CLF_nav_L2 li{
	color:#F00;
}
#CLF_nav .CLF_nav_L1 #nav_home span, #CLF_nav .CLF_nav_L1 #nav_services span, #CLF_nav .CLF_nav_L1 #nav_information span {
	background:#ccc;
	  display: block;
    margin-left:0px;
	padding-left:10px;
	}
#nav_bar ul li {
	margin-left:10px;
}
#CLF_nav .CLF_nav_L1 #nav_home span {
	padding-left:0px;
}
#CLF_nav .nav_ob4 a, #CLF_nav .nav_ob4 a:link, #CLF_nav .nav_ob4 a:active, #CLF_nav .nav_ob4 a:visited, #CLF_nav .nav_cb4 a, #CLF_nav .nav_cb4 a:link, #CLF_nav .nav_cb4 a:active, #CLF_nav .nav_cb4 a:visited {
	padding-left:10px;
}
/* Sub Navs
==============================================================*/

#CLF_nav #nav_sublink {
	color:#333;
	  list-style: none;
    padding-left: 15px;
}
#CLF_nav #nav_sublink:hover {
	text-decoration:none;
}
#CLF_nav #nav_sublink li {
	color:#000;
}

#nav_sublink ul{
	color:#000;
}
.CLF_nav_L1_sub nav_callout2 {
	color:#F00;
	background:#CCC;
}
.CLF_nav_L1_sub nav_callout2:hover {
	color:#444444;
	background:#000;
}
#CLF_nav #nav_test span:hover {
	color:#000;
	background:#DEF0FE;
}
#CLF_nav li ul{
	background-color:#EBF0F4;
}
#CLF_nav li ul li{
}
#CLF_nav li ul li a:hover{
}
#CLF_nav li ul li a {
	color:#C00;
	margin-top:-.4em;
}
#CLF_nav .nav_callout2{
	display:block;
	color:#000;
	padding-left:12px;
	line-height:2.3em;
	width:auto;
	font-size:13px;
	border-bottom:solid 1px #ccc;
}
#CLF_nav .nav_callout2 img{
	float:right;
	padding:.5em;
}
#CLF_nav .nav_callout2 li:hover{
	display:block;
	color:#f00;
}
.CLF_nav_L2 li a{
	color:#444444;
}
#MainNav {
}

#MainNav ul {
	padding-left:2px;
}

#MainNav > ul > li.has-sub > a span {
}
#MainNav > ul > li.has-sub.active > a span {
}

#MainNav > ul > li.has-sub > a {
	background-image:url(../../images/arrowDown.png);
	background-position:right;
	background-repeat:no-repeat;
}
#MainNav > ul > li.has-sub.active > a {
	background:#DEF0FE;
	background-image:url(../../images/arrowup.png);
	background-position:right;
	background-repeat:no-repeat;
}

#MainNav ul ul {
  padding: 7px 0px 0px 0;
  display: none;
}
#MainNav ul ul li a{
	margin-top:-5px;
}
#MainNav ul ul a {
  display: block;
  color: #595959;
}
	
	
#buttonsInt {
	list-style:none;
	margin:0 auto;
	position:relative;
	width:250px;
}
#phone1 {
	display:none;
}
#orgList {
	float:left;
	width:95%;
	padding:10px;
	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #A5B0D6;
opacity:0.5;
background:#FFF ;
margin-bottom:10px;
}
#orgList ul{
	padding-left:0px;
}
#orgList ul li{
	margin-left:0px;
	list-style:none;
	line-height:18px;
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:#06C solid 1px;
}
#orgList ul li.end {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
#orgList ul li a{
	color:#000;
	opacity:1.0;

}
#orgList ul li a:hover{
	color:#777;
}
#nav_quick_links {
	display:none;

}
#CTA3 { display:none;}

#CTA3 a {
	display:none;
}
#CTA3 a:hover {
}

/*==========================================================================*/
}
	/* brown - touch44/11 -serves 320x480 landscape and 480x800 portrait */
	@media screen and (min-width:480px) and (max-width:639px) {
		#carousel {
			display:none;
			}
		#homeTabs {display:none;}
	#CTA { display:none;}
#seal {
	width:95%;
	height:auto;
	margin-top:10px;
	padding-right:0px;
	padding-left:0px;
	}
#welcomeMessage {
	width:100%;
}
		
div.containerInside {width:100%;
		} 	
div.button4 a {
	width:46%;
	height: 90px;

		}		
		
.col-sm-12 {
    width: 100%;
	float:left;
}
#mcanav2 {
	margin-left:-7px;
}

#mcaw2 {
	overflow:visible;
}
#mcaw3 {
	overflow:visible;
}

#CLF_nav #collapsing-nav {
	font-size:.7em;
	}
#buttonsInt {
	list-style:none;
	margin:0 auto;
	position:relative;
	width:100%;
}

#CLF_nav #collapsing-nav {
	font-size:.7em;
	}
	
#nav_home {
	margin-left:-8px;
}
#CLF_nav #nav_home:hover {
	background:none;
}
#CLF_nav .CLF_nav_L1 LI{
	  list-style: none;
    padding-left: 0px;
	line-height:2em;
	}
#CLF_nav .CLF_nav_L1 LI:hover{
}
#CLF_nav li {
}
#CLF_nav li:hover {
}
#CLF_nav li a {
	display:block;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:12px;
	line-height:1.3em;
	border-bottom:solid 1px #ccc;
}
#CLF_nav li a:hover {
	color:#069;
	text-decoration:none;
	background:#DEF0FE;
}

#CLF_nav #collapsing-nav span:hover {
    cursor:             pointer;
	color:              #444;
	text-decoration:    none;
}
#CLF_nav #nav_services ul, #CLF_nav #nav_information ul {
	margin-top:10px;
}
#CLF_nav #nav_services ul li, #CLF_nav #nav_information ul li {
	padding-top:0px;
	padding-bottom:0px;
}
#CLF_nav .CLF_nav_L1 {
	margin-left:-5px;
}
#CLF_nav .CLF_nav_L2 {
	/*margin-left:-13px;*/
} 
#CLF_nav .CLF_nav_L2 li a {
	padding-left:10px;
} 
#CLF_nav .CLF_nav_L2 li {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-left:0em;
	line-height:.9em;
	margin-top:-4px;
}
#CLF_nav .CLF_nav_L2 li .first {
	padding-top:5px;
	margin-top:-3px;
}
.CLF_nav_L2 li{
	color:#F00;
}
#CLF_nav .CLF_nav_L1 #nav_home span, #CLF_nav .CLF_nav_L1 #nav_services span, #CLF_nav .CLF_nav_L1 #nav_information span {
	background:#ccc;
	  display: block;
    margin-left:0px;
	padding-left:10px;
	}
#nav_bar ul li {
	margin-left:10px;
}
#CLF_nav .CLF_nav_L1 #nav_home span {
	padding-left:0px;
}
#CLF_nav .nav_ob4 a, #CLF_nav .nav_ob4 a:link, #CLF_nav .nav_ob4 a:active, #CLF_nav .nav_ob4 a:visited, #CLF_nav .nav_cb4 a, #CLF_nav .nav_cb4 a:link, #CLF_nav .nav_cb4 a:active, #CLF_nav .nav_cb4 a:visited {
	padding-left:10px;
}


/* Sub Navs
==============================================================*/

#CLF_nav #nav_sublink {
	color:#333;
	  list-style: none;
    padding-left: 15px;
}
#CLF_nav #nav_sublink:hover {
	text-decoration:none;
}
#CLF_nav #nav_sublink li {
	color:#000;
}

#nav_sublink ul{
	color:#000;
}
.CLF_nav_L1_sub nav_callout2 {
	color:#F00;
	background:#CCC;
}
.CLF_nav_L1_sub nav_callout2:hover {
	color:#444444;
	background:#000;
}
#CLF_nav #nav_test span:hover {
	color:#000;
	background:#DEF0FE;
}
#CLF_nav li ul{
	background-color:#EBF0F4;
}
#CLF_nav li ul li{
}
#CLF_nav li ul li a:hover{
}
#CLF_nav li ul li a {
	color:#C00;
	margin-top:-.4em;
}
#CLF_nav .nav_callout2{
	display:block;
	color:#000;
	padding-left:12px;
	line-height:2.3em;
	width:auto;
	font-size:13px;
	border-bottom:solid 1px #ccc;
}
#CLF_nav .nav_callout2 img{
	float:right;
	padding:.5em;
}
#CLF_nav .nav_callout2 li:hover{
	display:block;
	color:#f00;
}
.CLF_nav_L2 li a{
	color:#444444;
}
#MainNav {
}

#MainNav ul {
	padding-left:2px;
}

#MainNav > ul > li.has-sub > a span {
}
#MainNav > ul > li.has-sub.active > a span {
}

#MainNav > ul > li.has-sub > a {
	background-image:url(../../images/arrowDown.png);
	background-position:right;
	background-repeat:no-repeat;
}
#MainNav > ul > li.has-sub.active > a {
	background:#DEF0FE;
	background-image:url(../../images/arrowup.png);
	background-position:right;
	background-repeat:no-repeat;
}

#MainNav ul ul {
  padding: 7px 0px 0px 0;
  display: none;
}
#MainNav ul ul li a{
	margin-top:-5px;
}
#MainNav ul ul a {
  display: block;
  color: #595959;
}
	
/*============== End Sub Nav ================================================*/

.phone1 {
	float:left;
	width:100%;
}
.phone2 {
	float:left;
	width:100%;
}
#orgList {
	float:left;
	width:95%;
	padding:10px;
	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #A5B0D6;
opacity:0.5;
background:#FFF ;
margin-bottom:10px;
}
#orgList ul{
	padding-left:0px;
}
#orgList ul li{
	margin-left:0px;
	list-style:none;
	line-height:18px;
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:#06C solid 1px;
}
#orgList ul li.end {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
#orgList ul li a{
	color:#000;
	opacity:1.0;

}
#orgList ul li a:hover{
	color:#777;
}
#nav_quick_links {
	display:none;

}
#CTA3 { display:none;}

#CTA3 a {
	display:none;
}
#CTA3 a:hover {
}

/*==========================================================================*/
}
	/* yellow - touch44/11 -serves ??? screens */
	@media screen and (min-width:640px) and (max-width:799px) {
		#carousel {
			display:none;
			}
		#homeTabs {display:none;}
/*		#paymentDate {
	margin:-5em 0 0 1em;
	font-size:.8em;
	color:#336699;
}
*/#CLF_ON section H1 {
	font-size:1.3em;
	}	
#seal {
	width:95%;
	height:auto;
	margin-top:10px;
	padding-right:0px;
	padding-left:0px;
	}
#welcomeMessage {
	padding:0px;
}
		
div.containerInside {width:70%;
		} 
div.button4 a {
	width:46%;

		}		
.col-sm-12 {
    width: 100%;
	float:left;
}
#mcanav2 {
	margin-left:0px;
}

#mcaw2 {
	overflow:visible;
}
#mcaw3 {
	overflow:visible;
}


#CLF_nav #collapsing-nav {
	font-size:.7em;
	}
	
#nav_home {
	margin-left:-8px;
}
#CLF_nav #nav_home:hover {
	background:none;
}
#CLF_nav .CLF_nav_L1 LI{
	  list-style: none;
    padding-left: 5px;
	line-height:2em;
	}
#CLF_nav .CLF_nav_L1 LI:hover{
}
#CLF_nav li {
}
#CLF_nav li:hover {
}
#CLF_nav li a {
	display:block;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
	line-height:1.3em;
	border-bottom:solid 1px #ccc;
}
#CLF_nav li a:hover {
	color:#069;
	text-decoration:none;
	background:#DEF0FE;
}

#CLF_nav #collapsing-nav span:hover {
    cursor:             pointer;
	color:              #444;
	text-decoration:    none;
}




#CLF_nav #nav_services ul, #CLF_nav #nav_information ul {
	margin-top:10px;
}
#CLF_nav #nav_services ul li, #CLF_nav #nav_information ul li {
	padding-top:0px;
	padding-bottom:0px;
}
#CLF_nav .CLF_nav_L1 {
	margin-left:-5px;
}
#CLF_nav .CLF_nav_L2 {
	/*margin-left:-13px;*/
} 
#CLF_nav .CLF_nav_L2 li a {
	padding-left:10px;
} 
#CLF_nav .CLF_nav_L2 li {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-left:0em;
	line-height:.9em;
	margin-top:-4px;
}
#CLF_nav .CLF_nav_L2 li .first {
	padding-top:5px;
	margin-top:-3px;
}
.CLF_nav_L2 li{
	color:#F00;
}
#CLF_nav .CLF_nav_L1 #nav_home span, #CLF_nav .CLF_nav_L1 #nav_services span, #CLF_nav .CLF_nav_L1 #nav_information span {
	background:#ccc;
	  display: block;
    margin-left:0px;
	padding-left:5px;
	}

/*=============== Sub Navs ==============================================================*/

#CLF_nav #nav_sublink {
	color:#333;
	  list-style: none;
    padding-left: 15px;
}
#CLF_nav #nav_sublink:hover {
	text-decoration:none;
}
#CLF_nav #nav_sublink li {
	color:#000;
}

#nav_sublink ul{
	color:#000;
}
.CLF_nav_L1_sub nav_callout2 {
	color:#F00;
	background:#CCC;
}
.CLF_nav_L1_sub nav_callout2:hover {
	color:#444444;
	background:#000;
}
#CLF_nav #nav_test span:hover {
	color:#000;
	background:#DEF0FE;
}
#CLF_nav li ul{
	background-color:#EBF0F4;
}
#CLF_nav li ul li{
}
#CLF_nav li ul li a:hover{
}
#CLF_nav li ul li a {
	color:#C00;
	margin-top:-.3em;
}
#CLF_nav .nav_callout2{
	display:block;
	color:#000;
	padding-left:12px;
	line-height:2.3em;
	width:auto;
	font-size:13px;
	border-bottom:solid 1px #ccc;
}
#CLF_nav .nav_callout2 img{
	float:right;
	padding:.5em;
}
#CLF_nav .nav_callout2 li:hover{
	display:block;
	color:#f00;
}
.CLF_nav_L2 li a{
	color:#444444;
}
#MainNav {
}

#MainNav ul {
	padding-left:0px;
}

#MainNav > ul > li.has-sub > a span {
}
#MainNav > ul > li.has-sub.active > a span {
}

#MainNav > ul > li.has-sub > a {
	background-image:url(../../images/arrowDown.png);
	background-position:right;
	background-repeat:no-repeat;
}
#MainNav > ul > li.has-sub.active > a {
	background:#DEF0FE;
	background-image:url(../../images/arrowup.png);
	background-position:right;
	background-repeat:no-repeat;
}

#MainNav ul ul {
  padding: 5px 0px;
  display: none;
}
#MainNav ul ul li a{
}
#MainNav ul ul a {
  display: block;
  color: #595959;
}

/*================ End Sub navs ==================================================*/

#buttonsInt {
	list-style:none;
	margin:0 auto;
	position:relative;
	width:100%;
}
		
.phone1 {
	float:left;
	width:100%;
}
.phone2 {
	float:left;
	width:100%;
}

#orgList {
	float:left;
	width:95%;
	padding:10px;
	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #A5B0D6;
opacity:0.5;
background:#FFF ;
margin-bottom:10px;
}
#orgList ul{
	padding-left:0px;
}
#orgList ul li{
	margin-left:0px;
	list-style:none;
	line-height:18px;
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:#06C solid 1px;
}
#orgList ul li.end {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
#orgList ul li a{
	color:#000;
	opacity:1.0;

}
#orgList ul li a:hover{
	color:#777;
}
#nav_quick_links {
	display:none;

}
#CTA3 { display:none;}

#CTA3 a {
	display:none;
}
#CTA3 a:hover {
}

/*==========================================================================*/
}
	/* green - U9/5 - serves 800x600 screens */
	@media screen and (min-width:800px) and (max-width:995px) {
/*	#paymentDate {
	margin:-4.5em 0 0 1em;
	font-size:.7em;
	color:#336699;
}
*/#CTA3 {
	height:90px;
}
#CTA3 a {
	height:90px;
}
div.button4 a {
	width:46%;

		}		
		
div.containerInside {width:100%;
		} 		

#CLF_ON section H1 {
	font-size:1.3em;
	}	
#buttonsInt {
	list-style:none;
	margin:0 auto;
	position:relative;
	width:490px;
}

	#nav_badges .badge1 {
		background:				url('/usr/img/CLF_badge1_small.png');
		width:					144px;
		height:					80px;	
		}
#CLF_ON section H1  {
	color:#336699;
	border-bottom:#336699 solid 1px;
}

#CLF_nav #nav_home a, #CLF_nav #nav_services, #CLF_nav #nav_information {
	text-decoration:none;
	padding:5px 0px 0px 15px;
	color:#FFF;
	width:100%;
	min-height:33px;
	z-index:1000;
	display:block;
	background:url(../../images/MainNavImg.png) top left no-repeat;
	border-bottom:none;
}
#nav_home {
	margin-left:-8px;
}
#CLF_nav .nav_callout, #CLF_nav .nav_callout a {
	color:#fff;
}
#CLF_nav #nav_home a:hover, #CLF_nav #nav_services:hover, #CLF_nav #nav_information:hover {
	text-decoration:none;
	background:url(../../images/MainNavImgHover.png) top left no-repeat;
}
#CLF_nav #nav_home:hover {
	background:none;
}
#CLF_nav .CLF_nav_L1 LI{
	  list-style: none;
    padding-left: 8px;
	color:#F00;
	}
#CLF_nav li {

}
#CLF_nav li:hover {
}
#CLF_nav li a {
	display:block;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:12px;
	line-height:1.3em;
	border-bottom:solid 1px #ccc;
}
#CLF_nav li a:hover {
	color:#069;
	text-decoration:none;
	background:#DEF0FE;
	border-bottom:solid 1px #999;
}
#CLF_nav #collapsing-nav span:hover {
    cursor:             pointer;
	color:              #fff;
	text-decoration:    none;
}
	
#CLF_nav #collapsing-nav a span:hover {
	color:              #069;
}
	
#mcanav2 {
	margin-left:-7px;
}

#mcaw2 {
	overflow:visible;
}
#mcaw3 {
	overflow:visible;
}
#CLF_nav #nav_services ul, #CLF_nav #nav_information ul {
	margin-top:10px;
}
#CLF_nav #nav_services ul li, #CLF_nav #nav_information ul li {
	padding-top:0px;
	padding-bottom:0px;
}

#CLF_nav .CLF_nav_L2 {
	/*margin-left:-13px;*/
} 
#CLF_nav .CLF_nav_L2 li {
	padding-top:0px;
	margin-left:0em;
	line-height:.9em;
	padding-left:0px;
	padding-right:0px;
}
#CLF_nav .CLF_nav_L2 li a {
	padding-left:10px;
} 
.CLF_nav_L2 li{
	color:#F00;
}

/* Sub Navs
==============================================================*/

#CLF_nav #nav_sublink {
	color:#333;
	  list-style: none;
    padding-left: 15px;
}
#CLF_nav #nav_sublink:hover {
	text-decoration:none;
}
#CLF_nav #nav_sublink li {
	color:#000;
}

#nav_sublink ul{
	color:#000;
}
.CLF_nav_L1_sub nav_callout2 {
	color:#F00;
	background:#CCC;
}
.CLF_nav_L1_sub nav_callout2:hover {
	color:#444444;
	background:#000;
}
#CLF_nav #nav_test span:hover {
	color:#000;
	background:#DEF0FE;
}
#CLF_nav li ul{
	background-color:#EBF0F4;
}
#CLF_nav li ul li{
}
#CLF_nav li ul li a:hover{
}
#CLF_nav li ul li a {
	color:#C00;
	margin-top:-.3em;
}
#CLF_nav .nav_callout2{
	display:block;
	color:#000;
	padding-left:12px;
	line-height:2.3em;
	width:auto;
	font-size:13px;
	border-bottom:solid 1px #ccc;
}
#CLF_nav .nav_callout2 img{
	float:right;
	padding:.5em;
}
#CLF_nav .nav_callout2 li:hover{
	display:block;
	color:#f00;
}
.CLF_nav_L2 li a{
	color:#444444;
}
#MainNav {
}

#MainNav ul {
	padding-left:0px;
}

#MainNav > ul > li.has-sub > a span {
}
#MainNav > ul > li.has-sub.active > a span {
}

#MainNav > ul > li.has-sub > a {
	background-image:url(../../images/arrowDown.png);
	background-position:right;
	background-repeat:no-repeat;
}
#MainNav > ul > li.has-sub.active > a {
	background:#DEF0FE;
	background-image:url(../../images/arrowup.png);
	background-position:right;
	background-repeat:no-repeat;
	
}

#MainNav ul ul {
  padding: 5px 0px;
  display: none;
}
#MainNav ul ul li a{
}
#MainNav ul ul a {
  display: block;
  color: #595959;
}



/* End Sub navs ==================================================*/

.phone1 {
	float:left;
	width:100%;
}
.phone2 {
	float:left;
	width:100%;
}

#orgList {
	float:left;
	width:95%;
	padding:10px;
	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #A5B0D6;
opacity:0.5;
background:#FFF ;
margin-bottom:10px;
}
#orgList ul{
	padding-left:0px;
}
#orgList ul li{
	margin-left:0px;
	list-style:none;
	line-height:18px;
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom:#06C solid 1px;
}
#orgList ul li.end {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
#orgList ul li a{
	color:#000;
	opacity:1.0;

}
#orgList ul li a:hover{
	color:#777;
}
#welcomeMessage {
	padding:0px;
	float:left;
	width:380px;
}
#nav_quick_links li ul li {
}
#nav_quick_links li ul li a {
	padding:0px;
	border-bottom:none;
}
#nav_quick_links li ul li a:hover {
	background:none;
	border-bottom:none;
	opacity:0.7;
}

/*==========================================================================*/
}
	@media screen and (min-width:996px) {
#buttonsInt {
	float:left;
	list-style:none;
	margin:0 auto 10px auto;
	width: 100%;
}	
	
div.button4 a {
	width:47%;

		}		
div.containerInside {width:75%;
		} 
		
#welcomeMessage {
	padding:0px;
	float:left;
	width:100%;
}

#CLF_ON section H1  {
	color:#336699;
	border-bottom:#336699 solid 1px;
}

#CLF_nav #nav_home a, #CLF_nav #nav_services, #CLF_nav #nav_information {
	text-decoration:none;
	padding:4px 0px 0px 15px;
	margin-top:1px;
	color:#FFF;
	width:100%;
	min-height:33px;
	z-index:1000;
	display:block;
	background:url(../../images/MainNavImg.png) top left no-repeat;
	border-bottom:none;
}
#CLF_nav #nav_home a {
	padding-top:2px;
}
#nav_home {
	margin-left:-8px;
}
#CLF_nav .nav_callout, #CLF_nav .nav_callout a {
	color:#fff;
}
#CLF_nav #nav_home a:hover, #CLF_nav #nav_services:hover, #CLF_nav #nav_information:hover {
	text-decoration:none;
	background:url(../../images/MainNavImgHover.png) top left no-repeat;
}
#CLF_nav #nav_home:hover {
	background:none;
}
#CLF_nav .CLF_nav_L1 LI{
	  list-style: none;
    padding-left: 8px;
	}
#CLF_nav li {
}
#CLF_nav li:hover {
}
#CLF_nav li a {
	display:block;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:12px;
	line-height:1.3em;
	border-bottom:solid 1px #ccc;
}
#CLF_nav li a:hover {
	color:#069;
	text-decoration:none;
	background:#DEF0FE;
	border-bottom:solid 1px #999;
}
#CLF_nav #collapsing-nav span:hover {
    cursor:             pointer;
	color:#B4B4B4;
	text-decoration:    none;
}
	
#mcanav2 {
	margin-left:-7px;
}

#mcaw2 {
	overflow:visible;
}
#mcaw3 {
	overflow:visible;
}
#CLF_nav #nav_services ul, #CLF_nav #nav_information ul {
	margin-top:10px;
}
#CLF_nav #nav_services ul li, #CLF_nav #nav_information ul li {
	padding-top:0px;
	padding-bottom:0px;
}

#CLF_nav .CLF_nav_L2 {
	/*margin-left:-13px;*/
} 
#CLF_nav .CLF_nav_L2 li {
	padding-top:0px;
	margin-left:0em;
	line-height:.9em;
	padding-left:0px;
	padding-right:0px;
}
#CLF_nav .CLF_nav_L2 li a {
	padding-left:10px;
} 
.CLF_nav_L2 li{
	color:#F00;
}

/* Sub Navs
==============================================================*/
/*===============================================================================*/
#CLF_nav #nav_sublink {
	color:#333;
	  list-style: none;
    padding-left: 15px;
}
#CLF_nav #nav_sublink:hover {
	text-decoration:none;
}
#CLF_nav #nav_sublink li {
	color:#000;
}

#nav_sublink ul{
	color:#000;
}
.CLF_nav_L1_sub nav_callout2 {
	color:#F00;
	background:#CCC;
}
.CLF_nav_L1_sub nav_callout2:hover {
	color:#444444;
	background:#000;
}
#CLF_nav #nav_test span:hover {
	color:#000;
	background:#DEF0FE;
}
#CLF_nav #nav_test span .open{
	color:#000;
	background:#DEF0FE;
	}
#CLF_nav li ul{
	background-color:#EBF0F4;
}
#CLF_nav li ul li{
}
#CLF_nav li ul li a:hover{
}
#CLF_nav li ul li a {
	color:#C00;
	margin-top:-.3em;
}
#CLF_nav .nav_callout2{
	display:block;
	color:#000;
	padding-left:12px;
	line-height:2.3em;
	width:auto;
	font-size:13px;
	border-bottom:solid 1px #ccc;
}

#CLF_nav .nav_callout2 .open{
	display:block;
	color:#000;
	padding-left:12px;
	line-height:2.3em;
	width:auto;
	font-size:13px;
	border-bottom:solid 1px #ccc;
}



#CLF_nav_L1_sub nav_callout2 > .dropdown > a{

}

#MainNav {
}

#MainNav ul {
	padding-left:0px;
}

#MainNav > ul > li.has-sub > a span {
}
#MainNav > ul > li.has-sub.active > a span {
}

#MainNav > ul > li.has-sub > a {
	background-image:url(../../images/arrowDown.png);
	background-position:right;
	background-repeat:no-repeat;
}
#MainNav > ul > li.has-sub.active > a {
	background:#DEF0FE;
	background-image:url(../../images/arrowup.png);
	background-position:right;
	background-repeat:no-repeat;
	
}

#MainNav ul ul {
  padding: 5px 0px;
  display: none;
}
#MainNav ul ul li a{
}
#MainNav ul ul a {
  display: block;
  color: #595959;
}





.CLF_nav_L1_sub nav_callout a.open {
	color:#444444;
}

#CLF_nav_L1_sub nav_callout2 > .dropdown > a.open {

}




.phone1 {
	float:left;
	width:100%;
}
.phone2 {
	float:left;
	width:100%;
}

#orgList {
	float:left;
	width:200px;
	padding:10px;
	border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #A5B0D6;
opacity:0.5;
background:#FFF ;
margin-bottom:10px;
}
#orgList ul{
	padding-left:0px;
}
#orgList ul li{
	margin-left:0px;
	list-style:none;
	line-height:18px;
	margin-bottom:6px;
	padding-bottom:5px;
	border-bottom:#06C solid 1px;
}
#orgList ul li.end {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
#orgList ul li a{
	color:#000;
	opacity:1.0;

}
#orgList ul li a:hover{
	color:#777;
}

#CLF_nav li ul li a {
	color:#C00;
	margin-top:-.3em;
}
#nav_quick_links li ul li a {
	margin:-4px 0 -3px 1px;
	padding:0px;
	border:none;
	}

#nav_quick_links li ul li a:hover {
	border:none;
	background:none;
	opacity:0.7;
	}

}

/*=====================================================================
=======End Size Specific =============================================*/

.governance .table-blankfillrow{
	padding-left:10px;
}

#backButton input {

	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right:10px;
}
#backButton input:hover {
	cursor:pointer;
}



#newsletter {
	list-style-type:none;
	margin:0px 0 0 15px;
	padding:0;
	float:right;
	height:auto;
}
#newsletter li {
	float:center;
	padding:0;
	margin:0 1px 0 0;
	position:relative;
	width:150px;
	height:1em;
	z-index:100;
}
#newsletter li dl {
	position:absolute;
	top:0;
	left:0;
		text-decoration:none;

}
#newsletter li a, #newsletter li a:visited {
	text-decoration:none;
}
#newsletter li dd {
	display:none;
}
#newsletter li:hover, #newsletter li a:hover {
	border:0;
}
#newsletter li:hover dd, #newsletter li a:hover dd {
	display:block;
}
#newsletter li:hover dl, #newsletter li a:hover dl {
	padding-bottom:20px;
}
#newsletter table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	font-size:1em;
}
#newsletter dl {
	width: 165px;
	margin-left: -45px;
	padding: 0 0 10px 0;
	background: #c9ba65 no-repeat bottom left;
	text-align:center;
	cursor:pointer;
}
#newsletter dt{
	margin:0;
	padding-left: 5px;
	font-size: .75em;
	color: #fff;
/*	border-bottom:1px solid #fff;*/
}
#newsletter .one {
	background: #b2ab9b /*url(top.gif)*/ no-repeat top left;
}
#newsletter .two {
	background: #949e7c /*url(top.gif)*/ no-repeat top left;
}
#newsletter .three {
/*	background:url(../images/upgradeImages/NewsletterBk.jpg) no-repeat top left;
*/	height:45px;
	padding-top:10px;
	width:165px;
}
#newsletter .three a title {
	text-decoration:none;
}
#newsletter .four {
/*	background:url(../images/upgradeImages/NewsletterBk2.jpg) no-repeat top left;*/
	height:45px;
	padding-top:10px;
	width:165px;
}
#newsletter dd {
	display:block;
	width: 165px;
	margin:1px 0 0 0;
	padding:0;
	color: #fff;
	font-size: 1em;
	background: #47a;
	text-align:left;
}
#newsletter dd.last {
	border-bottom:1px solid #444;
}
#newsletter dd.first {
	margin-top:10px;
}
.gallery dt a, .gallery dt a:visited {
	display:block;
	color:#fff;
}
.gallery dd a, .gallery dd a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 20px;
	background: #47a ;
	width:140px;
}
.gallery dd a:hover {
	width: 165px;
	background: #258;
}
.newsblock {
	display:block;
	float:right;
	padding-top: 5px;
	position:relative;
	height:70px;
	z-index:1000;
	margin-bottom:5px;
}
.newsletter a {
	display:block;
	width:150px;
	height:25px;
	background:#dca;
	border:1px solid #000;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#000;
	line-height:25px;
	overflow:hidden;
	float:left;
}
.newsletter a:hover {
	display:block;
	width:150px;
	height:25px;
	background-color:#764;
	border-bottom:2px solid #666;
	margin-top:4px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:25px;
	overflow:hidden;
	float:left;
}
p a{
		text-decoration:underline;
}

.viewBar { 
/*	width: inherit;
*/	color:#FFFFFF;
	font-family:Gill Sans / Gill Sans MT, sans-serif, verdana;
	font-size:1em;
	font-weight:bold;
	margin:0px auto;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	background-color:#6d929b; 
	border-radius: 8px 8px 0px 0px; 
	-moz-border-radius: 8px 8px 0px 0px; 
	-webkit-border-radius: 8px 8px 0px 0px;

}

#planText {
	width:95%;
	margin:0px auto;
}

.table-blankfillrow {
	border-bottom:#CCC solid 1px;
	padding-bottom:2px;
	padding-top:2px;
    font-size: .9em;
}
.locationImage {
	float:right; 
	margin-right:15px;
	margin-bottom:10px;
}

#key {
	background:#336699;
	float:right;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:5px;
	color:#FFF;
}

.expressFont1 {
	width: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#FFF;
	background-color:#336699;
}

td .table-minutesfill {
	width: 100px;
	text-align:left;
	display:block;
	color:#333;
	color:#inherit;
	font-size:medium;
	font-family:arial;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#fff url(../../images/upgradeImages/cancel.gif) no-repeat 5px 8px;
	padding:5px 5px 5px 25px;
	margin:3px;
}
td .table-minutesfill:hover {
	background:#ccc url(../../images/upgradeImages/cancel.gif) no-repeat 5px 8px;
}
.table-minutesfill {
	width: 100px;
	text-align:left;
	display:block;
	color:#333;
	color:#inherit;
	font-size:medium;
	font-family:arial;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#fff url(../../images/upgradeImages/cancel.gif) no-repeat 5px 8px;
	padding:5px 5px 5px 25px;
	margin:3px;
}
.table-minutesfill:hover {
	background:#ccc url(../../images/upgradeImages/cancel.gif) no-repeat 5px 8px;
}

/* Button styles for the interior pages 
===========================================================================================*/
/*#buttonsInt {
	float:left;
	list-style:none;
	margin:0 auto;
}
*/.button1 a  {
	color:#000000;
	float:left;
	font-size:.9em;
	text-align:left;
	font-family:Gill Sans / Gill Sans MT, sans-serif, verdana; 
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: thin solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);	background-color:#FFFFFF;
	display:block;
	width:150px;
	min-height:48px;
	padding:10px 5px 5px 70px;
	margin:8px 6px;
}
.button1 a:hover {
	border: thin solid #004080;
	text-decoration:none;
	color:#004080;
	
}
.button1 img {
	margin-left:-60px;
	margin-top:-5px;
	float:left;
}
a.buttonCenter {
	text-align:center; 
	padding-left:5px; 
	width:215px
}
div.button2 a  {
	color:#000000;
	float:left;
	font-size:1.2em;
	text-align:center;
	font-family:Gill Sans / Gill Sans MT, sans-serif, verdana; 
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: thin solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);	background-color:#FFFFFF;
	width:215px;
	min-height:48px;
	padding:10px 5px 5px  5px;
	margin:15px 15px 15px 15px;
}
div.button2 a:hover {
	border: thin solid #004080;
	text-decoration:none;
	color:#004080;
}

div.button3 a  {
	color:#444444;  
	text-align:center;
	font-size:.8em; 
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:400;
	text-decoration:none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: thin solid #AAAAAA;
	-webkit-box-shadow: 0px 2px 1px rgba(120,120,120,1.00);
	-moz-box-shadow:    0px 2px 1px rgba(120,120,120,1.00);
	box-shadow:         0px 2px 1px rgba(120,120,120,1.00);	
	background-color:#e4e4e4;
padding: 6px;
	display:block;
	width:40%;
    /*height:30px;*/
	margin:10px 3px 3px 3px;
}

div.button3 a:hover {
	text-decoration:none;
	color:#444444;
 	background:#A3C8C2;
}

.insetm {
	background: transparent;
	width:100%;
}
.insetm {
	text-align:left;
}

div.button4 a  {
	color:#444444;
	font-size:1em;
	float:left;
	font-weight: 400;
	text-align:center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration:none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: thin solid #aaaaaa;
	-webkit-box-shadow: 0px 2px 1px rgba(120,120,120,1.00);
	-moz-box-shadow:    0px 2px 1px rgba(120,120,120,1.00);
	box-shadow:         0px 2px 1px rgba(120,120,120,1.00);	
	background-color:#e4e4e4;
	min-height:24px;
	padding:10px 5px 5px  5px;
	margin:8px;
	background:#E4e4e4;

}

div.button4 a:hover {
	text-decoration:none;
	color:#444444;
 	background:#CAC4BC;
}

div.button4new a  {
	color:#000000;
	font-size:1em;
	float:left;
	text-align:center;
	font-family:Gill Sans / Gill Sans MT, sans-serif, verdana; 
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: thin solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);	background-color:#FFFFFF;
	width:45%;
	min-height:24px;
	padding:10px 5px 5px  5px;
	margin:8px 6px 8px 6px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 56%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

}

div.button4new a:hover {
	text-decoration:none;
	color:#004080;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,244,255,1) 78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(78%,rgba(234,244,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf4ff',GradientType=0 ); /* IE6-9 */
}

div.button5 a {
	color:#000000;
	font-size:1.2em;
	text-align:center;
	font-family:Gill Sans / Gill Sans MT, sans-serif, verdana; 
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border:thin solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);	background-color:#FFFFFF;
	width: 95%;
	min-height:24px;
	display:block;
	padding:10px 5px 5px  5px;
	margin:15px 15px 5px 15px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 56%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
div.button5 a:visited {
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;  
	background-image:url(/images/diag_block1.gif);
	display:block;
	padding: 2px 1px 3px 2px;
	border-top: 1px solid #BB9;
	border-right: 2px solid #663;
	border-bottom: 2px solid #663;
	border-left: 4px solid #996;
	width: 95%;
	margin-bottom: 8px;
}

div.button5 a:hover {
	text-decoration:none;
	color:#004080;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,244,255,1) 78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(78%,rgba(234,244,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf4ff',GradientType=0 ); /* IE6-9 */
}

div.button6 a  {
	color:#000000;  
	text-align:left;
	width: auto;
	font-size:.90em; 
	font-family:verdana; 
	text-decoration:underline;
	background:#DDDDDD url(/images/pdficon.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	display:block;
	margin-bottom: 4px;
}
div.button6 a:visited  {
	color:#000000;  
	text-align:left;
	width: auto;
	font-size:.90em; 
	font-family:verdana; 
	text-decoration:underline;
	background:#DDDDDD url(/images/pdficon.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	display:block;
	margin-bottom: 4px;
}

div.button6 a:hover {
	color:#CC0000;
	text-align:left;
	width: auto;
	font-size:.90em; 
	font-family:verdana; 
	text-decoration:underline;
	background:#FFFF99 url(/images/pdficon2.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	display:block;
	margin-bottom: 4px;
}
div.button7 a  {
	color:#444444;
	float: left;
	font-size:1em;
	text-align:center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:400;
	text-decoration:none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: thin solid #aaaaaa;
	-webkit-box-shadow: 0px 2px 1px rgba(120,120,120,1.00);
	-moz-box-shadow:    0px 2px 1px rgba(120,120,120,1.00);
	box-shadow:         0px 2px 1px rgba(120,120,120,1.00);	
	background-color:#e4e4e4;
	min-height:24px;
	padding:10px 15px 5px 15px;
	background:#e4e4e4;
}
div.button7 a:hover {
	text-decoration:none;
	color:#444444;
 	background:#CAC4BC;
}

div.button8 a {
	color:#000000;
	font-size:1.2em;
	float:left;
	text-align:center;
	font-family:Gill Sans / Gill Sans MT, sans-serif, verdana;
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);
	background-color:#FFFFFF;
	width:210px;
	min-height:24px;
	padding:10px 5px 5px 5px;
	margin:15px 15px 5px 15px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 56%, rgba(234, 234, 234, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 56%, rgba(234, 234, 234, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 56%, rgba(234, 234, 234, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 56%, rgba(234, 234, 234, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 56%, rgba(234, 234, 234, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 ); /* IE6-9 */
}
div.button8 a:hover {
	text-decoration:none;
	color:#004080;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 244, 255, 1) 78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(78%, rgba(234, 244, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 244, 255, 1) 78%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 244, 255, 1) 78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 244, 255, 1) 78%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 244, 255, 1) 78%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf4ff', GradientType=0 ); /* IE6-9 */
}

div.button9 a {
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
	border:thin solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);	
	background-color:#FFFFFF;
	display:block;
	padding:5px 5px 5px 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 56%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
div.button9 a:hover {
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(160,216,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(160,216,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(160,216,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
}

div.buttonPop a  {
	color:#000000;
	font-size:1em;
	text-align:center;
	font-family:Gill Sans / Gill Sans MT, sans-serif, verdana; 
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border:thin solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);	background-color:#FFFFFF;
	max-width:500px;
	min-height:24px;
	display:block;
	padding:10px 5px 5px  5px;
	margin:15px 15px 5px 15px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 56%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 56%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
div.buttonPop a:hover {
	text-decoration:none;
	color:#004080;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,244,255,1) 78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(78%,rgba(234,244,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,244,255,1) 78%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf4ff',GradientType=0 ); /* IE6-9 */
}



div.buttonpdf a {
	color:#444444;
	font-size:.8em;
	float:left;
	text-align:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	text-decoration:none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: thin solid #ccc;
	-webkit-box-shadow: 0px 2px 1px rgba(120,120,120,1.00);
	-moz-box-shadow:    0px 2px 1px rgba(120,120,120,1.00);
	box-shadow:         0px 2px 1px rgba(120,120,120,1.00);	
	background-color:#e4e4e4;
	min-height:24px;
	padding:10px 5px 5px  45px;
	margin:8px;
	background:#E4e4e4 url(/images/pdficon.gif) no-repeat 5px 10px;
		width:31%;
}
div.buttonpdf a:visited {
}
div.buttonpdf a:hover {
	text-decoration:none;
	color:#444444;
 	background:#A3C8C2 url(/images/pdficon.gif) no-repeat 5px 10px;
}
	@media screen and (min-width:320px) and (max-width:479px) {
div.buttonpdf a {
	width:100%;
}
	}
	@media screen and (min-width:480px) and (max-width:639px) {
div.buttonpdf a {
	width:45%;
	height: 90px;
}	
	}
	@media screen and (min-width:640px) and (max-width:799px) {
div.buttonpdf a {
	width:45%;
	height: 90px;
		}	
}
	@media screen and (min-width:800px) and (max-width:995px) {
div.buttonpdf a {
	width:46%;
	height: 90px;
}	
	}



	@media screen and (min-width:996px) and (max-width:1024px) {
div.buttonpdf a {
	width:31%;
	height: 90px;
}	
	}
	


div.buttonWebpdf a {
	color:#444444;
	font-size:.8em;
	float:left;
	text-align:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	text-decoration:none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: thin solid #ccc;
	-webkit-box-shadow: 0px 2px 1px rgba(120,120,120,1.00);
	-moz-box-shadow:    0px 2px 1px rgba(120,120,120,1.00);
	box-shadow:         0px 2px 1px rgba(120,120,120,1.00);	
	background-color:#e4e4e4;
	min-height:24px;
	padding:10px 5px 5px  45px;
	margin:8px;
	background:#E4e4e4 url("../images/Interneticon.png") no-repeat 5px 10px;
		width:31%;
}
div.buttonWebpdf a:visited {
}
div.buttonWebpdf a:hover {
	text-decoration:none;
	color:#444444;
 	background:#A3C8C2 url(../images/Interneticon.png) no-repeat 5px 10px;
}
	@media screen and (min-width:320px) and (max-width:479px) {
div.buttonWebpdf a {
	width:100%;
}
	}
	@media screen and (min-width:480px) and (max-width:639px) {
div.buttonWebpdf a {
	width:45%;
	height: 90px;
}	
	}
	@media screen and (min-width:640px) and (max-width:799px) {
div.buttonWebpdf a {
	width:45%;
	height: 90px;
		}	
}
	@media screen and (min-width:800px) and (max-width:995px) {
div.buttonWebpdf a {
	width:46%;
	height: 90px;
}	
	}



	@media screen and (min-width:996px) and (max-width:1024px) {
div.buttonWebpdf a {
	width:31%;
	height: 90px;
}	
	}


div.buttonZippedpdf a {
	color:#444444;
	font-size:.8em;
	float:left;
	text-align:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	text-decoration:none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: thin solid #ccc;
	-webkit-box-shadow: 0px 2px 1px rgba(120,120,120,1.00);
	-moz-box-shadow:    0px 2px 1px rgba(120,120,120,1.00);
	box-shadow:         0px 2px 1px rgba(120,120,120,1.00);	
	background-color:#e4e4e4;
	min-height:24px;
	padding:10px 5px 5px  45px;
	margin:8px;
	background:#E4e4e4 url(../images/ZippedIcon.png) no-repeat 5px 10px;
		width:31%;
}
div.buttonZippedpdf a:visited {
}
div.buttonZippedpdf a:hover {
	text-decoration:none;
	color:#444444;
 	background:#A3C8C2 url(../images/ZippedIcon.png) no-repeat 5px 10px;
}
	@media screen and (min-width:320px) and (max-width:479px) {
div.buttonZippedpdf a {
	width:100%;
}
	}
	@media screen and (min-width:480px) and (max-width:639px) {
div.buttonZippedpdf a {
	width:45%;
	height: 90px;
}	
	}
	@media screen and (min-width:640px) and (max-width:799px) {
div.buttonZippedpdf a {
	width:45%;
	height: 90px;
		}	
}
	@media screen and (min-width:800px) and (max-width:995px) {
div.buttonZippedpdf a {
	width:46%;
	height: 90px;
}	
	}



	@media screen and (min-width:996px) and (max-width:1024px) {
div.buttonZippedpdf a {
	width:31%;
	height: 90px;
}	
	}


div.buttonword a {
	color:#444444;
	font-size:.8em;
	float:left;
	text-align:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	text-decoration:none;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: thin solid #ccc;
	-webkit-box-shadow: 0px 2px 1px rgba(120,120,120,1.00);
	-moz-box-shadow:    0px 2px 1px rgba(120,120,120,1.00);
	box-shadow:         0px 2px 1px rgba(120,120,120,1.00);	
	background-color:#e4e4e4;
	width:31%;
	min-height:24px;
	padding:10px 5px 5px  45px;
	margin:8px;
	background:#e4e4e4 url(/images/wordicon.gif) no-repeat 5px 10px;
}
div.buttonword a:visited {
}
div.buttonword a:hover {
	text-decoration:none;
	color:#444444;
 	background:#A3C8C2 url(/images/wordicon.gif) no-repeat 5px 10px;
}

	@media screen and (min-width:320px) and (max-width:479px) {
div.buttonword a {
	width:100%;
}
	}
	@media screen and (min-width:480px) and (max-width:639px) {
div.buttonword a {
	width:45%;
}	
	}
	@media screen and (min-width:640px) and (max-width:799px) {
div.buttonword a {
	width:45%;
}	
	}
	@media screen and (min-width:800px) and (max-width:995px) {
div.buttonword a {
	width:46%;
}

	}
	@media screen and (min-width:996px) and (max-width:1024px) {
div.buttonword a {
	width:31%;
	height: 90px;
}	
	}


/* 2008 calendar year style for event calendars */
/*
<div id="menu">
<dl id="gallery">
	<dt>Demo</dt>
	<dd><a href="#" title="Paul Cezanne">Paul Cezanne</a></dd>
</dl>
</div>
*/

/* Grey button
================================================================================*/

div.greyarrowbutton a {
	float:left;
	color:#000000;
	text-align:center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);
	text-decoration:none;
	background-color:#FFFFFF;
	background:url(../../images/upgradeImages/plusFin.png) center left no-repeat #FFF;
	padding-left: 25px;
	padding-bottom:3px;
	display:block;
	width:100%;
	/*height:30px;*/
	margin:10px 5px;
}
div.greyarrowbutton a:hover {
	color:#CC0000;
	text-align:center;
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	background:url(../../images/upgradeImages/plusFin.png) center left no-repeat;
	background-color:#EAF4FF;
	display:block;
}
/*div.greyarrowbutton a:visited {
	color:#000000;
	text-align:center;
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	background-color:#FFFFFF;
	background:url(../images/upgradeImages/minusFin.png) center left no-repeat #FFF;
	display:block;
	height:30px;
}*/
div.greyarrowbuttonclick a {
	float:left;
	color:#CC0000;
	text-align:center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999999;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.6);
	text-decoration:none;
	background-color:#FFFFFF;
	background:url(../../images/upgradeImages/minusFin.png) center left no-repeat #FFF;
	padding-left: 25px;
	padding-bottom:3px;
	display:block;
	width:100%;
	/*height:30px;*/
	margin:10px 5px;
}
/*div.greyarrowbuttonclick a:visited {
	color:#CC0000;
	text-align:center;
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	padding-left: 25px;
	padding-bottom:3px;
	background-color:#FFFFFF;
	display:block;
	width:200px;
	height:30px;
}*/
div.greyarrowbuttonclick a:hover {
	color:#CC0000;
	text-align:center;
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	padding-left: 25px;
	padding-bottom:3px;
	background-color:#EAF4FF;
	display:block;
}



div.buttonpdfword a {
	color:#000000;
	text-align:left;
	width: 185px;
	font-size:small;
	font-family:verdana;
	text-decoration:underline;
	background:#DDDDDD url(/images/pdfwordicon.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	display:block;
	margin-bottom: 4px;
}
div.buttonpdfword a:visited {
	color:#000000;
	text-align:left;
	width: 185px;
	font-size:small;
	font-family:verdana;
	text-decoration:underline;
	background:#DDDDDD url(/images/pdfwordicon.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	display:block;
	margin-bottom: 4px;
}
div.buttonpdfword a:hover {
	color:#CC0000;
	text-align:left;
	width: 180px;
	font-size:small;
	font-family:verdana;
	text-decoration:underline;
	background:#FFFF99 url(/images/pdfwordicon2.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	border-left: 5px solid #CC0000;
	display:block;
	margin-bottom: 4px;
}
div.minutespdf {
	float:left;
	width:99%;
	color:#333;
	text-align:left;
	display:block;
	font-size:small;
	font-family:verdana;
	text-decoration:none;
	background:#336699 url(/images/pdficon.gif) no-repeat 5px 8px;
	padding:5px 5px 5px 40px;
/*	border: 1px inset #999;
*/	margin-bottom: 4px;
	margin-left:10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
div.minutespdf a {
	width:65px;
	color:#333;
	text-align:left;
	display:block;
	font-size:small;
	font-family:verdana;
	text-decoration:none;
	background:#336699 url(/images/pdficon.gif) no-repeat 2px 3px;
/*	border: 1px inset #999;
*/	margin-bottom: 4px;
}
/*div.minutespdf a:visited {
	width:65px;
	color:#333;
	text-align:left;
	display:block;
	font-size:small;
	font-family:verdana;
	text-decoration:none;
	background:#FFF url(/images/pdficon.gif) no-repeat 2px 5px;
	padding-left: 35px;
	padding-right: 1px;
	padding-bottom: 4px;
	border:2px inset #999;
	margin-bottom: 4px;
}
*/div.minutespdf a:hover {
	width:65px;
	color:#CC0000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:verdana;
	text-decoration:underline;
	background:#FFFF99 url(/images/pdficon2.gif) no-repeat 2px 5px;
	padding-left: 35px;
	padding-right: 1px;
	padding-bottom: 4px;
/*	border: 2px inset #DDD;
*/	margin-bottom: 4px;
}
div.minutespdf1 a {
	width:120px;
	color:#333;
	text-align:left;
	display:block;
	font-size:small;
	font-family:verdana;
	text-decoration:none;
	background:#CCC url(/images/pdficon.gif) no-repeat 2px 3px;
	padding-left: 35px;
	padding-right: 1px;
	padding-bottom: 4px;
	border: 1px inset #999;
	margin-bottom: 4px;
}
div.minutespdf1 a:visited {
	width:120px;
	color:#333;
	text-align:left;
	display:block;
	font-size:small;
	font-family:verdana;
	text-decoration:none;
	background:#FFF url(/images/pdficon.gif) no-repeat 2px 5px;
	padding-left: 35px;
	padding-right: 1px;
	padding-bottom: 4px;
	border:2px inset #999;
	margin-bottom: 4px;
}
div.minutespdf1 a:hover {
	width:120px;
	color:#CC0000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:verdana;
	text-decoration:underline;
	background:#FFFF99 url(/images/pdficon2.gif) no-repeat 2px 5px;
	padding-left: 35px;
	padding-right: 1px;
	padding-bottom: 4px;
	border: 2px inset #DDD;
	margin-bottom: 4px;
}
div.formspdf a {
	width:130px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdfwordicon6.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
div.formspdf a:visited {
	width:130px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdfwordicon6.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
div.formspdf a:hover {
	width:130px;
	color:#CC0000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:arial;
	text-decoration:underline;
	background:#EEE url(/images/pdfwordicon5.gif) no-repeat 2px 0px;
	border: 1px solid #BBB;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
div.formspdfword a {
	width:130px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdfwordicon4.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
div.formspdfword a:visited {
	width:130px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdfwordicon4.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
div.formspdfword a:hover {
	width:130px;
	color:#CC0000;
	text-align:left;
	display:block;
	font-size:small;
	font-family:arial;
	text-decoration:underline;
	background:#EEE url(/images/pdfwordicon3.gif) no-repeat 2px 0px;
	border: 1px inset #768790;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
div.newspdf a {
	width:100px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:medium;
	font-family:verdana;
	text-decoration:underline;
	background:#EEE url(/images/pdficon.gif) no-repeat 2px 3px;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	margin-bottom: 4px;
}
div.newspdf a:visited {
	width:100px;
	color:#000000;
	font-size:medium;
	text-align:left;
	display:block;
	font-family:verdana;
	text-decoration:underline;
	background:#EEE url(/images/pdficon.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-right: 1px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	margin-bottom: 4px;
}
div.newspdf a:hover {
	width:100px;
	font-size:medium;
	color:#CC0000;
	text-align:left;
	display:block;
	font-family:verdana;
	text-decoration:underline;
	background:#FFFF99 url(/images/pdficon2.gif) no-repeat 2px 5px;
	padding-left: 40px;
	padding-bottom: 5px;
	border:1px inset #CCC;
	margin-bottom: 4px;
}


div.reportspdf1 a {
	width:94%;
	color:#000000;
	text-align:left;
	display:block;
	font-size:medium;
	font-family:arial;
	text-decoration:none;
	background:#fff url(/images/pdficon3.gif) no-repeat 2px 5px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	padding-left: 25px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom: 8px;
}
div.reportspdf1 a:hover {
	width:94%;
	color:#C03;
	text-align:left;
	display:block;
	font-size:medium;
	font-family:arial;
	text-decoration:underline;
	background:#fff url(/images/pdficon3.gif) no-repeat 2px 5px;
}
/*div.reportspdf1 a:visited {
	color:#000000;
	text-align:left;
	display:block;
	font-size:medium;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 20px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-bottom: 3px;
}
*/

#reportsBox {
	margin-left:20px;
	background:#336699;
	padding:2% 1% 1% 2%;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	width:90%;
	float:left;
}
	@media screen and (min-width:320px) and (max-width:479px) {
div.reportspdf1 a {
	width:90%;
}
div.reportspdf1 a:hover {
	width:90%;
}
#reportsBox {
		padding:2% 2% 1% 2%;
}
}

div.counselbutton a {
	color:#000000;
	text-align:center;
	font-size:small;
	font-family:verdana;
	font-weight:bold;
	text-decoration:underline;
	border:2px outset #999999;
	background-color:#FFFFFF;
	padding-left: 25px;
	padding-bottom:3px;
	display:block;
	width:170px;
	/*height:30px;*/
	margin:3px;
}
div.counselbutton a:visited {
	color:#000000;
	text-align:center;
	font-size:small;
	font-family:verdana;
	font-weight:bold;
	text-decoration:underline;
	border:2px outset #999999;
	padding-left: 25px;
	padding-bottom:3px;
	background-color:#FFFFFF;
	display:block;
	width:170px;
	/*height:30px;*/
	margin:3px;
}
div.counselbutton a:hover {
	color:#CC0000;
	text-align:center;
	font-size:small;
	font-family:verdana;
	font-weight:bold;
	text-decoration:underline;
	border:2px inset #AA7;
	padding-left: 25px;
	padding-bottom:3px;
	width:170px;
	display:block;
	margin:3px;
}
div.pdf2009 {
	padding-left: 25px;
	padding-bottom: 3px;
	width:170px;
	display:block;
	margin:3px;
	background-image:url(/images/adobe_icon_2009.gif);
}
.pdf2012 {
	padding-left: 35px;
	padding-bottom: 3px;
	width:170px;
	min-height:40px;
	display:block;
	margin:0px;
	background:url(../images/upgradeImages/pdf.png) left center no-repeat;
}
div.newspdf1 a {
	width:120px;
	float:left;
	color:#000000;
	text-align:left;
	display:block;
	font-size:medium;
	font-family:arial;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#fff url(/images/pdficon3.gif) no-repeat 3px 5px;
/*	border: 1px outset #768790;
*/	padding:5px 5px 5px 25px;
	margin:3px;
}
/*div.newspdf1 a:visited {
	width:55px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:medium;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 18px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
*/div.newspdf1 a:hover {
	width:120px;
	color:#CC0000;
	font-size:medium;
	text-align:left;
	font-family:arial;
	text-decoration:underline;
	background:#FFFFCC url(/images/pdficon3.gif) no-repeat 3px 5px;
/*	border: 1px solid #CC0000;
*/	padding:5px 5px 5px 25px;
	margin:3px;
}
div.financepdf1 a {
	color:#000000;
	display:block;
	font-weight:bold;
	font-size:medium;
	font-family:arial;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.financepdf1 a:visited {
	color:#000000;
	display:block;
	font-size:medium;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.financepdf1 a:hover {
	color:#CC0000;
	display:block;
	font-weight:bold;
	font-size:medium;
	font-family:arial;
	text-decoration:underline;
	background:#FFFFCC url(/images/pdficon3.gif) no-repeat 2px 0px;
	border: 1px outset #990000;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.financeword1 a {
	color:#000000;
	display:block;
	font-weight:bold;
	font-size:medium;
	font-family:arial;
	background:#CCC url(/images/wordicon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.financeword1 a:visited {
	color:#000000;
	display:block;
	font-size:medium;
	font-weight:bold;
	font-family:arial;
	text-decoration: none;
	background:#CCC url(/images/wordicon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.financeword1 a:hover {
	color:#CC0000;
	display:block;
	font-weight:bold;
	font-size:medium;
	font-family:arial;
	text-decoration:underline;
	background:#FFFFCC url(/images/wordicon3.gif) no-repeat 2px 0px;
	border: 1px outset #990000;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newsword1 a {
	width:100px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:medium;
	font-family:arial;
	text-decoration:none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#fff url(/images/wordicon3.gif) no-repeat 3px 6px;
	padding:5px 5px 5px 25px;
	margin:3px;
}
/*div.newsword1 a:visited {
	width:55px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/wordicon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 19px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
*/
div.newsword1 a:hover {
	width:100px;
	color:#CC0000;
	font-size:medium;
	text-align:left;
	font-family:arial;
	text-decoration:underline;
	background:#FFFFCC url(/images/wordicon3.gif) no-repeat 3px 6px;
	padding:5px 5px 5px 25px;
	margin:3px;
}
div.newsword2 a {
	width:85px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/wordicon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newsword2 a:visited {
	width:85px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/wordicon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newsword2 a:hover {
	width:85px;
	color:#CC0000;
	text-align:center;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:underline;
	background:#FFFFCC url(/images/wordicon3.gif) no-repeat 2px 0px;
	border: 1px solid #CC0000;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newspdf2 a {
	width:85px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newspdf2 a:visited {
	width:85px;
	color:#000000;
	text-align:left;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newspdf2 a:hover {
	width:85px;
	color:#CC0000;
	text-align:left;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:underline;
	background:#FFFFCC url(/images/pdficon3.gif) no-repeat 2px 0px;
	border: 1px solid #DD0000;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newspdf3 a {
	width:250px;
	color:#000000;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newspdf3 a:visited {
	width:250px;
	color:#000000;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:none;
	background:#CCC url(/images/pdficon3.gif) no-repeat 0px 0px;
	border: 1px outset #768790;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.newspdf3 a:hover {
	width:250px;
	color:#CC0000;
	display:block;
	font-size:.85em;
	font-family:arial;
	text-decoration:underline;
	background:#FFFFCC url(/images/pdficon3.gif) no-repeat 2px 0px;
	border: 1px outset #990000;
	padding-left: 23px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

/* End Buttons
=====================================================================*/



#calendar2008 dl {
	width: 97%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #336699 /*url(bottom.gif)*/ no-repeat bottom left;
}
#calendar2008 dt {
	margin:0;
	padding: 10px;
	font-size: small;
	font-weight:bold;
	color: #fff;
	border-bottom:1px solid #fff;
	background: #336699 /*url(top.gif)*/ no-repeat top left;
}
#calendar2008 dd {
	margin:0;
	padding:0;
	color: #fff;
	font-size: small;
	border-bottom:1px solid #fff;
	background: #47a;
}
.calendar08_top {
	width: 150px;
	font-size:small;
	margin: 0 auto;
padding: 0 0 10px 0;
background: #69c /*url(images/bottom.gif)*/ no-repeat bottom left;
}
.calendar08_body {
	border-bottom:1px solid #69c;
	font-size: small;
	background: #FFF;
}
.calendar08_foot {
margin: 0;
padding: 0;
	color: #fff;
	font-size: small;
	border-bottom:1px solid #fff;
	background:#47a;
}
#see2008a a, #see2008a a:visited {
	color:#fff;
	text-decoration:none;
	font-size: small;
	display:block;
	padding:5px 5px 5px 20px;
	background: #47a /*url(images/arrow.gif)*/ no-repeat 10px 10px;
	width:125px;
}
#see2008a a:hover {
	background: #258 /*url(images/arrowr.gif)*/ no-repeat 11px 10px;
	font-size: small;
	color:#9cf;
}
#holder {
	position:relative;
	width:600px;
	height:250px;
}
.box1 {
	position:absolute;
	top:0;
	right:0;
	width:200px;
}
.box2 {
	position:absolute;
	top:0;
	left:0;
	width:200px;
}
.box3 {
	position:absolute;
	top:0;
	left:0;
	width:200px;
}
.box4 {
	position:absolute;
	top:0;
	left:0;
	width:200px;
}
/* new round corner boxes */
#rnd_container {
	background: #FFFFFF;
	margin:1px;
}
.rnd_top, .rnd_bottom {
	display:block;
	background:#FFFFFF;
	font-size:1px;
}
.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {
	display:block;
	overflow:hidden;
}
.rnd_b1, .rnd_b2, .rnd_b3 {
	height:1px;
}
.rnd_b2, .rnd_b3, .rnd_b4 {
	background:#EEEEEE;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
.rnd_b1 {
	margin:0 5px;
	background:#999999;
}
.rnd_b2 {
	margin:0 3px;
	border-width:0 2px;
}
.rnd_b3 {
	margin:0 2px;
}
.rnd_b4 {
	height:2px;
	margin:0 1px;
}
.rnd_content {
	display:block;
	border-bottom: 1px solid #aaa;
	/* border:0 solid #999999; */
    /* border-width:0 1px; */
    padding: 4px;
	background:#EEE url(/images/bg_image_front_page_news_panel.gif);
	background-repeat:no-repeat;
	color:#000000;
}
.rnd_content a img {
	border: 0 none;
}

/* jquery according */
.accordion2 {
	width: 97%;
	margin: 0 auto 10px auto;
	border-bottom: solid 5px #c4c4c4;
	font-size:.8em;
}
.accordion2 h3 {
	background: #e9e7e7 url(../images/arrow_bullet_050307_down.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0 auto;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #AAA;
	border-bottom: solid 2px #AAA;
	cursor: pointer;
}
.accordion2 h3:hover {
	background: #DEF0FE url(../images/arrow_bullet_050307_up.gif) no-repeat right -51px;
	padding: 7px 15px;
	color:#CC0000;
	text-decoration:underline;
}
.accordion2 h3.active {
	background-color:#C5E6FF;
	padding: 7px 15px;
	background-position: right 5px;
	border-bottom: solid 2px #c4c4c4;
}
.accordion2 div.cont {
	background: #DDD url(../images/arrow_bullet_050307_down.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin-top: -3px;
	padding: 0px 15px 0px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-top: solid 1px #c4c4c4;
	padding-bottom: 15px;
	display: none;
	overflow: hidden;
}
.accordion2 div.cont div.date {
	background: #DDD url(../images/arrow_bullet_050307_down.gif) no-repeat right -51px;
	float: left;
	width: 60px;
	height: 30px;
	padding-left:10px;
	margin-left:-15px;
	font-weight:bold;
	background-color:#FFFFCC;
	border-bottom: dotted 2px #666;
	overflow: hidden;
}
.accordion2 div.cont div.dateblank {
	float: left;
/*	width: 55px;
*/	height: 30px;
	overflow: hidden;
}
.accordion2 div.cont div.date p {
	float:left;
	padding: 0;
}
.accordion2 div.cont div.inner {
	float: left;
	width: 30%;
	height: 35px;
	font-size: 1.1em;
	padding-left: 5px;
	background-color:#FFF;
	border-top: solid 1px #EEE;
	border-right: solid 1px #EEE;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	overflow: hidden;
}
.accordion2 div.cont div.inner p {
	padding: 0;
}
.container {
	width: 100%;
	margin: 0px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	height: 32px;
	border-bottom: 1px solid #999;
	width: 100%;
	min-width:750px;
	color:#333;
}
ul.tabs li {
	float: left;
	margin: 0 2px -1px 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	overflow: hidden;
	position: relative;
	font-weight: bold;
	border-left: 1px solid #999;
	background:#EAEAEA;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: .9em;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	color:#003366;
	text-decoration:underline;
	background: rgb(213,213,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #EEE;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #EEE;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
#tab4 img {
	float:none;
	margin: 0;
	border: 0px ;
	padding: 0px;
}



/* End of Buttons CSS
===========================================================================*/
.table-selectempty {
	color:inherit;
	font-size:.8em;
	padding-top:2px;
	padding-bottom:4px;
}
.table-selectfill {
	color:#000;
	font-size:1em;
	border-bottom:#CCC solid 1px;
}
.currentBar {
	color:#000000;
	background-color:#e8d0a9;
	font-size:.9em;
/*	border-left:solid 1px #E9D32B;
	border-right:solid 1px #B59007;
	border-top:solid 1px #E9D32B;
	border-bottom:solid 1px #C6A008;
*/}

.newsBar {
	color:#FFFFFF;
	font-size:medium;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #6d929b;
	padding-bottom:4px;
	padding-left:4px;
	border-top:solid 1px #6d929b;
	border-left:solid 1px #6d929b;
	border-right:solid 1px #6d929b;
}

/* Calculator Style */
/* Calculator Style */
.calc_title {
	width: 250px;
	/*background-image:url(/images/bg_grey_gradient_v1.gif);*/
	background-repeat: repeat-x;
	background-color:#EEE;
	text-align: center;
	margin-top: 10px;
	padding: 0 0 5px 0;
	border-top: 2px groove #EEE;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
}
.calc_title .calc_tag {
	display:inline-block;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	/*background-image:url(/images/bg_grey_gradient_v1.gif);*/
	background-repeat: repeat-x;
	text-align: center;
	margin: -12px 3px 0 3px;
	padding: 0 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:900;
}
.calc_title .calc_block_a {
	position: relative;
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #00aa00;
	background:#DDD;
}
.calc_title .calc_block_b {
	position: relative;
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #00aa00;
	background:#EEE;
}
.calc_title .calc_block_c {
	position: relative;
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #00aa00;
	background:#FFF;
}
.calc_title .textInput {
	border: 1px solid #0099CC;
	background:#FFFFCC;
}
.calc_title1 {
	width: 700px;
/*	background-image:url(/images/bg_grey_gradient_v1.gif);*/
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 10px;
	padding: 0 0 5px 0;
	border-top: 2px groove #EEE;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
}
.calc_title1 .calc_tag {
	display:inline-block;
	border: 2px groove #DDD;
	background-color:#FFFFFF;
	text-align: center;
	margin: -12px 3px 0 3px;
	padding: 0 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:900;
}
.btnRed2 {
	background-color: #000;
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
}
.btnRed {

	background-color:#CC0000;
	font-weight:bold;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
.btnRed:hover {
	background-color:#FF0000;
}
.calc_subtext {
	position: relative;
	display:block;
	text-align: center;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	border: 1px solid #00aa00;
	background:#DDD;
}
.calc_row {
	width:100px;
	vertical-align:top;
	position: relative;
	text-align: center;
	margin: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border-left: 5px solid #6d929b;	
	background:#c1dad6;
	padding-bottom: 5px;
	padding-top: 5px;
}
.calc_row_a {
	width:100px;
	vertical-align:top;
	position: relative;
	text-align: center;
	margin: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border-left: 5px solid #6d929b;

	background:#FFF;
	padding-bottom: 5px;
	padding-top: 5px;
}
.calc_row_b {
	width:75px;
	vertical-align:top;
	position: relative;
	text-align: center;
	margin: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 1px solid #00CC00;
	background:#FFF;
}
.calc_row .textInput {
	border: 1px solid #0099CC;
	background:#FFFFCC;
}
.calc_row_a .textInput {
	border: 1px solid #0099CC;
	background:#FFFFCC;
}
#boxb, .boxc {
	display:block;
	position:absolute;
	top:2px;
	left:2px;
}
.boxa {
	display:block;
	width:250px;
	height:200px;
	position:relative;
	top:20px;
	left:0;
	background:#ccc;
	border:2px solid #eee;
	margin:0 auto 0px auto;
}
.boxb {
	width:242px;
	height:192px;
	background:#999;
	border:2px solid #aaa;
}
.boxc {
	width:234px;
	height:184px;
	background:#777;
	border:2px solid #888;
}
.boxd {
	display:block;
	width:240px;
	height:190px;
	position:absolute;
	bottom:0;
	right:0;
	background:#ddd;
	border-bottom:1px solid #444;
	border-right:1px solid #444;
	border-top:2px solid #666;
	border-left:1px solid #000;
	padding:5px;
}
.boxd .calc_block_a {
	position: relative;
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #00aa00;
	background:#EEE;
}
.boxd .calc_block_b {
	position: relative;
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #00aa00;
	background:#CCC;
}
.boxd .textInput {
	border: 1px solid #0099CC;
	background:#FFFFCC;
}
.boxe {
	display:block;
	width:5px;
	height:5px;
	background:#777;
	border-top:1px solid #333;
	border-left:1px solid;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	bottom:5px;
	right:5px;
	overflow:hidden;
}
.calc_header_grn {
	background-color:#FFFFFF;
	font-size: 14px;
	font-weight:normal;
	height:23px;
/*	background-image:url(/images/bg_green_gradient1.gif);*/
	background-repeat: repeat-x;
	border-bottom:1px solid #000;
}
.calc_header_wht_blank {
	background-color:#EEE;
	text-align:left;
	font-size: 14px;
	font-weight:normal;
	height:23px;
	border-bottom:1px dashed #666;
}
.calc_header_wht {
	background-color:#FFFFFF;
	text-align:left;
	font-size: 14px;
	font-weight:normal;
	height:23px;
	border-bottom:1px solid #999;
}
.calc_header_gry {
	background-color:#DDDDDD;
	text-align:left;
	font-size: 14px;
	font-weight:normal;
	height:23px;
	border-bottom:2px groove #666;
}
.calc_header_grn .textInput {
	border: 1px solid #0099CC;
	background:#FFFFCC;
}
.calc_header_wht .textInput {
	border: 1px solid #0099CC;
	background:#FFFFCC;
}
.calc_header_gry .textInput {
	border: 1px solid #990000;
	border-bottom: 2px solid #aa0000;
	background:#FFFFCC;
}
.box7, .box8 {
	display:block;
	position:absolute;
	top:2px;
	left:2px;
}
.box6 {
	display:block;
	width:650px;
	height:265px;
	position:relative;
	top:20px;
	left:0;
	background:#ccc;
	border:2px solid #eee;
	margin:0 auto 0px auto;
}
.box7 {
	width:642px;
	height:257px;
	background:#999;
	border:2px solid #aaa;
}
.box8 {
	width:634px;
	height:249px;
	background:#777;
	border:2px solid #888;
}
.box9 {
	display:block;
	width:640px;
	height:255px;
	position:absolute;
	bottom:0;
	right:0;
	background:#ddd;
	border-bottom:1px solid #444;
	border-right:1px solid #444;
	border-top:2px solid #666;
	border-left:1px solid #000;
	padding:5px;
}
.box9 .calc_block_a {
	position: relative;
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #00aa00;
	background:#EEE;
}
.box9 .calc_block_b {
	position: relative;
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #00aa00;
	background:#CCC;
}
.box9 .textInput {
	border: 1px solid #0099CC;
	background:#FFFFCC;
}
.box10 {
	display:block;
	width:5px;
	height:5px;
	background:#777;
	border-top:1px solid #333;
	border-left:1px solid;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	bottom:5px;
	right:5px;
	overflow:hidden;
}
/* --- boxes */
dl.bot_rgt {
/*	background:#7f7f9c url(/images/c_tl.gif) top left no-repeat;*/
	margin:5px 0 0 50px;
	padding:0;
	float:left;
	margin-right:10px;
	width:40%;
	display:inline;
}
dl.bot_rgt dt {
	/*background:transparent url(/images/c_tr.gif) top right no-repeat;*/
	font-weight:bold;
	padding:10px;
	text-align:center;
	color:#fff;
}
dl.bot_rgt dd {
	/*background:#eee url(/images/c_bl.gif) bottom left no-repeat;*/
	padding:0;
	margin:0;
}
dl.bot_lft {
	/*background:#7f7f9c url(/images/c_tl.gif) top left no-repeat;*/
	margin:5px 0;
	padding:0;
	float:left;
	margin-right:10px;
	width:40%;
}
dl.bot_lft dt {
	/*background:transparent url(/images/c_tr.gif) top right no-repeat;*/
	font-weight:bold;
	padding:10px;
	text-align:center;
	color:#fff;
}
dl.bot_lft dd {
	/*background:#eee url(/images/c_br.gif) bottom right no-repeat;*/
	padding:0;
	margin:0;
}
dl.top_rgt {
	/*background:#eee url(/images/c_bl.gif) bottom left no-repeat;*/
	margin:5px 0 0 50px;
	padding:0;
	float:left;
	margin-right:10px;
	width:100%;
	display:inline;
}
dl.top_rgt dt {
	/*background:#7f7f9c url(/images/c_tl.gif) top left no-repeat;*/
	font-weight:bold;
	padding:10px;
	text-align:center;
	color:#fff;
}
dl.top_rgt dd {
	/*background:transparent url(/images/c_br.gif) bottom right no-repeat;*/
	padding:0;
	margin:0;
}
dl.top_lft {
	/*background:#eee url(/images/c_bl.gif) bottom left no-repeat;*/
	margin:5px 0;
	padding:0;
	float:left;
	margin-right:10px;
	width:40%;
}
dl.top_lft dt {
	/*background:#6d929b url(/images/c_tr.gif) top right no-repeat;*/
	font-weight:bold;
	padding:10px;
	text-align:center;
	color:#fff;
}
dl.top_lft dd {
	/*background:transparent url(/images/c_br.gif) bottom right no-repeat;*/
	padding:0;
	margin:0;
}
dl.calresult_top_lft {
	background:#FFF;
	margin:5px 0;
	padding:0;
	float:left;
	margin-right:10px;
	width:100%;
}
dl.calresult_top_lft dt {
	/*background:#6d929b url(/images/c_tr.gif) top right no-repeat;*/
	border-bottom: 1px solid #000000;
	font-weight:bold;
	padding:10px;
	text-align:left;
	color:#fff;
	margin-bottom: 3px;
}
dl.calresult_top_lft dd {
	/*background:transparent url(/images/c_br.gif) bottom right no-repeat;*/
	font-weight:normal;
	padding:0;
}
dd p {
	margin:0;
	padding:10px;
	line-height:1.3em;
}
.cbox {
	width: 75%;
	background-color:#FFF;
	border: solid 1px #999;
	padding-bottom: 2px;
}
.cbox .textInput {
	border: solid 2px #999;
	background:#FFFFCC;
}
.cCalc {
	font-family:Arial, Helvetica, sans-serif;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background: #77AADD;
	border: solid 1px #666;
	padding-bottom: 2px;
}
.cCalc .textInput {
	border: solid 1px #999;
	font-size: 15px;
	background:#FFFFCC;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.cCalc .btnBlue {
	border: outset 3px #7f7f9c;
	background: #DDD;
	font-family:Arial;
	font-size: 25px;
	font-weight: bold;
	color:#000;
}
.cCalcresult {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background: #77AADD;
	border: solid 1px #666;
	padding-bottom: 2px;
}
.cCalcresult .textInput {
	border: solid 1px #999;
	font-size: 15px;
	background:#FFFFCC;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.cCalc .btnBlue {
	border: outset 3px #7f7f9c;
	background: #DDD;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color:#000;
}
#itemBox {
	width:120px;
	padding:0px;
	/*	border-right:1px solid #000; */
/*	float:left; */
	background:#fff;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	margin-left:3px;
	margin-right:3px;
}
#boxpdf img {
	text-align:center;
	display:inline;
	border:0;
}
#boxpdf {
	text-align:center;
	padding: 1px 0px 3px 0px;
	/*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size: 11px;
	color: #000000;
	/*	border-top: solid 1px #FFCC33; */
	background-color: #FFFFFF;
}
.boxgrey {
	padding: 4px 0px 6px 2px;
	/*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-radius: 8px ; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	background-color:#fff;
	border:#336699 solid 1px;
	
}
.boxredline {
	padding: 4px 0px 6px 2px;
	/*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	border:solid 1px #336699;
	background-color:#FF6;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	
}
.boxredline2 {
	position:relative;
	top:-9px;
	left:-6px;
	width: 80px;
	padding: 3px 0px 3px 2px;
	/*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #000000;
	background-color:#FFF;
	border-top: solid 3px #333;
	border-right: dotted 1px #333;
	border-bottom: dotted 1px #000;
	border-left: solid 1px #333;
}

/* Accordian Style FAQ and Information pages
=========================================================================================*/

.accordianStyle {
	width:97%;
	margin: 0em 0em 2em 0em;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding-bottom:10px;
}
.accordianStyle h3 {
	margin: 0em 0 0em 0;
	padding: .5em .5em;
background: rgb(242,247,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,247,249,1) 0%, rgba(255,255,255,1) 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,247,249,1)), color-stop(65%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-top:#CCC solid 1px;
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	cursor:pointer;
}
.accordianStyle div {
  padding: 10px;
  background:#DBE6F0;
}
#CLF_ON section H3 {
	font-size:1em;
	margin-bottom:0px;
}

.accordianStyle2 {
	width:97%;
	margin: 0em 0em 2em 0em;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding-bottom:10px;
}
.accordianStyle2 h3 {
	margin: 0em 0 0em 0;
	padding: .5em .5em;
	background-image:url(../../images/arrowDown.png);
background: rgb(242,247,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,247,249,1) 0%, rgba(255,255,255,1) 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,247,249,1)), color-stop(65%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,247,249,1) 0%,rgba(255,255,255,1) 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-top:#CCC solid 1px;
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	cursor:pointer;
}
.accordianStyle2 h3 .active {
	background-image:url(../../images/arrowDown.png);

}
.accordianStyle2 div {
  padding: 10px;
  background:#DBE6F0;
}
#CLF_ON section2 H3 {
	font-size:1em;
	margin-bottom:0px;
}

/* Print
==========================================================================*/

@media print {
	#hg1 { display:none !important;}
	#st1 { display:none !important;}
	#CLF_nav { display:none !important;}
	.headerPhoto { display:none !important;}
	#form1 {
		background:none !important;}
	#ftr1 { display:none !important;}
	#pw1 { background:none !important;}
	body { background:none !important;
	filter:none !important;}
	#mcauser_cont4 { background:none !important;}
#mcauser1 {
	background:none !important;}
@page {
	margin:2cm;
	}
	}
