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

/* ============ General Begins ============ */
html {
	overflow-y: scroll;
}

html, body {
    height: 100%;
}

.wrapper {
	width:978px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana;
	font-size:12px;
    background-color:#7e1509;
	color:#333333;
	background-image:url(../images/back-website.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

.hidden { display: none; }
.unhidden { display: block; }

.header {
	position:relative; 
	margin:auto; 
	height:150px; 
	width:998px; 
	background:#cebb92; 
	border:2px #a88971 solid;
	margin-top:10px;
}

.bodywrapper {
	position: relative; 
	margin:auto; 
	width:978px; 
	background:#cebb92; 
	border:2px #a88971 solid;
	padding:10px;
	overflow:hidden;
}

.captiontext {
	font-size: 10px;
}

img {
	border:none;
}

h1 {
	font-family:'Museo W01 700';
	font-size:24px;
	color:#0072bc;
}

h2 {
	font-family:'Museo W01 500';
	font-size:18px;
	color:#333333;
}

h3 {
	font-family:'Museo W01 500';
	font-size:15px;
	color:#333333;
}

.bannertextbig {
	font-family:'Museo W01 700';
	font-size:22px;
	color:#7e1509;
}

.bannertext {
	font-family:'Museo W01 700';
	font-size:20px;
	color:#fed77e;
}

.sidebarheader {
	font-family:'Museo W01 700';
	font-size:17px;
	color:#fed77e;
}

.sidebartext {
	font-size:11px;
}

.footer, .push {
	height: 40px;
	clear:both;
}
/* ============ General Ends ============ */

/* ============================================================ */

/* ============ Navigation Begins ============ */

.navtext {
	font-family:'Museo W01 700';
	font-size:16px;
	color:#fed77e;
}

a:link, a:anchor, a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #900;
}

.highlight a {
	color:#fed77e;
}

.highlight a:hover {
	color:#FFF;
}

.menuButton {
    position: relative;
    float: left;
    margin: auto;
    font-size:13px;
}

/*.menuSubButton {
	color:#FFF;
    position: relative;
    float: left;
    margin: auto;
}*/

.buttonSeperator {
    position: relative;
    width:8px; 
    height:28px;
	top:8px;
    float: left; 
    background-image:url(../images/menuseparator.png);
}

a.sitemap {
	color:#392C23;
}

a.sitemap:hover {
	text-decoration:underline;
}

/* ============ Navigation Ends ============ */

/* ============================================================ */

/* ============ Cycler Begins ============ */



/* ============ Cycler Ends ============ */

/* ============================================================ */

/* ============ Contact Begins ============ */


.formselect {
	width:331px; 
	margin-top:4px;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-family:Verdana, sans-serif;
}

.formoption {
	width:336px;
	margin-top:4px; 
	height:26px;
	line-height:9px;
	font-size:12px;
}

.formtext {
	width:680px; 
	max-width:680px;
	margin-top:4px; 
	font-family:Verdana, sans-serif;
	font-size:12px;
}

.alerttext {
	color:#900;
	font-weight:bold;
}

p.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative;
  margin-top:0px;
  margin-left:4px;
}

p.label_checkbox_pair input {
	left: -3px;
	position: absolute;
	top: -1px;
}

p.label_checkbox_pair label {
  display: block;
  margin-left: 22px;
  width: 430px;
}

/* ============ Contact Ends ============ */