/* CSS Document */

/* ====== site-wide definitions ====== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image: url(../images/tcbg.jpg);
	background-repeat: repeat;
	}
p, td, th { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
p {
	padding-right:10px;
	padding-left:10px;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}
h1 {
	font-size: 16px;
	color: #352519;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	}
h2 {
	font-size: 14px;
	color: #AD7E30;
	padding-left: 10px;
	font-variant: normal;
}
h3 {
	font-size: 12px;
	color: #352519;
	padding-left: 10px;
	font-variant: normal;
	font-weight: bold;
}
li a { 
	line-height: 18px; 
	}
img { 
	border: none; 
	}
a:link, a:visited {
	color: #352519;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #352519;
	text-decoration: underline;
	font-weight: bold;
	}
 

/* =============== PAGE LAYOUT =============== */

#pagewidth{ 
 	width:740px;
	background-color: #FFFFFF; 
	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;
}

#header {
	background-color:#352519;
	position: relative;
	width: 100%;
	}
#navigation {
	position: relative;
	z-index: 7;
	width: 740px;
	}
#crumbs {
	position: relative;
	background-color: #FFFFFF;
	text-align: right;
	}
#columnLeft {
	background-color: #FFFFFF;
	float: left;
	width: 27%;
	position: relative; 
	}
#columnMain {
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 73%;
	}
#footer {
	height: 60px;
	clear: both;
	}

/* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#columnLeft{display:none;} 
#columnLeft, #columnMain{width:100%; float:none;}
}

/* =============== SECONDARY LAYOUT =============== */

#crumbs h3 {
	display: none;
	}
#crumbs ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
	}
#crumbs ul li {
	padding: 2px;
	display: inline;
	font-size:10px;
	color: #352519;
	}
#crumbs ul li a:link {
	padding: 2px;
	font-size: 10px;
	}	
#textbox {
	background-color: #738997;
	float: right;
	width: 90%;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #352519;
	border-right-color: #352519;
	border-bottom-color: #352519;
	border-left-color: #352519;
    }
#textbox p {
	color:#FFFFFF
	}
#textbox h3 {
	color: #FFFFFF;
	}
#textbox a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
	}
#textbox a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
	}	
#textbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
	}		
#subNav {
	float: right;
	width: 92%;
	text-align: left;
	padding-top: 10px;
	}
#subNav a:link, a:visited {
	color: #352519;
	text-decoration: none;
	font-weight: bold;
	}
#subNav a:hover {
	color: #352519;
	text-decoration: underline;
	font-weight: bold;
	}
#subNav ul {
	list-style: none;
	line-height: 25px;
	margin-left: 20px; 
	padding-left: 0;
	}
#subNav li {
	color: #7C563A;
	font-weight: bold;
	}
#subNav li a:link {
	color: #7C563A;
	}
#subNav li a:hover {
	color: #7C563A;
	}
#subNav li a:visited {
	color: #7C563A;
	}	
#subNav p {
	color: #352519;
	font-weight: bold;
	}	
#columnMain li {
	list-style-type: square;
	}	
#columnMain a:link {
	color: #383A9E;
	text-decoration: none;
	font-weight: bold;	
	}
#columnMain a:visited {
	color: #383A9E;
	text-decoration: none;
	font-weight: bold;	
	}	
#columnMain a:hover {
	color: #383A9E;
	text-decoration: underline;
	font-weight: bold;	
	}	
#sitemap {
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #352519;
	}
#copyright {
	position: relative;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-bottom:6px;
	background-color: #352519;
	color: #D9B579;
	}
.wrapLeftText {
	padding: 3px 10px;
	}
.wrapLeftNav {
	padding: 3px 0px;
	}	
.wrapMain {
	padding: 0px 20px 0px 0px;
	}
/* ============ NAVIGATION MENUS ============ */
#mainmenu {
	padding: 0;
	margin: 0;
	}
#mainmenu li {
	float: left;
	position: relative;
	list-style: none;
	}
#mainmenu a { 
	color: #ffffff; 
	text-decoration: none;
	}
#mainmenu a:hover {
	text-decoration: underline;
	}
#mainmenu li:hover, #mainmenu li.over {
	background-color: #FFFFFF;
	}
#mainmenu li:hover ul, #mainmenu li.over ul { 
	display: block; 
	}
#mainmenu li ul {
	display: none;
	position: relative; 
	left: -1px;
	margin: 0;
	padding: 0;
	}
#mainmenu ul li { 
	width: 120px;
	clear: left;
	}
#mainmenu ul li:hover { 
	background-color: #3399cc;
	}

/* =============== formatting  =============== */

.accentText {
	font-size: 12px;
	font-weight: bold;
	color: #738997;
	}
.addresstext {
	font-size: 12px;
	font-weight: bold;
	color: #773927;
	line-height: 18px;
	}
.sitemap {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #352519;
	padding-top: 20px;
	padding-bottom: 10px;
	font-variant: small-caps;
	}
.copyright {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #D9B579;
	}
.image_right {
	padding-right: 20px;
}
.image_left {
	padding-left: 15px;
	padding-top: 20px;
}
.arrow {
	float: right;
	padding-right: 20px;
}
.imagecenter {
	float: none;
	padding-left: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text_left {
	float:left;
	padding-left: 15px;
	padding-right: 0px;
}
.text_right {
	float: right;
	padding-left: 5px;
	padding-right: 15px;
}
.image_floatRight {
	float:right;
	padding-left:20px;
	padding-bottom: 5px;
	padding-right: 20px;
}
.image_floatLeft {
	float:left;
	padding-left:20px;
	padding-right: 20px;
}
.imagePadding {
	padding-right:10px;
	}
.buttonPadding {
	padding-left:20px;
	padding-right: 20px;
	margin-right:110px;
	text-align: center;
	}
.buttonR {
	padding-left:15px;
	padding-right: 15px;
	text-align: center;
	}	
.smalltext {
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color:#999999
}
.copyrightlink { 
	text-decoration: none; 
	font-weight: bold ;
	color: #D9B579;
}
a.copyrightlink:hover { 
	text-decoration: underline; 
	font-weight: bold ;
	color: #D9B579;
}
a.copyrightlink:visited { 
	font-weight: bold ;
	color: #D9B579;
}
