 
 
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, table{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/* General Styles */  
body {
	padding-top:20px;
	margin:0;
	background-color: #2a3d45;
	font: 11px Arial;
	color: #000000;
}

form, p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

p, td {
	font: 11px Arial;
	color: #000000;
}


/* Header */ 
.header {
	width:800px;
	height:82px;
	background-color:#ffffff;
	margin:0 auto;
}

.logo {
	height:45px;
	width:276px;
	margin-top:37px;
	vertical-align:bottom;
	background:url(images/logo.jpg) no-repeat;
	float:left;

}

.menu {
	height:45px;
	width:524px;
	float:left;
	margin-top:37px;
	vertical-align:bottom;	
	background:url(images/navPic.jpg) no-repeat right;
}

/* Icon */ 

.icon {
	width:800px;
	height:27px;
	background-color:#ffffff;
	margin:0 auto;
}

/* Other */
#main {
	background-color:#FFFFFF;
	border: solid 1px #ffffff;
}

h1 {
	font: bold 18px Arial;
	color:#000000;
}
h2 {
	font: bold 18px Arial;
	color:#f34500;
}
img a {border:0;}

/* Form */
.textbox {
	border: solid 1px #FFFFFF;
	font: 11px Tahoma;
	color: #000000;
}

/*Link*/
a {
	font:10px tahoma;
	color:#2a3d45;
}

a:hover {
	text-decoration:none;
}

/*Left*/
#login {
	padding-right:20px;
}

/*Right*/
#find {
	padding-left:20px;
}

/* Content*/

/* Content*/
#content {
	width:740px;
	height:100%;
	min-height:350px;
	margin:0 auto;
	background-color:#ffffff;
	padding: 10px 30px;
	
}
#content a:link {
	color: #2a3d45;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #2a3d45;
}
#content a:hover {
	text-decoration: underline;
	color: #2a3d45;
}
#content a:active {
	text-decoration: none;
	color: #2a3d45;
}
#content a {
	font-family: tahoma;
	font-size: 10px;
}

#content ul li {
	list-style-position: outside;
	margin-left:20px;
	list-style-type: disc;
	line-height:14px;
}

#content ol li {
	list-style-position: outside;
	margin-left:20px;
	line-height:14px;
	list-style-type: decimal;
}


/*Footer*/
#footer{	
	width:790px;
	height:70px;
	margin:0 auto;
	padding: 0px 5px;
	background:url(images/navBoxBg.jpg) repeat-x top #ffffff;
}
#footer td{	
	font:10px Arial;
	color:000000;
}
#footermenu{	
	float: right;
	height:46px;
	width:500px;
	margin-top:24px;
	text-align:right;
}
#footermenu a{	
	text-decoration:none;
	color:#000000;
	font-family: tahoma;
	font-size: 10px;
	padding:0px 1px;
}
#footer a:hover{	
	text-decoration:underline;
}

/* Copyright */
.copyright {
	height:46px;
	width:276px;
	margin-top:24px;
	float:left;
	font:10px Arial;
	color:000000;

}

/* Menu */
.topnav {
	font: 10px Arial narrow;
	margin:0;
	padding-left:10px;
	height:26px;
	padding-top:7px;
}
.topnav ul {
	margin:0;
	padding:0;
	float:left;
}
.topnav ul li {
	margin:0;
	list-style:none;
	display:block;
	float:left;
	position:relative;
	padding:0px 5px;
}
.topnav a {
	color:#373f4a;
	text-decoration:none;
	display:block;
	float:left;
	padding:0px 5px;
	font: 10px Arial narrow;
	text-transform:uppercase;
	line-height: 26px;
	text-align: center;
	background-image: url(images/navBg.jpg);
	background-repeat: repeat-x;
}
.topnav a:hover {
	}

.topnav ul ul {
	position: absolute;
	top:100%;
	left:0;
	width:100px;
	float:left;
	background-color: #FFFFFF;
}


.topnav ul ul li {
	display:block;
	float:left;
	padding:0;
	border-bottom: solid 1px #2a3d45;
	width:100px;
	
}
.topnav ul ul li a {
	background:none;
	color:#2a3d45;
	text-decoration: none;
	display:block;
	float:left;
	padding:2px 10px;
	width:auto;
	text-align:left;
	font: 10px Tahoma;
	text-transform:none;
}
.topnav ul ul li:hover {
	background:none;
	color:#ffffff;
	background-color:#CFE9E9;
	display:block;
	width:100px;
}

.topnav a.last2 {
	border:none;
}

.topnav ul ul ul {
	position: absolute;
	z-index:500;
	width:100px;
	top:0;
	left: 100%;
}
.topnav ul ul ul li {
	padding:0;
	width:100px;
	
}
.topnav ul ul ul li a {
	background:none;
	color:#2a3d45;
	text-decoration: none;
	display:block;
	float:left;
	padding:2px 10px;
	width:auto;
	text-align:left;
	font: 10px Tahoma;
	text-transform:none;
}
.topnav ul ul ul li a:hover {
	background:none;
	color:#ffffff;
	background-color:#CFE9E9;
	display:block;
	width:100px;
}

.topnav ul ul,
.topnav ul li:hover ul ul,
.topnav ul ul li:hover ul ul
{display: none;}

.topnav ul li:hover ul,
.topnav ul ul li:hover ul,
.topnav ul ul ul li:hover ul
{
	display: block;

}

.topnav li:hover ul, li.over ul { display: block; float:left;}
[if lt IE 7]>
.topnav{float:left;}
body{behavior:url(csshover.htc); }
.topnav a{height:1%;}

.topnav ul ul {
	position: absolute;
	z-index: 500;
	top:100%;
	left:0;
	width:100px;
	}

<![endif]

