body {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#1f1f1f;
	
	margin:0;
	padding:0;
	background:#e9ee8b url(/img/bkgd.jpg) center top repeat;
}


/* Links and Text */
a {
	color:#1f1f1f;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
.required {
	color:#eb7573;
}


/* Forms */
input, select, textarea {
	width:250px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#1f1f1f;
}
label {
	display:inline-block;
	width:85px;
	padding-right:5px;
	text-align:right;
	vertical-align:top;
}
p.submit {
	padding-left:95px;
}
ul.alerts {
	color:#900;
	border:1px solid #900;
	padding:5px 10px 5px 1.7em;
}


/* Tables */
table th {
	text-align:left;
	border-bottom:2px solid;
}


/* Layout */
#wrapper {
	width:994px;
	margin:30px auto 0 auto;
	font-size:.85em;
}
#wrapper div {
	float:left;
}


/* Upper */
#upper {
	width:895px;
	padding:30px 56px 30px 43px;
	margin-bottom:12px;
}
#upper #masthead {
	width:710px;
	padding-left:185px;
	position:relative;
}
#upper #masthead #contact_info {
	float:right;
	color:#e0003b;
	font-weight:bold;
	font-size:.9em;
	text-align:right;
}
#upper #masthead #contact_info .phone {
	font-size:1.6em;
}
#upper #masthead a#logo_bug {
	display:block;
	width:178px;
	height:222px;
	background:url(/img/logo_bug.png) no-repeat;
	position:absolute;
	top:-50px;
	left:-15px;
}
#upper #masthead a#logo_type {
	display:block;
	width:395px;
	height:59px;
	margin:35px 0 20px 0;
	background:url(/img/logo_type.gif) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}


/* Nav */
#nav {
	width:167px;
	height:167px;
	padding-top:55px;
	margin-right:17px;
	background:url(/img/nav_box.gif) no-repeat;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li {
	display:block;
	margin:0;
	padding:0 0 0 20px;
}
#nav ul li a {
	display:block;
	padding:3px 0 2px 25px;
	color:#e0003b;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	background:url(/img/nav_bullet.gif) 0 6px no-repeat;
}
#nav ul li a:hover, #nav ul li.current a {
	color:#ff6c6e;
	background:url(/img/nav_bullet_over.gif) 0 6px no-repeat;
}


/* Lower */
#lower {
	width:907px;
	padding:17px 24px;
	margin:0 0 12px 19px;
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


/* Footer */
#footer {
	width:925px;
	padding:15px;
	margin-left:19px;
	background-color:#eb7573;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff;
	text-align:center;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#e0003b;
}


/* Site Credit */
#credit {
	width:925px;
	padding:10px 0 15px 0;
	margin-left:19px;
	text-align:right;
}
