/* CSS Document */


/* Chrome Theme*/

.chromestyle{
/*font-weight: bold;*/
font: bold 11px Verdana;
text-transform:uppercase;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 950;
background: url(images/blockdefault4.gif) center repeat-x; /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
padding: 9px 15px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
/*padding: 4px 7px;*/
padding: 9px 15px;
margin: 0;
text-decoration: none;
border-right: 5px solid #ffffff;/*#DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #000000;
margin: 0;
margin-left: 0px;
background: url(images/blockactive4.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
text-transform:uppercase;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* End Chrome Theme*/




/* Chrome Theme 2*/

.chromestyle2{
width: 919px;
/*font-weight: bold;*/
font: bold 11px Verdana;
text-transform:uppercase;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/headbggrey.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
padding: 9px 15px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle2 ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/blockactive4.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
text-transform:uppercase;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* End Chrome Theme*/

.clear-all{clear:both; line-height:0; height:0;}
.link_table1{color:#898979; text-decoration:none;}
a:link{color:#363636;}
a:hover{text-decoration: underline;}
/* CSS Document */
body{margin:0; padding:0; background-color:#ffffff; color:#626262; font:11px/17px Arial, Helvetica, sans-serif }
div, p, h1, h2, h3, h4, h5, img{margin:0px; padding:0px;}
/*ul{list-style-type:square;}*/
.sectionheader{
	float: left;
	color: white;
	font: bold 12px Verdana;
	text-transform:uppercase;
	width: 100%;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	/*background-color:#F9F;*/
	background: white url(images/blocksection.gif) center center repeat-x;
}

.subsectionheader{
float: left;
color: black;
font: bold 12px Verdana;
width: 100%;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
/*background-color:#CCCCCC;*/
/*background: white url(images/blockactive.gif) center center repeat-x;*/
}

.tableheader{

color: white;
font: bold 12px Verdana;
text-transform:uppercase;
text-align:left;
width: 100%;
padding: 9px;
text-decoration: none;
border-right: 1px solid white;
background: white url(images/blockdefault3.gif) center center repeat-x;
}

.tableheader2{
float: left;
color: white;
font: bold 12px Verdana;
width: 100%;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
background: white url(images/blockactive.gif) center center repeat-x;
}

.txtheadwhite{
float: left;
color: black;
font: bold 12px Verdana;
text-transform:uppercase;
width: 100%;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
background: white url(images/headbggrey.gif) center center repeat-x;
}

.tableheadergray{
float: left;
color: black;
font: bold 12px Verdana;
text-transform:uppercase;
width: 100%;
text-align:left;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
background: white url(images/headbggrey.gif) center center repeat-x;
}

.tableheaderred{
float: left;
color: white;
font: bold 12px Verdana;
width: 100%;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
background: white url(images/bgred.gif) center center repeat-x;
}

.tablehdnopad{
float: left;
color: white;
font: bold 12px Verdana;
text-transform:uppercase;
width: 100%;
padding-left: 5px;
vertical-align: middle;
/*padding: 0px 0px;*/
text-decoration: none;
border-right: 1px solid white;
background: white url(images/blockdefault3.gif) center center repeat-x;
}

.buttoncenter{
float: left;
color: white;
font: bold 12px Verdana;
text-transform:uppercase;
padding: 9px 11px;
text-decoration: none;
text-align:center;
border-right: 1px solid white;
background: black url(images/blockdefault3.gif) center center repeat-x;
}

.buttoncenter a{
display: block;
/*border: 1px solid black;*/
/*border: 1px solid #625e00;*/
/*border-left-width: 0;*/
/*border-width: 1px 0;*/
text-decoration: none;
color: white;
/*height: 35px;*/
}

.buttoncenter a:hover{
display: block;
background: black url(images/blockactive3.gif) center center repeat-x;
color: white;
}

.formlabel{
color: black;
font: 11px Verdana;
padding: 4px 6px;
text-decoration: none;
text-transform:none;
text-align:left;
background-color:#FFFFFF;
}

.formlabelnormal{
color: black;
font: bold 11px Verdana;
padding: 4px 6px;
text-decoration: none;
text-align:left;
background-color:#FFFFFF;
border: 1px #CCCCCC;
}

.formtext{
color: black;
font: 12px Verdana;
padding: 9px 11px;
text-decoration: none;
text-align:left;
background-color:#FFFFFF;
}

.lblheadline{
font: bold 12px Verdana;
}

.txtblue{
font: normal 10px Verdana;
color:#0000FF;
}

.linkmore{
font: bold 12px Verdana;
color:#3366FF;
text-decoration:none;
}

.linkmore a{
font: bold 12px Verdana;
color:#3366FF;
text-decoration:none;
}

.linkmore a:hover{
font: bold 12px Verdana;
color:#3366FF;
text-decoration:none;
}

.currentpage{
color:#FF00FF;
font: bold;
}