/* Structure */
body {
	background:#000000;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	height:1000px;
	}
	
div#outer {    
	width: 695px;        
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;
}
div#header {    
	padding: 0px;    
	margin: 0px 0px 5px 0px;    
	text-align: left;
	width: 695px;
}

#main-box {
	width:682px;
	margin:0px auto;
	padding: 6px;
	font-size: .78em;
	border: solid 1px #787878;
}

#box-content-main {
	position:relative;
	background: #E8DBA7 url(images/background.jpg) repeat-y top;
	padding: 0px;

}

#content 
{
    padding: 10px 10px 5px 10px;
   	
}

div#main
{
    padding: 6px 12px 6px 12px;
    width: auto; 
    border: solid 1px black;
    min-height:270px;
    height:auto !important;
    height:270px;   	
}

.clear 
{
    padding: 0px;
    margin: 0px;
    clear: both;
}
div#footer 
{   
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 694px;
    font-size:.7em;
    color: #8F2D2A;
    text-align: right;
}

#slideshow {
	z-index: 5;
}

/* Fonts */
body, table, td, p, div  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	margin:0px 0px 14px 0px;
	padding: 0px;
	line-height: 130%;
}
h1
{
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: #000000;
	letter-spacing: 1px;
	text-align: right;
	font-family: Bell MT;
}
h2 
{
    font-size: 1.6em;
    margin: 5px 0px 10px 0px;
    padding: 0px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-family: Times New Roman, serif;
}
h3 
{
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

#heading 
{
    text-align: right;
    width: auto;
    padding-bottom: 10px;
}


/* Links */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #591B19;
	color: #8F2D2A;
}
a:hover {
	color: #00049F;
	text-decoration: none;
}

  div#chromemenu
{
    margin: 0px 0px 0px 0px;
    background: #BDBDBD;
    border: solid 1px #787878;
    width: 694px;
    text-align: center;
    padding: 1px 0px 3px 0px;
    z-index: 10;
}
  
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle a:link, .chromestyle a:visited{
   	font-size: .8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #591B19;
	color: #8F2D2A;
	text-decoration:none;
	border: none;
	background: none;
	padding: 2px 2px 3px 2px;
}

.chromestyle a:hover, .chromestyle a:active {
	/*color: #00049F;*/
    text-decoration:none;
   background: #eaeaea;
   padding: 3px 2px 3px 2px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 10;
background: #BDBDBD;
border: solid 1px #787878;
border-bottom-width: 1;
line-height:20px;
z-index:100;
font-size: .8em;
width: 128px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
width: auto;
display: block;
text-indent: 0px;
border: solid 1px #787878; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 2px;
text-decoration: none;
font-weight: bold;
color: #591B19;
color: #8F2D2A;
/*background: url(chromebg.gif) center center repeat-x;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*color: #00049F;*/
background: #eaeaea;
text-decoration: none;
}   
   
/* Forms */
table#contactform {
width: 500px; 
text-align: left; 
margin-top: 0px; 
padding-top: 0px;
}

table#contactform td {
vertical-align: top;
font-weight: bold;
padding: 2px 0px 2px 2px;
margin: 0px;
line-height: 18px;
} 

form{
margin: 0px;
padding: 0px;
}

input, .textbox, .ddl {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}


.button 
{
font-weight: bold;
letter-spacing: 1px;
background: #BDBDBD;
color: #8F2D2A;
margin: 10px 0px 10px 0px;
border: double #787878 1px;
width: auto;
font-family: Arial, Helvetica, sans-serif;
overflow: visible;
padding: 0.25em;
font-size: 100%;
}

