/* tableless styles */

* {
padding: 0;
margin: 0;
}

body { 
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
background: #949494;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
behavior: url(csshover.htc); /* calls .htc for IE browsers */
background-image:url(images/bg_body.gif);
}

/* set the containing div, left align, 100% fluid */
#main { 
width: 100%; 
}

/* set the containing div and center it  
#main {
width: 760px;
/* include the IE5.x/Win box model hack 
\width: 780px;
w\idth: 760px;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px;
} */


/* set the mid backgournd color for nav/content div */
#bg_mid {
/* background: #949494; */
padding: 0px;
}



/* set the header div */
#header {
padding: 0px;
margin-bottom: 0px;
background-image:url(images/bg_masthead.gif);
}

/* set the navigation div */
#navigation {
float: left;
width: 140px;
/* include the IE5.x/Win box model hack */
\width: 150px;
w\idth: 140px;
padding: 0px 20px 0px 30px;
background-image:url(images/bg_nav.gif);
background-repeat: no-repeat;
background-color: #949494;
vertical-align: top;
}

/* set the content div */
#content {
margin-right: 20px;
vertical-align: top;
padding: 10px 10px 10px 10px;
background-color: #FFFFFF; 
}

#content_int {
vertical-align: top;
padding: 20px 0px 20px 0px;
background: url(images/bg_int.jpg) no-repeat #E4E4E4; 
}

#bg_hdr {
vertical-align: top;
height: 20px;
background: url(images/bg_mini.gif) no-repeat top right #E4E4E4; 
}

#copy {
padding: 10px 10px 10px 20px;
}

/* set the footer div */
#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: 400;
color: #FFFFFF;
text-align: right;
padding: 3px 10px 3px 5px;
margin-top: 0px;
background-image:url(images/bg_ftr.jpg);
background-color: #000000;
clear: both;
}

#bg_pop_01 {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: 400;
color: #666666;
padding: 50px 20px 0px 25px;
background-image:url(images/bg_pop_01.gif);
background-repeat: no-repeat;
width: 240px;
height: 75px;
vertical-align: top;
}

#bg_pop_02 {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: 400;
color: #666666;
padding: 50px 20px 0px 45px;
background-image:url(images/bg_pop_02.gif);
background-repeat: no-repeat;
width: 240px;
height: 75px;
vertical-align: top;
}

/* dropdown navigation for left menu */
ul.menu {
list-style: none;
width: 115px;
}

ul.menu a {
color: #000000;
font-size: 10px;
text-decoration: none;
display: block;
padding: 5px 5px 5px 10px;
width: 115px;
background: #E4E4E4;
}
		
ul.menu a:hover {
color: #FFFFFF;
font-size: 10px;
text-decoration: none;
background-image:url(images/bg_nav_on.gif);
/* background: #CCCCCC; */
}
			
ul.menu li {
border-bottom: 1px solid #8a8a8a;
float: left;
position: relative;
}
			
ul.menu li ul {
list-style: none;
position: absolute;
left: 130px;
top: 0;
display: none;
width: 130px;
border-left: 1px solid #FFF;
}
		
ul.menu li:hover ul { display: block; }
		
ul.menu li:hover ul li ul { display: none; }
			
ul.menu li ul li:hover ul { display: block; }


li a.submenu { background:url(images/nav_on2.gif) right no-repeat; }


ul.padding {
padding-left: 15px;
margin: 10px;
list-style-type: decimal;
display: block;
} 

/* ordered list (<ol> used at <ul> */
ol {
padding-left: 15px;
margin: 5px;
list-style-type: disc;
display: block;
} 

           
/* define background cell color */

.bg_gry1  { background: #666666;}
.bg_gry2  { background: #999999;}
.bg_gry3  { background: #EFEFEF;}
.bg_yel   { background: #FFD457;}
.bg_whi   { background: #FFFFFF;}
.bg_blk   { background: #000000;}

.bg_red   { 
background: #ff2925;
font-size: 11px;
font-weight: 700;
color: #FFFFFF;
height: 19px;
padding-left: 10px;
}

/* general formatting and styles */




.copy {
font-size: 11px;
font-weight: 400;
color: #000000;
}

.formlabel {
font-size: 10px;
font-weight: 700;
color: #000000;
padding-top: 10px;
}

.formhigh {
font-size: 10px;
font-weight: 700;
color: #000000;
padding-top: 10px;
background: #CCCCCC;
}

.formtext {
font-size: 11px;
font-weight: 400;
color: #000000;
}

.formfield {
font-size: 11px;
font-weight: 400;
color: #000000;
border: 1px solid #666666;
}

.formbtn {
font-size: 10px;
font-weight: 400;
color: #000000;
}


.copybold {
font-size: 12px;
font-weight: 700;
color: #A10000;
}

.copybold_blk {
font-size: 13px;
font-weight: 700;
color: #000000;
}

.para {
padding: 10px 10px 0px 10px;
}

/* bio photo and caption  */
.bio {
float: left;
border: 1px solid #000000;
margin: 0 10px 10px 0px;
}

.loc {
border: 1px solid #000000;
}

.clearboth { clear: both; }

.noborder_rt {
float: right;
margin: 0 0 10px 10px;
padding: 5px;
}

.floatright {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #000000;
padding: 5px;
background-color: #fff;
}

.floatleft {
float: left;
margin: 0 10px 10px 0px;
border: 1px solid #000000;
padding: 5px;
background-color: #fff;
}

/* image with caption */
 .float_lt {
float: left;
width: 202px;
margin: 0 10px 10px 10px;
background-color: #fff;
padding: 5px;
border: 1px solid #000000;
font-size: 9px;
}

 .float_rt {
float: right;
width: 202px;
margin: 0 10px 10px 10px;
background-color: #fff;
padding: 5px;
border: 1px solid #000000;
font-size: 9px;
}



.driver {
text-align: right;
}


/* tool tip styles */

#dhtmltooltip {
position: absolute;
width: 150px;
border: 1px solid black;

font-family: Arial; 
color: #666666; 
font-weight: 400; 
font-size: 11px;
background-color: #EFEFEF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

.dhtml_hd {
font-family: Arial; 
color: #FFFFFF; 
font-weight: 700; 
font-size: 11px;
background: #ff2925;
padding: 2px 5px 2px 5px;
display: block;
}

.dhtml_text {
font-family: Arial; 
color: #000000; 
font-weight: 400; 
font-size: 11px;
padding: 2px 5px 2px 5px;
display: block;
}

/* anchors */

a.pop { 
font-size: 11px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #ff2925;}

a.pop:visited {
font-size: 11px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #ff2925;}

a.pop:active {
font-size: 11px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #ff2925;}

a.pop:hover	{
font-size: 11px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #a10000;}


a.nav { 
font-size: 10px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #000000;
text-decoration: none;

}

a.nav:visited {
font-size: 10px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #000000;
text-decoration: none;
}

a.nav:active {
font-size: 10px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #000000;
text-decoration: none;
}

a.nav:hover	{
font-size: 10px;
font-family: Arial,Helvetica,san-serif;
font-weight: 400;
color: #FFFFFF;
text-decoration: none;
}

a { 
font-size: 11px;	
font-family: Arial,Helvetica,san-serif;	
font-weight: 400;	
color: #ff2925;
text-decoration: underline;
}

a:visited { 
font-size: 11px;	
font-family: Arial,Helvetica,san-serif;	
font-weight: 400;	
color: #ff2925;
text-decoration: underline;
}

a:active { 
font-size: 11px;	
font-family: Arial,Helvetica,san-serif;	
font-weight: 400;	
color: #ff2925;
text-decoration: underline;
}

a:hover {
font-size: 11px;	
font-family: Arial,Helvetica,san-serif;	
font-weight: 400;	
color: #a10000;
text-decoration: underline;} */
			
