/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #383838;
	background: url('bgtile1.jpg');
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 4px;
	background: #ffffff;
}

/* General Styles to use in the content ****************************************************/
h1, h2, h3 {
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
	margin: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	border-bottom: 1px solid #dd9999;
}

a img {
  border: 0px none;
}

a.imglink, a.imglink:hover {
	border-bottom: 0 none;
}

thead td {
  border-bottom: 1px solid #888888;
  color: #888888;
  font-weight: bold;
}
td {
  padding: 3px 10px 0 0;
  margin: 0px;
}

strong {
	color: #484848;
}

.quote { 
	margin-left: 30px;
	margin-right: 30px;
	font-style: italic;
}

.quotesrc {
	margin-left: 55px;
	font-size: 90%;
	text-indent: -8px;
}
.quotesrc:before {
	content: "~ ";
	font-size: 14px;
	width: 8px;
}

.errordiv, .successdiv {
	width: 600px;
	padding: 10px;
	color: black;
	margin: 15px 0;
}
.errordiv {
	border: 1px solid #F90;
	background-color: #EDEB8B;
}
.successdiv {
	border: 1px solid #9AC937; 
	background-color: #BFF4B3;
}

/* End of general styles ***************************************************************/

/* Header */

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	position: relative;
	background-image: url('header.jpg');
}
#header #homelink {
  width: 330px; 
  height: 172px;
  position: absolute;
  left: 0; 
  top: 0;
  border-bottom: 0 none;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 910px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background: #ba9444;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;	
	margin-left:10px;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 10px 10px 8px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
  float: none;
  width: 820px;
  padding: 20px 30px 10px 10px;
}

/* Footer */

#footer {
  clear: both;
	width: 890px;
	/*height: 20px;*/
	margin: 0 auto;
	padding: 10px 10px 15px 10px;
	background: #b08f5f;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: none;
}

#footer a:hover {
	color: #000000;
}