/* Sets font characteristics for all basic tags */
body{  padding:0; margin:0; background-color:#2b302a; text-align: center}
body, p, blockquote, table, td, th, li, ul, ol, dd, dl, dt
{
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif; 
	color:#a3a3a3;
	

}
div.main{  width:1200px; margin: 0 auto;  background:url(images/background.jpg) no-repeat; padding:30px 0 30px 0; text-align:center}


ul.topnav{  padding:0px 0px 0px 0px; list-style:none; background:#000; width:1200px; margin: 0 ; text-align:right}
ul.topnav li { display:inline; line-height:60px; text-transform:uppercase   }
ul.topnav li a{ text-decoration:none; color:#fff;  font-size:100%; padding:15px 15px 15px 15px; }
ul.topnav li a:hover{  }
li.last { padding-right:80px}
.center {display: table;   /* Allow the centering to work */	margin: 0 auto;}

.box1 {background:url(images/overlay.png) repeat 0 0;    padding:0px ; width:1060px; margin: 0 auto; margin-top:30px;  text-align:left}
.box1 h2{ margin:0 0 18px 0;  padding-bottom:7px;  background:url(images/dash.jpg) repeat-x 0px 20px; }

.box2 {background:url(images/overlay.png) repeat 0 0;  width:607px;  padding:0px 0 20px 0; width:1060px; margin: 0 auto; margin-top:30px; text-align:left}
.box2 h2{ margin:0  0;  padding:15px 20px; background-color:#000; font-size:17px }
.box2 h3{ margin:0;  padding:0 ;  }
.box2 p{font-size:12px;}
.box2 a{ text-decoration:none}

div.footer{  width:1200px; margin: 0 auto; text-align: left; background:#000; padding:20px 0 20px 0;}
div.footer td{  font-size:12px}
.footer table { padding:10px 67px; margin:0 auto; width:1200px; }


table tr  td { vertical-align:top}
table tr.picture td img{ margin:20px 0px 20px 20px;}
table tr.text td p{padding:20px; }

label { width:165px; float:left}
select {margin-bottom:15px}

.white{ color:#fff}
.grey{ color:#a3a3a3}
.red{color:#9D2300}
.button{background:#9D2300; border:1px solid #9d2300; color:white}
input, .input{ vertical-align:top}
.small select{ font-size:92%; font-family:Arial, Helvetica, sans-serif}
.brown{color:#955208}


.black {color:#000000!important}

.footer a { text-decoration:none; margin-right:5px; margin-left:5px }
a{color:#955208}

/* All header share some common characteristics. Sizes specified separately */
h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	background: transparent;
	font-weight: bold;
	text-align:left
}

h1 { font-size: 14pt; margin:0 }
h2 { font-size: 11pt; text-transform:uppercase; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }

.bqstart {
     float: left;
     margin-top: -80px;
     padding-top: 65px;
     margin-bottom: -50px;
     font-size: 700%;
	 color:#623d14;  
	 font-family:Georgia, "Times New Roman", Times, serif;
	 height:100px
 }


blockquote p {font-style:italic; font-size:14px!important; margin-left:50px; padding-top:20px; color:#A3A3A3!important }
.cite { text-align:right;  color:#fff; padding-top:0px }



.dropit {

}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
   
    list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	background-color:38230b;
	text-align:center
}
.dropit .dropit-open .dropit-submenu { display: block;}
.dropit-submenu li{  line-height:40px!important; font-size:90%; color:#fff }

