/*-------------------------------------
MAIN TEMPLATE DEFINITIONS
-------------------------------------*/

html body {
	margin: 0; 
	padding: 0; 
	font: 11px/16px trebuchet ms, arial, sans-serif; color: #333333;
	background-image: url(../_img/bgVertical.jpg);
	background-repeat: repeat-y;
    background-color: #F7F3ED;
	voice-family: "\"}\"";
	voice-family: inherit;
    }
body.popUp {
	margin: 0; padding: 0; 
	font: 11px/13px verdana, arial, sans-serif; color: #000000;
    background-color: #F7F7F7;
    }
A:link, A:visited, A:active { color: #B48336; text-decoration: none; }    
A:hover { color: #000000; text-decoration: underline; }
A.block:link, A.block:visited, A.block:active { color: #B48336; background-color: #EFE8DC; text-decoration: none; }    
A.block:hover { color: #4D2A10; background-color: #FFFFFF; text-decoration: none; }
	

    
/*-------------------------------------
MAIN STRUCTURES
-------------------------------------*/

#horBg {
	position: absolute;
	left: 0px; top: 0px;
	width: 100%;
	height: 400;
	background-image: url(../_img/bg.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}
#header {
	float: left;
	width: 764;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#content {
	position: absolute;
	left: 0px; top: 117px;
	margin: 0;
	padding: 0;
	width: 764;
	z-index: 3;
}
#subNav {
	position: absolute;
	left: 0px; top: 0px;
	width: 216px; height: 600px;
	margin: 0;
	padding: 0;
}
#mainColumn {
	position: absolute;
	left: 216px;
	width: 544px;
	margin: 0;
	border-left : 1px solid #906E4E; border-right : 1px solid #906E4E;
	padding-bottom: 50px;
}
#imgHdr { 
	margin: 0; padding: 0 0px 0px 0px;
	border-top : 1px solid #FBF7EF; border-bottom : 1px solid #906E4E;
}
#mainContent {
	padding-top: 10px; padding-left: 20px; padding-right: 20px; padding-bottom: 40px;
}
#secFuncs {
	float: right;
	width: 146px; height: 94px;
	background-image: url(../_img/bgSecFuncs.gif);
	background-repeat: no-repeat;
	margin-left: 20px; margin-bottom: 20px; margin-top: 10px;
}
#topRow {
	position: relative; margin: 0; 
	width: 146px; text-align: center;
	padding-left: 0px; padding-top: 12px; padding-right: 0px; padding-bottom: 11px;
}
#botRow {
	position: relative; margin: 0; width: 146px; 
	padding-left: 7px; padding-top: 6px; padding-right: 10px; padding-bottom: 11px;
}
#rightShade {
	position: absolute;
	left: 761px; top: 117px;
	width: 3; height: 145;
	z-index: 10;
}
#footer {
	position: relative;
	width: 504px;
	margin: 0;
	background-color: #FBF9F5;
	font: 10px/12px trebuchet ms, arial, sans-serif; color: #666666;
	padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px;
	border-top : 1px solid #906E4E; border-bottom : 1px solid #906E4E;
}
.contactForm {
	width: 198px;
	font: 11px/14px trebuchet ms, arial, sans-serif; color: #4D2A10 ;
	background-color: #F7F3ED; border-width : 1; border-color: #4D2A10;
    padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 1px;
	margin-bottom: 10px;
}
.buttons {
	width: 198px;
	font: 11px/14px trebuchet ms, arial, sans-serif; font-weight: bold; color: #341A08;
	background-color: #CFC7BA;
    padding-left: 4px; padding-right: 4px; padding-top: 3px; padding-bottom: 1px;
	margin-bottom: 10px;
}
.subForms {
	width: 123px;
	font: 10px/12px trebuchet ms, arial, sans-serif; color: #FFFFFF ;
	background-color: #4D2A10; border-width : 1; border-color: #989997;
    padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px;
}

body h1, body h4 { font: bold 130% Georgia,Serif; }

body h5 {font-size: 110%;}

#mainContent h1 {
	font: 20px/10px trebuchet ms, arial, sans-serif; color: #CA3000;
}

.icon {
	padding-right: 15px; padding-bottom: 20px;
}

A.icon:link, A.icon:visited, A.icon:active { color: #63452A; text-decoration: none; }    
A.icon:hover { color: #B48336; text-decoration: none; }

.iconTxt {
	font: 10px/12px trebuchet ms, arial, sans-serif;
}
.iconTxtb {
	font: 11px/13px trebuchet ms, arial, sans-serif; font-weight: bold; color: #333333;
}

/* Scrollbar code

	scrollbar-face-color: #E3E2DC;
	scrollbar-3dlight-color: #F1F1EE;
	scrollbar-highlight-color: #EAE9E5;
	scrollbar-shadow-color: #AAA9A5;
	scrollbar-darkshadow-color: #71716E;
	scrollbar-track-color: #E9E8E3;
	scrollbar-arrow-color: #000000;
	
*/