@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

a {outline: none;} /* removes dotted line from around links in FF */

body {
	margin: 0px auto;
	background: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}


#container {
margin: 0px auto;
width:800px;
border: solid 1px #000000;

}

#header {
width:800px;
height:57px;
}

#content_home {
width:800px;
height:410px;
padding: 20px 0px 0px 0px; /* (top, right, bottom, left) */
background-color:#FFFFFF;
clear:both;
}

#content {
width:800px;
padding: 20px 0px 0px 0px; /* (top, right, bottom, left) */
background-color:#FFFFFF;
clear:both;
}

#content h1 {
font-size:22px;
font-family:"Times New Roman", Times, serif;
color:#666666;
padding: 0px 0px 20px 20px; /* (top, right, bottom, left) */
background-image:url(../images/pinkborder.gif);
background-repeat:no-repeat;
background-position:bottom;
}

p {
	
	padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	font-size:10.0pt;
}

p.process {
	margin: 20px 0px 0px 20px; /* (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	font-size:10.0pt;
}

#content ul {

margin: 0px 0px 0px 5px;/* (top, right, bottom, left) */
padding: 0px 10px 2px 0px; /* (top, right, bottom, left) */
list-style:none

}

#content li {

margin: 0px 0px 0px 15px;/* (top, right, bottom, left) */
padding: 5px 0px 5px 20px;
background-image:url(../images/bluebullet.gif);
background-repeat:no-repeat;
background-position: 0px 8px; 
}

#left_flash {
float:left;
margin: 10px 0px 0px 10px;/* (top, right, bottom, left) */
width:530px;

}

#home_right {
margin: 10px 10px 0px 10px;/* (top, right, bottom, left) */
float:right;
width: 230px;
}

/*IE6 HACKS*/
* html #home_right {width: 220px; } 

.left {
width:360px;
float:left;
margin: 20px 0px 0px 20px; /* (top, right, bottom, left) */
padding-bottom:20px;

}

* html .left {margin: 20px 0px 0px 10px; /* (top, right, bottom, left) */ } 

.right {
width:390px;
float:left;
margin: 20px 0px 0px 7px; /* (top, right, bottom, left) */
padding-bottom:20px;

}

.right_co {
width:390px;
float:left;
margin: 20px 0px 0px 20px; /* (top, right, bottom, left) */
padding-bottom:20px;

}

/*IE6 HACKS*/
* html .right_co  {margin: 20px 0px 0px 15px; width:380px;} 

.right_case {
width:390px;
float:left;
margin: 20px 0px 0px 25px; /* (top, right, bottom, left) */
padding-bottom:20px;

}

/*IE6 HACKS*/
* html .right_case  {margin: 20px 0px 0px 15px; width:380px;} 

.right_as {
width:390px;
float:left;
margin: 20px 0px 0px 10px; /* (top, right, bottom, left) */
padding-bottom:20px;

}

.right_wide {
width:390px;
float:left;
margin: 20px 0px 0px 15px; /* (top, right, bottom, left) */
padding-bottom:20px;

}

/*IE6 HACKS*/
* html .right_wide {margin: 20px 0px 0px 5px; } 


#flash {
position:fixed;
width:800px;
height:200px;
overflow:hidden;
}

#footer {
width:800px;
height:50px;
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
}

.image_right {
margin: 20px 30px 0px 20px; 
padding-bottom:20px;
}

.image_left {
margin: 20px 30px 0px 20px; 
padding-bottom:20px;
}

.fix {
clear:both;
}

/*/////////////// Main Homepage ///////////////*/

#menu {
width:800px;
height:23px;
margin:0px;
padding:0px;
background-image:url(../images/navbar.jpg);
background-repeat:no-repeat;
}


#menu ul  { list-style: none; margin: 0px 0px 0px 110px;}

#menu ul li {
	float: left;
	margin: 0px 0px 0px 18px; 
	padding: 0px 5px 0px 5px;
	list-style: none;
	height:23px;

}

/*IE6 HACKS*/
* html #menu ul li {margin: 0px 0px 0px 12px; } 

	
#menu  ul li a {
	padding: 3px 24px 0px 0px;;/* (top, right, bottom, left) */
	display : block;
	font-size:11px;
	font-weight:bold;
	color : #cccccc;
	margin: 0;
	text-decoration : none;
	border:none;
	width:auto;
	height:auto;
	border-right: solid 0px #cccccc;
	font-family:"Times New Roman", Times, serif;
  }

#menu  ul li a.final {
	border-right: solid 0px #cccccc;
  }

	
#menu  ul li a:hover, { color: #cccccc}

/* --1st Level Drop-down Menu Parameters-- */
#menu ul ul { 
	position: absolute;
 	left: -999em;
	width: 120px;
	w\idth: 120px;
	font-weight: normal;
	margin: 3px 0 0 0px;
	padding: 0;
	list-style: none;
	background: #fff;
	text-align: left;
	height: auto;	
	z-index: 99;	
	}
	
#menu ul ul li {
	width: 100px;
	padding: 0;
	margin:0;
	background: none;
	height: auto;
	z-index:99;

		
	}

#menu ul ul li a {
width:120px;
	padding: 8px 0px 7px 0px;
	display: block;	
	background: #fff;
	color: #666;
	font: 11px Arial, Helvetica, san-serif;
	font-weight: normal;
	text-align: center;
	float: none;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	white-space:normal;
	}
	
	
#menu ul ul li a:hover {
width:120px;
 	padding: 8px 0px 7px 0px;
	display: block;
	font: 11px Arial, Helvetica, san-serif;
	text-align: center;
border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000;
	float: none;
	background-color:#A66767;
	}

/* --2nd Level Drop-down Menu Parameters-- */	
#menu ul ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	margin: -23px 0 0 166px;
	padding: 0;
	list-style: none;
	text-align: left;
	height: auto;
	z-index:100;	
	}
	
#menu ul ul ul li {
	width: 100px;
	padding: 0;
	margin:0;
	height: auto;
	z-index:100;
	}

#menu ul ul ul li a {
	width: 150px;
	w\idth: 150px;
	padding: 4px 8px 4px 8px;
	display: block;
	border-top: 1px solid #CCC;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #efefef ;
	height: auto;
	z-index:100;
	}
	
#menu ul ul ul li a:hover {
	left: auto; 
	background: #efefef;
	color: #273A7E;
	display: block;	
	border-top: 1px solid #CCC; 
	border-right: none; 
	border-left: none; 
	border-bottom: none;
	height: auto;
	z-index:100;	
	}
	
/* --Drop-down Menu Hide and View Parameters-- */
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	position: absolute;     
	left: -999em; 
	} 

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {     
	left: auto; 
	} 
	
	#menu li:hover, #menu li.hover {   
    position: static;   
} 

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}



#home_right dt {
cursor: pointer;
color:#000000;
height: 30px;
line-height: 20px;
padding: 10px 0px 0px 20px;  /* (top, right, bottom, left) */
font-size: 1.2em;
	font-weight: bold;

border-bottom: solid 1px #000;

}
#home_right dd {
border: 0px solid gray;
}

#home_right li {
padding: 3px 0px 3px 20px;  /* (top, right, bottom, left) */

border-bottom: solid 1px #ffffff;
}

#home_right li a {
color: #000000;
text-decoration: none;
display: block;
border-bottom: solid 0px #ffffff;
padding: 3px 0px 3px 5px;  /* (top, right, bottom, left) */
}

#home_right dt a {
color: #000;
text-decoration: none;
display: block;
border-bottom: solid 0px #ffffff;

}
#home_right li a:hover {
	color:#fff; background-color:#A66767;padding: 3px 0px 3px 5px;  /* (top, right, bottom, left) */
}


#home_right dt a:hover {
	color:#000;
}
