/*These rules define font types for whole site*/  
  .medium { font-family: verdana, arial, geneva, helvetica; font-size:10pt; color:#000000; }
  .med { font-family: verdana, arial, geneva, helvetica; font-size:9pt; color:#000000; }
  .offWhite { font-family: verdana, arial, geneva, helvetica; font-size:8pt; color:#ffffcc; }
  .white { font-family: verdana, arial, geneva, helvetica; font-size:9pt; color:#ffffff; }
  .swhite { font-family: verdana, arial, geneva, helvetica; font-size:8pt; color:#ffffff; }
  .large { font-family: verdana, arial, geneva, helvetica; font-size:12pt; color:#000000; font-weight:bold; line-height: 18px; }
  .lucidaHeader { font-family: "Lucida Sans", Arial, Helvetica, sans-serif; font-size:10pt; color:#000066; font-weight:bold; font-style: italic; line-height: 14px; }
  .lucidaHeaderLarge { font-family: "Lucida Sans", Arial, Helvetica, sans-serif; font-size:14pt; color:#3370b6; font-weight:bold; font-style: italic; line-height: 14px; text-align: left; }
  .small { font-family: verdana, arial, geneva, helvetica; font-size:7pt; color:#000000; }
  .image { border: 1px solid #3370b6; }
  .imageLeft { border: 1px solid #3370b6; margin-right: 5px; margin-bottom: 5px; float: left; }
  .imageRight { border: 1px solid #3370b6; margin-right: 5px; margin-bottom: 5px; float: right; }
  A.navTop { font-family: arial, verdana, geneva, helvetica; font-size:9pt; color: #000066; text-decoration: none; }
  A.navTop:hover { font-family: arial, verdana, geneva, helvetica; font-size:9pt; color: #000066; text-decoration: underline; }
  A.navBody { font-family: verdana, arial, geneva, helvetica; font-size:10pt; color: #000066; text-decoration: none; font-weight:bold; line-height: 18px; }
  A.navBody:hover { font-family: verdana, arial, geneva, helvetica; font-size:10pt; color: #000066; text-decoration: underline; font-weight:bold; line-height: 18px; }
  A.nav { font-family: arial, verdana, geneva, helvetica; font-size:13px; color: #ffffff; text-decoration: none; font-weight:bold; }
  A.nav:hover { font-family: arial, verdana, geneva, helvetica; font-size:13px; color: #ffffff; text-decoration: none; font-weight:bold; }
  A.navWhite { font-family: verdana, arial, geneva, helvetica; font-size:8pt; color: #ffffff; text-decoration: none; }
  A.navWhite:hover { font-family: verdana, arial, geneva, helvetica; font-size:8pt; color: #ffffff; text-decoration: underline; }
  A.botnav { font-family: verdana, arial, geneva, helvetica; font-size:8pt; color: #000000; text-decoration: none; }
  A.botnav:hover { font-family: verdana, arial, geneva, helvetica; font-size:8pt; color: #000000; text-decoration: underline; }

  body {
/*	background-color: #000066;*/
	font-family: verdana, arial, geneva, helvetica; 
	font-size:9pt; 
	color:#000000;
}
	
.boxNoBorder {
    width: 950px;
	border-style: solid;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 0px;
	background-color: #ffffff;
	}
	


/************ masthead style items *****************/

.masthead {
    background-color: #ffffff;
	width: 950px; 
	font-family: verdana, arial, geneva, helvetica;
    font-size:10pt;
	height: 150px;
	}
	
.tagLine {
width: 500px;
background-color: #ffffff;
font-family: "Lucida Sans", Arial, Helvetica, sans-serif; 
font-size:12pt; 
color:#000066; 
font-style: italic; 
line-height: 18px;
float:left; 
margin-left: -160px; 
margin-top: 32px; 
position: relative;
}

.topButtons {
float:right; 
margin-right: 60px; 
margin-top: 5px; 
position: relative;
}

.searchBox {
float:right; 
margin-right: 10px; 
margin-top: 28px; 
position: relative;
}


	
	
/************ main body style items *****************/	
		
.mainBody {
width: 950px;
height: 610px;
background-color: #ffffff;
}

.leftNavBarMain {
	height: 583px;
	float: left;
	background-color: #3370b6;
	width: 180px;
	font-family: verdana, arial, geneva, helvetica;
	font-size:10pt;
	color:#FFFFFF; /* 3370B6 */
	text-align: center;
}

.slideShow {
float:left; 
width: 560px;
}

.rightNavHomeBar {
float:right;
background-color: #d4e9f4; 
width: 210px;
height: 300px;
font-family: verdana, arial, geneva, helvetica;
font-size:8pt;
line-height:16px;
color:#000000;
text-align: left;
}





/************ home page colored boxes *****************/

.mainBodyColorBoxes {
float: left;
width: 770px;
background-color: #ffffff;
font-family: verdana, arial, geneva, helvetica;
font-size:8pt;
line-height:12px;
color:#000000;
text-align: left;
position: relative;
}

.ColorBox1 {
float: left;
width: 192px;
height: 180px;
background-color: #cdcddc;
}

.ColorBox2 {
float: left;
width: 192px;
height: 180px;
background-color: #d4e9f4;
}

.ColorBox3 {
float: left;
width: 192px;
height: 180px;
background-color: #f5e4c1;
}

.ColorBox4 {
float: left;
width: 194px;
height: 180px;
background-color: #d5e3c6;
}






/************ logo box home page *****************/

.sliderLogos {
/*padding: 15px;
*/float: left;
width 600px;
position: relative;
}






/************ main content page style items *****************/

.contentBody {
width: 740px;
padding: 10px;
background-color: #ffffff;
}

.contentText { 
	font-family: verdana, arial, geneva, helvetica;
	font-size:9pt;
	line-height:12px;
	color:#000000;
	text-align: left;
}
.article-content {
	padding: 2px 10px 10px 10px; 
	background-color:#FFFFFF;
}
 

/************ main bot navbar footer *****************/


.footer {
width: 950px;
background-color: #d4e9f4;
font-family: verdana, arial, geneva, helvetica;
font-size:8pt;
color:#000000;
text-align: left;
}




/************ main top navbar style *****************/

.barNav {
    background-color: #000066;
	width: 950px;
	padding: 0px;
    font-family: verdana, arial, geneva, helvetica;
	font-size:13px;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	float: none;
}




/********** Fusion website main menue styles ***************/

.ddsmoothmenu{
font: bold 13px verdana;
background: #000066; /*background of menu bar (default state)*/
width: 950px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
/*padding-left: 10px;*/
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #000066; /*background of menu items (default state)  */
padding: 5px 23px 5px 23px;
border: 1px solid #000066;
color: #000066;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ffffff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #3370b6; 
color: #ffffff;
border: 1px solid #000066;
}

.ddsmoothmenu ul li a:hover{
background: #3370b6; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
border: 1px solid #000066;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
background: #3370b6;
font: normal 13px verdana;
font-weight: bold;
width: 170px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border: 1px solid #000066;
}

.ddsmoothmenu ul li ul li a:hover{
background: #99ccff;
font: normal 13px verdana;
color: #ffffff;
font-weight: bold;
width: 170px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border: 1px solid #000066;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none; 
} 

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display: none; 
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}





	
/************ all form field styles begins *****************/

 .formInput {
	margin:0px;
	height:20px;
	width:160px;
	font-family: verdana, arial, geneva, helvetica;
	font-size:12px;
	color: #000066;
	border: 1px solid #000066;
}
  .formSelect {
	margin:0px;
	height:20px;
	width:180px;
	font-family: verdana, arial, geneva, helvetica;
	font-size:12px;
	color: #64703e;
	border: 1px solid #64703e;
}
  .formComment {
	margin:0px;
	font-family: verdana, arial, geneva, helvetica;
	font-size:12px;
	color: #64703e;
	border: 1px solid #64703e;
}
  .formRadio {
	margin:0px;
	background-color: #FFFFFF;
	color: #64703e;
	border: 1px solid #64703e;
}
  .formSubmit {
	background-color:  #d4e9f4;
	border-width: 1px;
	border-color: #000066;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica;
	color: #000066;
	margin: 2; text-align: center; width: 60px;
} 
