@charset "utf-8";

/* CSS Document For Radon Arrest
Colors: 
#000066 - Dark Blue
#ffcc00 - Gold
#ffffff - White
#000000 - Black

List of Universal Web Fonts:
- Arial
- sans-serif
- Verdana
- Times New Roman
- Courier
- Courier New
- Comic Sans MS
- Impact
*/

@import url("reset.css");

body {
	background: #ffffff url(images/gradient_bg.png) repeat-x left top;
	margin: 0px;
	padding: 10px 0px 20px 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px;
}
/* Content link colors with a different hover color */
a:link, a:visited, a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	color: #000066;
	text-decoration: none;
	border-bottom: thin dotted #000066;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #ffcc00;
	text-decoration: none;
	border-bottom: thin dotted #ffcc00;
}
/* Used for typical heading */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	background: transparent url(images/bullet.gif) no-repeat left;
	border-bottom: #000066 solid 1px;
}
/* Used for typical heading smaller than h1 */
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000066;
}
/* Navigation heading used for the navigation links*/
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#nav {
	margin: 0px;
	padding: 14px;
	width: 750px;
}
#nav ul {
	margin-left: 20px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
#nav ul li {
	overflow: visible;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00283f;
	position: relative;
	border: none;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 17px 20px 14px 20px;	
	color: #000066;
	text-decoration: none;
	position: relative;
	border: none;
}
#nav ul li a:hover {
	background-color: #000066;
	color: #ffcc00;
	text-decoration: none;
	border: 0 none;
}
ul.list {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
}
ul.list li a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}
ul.list li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
ul.list li a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
ul.list li a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffcc00;
}
td.content {
	margin: 0px;
	padding: 15px 20px 0px 20px;
	line-height: 20px;
	background: #ffffff;
}
/* td border for the top and bottom used for the navigation area */
td.border {
	border:	1px solid #000066;
}
/* HEADER CELL IMAGE */
#header {
	background: transparent url(images/radon.png) no-repeat center;
	height: 180px;
}
#footer {
	background: #000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffcc00;
	text-align: center;
	margin: 0px;
	padding: 10px;
}