/* CSS Document */

* {
	margin: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0; 
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #ffffff url("new_images/proto_bg.jpg") repeat-x top left;
	background-attachment: fixed;
	font-size:100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}

.footer, .push {
	height: 50px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#header {
	margin: 0;
	padding: 0;
}

#content {
	margin: 45px 0 0 0;
	padding: 30px 0;
	text-align: left;
	border: 1px solid #000;
	background: #fff;
}

#content p {
	color: #333;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size:0.75em;
	line-height: 1.5em;
	padding: 10px 45px;
}

#content p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #A88D24;
}

#content p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #A88D24;
}

#content p.bordered {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size:0.75em;
	line-height: 1.5em;
	padding: 10px 60px;
	border: 1px solid #eee;
	color: #666;
	background: #FCFBF9;
}	

#content h1 {
	padding: 0 30px;
	margin-bottom: 30px;
	font-family: Georgia, Arial, Sans-serif;
	font-size:1.25em;
	font-weight: bold;
	text-transform: uppercase;
	background: #ffffff url("new_images/h1_bg.jpg") no-repeat right center;
}

#content h2 {
	color: #A88D24;
	height: 35px;
	line-height: 35px;
	margin: 30px 45px 15px 15px;
	padding-left: 35px;
	font-family: Georgia, Arial, Sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	background: url("new_images/icon_leafsmall.gif") no-repeat left center;
}

#content h3 {
	color: #A88D24;
	margin: 30px 30px 15px 30px;
	font-family: Georgia, Arial, Sans-serif;
	font-size: 1.1em;
	font-style: italic;
}

#content h4 {
	color: #333;
	margin: 30px 30px 15px 30px;
	font-family: Georgia, Arial, Sans-serif;
	font-size: 1.05em;
	font-weight: normal;
}

#content h2 a {
	color: #A88D24;
	text-decoration: none;
}

#content ul {
	list-style-image: url("new_images/icon_bullet.gif");
	line-height: 1.5em;
	margin: 0 20px;
	font-size:0.75em;
	color: #333;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
}

#content ul a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #A88D24;
}

#content ul a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #A88D24;
}

.iconleaf {
	margin: 0 15px;
}

#content h2 .black {
	color: #000;
}

#content .contentemphasis {
	text-transform: uppercase;
	font-weight: bold;
}

.contentpics {
	margin: 0 30px 15px;
	float: left;
}

img.contentpicsright {
	margin: 0 30px 15px;
	float: right;
}

#bottomlinks {
	clear: both;
	width: 800px;
	height: 119px;
	margin: 0;
	padding: 35px 0 0 0;
	text-align: center;
}

.bottomlinks {
	font-family: Georgia, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 25px;
}

.bottomlinks a:link {
	text-decoration: none;
	border-bottom: 7px solid transparent;
	color: #333;
}

.bottomlinks a:visited {
	text-decoration: none;
	border-bottom: 7px solid #DBC159;
	color: #000;
}

.bottomlinks a:hover {
	text-decoration: none;
	border-bottom: 7px solid #DBC159;
	color: #000;
}

.bottomlinks a:active {
	text-decoration: none;
	border-bottom: 7px solid #DBC159;
	color: #000;
}

#clear {
	clear: both;
}

.footer {
	height: 50px;
	width: 100%;
	background: #333;
}

.footer p {
	padding: 0 20px;
	color: #eeeeee;
	line-height: 50px;
	font-family: Arial, Sans-serif;
	font-size: 0.70em;
}

.footer p .emphasis {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.footer p a {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.footer p a:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.spanleft {
	float: left;
}

.spanright {
	float: right;
}

#content p.nomargin {
	margin: 0;
	padding: 0 45px;
}

hr { margin: 0 auto; height: 1px; color: #eee; width: 710px; }