@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

img, div, url, { behavior: url(iepngfix.htc) }

html { 
 margin-bottom: 1px; 
 background-image:url(images/background.jpg);
 background-color:#000000;
 background-repeat:repeat-x; }

body {
 font-family: Verdana, Geneva, sans-serif;
 font-size:9px;
 text-align: left;
 line-height: 13pt;
 z-index:1;}

#wrapper { 
 margin: 0 auto; /* center */
 width: 973px;
 height:868px;
 /*border: 1px solid #dfd3b0;*/
 margin-top:10px;
 z-index:2;}
 
#round_top{
width:973px;
height:25px;
float:left;
background-image:url(images/round_top.jpg);
background-repeat:no-repeat;}
 
#header{
 width:973px;
/* height:258px; // RM 3-4-10 */
 height:292px;
 float:left;
 background-image:url(images/header2.jpg);}
/*  background-image:url(images/header.jpg);} changed background image RM 3-4-10 */
 
#navspan{
 width:973px;
 height:auto;
 position:0;
 top:0px;}
 
#toplinks {
 width:406px;
 height:18px;
 float:left;
 padding-top:20px;
 top:5px;
 position:relative;
}
 
#nav_links{
 width:525px;
 height:20px;
 margin-top:10px;
 padding-right:8px;
 float:right;
 position:relative;
 top:5px;
 text-align:right;}
 
 #shadow_left{
 width:11px;
 height:323px;
 float:left;
 background-image:url(images/shadow_left.jpg);
 background-repeat:no-repeat;}
 
#page_bg{
 background-image:url(images/page_bg.jpg);
 background-repeat:no-repeat;}

#flashMovieContainer {
 width:556px;
 height: 323px;
 float:left;
 background-image:url(images/flash_demo.jpg);
 z-index:-100;
}

#flash_mov {
 width:556px;
 height: 323px;
/**  float:left; 
 background-image:url(images/flash_demo.jpg); **/
 z-index:-100;
 margin-left: 18px;
}
 
#testing{
 width:14px;
 height:323px;
 float:left;
 background-image:url(images/testing2.jpg); /* RM 3-4-10 */
 background-repeat:no-repeat;}
 
#content_right{
 width: 381px;
 height: 323px;
 float:left;
 background-image:url(images/interact2.jpg);} /* RM 3-4-10 */
 
 #keep_right{   /***********************************************************************************/
 height:auto;
 width:auto;
 margin-left:80px;
 margin-right:10px;}
 
#shadow_right{
 width:10px;
 height:323px;
 float:left;
 background-image:url(images/shadow_right.jpg);
 background-repeat:no-repeat;}
 
#shadow_bot_left{
 width:11px;
 height:203px;
 float:left;
 background-image: url(images/shadow_bot_left.jpg);
 background-repeat:no-repeat;}
 
 #form_space{
 width:951px;
 height:0px;
 float:left;
 background-color:#387800;}
 
#form_lt{
height:203px;
width:316px;
float:left;
background-image:url(images/tell.jpg);
cursor: pointer;
cursor: hand;}
 
#form_mid{
height:203px;
width:317px;
float:left;
background-image:url(images/why.jpg);}

#form_rt{
height:203px;
width:317px;
float:left;
background-image:url(images/alert.jpg);
cursor: pointer; 
cursor: hand;}

#shadow_bot_right{
 width:11px;
 height:203px;
 float:left;
 margin-top:-10px;
 background-image: url(images/shadow_bot_right.jpg);
 background-repeat:no-repeat;}
 
 #shadow_bottom{
 width:973px;
 height:13px;
 float:left;
 background-image:url(images/shadow_bottom.jpg);
 background-repeat:no-repeat;}

#footer{
width:973px;
height: 100px;
float:left;
text-align:center;
margin-top:10px;}

#f_left{
 width:320px;
 height:140px;
 float:left;
 margin-bottom:10px;}
 
 #f_middle{
 width:300px;
 height:140px;
 float:left;
 margin-bottom:10px;
 margin-left:20px;
 }
 
 #f_right{
 width:300px;
 height:140px;
 float:left;
 text-align:right;
 padding-right:20px;
 margin-bottom:10px;}

.icon{
margin: 0px 10px 0px 25px;}

/*************************************
TEXT STYLING
*************************************/

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#FFFFFF;}

.icon_text{
color:#777777;}

.bullet-text{
font-family: Arial, Helvetica, sans-serif;
color: #545252;
text-align: left;
font-weight: bolder;
line-height: 1em;
font-size: 20px;}

		
/***********************************
LINKS
************************************/

a:link { text-decoration:underline; color:#FFFFFF;}
a:visited {text-decoration: none; text-decoration:underline; color:#FFFFFF;}
a:active {text-decoration: none; text-decoration:underline; color:#FFFFFF;}
a:hover {text-decoration: none; color: #CCCCCC;}

.icon_text a:link { text-decoration:underline; color:#FFFFFF; line-height:0.9em;}
.icon_text a:visited {text-decoration: underline; color:#FFFFFF;line-height:0.9em;}
.icon_text a:active {text-decoration: none; line-height:0.9em;}
.icon_text a:hover {text-decoration: underline; color: #CCCCCC; line-height:0.9em;}

/***********************************
MENU
************************************/


  /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu2 {
font-family:Arial, Helvetica, sans-serif;
position:relative;
margin-right:10px;
font-size:12px;
float:right;
padding-top:13px;
z-index:1000;
}
/* get rid of the default padding - margin and bullets */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu2 ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu2 ul li a, .menu2 ul li a:visited {
display:block;
text-decoration:none;
width:100px; 
height:20px;
font-size:1.0em;
color:white; 
text-align: center;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu2 ul li a, .menu2 ul li a:visited {
width:115px;
w\idth:100px;
}
/* hide the drop down menu */
.menu2 ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu2 table {
margin:-1px; 
border-collapse:collapse;
font-size:0.9em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu2 ul li:hover a,
.menu2 ul li a:hover {
color:#CCCCCC; 
border-bottom:0;
text-decoration:underline;
}
/* make the drop down menu show and correctly position it */
.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
display:block; 
position:absolute; 
top:0.9em;
margin-top:8px;
left:0; 
width:96px;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a {
display:block; 
background:transparent url(images/opaque_brown.png); 
color:#609f26; 
border:1px solid #557104;
margin:0;
color:white;
font-size:1.1em;
height:auto; 
line-height:1em; 
padding:10px;
text-align:left;
width:175px;
text-decoration:none;

}
/* style the drop down menu links when hovered */
.menu2 ul li:hover ul li a:hover,
.menu2 ul li a:hover ul li a:hover {
background:#609f26; 
color:#fff;
text-decoration:none;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu2 ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu2 ul li a:hover ul li a {
width:200px; /* for IE5.5 faulty box model */
w\idth:200px; /* for IE6 */
}




