* {
	margin: 0; /* Yes it's a bad hack... that works perfectly */
	padding: 0;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
ul li {
	display: inline;
}
ul li img {
	margin: 8px;
}
.hiding {
	display:none;
}
.right {
	float: right;
}
body {
	background: #ffffff;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 20px;
}

p {
	color: #333333;
	font-size: 75%;
	line-height: 1.7em;
	margin: 0 0 1.5em;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #111111;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#header h1 {
	float: left;
	font-size: 4em;
	margin: 0px 50px 0px 85px;
}

#header h3 {
	font-variant: small-caps;
	margin: 30px 10px 0px 10px;
}

.green {
	color: #566a1a;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1em;
	margin-bottom: 0.1em;
}

h2 {
	font-size: 2em;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: .1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -0em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

img {
	border: none;
}

a:link {
	color: #000000;
}

#header {
	left: 180px;
	position: absolute;
	top: 20px;
	width: 650px;
}

#footer {
	bottom: 20px;
	left: 180px;
	position: static;
	width: 650px;
}

#submitter {
	background-color: #eeeeee;
	border: 1px solid #000000;
	cursor: pointer;
	height: 30px;
	margin-left: 265px;
	width: 114px;
}

#contact-content {
	padding: 10px;
}

#form_box p {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

.fieldclass {
	border: 1px solid #c8c8c8;
	color: #333333;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 20px;
	padding: 8px;
	width: 360px;
}
fieldset {
	border: 0;
}

 
 /* Tabs */
.tabs-container {
	background: #ffffff; /* declare background color for container to avoid distorted fonts in IE while fading */
	border-left: 1px solid #eeeeee;
	margin: 0px auto; /**/
	margin-left: 250px;
	padding: 8px 0px 0px 25px;
	position: absolute;
	top: 200px;
	width: 600px;

}
 /* Skin */
 
.tabs-hide {
	display: none;
}

/* Skin */
.tabs-nav {
	left: 20px;
	list-style: none;
	position: relative;
	top: 182px;
	width: 200px;
}

.tabs-nav:after {
	clear: both;
	content: " ";
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
}

.tabs-nav li  {
	
	margin: 0px 0px 0px 0px;
	min-width: 84px; /* be nice to Opera */
	text-align: right;
	
}

.tabs-nav a, .tabs-nav a span {
	font-weight: bold;
	list-style-type: none;
	margin-left: 0;
	padding: 0 10px;
	padding-left: 0;
	text-decoration: none;
}

.tabs-nav a:visited {
	color: #000000;
}

.tabs-nav a {
	display: block;
	padding: 3px;
	white-space: nowrap; /* required in IE 6 */
	width: 160px; 
}

.tabs-nav .tabs-selected a {
	color: #000000;
}

.tabs-nav a span {
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	min-width: 64px;
	padding-right: 0px;
	padding-top: 6px;
	width: 64px; /* IE 6 treats width as min-width */
}

*>.tabs-nav a span {
	height: auto;
	/* hide from IE 6 */
	width: auto;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
	cursor: pointer; /* @ Opera, use pseudo classes otherwise it confuses cursor... */
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	color: #566a1a;
	/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
	text-decoration: none;
}

.tabs-nav .tabs-disabled {
	opacity: .4;
}


/* Drop down Text */
.acitem {
	font-size: 70%;
	margin: 1px;
	height: 60px;
}




