* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
  	background: #333 url('/img/bg.gif') repeat-x;
  	color: #fff;
  	margin: 0;
  	padding: 0;
  	font: normal 14px Helvetica, sans-serif;
}

a:link {
  	color: #99cc99;
  	text-decoration: none;
}
a:visited {
  	color: #99cc99;
  	text-decoration: none;
}
a:hover {
  	color: #fff;
  	text-decoration: none;
}

a img {
  	border-width: 0;
}
img {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

#container {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

#header {
	position: relative;
  	width: 700px;
  	height: 126px;
  	margin: 0;
  	padding: 0;
}

#header a {
	font: bold 16px Helvetica, sans-serif;
  	color: #000;
}

#header a:hover { 
	color: #666;
	text-decoration: none;
}

#header a.selected {
	color: #4b884b;
	text-decoration: none;
}

#header #logo {
	margin: 15px 0 0 0;
}

#header #nav {
	position: absolute;
	top: 31px;
	left: 400px;
	width: 360px;
	text-align: right;
}

#header #row {
	position: absolute;
	top: 65px;
	left: 0;
}

#content {
	position: relative;
	width: 700px;
	margin: 16px auto;
	padding: 0;
	line-height: 20px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -19px; /* the bottom margin is the negative value of the footer's height */
}

#footer {
	background: #666;
  	height: 17px;
  	margin: 0;
  	padding: 2px 20px 0 0;
  	text-align: right;
  	font: normal 11px Helvetica, sans-serif;
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
}

.floater {
	position: relative;
	float: left;
	margin: 4px 14px 14px 0;
	padding: 0;
}
.floater2 {
	position: relative;
	float: right;
	margin: 4px 0 14px 14px;
	padding: 0;
}

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

div.spacer {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

.admin {
	font-weight: bold;
	text-transform: uppercase;
}

.hr {
	height: 1px;
	margin: 10px 0 25px 0;
	border: 1px dotted #ooo;
	border-width: 1px 0 0 0;
}


label, .label {
	display: block;
	position: relative;
	float: left;
	width: 100px;
	margin: 2px 10px 0 0;
	text-align: right;
}

.required label {
	font-weight: bold;
}

.input {
	margin: 0 0 4px 0;
}

input.input_text {
	width: 200px;
}

textarea.contact {
	width: 500px;
	height: 120px;
}

.note {
	position: relative;
	float: left;
	margin: 2px 0 0 10px;
	font-size: 10px;
}

.error-message {
	margin: 0 0 16px 0;
	padding: 3px 10px;
	background: #99cc99;
	color: #fff;
	font-weight: bold;
}

.cancel {
	margin: 5px 0 0 30px;
}

p.error {
	color: #ff3333;
}

#status {
	color: #ba1f1f;
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.clearer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.pointer {
	cursor: pointer;
}

.left {
	position: relative;
	float: left;
}

div.social {
	position: relative;
	float: left;
	margin: 0 0 0 50px;
	text-align: center;
}
div.social img {
	margin: 0 10px 0 0;
}
