/* main tags */

body {
background: #FFFFFF url("images/backdrop.gif") no-repeat 0% 0%; 
	margin			: 0px;
	padding			: 0px;
	font				:	12px helvetica, arial;
	line-height:16px;
	color				:	#333;
}

td {
	font				:	12px helvetica, arial;
	line-height:16px;
	color				:	#333;
}

textarea {
	font				:	12px helvetica, arial;
	line-height:16px;
	color				:	#333;
}
input {
	font				:	12px helvetica, arial;
	line-height:16px;
	color				:	#333;
}

h1 {
font-size:30px;
line-height:32px;
text-align:left;
color:#000;
font-weight:bold;
}

/*h2 {
font-size:20px;
line-height:24px;
text-align:left;
}*/

h2 {
text-align:left;
display:block;
background-color:#000066;
width:400px;
padding:10px;
color:#ffffff;
font-size:18px;
line-height:24px;
font-weight:bold;
border-left:4px solid #FF0000;
}



a {
color:#06C;
text-align:left;
line-height:16px;
font:	12px helvetica, arial;
text-decoration:none;
}
a:hover {
color:#E2144A;
text-align:left;
line-height:16px;
font:	12px helvetica, arial;
}
/* design tags  */

#menu .red a {
color:#FFFFFF;
background:#F00;
font-weight:bold;
}


.topbanners {
position:relative;
width:998px;
height:130px;
margin-left:0px;
margin-top:0px;
background: url(images/topbanner_backdrop.gif)
}

.wrap {
position:relative;
width:420px;
margin-left:10px;
margin-top:-10px;
padding-bottom:20px;
margin-bottom:20px;
float:left;
text-align:justify;
z-index:1;
padding:5px;
}
.wrap2 {
position:absolute;
width:430px;
margin-left:230px;
}

.wrapbox {
margin-left:0px;
margin-top:4px;
line-height:16px;
float:left;
border:1px dashed #666666;
width:400px;
background-color:#FFC;
padding:5px;
}
.wrap li {
/*background: url(images/bullet.gif) 0px 3px no-repeat;
padding-left:30px;
*/
width:380px;
margin-top:4px;
margin-left:20px;
margin-right:20px;
line-height:14px;
}

.wrap li ul {
width:200px;
border:none;
float:none;
background-color:#FFF;
}

.xtrainfo {
padding:10px;
background-color:#FFF;
margin-top:5px;
border:1px dashed #C90;
}

.quote {
position:relative;
top:-20px;
font: 24px times;
color:#000000;
text-align:center;
width:420px;
line-height:20px;
}
.quote em {
position:relative;
font: 80px times;
top:20px;
}

.rhs_col {
position:absolute;
width:350px;
margin-top:440px;
margin-left:650px;
float:left;
background-color:#FFC;
color:#333;
}

.story {
margin-top:5px;
border-bottom:1px dashed #333;
padding-bottom:4px;
}

.latest {
padding:5px;
border-left:1px dashed #666;
border-right:1px dashed #666;
}

h3 {
text-align:left;
display:block;
background-color:#000066;
width:325px;
padding:10px;
color:#ffffff;
font-size:16px;
line-height:22px;
font-weight:bold;
border-left:4px solid #FF0000;
margin:0px;
}


.footer {
position:relative;
width:420px;
margin-top:40px;
font-size:11px;
line-height:12px;
border-top:1px dashed #666666;
}
.footer a {
font-size:11px;
line-height:12px;
}

.testimonial {
padding:10px;
border-bottom:1px dashed #666;
}


.redtext {
color:#F00;
font-weight:bold;
}

.showresults {
width:400px;
padding:0px;
}


#menu {
position:relative;
margin-top:0px;
margin-left:5px;
width:200px;
z-index:20;
text-align:left;
float:left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #39F;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	line-height:20px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #E8E8E8;
	line-height:20px; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */