html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.3em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
em {
  font-style: italics;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*end reset.css*/

body {
  background-color: #2c2720;
  color: #2c2720;
  height: 100%;
}
body.home {
  background-color: #2c2720;
  color: #2c2720;
  height: 100%;
	background-image:url(images/bg_home.gif);
	background-repeat:repeat-x
}
p, ul, ol, form, blockquote {
  font-size: 12px; 
  line-height: 16px; 
  margin-bottom: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
td {
  font-size: 12px; 
  line-height: 16px; 
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  list-style-type: disc;
  margin-left: 5px;
  padding-left: 8px;
}
a, a:link, a:visited {
  color: #a33e26;
  text-decoration: none;
}
li.active a, #topnav li.active a, #subnav li.active a {
  text-decoration: none;
  color: #a33e26;
}
a:hover, a.active {
  color: #a33e26;
  text-decoration: underline;
}
h1 {
  font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
  color: #893420;
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom:15px;
}
h3 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
#body_top {
  background-color: #893420;
  color: #2c2720;
  height: 100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
#page {
  width: 660px;
  margin: 0 auto;
  overflow: auto;
}
#header {
  width: 660px;
  height: 173px;
  position: relative;
}
#header.home {
  width: 660px;
  height: 207px;
  position: relative;
}
#splash {
	width: 660px;
  height: 370px;
  clear: both;
}
#main {
	background-image:url(images/bg_content.gif);
	margin: 0 auto;
	width:526px;  
}
#main_pic {
padding:3px 0px 0px 11px;
}
#main_content {
	padding:25px 40px 25px 40px;
}#subpage_footer{
	background-color:#2c2720;
}
#footer {
	color: #bebebe;
	font-size:11px;
	width:270px;
	margin: 0 auto;
	text-align:center;
	padding-top:16px;
	/*padding-top:23px;*/
	padding-bottom:23px;
	font-family: Arial, Helvetica, sans-serif;
}

#valentine {
	color: #a33e26;
	font-size:14px;
	width:400px;
	margin: 0 auto;
	text-align:center;
	padding-top:23px;
	padding-bottom:4px;
	font-family: Arial, Helvetica, sans-serif;
}

/*header*/
#logowrapper {
  margin: 0 auto;
	width: 290px;
	padding-top:60px;
}
#logowrapper.home {
  margin: 0 auto;
	width: 290px;
	padding-top:127px;
}
#nav {
  margin: 0 auto;
	text-align:center;
}
/*topnav*/
#topnav {
  text-transform: uppercase;
	padding-top:20px;
	padding-bottom:5px;
}
#topnav ul {
	margin: 0;
	text-align:center;
  list-style-type: none;
}
#topnav li {
	display:inline;  
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#FFFFFF;
  padding: 0;
}
#topnav li a {
  color: #FFFFFF;
  text-decoration: none;
	border-left: 1px solid #ffffff;
	padding-left:14px;
	padding-right: 14px;
	letter-spacing:1px;
}
#topnav li a:hover  {
  color: #a33e26;
  text-decoration: none;
}
#topnav li a.first {
  border-left: none;
}

/*subnav*/
#subnav {
  text-transform: uppercase;
	padding-top:8px;
	background-image:url(images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
#subnav ul {
	margin: 0;
	text-align:center;
  list-style-type: none;
}
#subnav li {
	display:inline;  
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#FFFFFF;
  padding: 0;
}
#subnav li a {
  color: #FFFFFF;
  text-decoration: none;
	border-left: 1px solid #ffffff;
	padding-left:14px;
	padding-right: 14px;
	letter-spacing:1px;
}
#subnav li a:hover {
  color: #a33e26;
  text-decoration: none;
}
#subnav li a.first {
  border-left: none;
}


/*contact block*/
#block-contact p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  margin-bottom: .5em;
}

/*contact form*/
div.errors {
  background-color: #ffe4c6;
  border: 1px solid #ff9900;
  margin-bottom: 1em;
  padding: .5em 1em;
}
div.errors p {
  margin: 0;
}
fieldset {
  border: 1px solid #afafaf;
  margin-bottom: 1em;
}
legend {
  margin-left: 1em;
  line-height: 1em;
  font-weight: bold;
}
div.form-item {
  margin-bottom: 1.167em;
}
div.form-item label {
  float: left;
  width: 60px;
  display: inline;
  text-align: right;
  margin-right: 1ex;
}
.fieldset-wrapper {
  padding: 1.167em 1em 0 1em;
}
/*etc*/

.bevtop {
	width: 250px;
	height: 40px;
}

.bevbot {
	width: 250px;
	height: 40px;
}

.bev1 {
	width: 150px;
	float: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	/*border: solid 1px #000;*/
}
.bev2 {
	width: 100px;
	float: right;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*border: solid 1px #000;*/
}