BODY {
	margin:0;
	padding:0;
	background: #FBFAF8;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

body, td, th, tr, p, div {
	font-family: Arial, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 13px;
	color: #101010;
	line-height: 140%;
	text-align: left;
}

.block,
.content, 
p {
	padding: 0;
	margin: 0;
}

#content p {
	margin-bottom:1em;
}

#wrapper {
	background-image: url(images/wrapper.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 800px;
	margin: 19px auto 0;
	text-align: left;
}

#header {
	position: relative;
	height: 80px;
}

#logo {
	float: left;
	margin-left: 15px;
	display: inline;
}

#menu {
	height: 31px;
	float: right;
	margin-top: 35px;
}

#homebanner {
	width: 800px;
	height: 250px;
}

#main_img {
	width: 800px;
	height: 250px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
}

#content_full {
	width: 800px;
}

#content {
	float: left;
	width: 512px;
}

#content-padding {
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 100px;
	padding-top: 25px;
}

#left {
	float: left;
	margin-left: 15px;
	width: 272px;
	display: inline;
}

#left .block {
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	float: left;
	width: 800px;
	height: 120px;
	background: #C62219;
}

#footer_left {
	float: left;
	margin-left: 25px;
	margin-right: 13px;
	margin-top: 30px;
	width: 250px;
}

#footer_right {
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 30px;
	width: 400px;
}

#footer div,
#footer p,
#footer a {
	color: #999788;
}

#footer a {
	text-decoration: underline;
}

#clear {
	clear: both;
}

/* GENERAL ELEMENT STYLES */

a img {
	border: none;
}

a, a:link, 
a:visited {
	color: #C03128;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 10px;
}

/* DRUPAL ELEMENTS STYLES */

.links {
  margin: 0em 0em 2em 0;
  padding-top:  6px;
  text-align: right;
}


/* hide titles for menus */

#top_menu h2, 
#menu .block h2,
#footermenu .block h2 {
	visibility: collapse;
	display: none; 
}

/* login window list item styles */

.item-list ul li {
	list-style-type: none;
}

/* form styles */

form {
	padding: 0;
	margin: 0;
}

#user-login-form {
	width: 170px;
	text-align: left;
}

input.form-text, 
select {
	border: 1px solid #ddd;
	background: white;
	padding: 2px;
}

#content input.form-text {
	width: 250px;
}

input.form-text:hover {
	background: #F9F9F9;
}

#user-login-form {
	width: 170px;
	text-align: left;
}

#user-login-form ul {
	padding-top: 8px;
}

#user-login-form ul li {
	margin-left:0;
}

/* HEADING STYLES FOR THE SITE */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h2,
h2.title {
	font-size: 14px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h1,
h1.title,
#content h2.title a {
	font-size: 22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #C03128;
	margin-bottom: 1em;
}

h3 {
	color: #C03128;
	font-size: 13px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#left h2 {
	color: #C03128;
	text-transform: uppercase;
	font-size: 12px;
}

h4 {
	font-size: 12px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h5 {
	font-size: 11px;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* set defaults ul and li styles */

ul, 
ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

ul li {
	margin-left: 30px;	
	list-style: none;
	list-style-image: url(images/arrow.jpg);
	padding-left:1px;
	line-height:160%;
}

/* primary menu - at the top of this site */

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#menu ul {
	height: 31px;
} 

#menu ul li {
	float: left;
	height: 31px;
	line-height: 31px;
	padding-left: 45px;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #A49D83;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
}

#menu ul li a:hover, 
#menu ul li a.over, 
#menu ul li a.active {
	color: #C43328;
}
	
img {
	border: 0;
}

fieldset {
	border:none;
}

#menu ul li ul {
	width: 200px;
	padding-top: 0;
	margin-top: 7px;
	background: #FBFAF8;
}

#menu ul li ul li {
	width: 200px;
	height: 26px;
	line-height: 26px;
	background: #FBFAF8;
}

#menu ul li ul li a, 
#menu ul li ul li a:link, 
#menu ul li ul li a:visited {
	font-size: 12px;
	color: #A49D83 !important;
	text-decoration: none;
	text-transform: capitalize;
}

#menu ul li ul li a:hover, 
#menu ul li ul li a.over {
	color: #C43328;
}