/* Top Elements */

* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
body {
	background-color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: left;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}	
a.footer:link, a:active, a:visited {
	color: #604D20;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
a.footer:hover {
	text-decoration: none;
	color: #FFF;
}	
a.header:link, a:active, a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;	
}
a.header:hover {
	text-decoration: none;
	font-size: 10px;
}
.bigbuttons {
	margin-bottom: 2px;

/* form elements */
}
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #000;
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* Layout */
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	position: relative;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	float: left;
	height: 38px;
	width: 965px;
	background-position: top;
	margin: 0px;
	padding: 8px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	font-size: 10px;
}
#logo {
	height: 70px;
	width: 242px;
	position: absolute;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	top: 46px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#navbar {
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 975px;
	float: left;
}
#content-wrap {
	float: left;
	height: auto;
	width: 695px;
	margin-top: 18px;
}
#sidebar-wrap {
	float: left;
	height: auto;
	width: 255px;
	margin-top: 18px;
	margin-left: 7px;
}
#photo {
	float: left;
	height: 292px;
	width: 685px;
}
#main {
	float: left;
	height: auto;
	width: 685px;
}
#intro {
	float: left;
	width: 620px;
	margin-left: 35px;
	margin-top: 34px;
}
#footerbox1 {
	float: left;
	text-align: left;
	display: inline;
	margin-left: 100px;
}
#footerbox2 {
	display: inline;
	float: left;
	padding-top: 23px;
	margin-left: 50px;
	text-align: left;
	margin-right: 20px;
}
#footerbox3 {
	float: left;
	margin-left: 40px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	color: #CCCCCC;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 4px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 4px;
}
#footerbox1 h1 {
	color: #CD9931;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#footerbox3 h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CD9931;
	letter-spacing: 1px;
}
p {
	font-size: 12px;
	line-height: 1.25em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer p {
	font-size: 12px;
}
#support {
	float: left;
	margin-left: 65px;
	margin-top: 15px;
	width: 360px;
	text-align: left;
}
#sidebar {
	float: left;
	background-color: #cc9933;
	width: 232px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 15px;
}
#footer {
	background-color: #000000;
	clear: both;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	height: 200px;
}

/* Navigation */
		
#navbar ul {
	float: right;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#navbar ul li {
	float: left;
	margin: 0; padding: 0;
	height: 70px;
}
#navbar ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #FFFFFF;
	font: normal 13px/70px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#navbar ul li a:hover, 
#navbar ul li a:active {
	color: #000000;
	background-image: url(images/navbar-hover.gif);
	background-repeat: repeat-x;
}
#nav ul li#current a {
	background-image: url(images/navbar-hover.gif);
	background-repeat: repeat-x;
}
