/* Main CSS Styling */

body {
	/** background-color: #efeee9;
	background-image: url();
	background-repeat: repeat-y; **/
	
background-image: url(../images/background2.jpg);
background-repeat: repeat;
background-attachment:fixed;
background-position: top center
}
.bkgd_titleheader {
	background-image: url(../images/bkgd_titleheader.jpg);
	height: 20px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
}
.titleheaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}
.titleheadersmain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7a7b7c;
	padding-top: 5px;
}
.contenttbls {
	background-color: #e4e3df;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: auto;
}
.rboxhtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2081ce;
	font-weight: bold;
}
.rboxtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #646667;
	font-weight: normal;
}
.contenttblbnr {
	background-color: #e0ded5;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: auto;
}
.titleheaders2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #646667;
	padding-top: 5px;
}
.bkgd_titleheader2 {
	height: 20px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	background-color: #8baef0;
	background-image: url(../images/bkgd_maintitleheader.jpg);
}
.contenttblbnrwht {
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: auto;
}
.bkgd_titleheader3 {
	background-image: url(../images/bkgd_titleheadermain.jpg);
	height: 20px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	width: 258px;
	background-color: #C9CACB;
}
.contenttblsmain {
	background-color: #c9cacb;
	margin-top: auto;
	padding: 1px;
}
.contenttbls4 {
	background-color: #e0ded5;
	padding: 2px;
	height: 100%;
	width: 100%;
	margin: 7px;
}
.bkgd_titleheaderBlue {
	background-image: none;
	height: 20px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	background-color: #8baef0;
}
#apDiv2 {
	position:RELATIVE;
	left:5px;
	top:5px;
	width:243px;
	height:244px;
	z-index:1;
}

img.bodyc {
	float:left;
	border:0px;
	padding:0px;
	margin:0px 10px 0px 0px;
}

.footertexton {
color: #2698E1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}

a.readmore {
font:Verdana, Geneva, sans-serif;
color:#2698E1;
font-size: 11px;
font-weight:bold;
font-style:italic;
text-decoration:none;
}

a.readmore:hover {
font:Verdana, Geneva, sans-serif;
color:#2698E1;
font-size: 11px;
font-weight:bold;
font-style:italic
text-decoration:underline;
}

a.links {
color:#2698E1;
font-size: 11px;
text-decoration:none;
}

a.links:hover {
color:#2698E1;
font-size: 11px;
text-decoration:underline;
}

 a.footerlink {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:bold;
	/* font-weight:bold;
	line-height:24px; */
	text-decoration: underline;
}
 a.footerlink:hover {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2698E1; 
	/*font-weight:bold;
	line-height:24px; */
  text-decoration: none;
  background-color:transparent;
}



/* Menu CSS */

.jqueryslidemenu{
font: normal 12px Verdana;
background: #414141;
letter-spacing: spx;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 30px; /* was 10px */
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
/* margin-left:15px; */
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px Verdana; /*13px*/
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* IE Hack for CSS Menu */
<!--[if lte IE 7]>

html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/

<![endif]-->