/* @override http://www.newportharbor.com/test/Hazard/global.css */

@charset "UTF-8";
.rightBox {
	float: right;
	height: auto;
	width: 250px;
	border: 1px dotted #999999;
	position: relative;
}
.centerBox {
	height: auto;
	width: 500px;
	position: relative;
	padding: 0px;
	float: left;
}
.leftBox {
	border: 1px none #666666;
	position: relative;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-position: top;
	width: auto;
	float: left;
}
.nav {
	width: auto;
	border: 1px solid #999999;
	position: absolute;
	top: 40px;
	background-color: #FFFFFF;
	left: 10%;
	right: 10%;
	height: 15px;
}
.container {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	position: absolute;
	text-align: left;
	padding: 0px;
	margin: auto;
	right: 10%;
	left: 10%;
	top: 75px;
	width: auto;
	height: auto;
}
/* CSS Document */

.bodyCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

h1 {
	color: #333;
	border-bottom: 1px solid #b3b3b3;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.background {
	background-image: url(_images/background.gif);
	background-repeat: repeat;
	float: none;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.border {
	border: 1px solid #999999;
}
.borderNav {
	border: 1px none #999999;
	background-image: url(/test/Hazard/_images/NavBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bodyCopy1 {font
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

a:hover {
		color: #bd600e;
	text-decoration: underline;
}

a {
	color: #bd600e;
	text-decoration: none;
}


/*Menu Navagation */

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; display:none; opacity:0; list-style:none;
	margin-top: 10px;
}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; margin:0;
	background-color: #c9d1e8;
	font: small-caps 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	width: 128px;
}
ul.menu ul li a {display:block; padding:3px 7px 5px;
	color: #4c4c4c;
}
ul.menu ul li a:hover {
	background-color: rgba(0,92,170,0.43);
	color: #fff;
}
ul.menu ul ul {left:148px; top:-1px;
}
ul.menu .menulink {border:1px solid #aaa; padding: 1px 7px; background: url(_images/NavBackground.jpg);
	height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	font: small-caps 10px/20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 1px;
	color: #4c4c4c;
	position: relative;
}
ul.menu .menulink:hover, ul.menu .menuhover {
}
ul.menu .sub {
	background: none no-repeat 136px 8px;
	font: small-caps 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
ul.menu .topline {border-top:1px solid #aaa}.bottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

