/* CSS Document */

p, h1, h2, h3 {
	margin: 10px;
}


/* **************************************************** */
/* 			STYLES FOR PAGE STRUCTURE TABLES			*/
/* **************************************************** */
#toptable {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#dropdowntable {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/* **************************************************** */

.footerseparator {
background-color:#305B90;
height:10px;
}

/* **************************************************** */
/* 				MAIN NAVIGATION BAR						*/
/* **************************************************** */
#mainnav {
	width:600px;
	background-color:#FFFFFF;
	padding: 5px;
	}

#mainnav li {
	list-style: none;
	margin: 5px;
	width: 120px;
	float: left;
	background-color: #305B90;
	text-align:center;
	float:left;
	padding: 2px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #555;
	border-left: 1px solid #bbb;
	}

#mainnav .instantquote {
background-color:#F2D5B5;
}

#mainnav .instantquotetext {
color:#FF0000;
}


#mainnav a {
	color:#FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#mainnav a:hover {
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}

/* ************ END OF MAIN NAVIGATION BAR ************ */
/* **************************************************** */



/* **************************************************** */
/* 				Drop-Down Menu Bar						*/
/* **************************************************** */
#menu {
width:900px;
background: #eee;
float:left;
}

#menu ul {
list-style: none;
margin: 0;
width: 145px;
float: left;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 0px;
}

#menu a, #menu h2 {
font: bold 11px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #000;
background: #A9BED9;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #F2D5B5;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

/* ************* END OF DROP-DOWN MENU BAR ************ */
/* **************************************************** */

/*
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
*/
