
img {
    behavior: url("pngbehavior.htc");
}
* { padding: 0; margin: 0;}

h1
{
	font-size:15px;
	color:Green;
}

body {
 font-family: Arial, sans-serif;
 font-size: 10pt;
 font-weight:normal;
 color:#666666;
  background-image: url('fade-body2.png');
  background-repeat:repeat-x;
}

a:visited
{
	color:Green;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
}

#topwrapper 
{
	background-image: url('images/bluebackfade4.png'); 
	background-repeat: repeat-x;
	height: 352px;
	margin-top: 30px;
}

#fadeContainer
{
	z-index: 0; 
	position: relative; 
	top: 0px; 
	left: 0px;
    height: 263px; 
    width: 920px; 
    background-color: Transparent;
}
#divRightImage
{
	position: absolute; 
	top: 0px; 
	left: 473px; 
	height: 263px;
    width: 500px; 
    background-color: Transparent; 
    MozOpacity: 1; 
    opacity: 1; 
    filter: alpha(opacity=100);
}

#imgRightImage
{
	height: 263px; 
	width: 448px; 
	border: 0 none; 
	MozOpacity: 1;
    opacity: 1; 
    filter: alpha(opacity=100);
}

#divTitleImage
{
	position: absolute; 
	top: 40px; 
	left: 60px; 
	height: 35px;
    width: 714px; 
    background-color: Transparent; 
    MozOpacity: 1; 
    opacity: 1; 
    filter: alpha(opacity=100);
}

#imgTitleImage
{
	height: 35px; 
	width: 448px; 
	border: 0 none; 
	MozOpacity: 1;
    opacity: 1; 
    filter: alpha(opacity=100);
}

#divTextImage
{
	position: absolute; 
	top: 90px; 
	left: 80px; 
	height: 97px;
    width: 494px; 
    background-color: Transparent; 
    MozOpacity: 1; 
    opacity: 1; 
    filter: alpha(opacity=100);
}

#imgTextImage
{
	height: 97px; 
	width: 494px;
	border: 0 none; 
	-moz-opacity: 1;
    opacity: 1; 
    filter: alpha(opacity=100)
}
/*
///////////////////////////////////////////
BLEOW IS FOR DROP DOWN MENU

*/
#divNav
{
	z-index: 100; 
	position: relative; 
	padding-left: 60px; 
	background-color: Transparent !important;
}

#tblNav
{
	border-right: solid 4px #0c9f4e; 
	margin-left: 0px; 
	height: 47px; 
	margin-top: 0px;
    background-color: White; 
    width: 100.5%;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 15px;
	background: #ffffff;
	font-weight:bold;
	
}
#nav {
    padding-left: 20px;
}

#nav a {
	display: block;
	width: 10em;
	text-decoration: none;
	/*margin-left: 2px;*/
	
}
li.toplevelnav ul, li.lowerlevelnav ul, li.lowerlevelnav .lowerlevelnavdiv {
    display: none;
}
li.toplevelnav:hover ul, li.lowerlevelnav:hover ul, li.lowerlevelnav:hover .lowerlevelnavdiv {
    display: block;
}
li.toplevelnav a span
{
    display: inline-block;
    width: 100%;
    text-align: center;
}
li.toplevelnav a {
    line-height: 3;
    max-width: 122px;
    color: #003366;
    height: 49px;
    /*padding-left: 20px;*/
    cursor: pointer;
    
}
li.toplevelnav a:hover
{
  /* background: #ee3224; /*red*/
  /* background: #159D4B; /*Darker Green*/
  /* background: #8AD7B7; /*Lighter Green*/
  background: #2EC06f; /*Med Green*/
  color: white;
}
#nav li.lowerlevelnav a {
    line-height:normal;
    /* padding-left: 20px;*/
     line-height: 2;
     height: auto;
     width: 15em;
     max-width:15em;
}

#nav li.lowerlevelnav
{
   /*border-top: solid 1px gray;*/
    border-left: dotted 1px gray;
     border-right: dotted 1px gray;
     border-bottom: dotted 1px gray;
     width:15em;
}
#nav li.lowerlevelnav a span
{
    display: inline-block;
    width: 15em;
    text-align: left;
}

#nav li.lowerlevelnav a:hover
{

/* background: #e1f2ff; /*Light Blue*/
background: #8AD7B7; /*Lighter Green*/
/* color: #88a4ce; /*grey*/
color:White;
width:15em;

}

.lowerlevelnavdiv
{
line-height: 1;
width:15em;
 /*border-bottom: solid 1px black;*/
}

#nav a:hover
{
  /**/
  /*text-decoration: underline;*/
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-size: 12px;
	width: 15em;
	overflow:visible;
	
	/*border: solid 1px black;*/
	border-bottom: none;
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

/* ///////////////End Nav menu
*/

#header {
 width: 900px;
 padding: 10px;
 /*border: 1px solid #15317E;*/
 border-bottom: none;
 height: 241px;
 margin: 0px 0px 0px 0px;
 
 background: #FFFFFF;
 text-align: center;
}
/*
 border-bottom: none;
 height: 241px;
 margin: 0px 0px 0px 0px;
 
 background: #FFFFFF;
 text-align: center;
}*/

#contentMain { 
 width: 856px;
 background: tranparent;
 background-image:  url('images/pagebackgrnd.png') ;
 margin: -122px 0px 5px 32px;
 padding-top: 100px;
 height: auto;
 border-top: none;
}

#tblContentMain
{
    width: 775px;
    margin-top: -10px;
    padding-top: 20px;
    max-height: 344px;
    margin-left: 50px;
}

#footer { 
 width: 900px;
 border: 1px solid #E6E8E9;
 
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background-image: url('images/dots_yellow.GIF');
 background-repeat:repeat;
 
 
}

.cellCenterColumn
{
	padding-left:15px;
	padding-right:15px; 
	border-bottom: solid 1px #E6E8E9; 
	border-left: solid 1px #E6E8E9; 
	border-right: solid 1px #E6E8E9; 
	background-color:White;
	width: 100%;
	
}

.cellCenterColumn h1
{
	color:#569FD3;
	font-size: 14px;
	
}

.cellCenterColumn p
{
	color:#666666;
	font-size:12px;
	
}

#divFirstDiv
{
	height: 182px; 
	width:220px;
	border: solid 1px #E6E8E9;
}
 #divContactUs
 {
 	height: 152px; 
 	width: 220px;
 	border-bottom: solid 1px #E6E8E9; 
 	border-left: solid 1px #E6E8E9;
    border-right: solid 1px #E6E8E9; 
    margin-top: 17px;
 }

#content {
	clear: left;
	color: #666666;
}
.h5Dots
{
background-image: url('images/dots_yellow.GIF');
 background-repeat:repeat;
 border-top: solid 1px #E6E8E9;
 border-bottom: solid 1px #E6E8E9;
width: 100%;
line-height: 2;
}
