@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	background:url(graphics/background2.png) top left repeat-x;		
	background-color:#e1e1e1;
	color:#000;
}
p {margin-top:0;}
h1 {margin-top:0;}
#head {
	width:900px;
	height:115px;
	margin: 0 auto 0 auto;
	border:1px solid transparent;
}
#head>div {
	margin-top:16px;
	position:relative;
}
#logo {
	float:left;
	width:175px;
	height:110px;
	margin:1px 0 0 15px;
}
#headcont {
	float:left;
	left:200px;
	height:110px;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}
#phone {
	position:absolute;
	right:0;
	top:0;
	width:250px;
	font-size:36px;
	font-weight:bold;
	color:#feb106;
	text-align:right;
	margin-top:5px;
	margin-right:10px;
}
#nav {
	position:absolute;
	right:10px;
	top:89px;
	text-align:right;
}
#nav a:link, #nav a:visited {
	color: #000;
	font-weight:bold;
	font-size:24px;
	margin-left:30px;
	text-decoration:none;
}
#nav a:hover {color:#feb106;}
#content {
	width:870px;
	margin: 40px auto 0 auto;
	background-color:#fff;
	box-shadow:0 0 10px #000;
	padding: 15px 15px;
	line-height:1.5em;
}

#datebox {
	float:right;
	width:225px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}
	#col1 {
		float:left;
		width:515px;

	}
	#col2 {
		float:right;
		width:335px;

	}
#footer {
	clear:both;
	width:100%;
	height:57px;
	color:#fff;
	background-color:#000;
	border-top:2px solid #feb106;
	font-size:12px;
}
#footer>div {
	width:870px;
	margin:0 auto;
	padding:5px 0 0 0;
}
#d3web {
	font-size:11px;
	width:130px;
	float:right;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.imgbrdr {border:1px solid #000;}

.smalltxt {font-size:80%;}

.paynow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #CCC;
	padding: 5px 10px; 
	border: 1px solid #333;
	font-weight: bold;
	border-radius: 5px;
}