
/* -- Global HTML Elements --------------------------------------------------------------------------------------------- */
html, body { margin: 0 auto; padding: 0; border: 0; text-align: center; font: 11px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif; }
img { padding: 0; margin: 0; border: 0; }
.clear { clear: both; }


/* -- GLOBAL LINKS ---------------------------------------------------------------------------------------------- */

a, a:link, a:active, a:visited { text-decoration: underline; color: #555; }
a:hover { text-decoration: underline; color: #000; }
	
/* -- GLOBAL FORMS ---------------------------------------------------------------------------------------------- */

form { padding: 0; margin: 0; }
fieldset {border: 1; padding: 2px; margin:0px;}
label {color: #333; padding: 0; margin: 0;}
.input { width: 85px; font-size: 9px; }
.submit { font-size: 9px; }
legend {font-weight:bold;
color:#333;
}
	
/* -- GLOBAL TYPOGRAPHY ----------------------------------------------------------------------------------------- */

p { padding-bottom: 10px; line-height: 18px; color: #555; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	}
	
h1 { font-size: 22px; line-height: 22px; }		
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

#leftCol h2, #rightCol h2 {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding-bottom: 24px;
	background: url(images/div1.gif) no-repeat bottom center;
	}

h3, h4, h5, h6 { font-size: 12px; }

.quote {
	margin: 20px 0 0 0;
	padding: 10px 0 10px 20px;
	font: 11px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	font-style: italic;
	line-height: 18px;
	background: transparent url(images/quotes.gif) no-repeat top left;
	}
	
cite { font-style: italic; font-weight: bold; }
abbr { speak: spell-out; border-bottom: 1px dotted #000; cursor: help; }
acronym { speak: normal; border-bottom: 1px dotted #000; cursor: help; }

code {
	margin: 0;
	padding:  20px;
	font: 11px Courier, serif;
	line-height: 18px;
	color: #000;
	text-align: left;
	}	
	
/* -- GLOBAL LISTS ---------------------------------------------------------------------------------------------- */
	
#content ul, #rightCol ul, #leftCol ul, ul.list {
	padding: 10px 0px 0 0;
	margin: 0 0 10px 0;
	clear: left;
	font: 12px Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	color: #555;
	}
	
#content ul li, #rightCol ul li, #leftCol ul li, ul.list {
	padding: 0 0 0 20px;
	margin: 6px 0 0 0;
	line-height: 16px;
	list-style-type: none;
	font: 11px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: none;
	}
	
#content ul li, ul.list li {
	padding: 0 0 0 20px;
	margin: 6px 0 0 20px;
	}
	
li a, li a:link, li a:active, li a:visited { text-decoration: underline; color: #555; }
li a:hover { text-decoration: underline; color: #000; }
	
ol {
	padding: 10px 10px 0 0;
	margin: 0 0 10px 0;
	clear: left;
	font: 12px Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	color: #555;
	}
	
ol li {
	padding: 0;
	margin: 6px 0 0 40px;
	line-height: 16px;
	font: 11px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: none;
	}
	
/* -- NAVIGATION TOP -------------------------------------------------------------------------------------------- */
	
#topNav {
	padding: 30px 0 0 0;
	}

#tabs {
	margin: 0;
	text-align: center;
	}
	
#tabs ul {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#tabs ul #first { 			/*** Turns off left border for first nav link (Home) ***/
	border-left-style: none !important;
	}
	
#tabs ul li {
	padding-left: 2px;
	margin: 0;
	border-left: 1px solid #eaeaea;
	display: inline;
 	list-style: none; 
	list-style-image: none !important; 
	font: normal 11px Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	}
	
#tabs ul li a {
	padding: 0 18px;       /*** Space inside tabs ***/
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	}
	
#tabs ul li a.active { background: #ECECEC; color: #000; }
#tabs ul li a:hover { background: #ECECEC; color: #000; }
	
/* -- PAGE LAYOUT ------------------------------------------------------------------------------------------------- */

#page { margin: 0 auto; text-align: center; }

#header-wrapper {
	width: 100%;
	}
	
#header {
	padding: 52px 20px;
	text-align: center;
	background: url(images/header5.gif) top left no-repeat;
	
	}


	

	
/* -- 3 COLUMN Layout | 2 COLUMN Layout | 1 COLUMN Layout--------------------------------------------------------- */

#page-wrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background: #fff;
	}
	
/* 3-column layout */
	
.col3 {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	background: #fff url(images/bg-content3.gif) center top repeat-y;
	}
	
.col3 #content {
	float: left;
	width: 382px;
	background: transparent;
	}
	
	.col3 #contentform {
	float: left;
	width: 482px;
	background: transparent;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	color: #333333;	
	}




/* -- LEFT COLUMN -------------------------------------------------------------------------------------------------- */

#leftCol {
	float: left;
	width: 142px;
	padding-right: 2px;
	/*BACKGROUND-COLOR: #D5CD95;*/
	border:1px solid #ccc;
	}

#subNav { background: transparent; padding-bottom: 15px; }
#subNav ul { margin: 0; padding: 0; border: 0; }
	
#subNav ul li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	list-style-image: none !important; 
	height: 21px;
	font: normal 10px Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
	}
	
#subNav ul li a {
	margin: 0; 
	padding: 0; 
	width: 142px !important; 
	width: 140px; 
	text-decoration: none; 
	padding: 6px 0 6px 14px; 
	display: block; 
	font-weight: lighter !important;
	}

#subNav ul li a.active { color: #000;  background: url(images/sidenav_bg_on.gif) no-repeat;}
#subNav ul li a:hover { color: #000; background: url(images/sidenav_bg_on.gif) no-repeat; }

/* -- RIGHT COLUMN ---------------------------------------------------------------------------------------------- */

#rightCol {
	float: left;
	width: 190px;
	padding-left: 2px;
	padding-top: 0px;
	}
	
	#rightCol img{border:4px solid #D5CD95;}
	
	#rightColform{
	float: left;
	width: 90px;
	padding-left: 2px;
	padding-top: 0px;
	}
	
	
#rightCol ul#language {
	margin: 0;
	padding: 7px 10px;
	list-style: none;
	}
	
/* -- CENTER COLUMN ----------------------------------------------------------------------------------------------- */

#content {
	margin: 0;
	padding: 0 13px;
	}
	
#content img {
	/*float: left;*/
	margin: 0 2px;
	padding: 0x;
	/*border: 1px solid #D8D8D8;*/
	/*background: #ECECEC;*/
	}

/* -- FOOTER --------------------------------------------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	/*border-bottom:1px solid #ccc;*/
	background-color: #935439;
	color:#fff;
	 }
	
	

#footer li a { text-decoration: none; }
#footer li a:hover { text-decoration: underline; }


/* -- MISC --------------------------------------------------------------------------------------------------- */

.left {
	float: left;
	clear: left;
	width: 500px;
	}
	
.center {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
.right {
	clear: both;
	float: right;
	}
	
.border_2px {
	padding: 2px;
	border: 1px solid #D8D8D8;
	background: #ECECEC;
	}
	
.border_5px {
	padding: 5px;
	margin: 0 0 4px 0;
	border: 1px solid #D8D8D8;
	background: #ECECEC;
	}	


/* Mount Vernon, Autumn Palette */



/* -- GLOBAL LINKS ---------------------------------------------------------------------------------------------- */
/* -- GLOBAL FORMS ---------------------------------------------------------------------------------------------- */
/* -- GLOBAL TYPOGRAPHY ----------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { color: #C63412; }

/* -- GLOBAL LISTS ----------------------------------------------------------------------------------------- */

/*#content ul li, #rightCol ul li, #leftCol ul li { background:  url(images/bullet.gif) top left no-repeat; }*/

#content ul li, #rightCol ul li, { background:  url(images/bullet.gif) top left no-repeat; }

/* -- NAVIGATION TOP -------------------------------------------------------------------------------------------- */



/* -- PAGE LAYOUT ------------------------------------------------------------------------------------------------- */

#header-wrapper { background: url(images/bk_head4.gif) top center repeat-x; }


/* -- 3 COLUMN Layout | 2 COLUMN Layout | 1 COLUMN Layout--------------------------------------------------------- */
/* -- LEFT COLUMN -------------------------------------------------------------------------------------------------- */

#subNav ul li a { color: #942705;	background: url(images/sidenav_bg_off.gif) no-repeat; }

/* -- RIGHT COLUMN ---------------------------------------------------------------------------------------------- */
/* -- CENTER COLUMN ----------------------------------------------------------------------------------------------- */
/* -- FOOTER --------------------------------------------------------------------------------------------------- */

/*#footer { background-color: #B4360F; }*/
#footer p, #footer a { color: #fff; }



