* {
	margin: 0; 
	padding: 0;
}

html {
	font: 9pt Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 1em;
	background: #c4b58c url(../images/bkg-parchment.gif);
}


h1, h2, h3, h4, h5, h6 {margin: 0 0 .5em 0; font-weight: normal; font-family:  Times, "Times New Roman", Times, serif; line-height: 1em;}

h1 { 
	font-size: 3em;
	color: #967649;
	}

h2 {
	font-size: 2.2em;
	margin: 1em 0 .5em 0;
	font-weight: normal;
	color: #801914;
	}

h3 {
	font-size: 1.6em;
	color: #774e13;
	margin: 1em 0 .5em 0;
}

h4, h5 {font-size: 1.4em;
	color: #967649;}

a { 
	text-decoration: none;
    color: #801914; 
	}
a:hover { text-decoration: underline }

div, p, li, td { font-size: 1em; }

p { margin-bottom: 1em; }
ul, ol { margin-bottom: 1em; margin-left: 2.5em }
li { margin-bottom: .5em; }

img {border: none;	}

input[type=text], input[type=password], input[type=email], input[type=phone]{ 
	display: inline-block;
	padding: 0 5px; 
	color: #222; 
	border: 1px solid #ded1bf;  
	background: #f0e9df; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 2.2em;
	margin-bottom: .3em;
}

input[type=button], input[type=submit], input[type=reset], button, .button {
	cursor: pointer;
	border: 0;
	padding: 0 .5em;
	line-height: 2em;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	background:#C5B68B url(../images/FOO-bkg-button.jpg) top repeat-x;
	color: #FFF;
	box-shadow: 2px 2px 2px #999;
	border-radius: .5em;
	-moz-border-radius: .5em;
	margin-right: .5em;
	}
	
textarea { 
	width: 438px; 
	height: 200px; 
	padding: 5px; 
	border: 1px solid #ded1bf;  
	background: #f0e9df; 
	margin-bottom: .4em;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.input_field {
	width: 25em;
	}


/*------------  TOP NAV ---------------------------*/

#navigation {
	clear: both;
    position: relative;
	z-index:9999;
    top: -26px;
    float: right;
	padding: 0px; 
}

.vertical-divider {
    position: relative;
    top: -8px;
	float: left;
	font-size: 1.5em;
	color: #666;
}

/*----------------------   MAIN BODY -----------------------*/

#dialog { display: none; }

#page {
	margin: 0 auto; 
	}

#masthead-inner, #banner-inner, #main-inner, #footer-inner {
	width: 950px;
	margin: 0 auto;
	}

#masthead {
	background: transparent url(../images/bkg-logo.png) center no-repeat;
	height: 200px;
	border-bottom: 6px solid #000000;
}
#masthead-inner {max-height: 200px;}
#header {}

#logo {
	position: relative;
	top: 10px;
	font: normal 3em Times, "Times New Roman", Times, serif;
	color: #967649;
	text-decoration: none;
	margin-left:20px
	}

#login {
	background: transparent url(../images/bkg-login.png);
	border-bottom-right-radius: .4em;
	border-bottom-left-radius: .4em;
	width: 355px;
	height: 70px;
	float: right;
	}

#login-inner {	
	padding: .2em .5em;
	}

#login h3 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1em;
	color: #cdbd92;
	font-variant: small-caps;
	font-weight:bold;
	}

#login-iframe {
	width: 445px;
	height: 45px;
	}

#banner {
	border-bottom: 6px solid #000000;
	background: #801914 url(../images/bkg-banner.png) center repeat-x;
	height: 40px;
	position: relative;
	z-index: 1;
}
#banner-inner {
		background:transparent url(../images/bkg-banner-inner.png) center repeat-y;
		height: 40px;
}

#main {
	background:#FFF url(../images/bkg-content.gif) top repeat-x;
	}

#main-inner {
	padding: 2em 0;
	min-height: 300px
	}
#main-inner img {border: none;	border-radius: 5px;
	-moz-border-radius: 5px;}
	
#sidebar {
	width: 33%;
	float: right;
	}

.article {
	background: transparent url(../images/bkg-article.png);
	padding: 1.3em;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 0.4em;
	border-radius: .4em;
	}

.article h3 {
	margin: 0 0 10px 0;
}
.article em, .article i {font-size: .9em; color: #999;}	
.article a {font-weight: bold;}	

#content {
	float: left; 
	width: 65%
}
    
#content-inner {
	display: block; 
	padding: 0 1.5em 1.5em 0;
}

hr {
	height: 0; 
	border: 0;
	border-bottom: 1px dotted #999;
	margin: .5em auto .5em auto;
}

.clear {clear: both;}
.footnote {font-size: .8em;}


/*------------------- SECOND LEVEL MAIN -----------------------------------*/


.col_3
{
    float: left;
    width: 30%;
    margin-right: 3%;
}

.col_2
{
    float: left;
    width: 47%;
    margin-right: 3%;
}

.col_4
{
    float: left;
    width: 22%;
    margin-right: 3%;
}

.no_margin_r {margin-right: 0;}
.no_margin_l {margin-left: 0;}
.no_margin {margin: 0;}

/*------------------- Contact Form ----------------------------------------*/

#contact_form { 
	padding: 0; 
	width: 450px;
	margin-right: 2em; 
}


#contact_form form label { 
	display: block; 
	position: absolute;
	line-height: 2.2em;
	padding: 0 .4em;
	color: #666;
}

 #contact_form .submit_btn {
	 padding: .2em .8em;
 }

#map img { border: 5px solid #fff }

/*-----------------  FOOTER / COPYRIGHT  ------------------------------*/

#footer-outer {
	height: 100px;
	background: #000 url(../images/bkg-footer.png) top no-repeat;
}

#footer-inner {
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	font-size: .8em;
	color: #FFF;
}

#footer, #copyright a {color: #FFF; text-decoration: none;}

#footer, #copyright a:hover {
    color: #FFF;
	text-decoration: underline;
}

#copyright {
    float: left;
	color: ;
	font-size:1.5em;
	font-weight: bold;
}

#fdic {float: right;}
.fdic {margin-right: 10px;}
