@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define an outline style! */

:focus {
	outline: 0;
}	

body {
	font: 62.5% Baskerville, "Times New Roman", Times, serif;
	height: 100%; 
	color: #888;
	background-color: #000;
	min-width: 985px;
}
a {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background-color: #eee;
}
fieldset {
	clear: left;
	float: none;
	margin-bottom: 1.0em;
}
fieldset div {
	float: left;
}
fieldset div.prompt {
	padding: 0 5px 0 0; 
	width: 100px;
}
form {
	padding: 20px 0;
}
h1 {
	padding: 20px 0;
}
h1 img {
	width: 80px;
	height: 28px;
	margin-left: 20px;
	behavior: url(http://www.tankdesign.com/images/pngbehavior.htc);
}
h1 a:hover {
	color: #000;
	background-color: #000;
}
h2 {	
	clear: left;
	padding: 50px 0 25px 0;	
}
h3 {
	font-weight: normal;
	margin: 0 0 5px 0;
}
input, textarea {
	border: none;
	background-color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #000;
	width: 300px;
}
p {
	margin: 0 0 1.5em 0;
}
textarea {
	height: 100px;
}
.button {
	border: none;
	width: auto !important;
	background-color: #000;
	color: #fff;
	margin-left: 105px;
}
.cleaner {
	clear:both;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.homeIntro {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.48;
	width: 560px;
}
.intro {
	padding: 0 0 25px 0;
}
.left {
	margin-right: 6px;
}
.right {
	float: right!important;
	padding-right: 3px;
}
.margin25px {
	margin-bottom: 25px;
}
.campaignBreak {
	margin-bottom: 100px;
}
.required {
	color: #fff;
}
.thanks {
	color: #ccc;
}
/*
#content {
	display: block; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 240px; 
	padding: 10px 20px 20px 20px;
}
*/
#content {
	width:985px;
	margin:0 auto;
}
#nav {
	margin-left: 20px;
}
#nav li {
	list-style: none;
	margin: 0 0 5px 0;
}
#nav li a {
	text-decoration: none;
	color: #999;
	font-size: .9em;
}
#nav li a.on {
	color: #fff;
	font-weight: normal;
}
#nav li a.on:hover, #nav a:hover {
	color: #000;
	background-color: #eee;
}
#nav ul {
	margin: 5px 0 10px 15px;
}
/*
#work {
	padding: 78px 0px 30px 280px;
	width: 705px;
	float: left;
	font-size: 1.5em;	
}
*/
#work {
	width:705px;
	padding:68px 0 30px 0;
	margin:0 auto;
	font-size: 1.5em;
	position:relative;
	z-index: 5000;
	left: 140px;
}

.rightcolumn {
	padding: 20px 0px 20px 0px;
	width: 350px;
	float: left;
}
.leftcolumn	{
	padding: 20px 0px 20px 0px;
	width: 350px;
	float: left;
}	
#work img {
	float: left;
	margin-bottom: 6px;
}
#wrapper {
	font-size: 1.5em;	
	position:fixed;
	width:100%;
}
/* locations: google map holder */
#map {
	margin: 0 0 10px 0;
	width: 550px;
	height: 365px;
	font-size: 1.0em;
} 
#map img {
	margin: 0 10px 5px 0;
}
#mapInfoWin {
	display: none;
} 
#copy {
	/*height: 500px;*/
	width: 567px;
	overflow: auto;
	/*font-size: 1.1em;*/
}
#work .new-entry {
	border-bottom: 1px solid #333;
	margin: 0 0 30px 0;
	
}
#work .new-entry img {
	display: block;
	float: none;
	margin: 0 0 20px 0;
	
}
#work .new-entry h3 {
	font-size: 1.5em;
	color: #fff;
	margin: 0 0 20px 0;
	
}
#work .new-entry p {
	line-height: 1.3;
	
}