@charset "utf-8";
/* CSS Document */

/* *** Standards *********************************** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
img {
border: 0;
margin: 0px;
padding: 0px;
}
/* *** Typography ********************************** */
/* All links are reddish; only diff is underline when hovered */
a, a:link, a:visited, a:hover, a:focus, a:active {
text-decoration:none;
color: #4f0808;
}
a:hover {
text-decoration:underline;
}
/* Common styles */
h1 {
padding-bottom:6px;
font-size: 16pt;
color: #4f0808;
}
h2 {
padding-bottom:6px;
font-size: 12pt;
color: #4f0808;
}
h3 {
font-size: 10pt;
text-transform: capitalize;
color: #4f0808;
}
p {
font-size: 10pt;
margin-bottom: 12pt;
line-height: 120%;
}
ul {
padding:0 17px;
margin:0px;
}
li {
}
#sidebar p {
font-size: 9pt;
margin-bottom: 12pt;
line-height: 120%;
}
#sidebar small p {
font-size: 8pt;
}
/* *** Navigation ********************************** */
#menubar {
background-image: url(images/nav_bar.gif);
background-repeat: no-repeat;
padding: 7px 0px 9px 30px;
text-align:left;
color: #ffffff;
font-weight: bold;
}
#menubar a {
color: #ffffff;
}
/* ************************************************ */
body {
background-color:#4f0808;
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
}
#bg { /* This is a vertical stripe that creates a darker upper area that resolves to #4f0808 at the bottom */
background-image:url(images/repeating_bg.jpg);
background-repeat: repeat-x;
height: 850px;
background-position: left top;
}
#container { /* All content, floating center */
margin: 10px auto;
width: 930px;
color:#000000;
}
#content {
position:relative;
background-color: #ffffff;
}
#twothirds_content {
width: 552px;
padding: 30px 30px 30px 30px;
}
#twothirds_content img {
margin-left: 15px;
}
#whole_content {
width: 870px;
padding: 30px 30px 0px 30px;
}
#sidebar {
position: absolute;
width: 258px;
left: 614px;
padding: 30px 30px 0px 30px;
z-index: 1000;
visibility: visible;
}
#footer {
margin: 10px 30px 0px 0px;
padding: 0px 0px 0px 30px;
color: #ffffff;
}
#footer p {
font-size: 7pt;
line-height: 120%;
}
#footer a, 
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:focus, 
#footer a:active {
text-decoration:none;
color: #BA671C;
text-decoration:underline;
}
#footer a:hover {
color: #FFF;
}


/* ************************************************ */
.clear {
clear:  both;
}
.labelwrap {
float: left;
width: 100px;
margin: 5px 10px 2px 10px;
text-align:right;
}
.formwrap {
padding-top:30px;
padding-bottom:30px;
padding-left: 15px;
padding-right:15px;
background-color:#000;
margin-top:20px;
}
#contactform p {
margin: 0px;
padding: 0px;
}
small {
font-size: 8pt;
}
.copywrite {
text-align:center;
color: #D07831;
}
table {
background-color: #F9C788;
}
table h3 {
color: #4F0808;
}
.picbox {
float:right;
text-align:center;
width: 150px;
}
.left_picbox {
float:left;
margin-right: 15px;
}
ul.socialMedia {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0.5em 0 0.25em;
}
ul.socialMedia li {
	float: left;
}
ul.socialMedia li a {
	padding-right: 0.5em;
}
hr {
	margin: 20px 0;	
}