/* CSS Document */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color:#666666;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-position:center top;
	background-color: #2d1609;
	text-align:center; 
}

a:link {color:#c96518}
a:visited {color:#c96518}
a:hover { text-decoration: none; color:#c96518}
a:active { text-decoration: none; color:#c96518}

/*ul{
list-style-type:none;
background-image: url('../images/bullet_sub.gif');
background-repeat: no-repeat;
background-position: 0 -3px;
padding-left: 12px;
}*/

.headerFields {
	margin:0;
	background-color:#FFFFFF; 
	border:#4a8099 solid 1px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif; 
	line-height:15px; 
	color:#4283b0; 
	width:110px; 
	height:19px; 
	padding: 3px 5px 0px 5px;
}

*html .headerFields {
	padding: 1px 5px 0px 5px;
}

.headerSearchBtn {
	margin: 0 0 0 5px;
}

.breadcrumb {
	background-color:#f7f5ec;
	padding:10px 16px 0px 16px;
	color: #60533d; 
	line-height:10px; 
	text-transform: none; 
	font-size: 10px; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		padding: 0px 28px 0px 0px;
		color: #971213;
		text-decoration: underline;
		background:url('../images/breadcrumb_arrow.gif') right center no-repeat;
		
	}
	.breadcrumb A:active, .breadcrumb A:hover {
		color: #971213;
		text-decoration: none;
	}
	
.titleText {
	margin-bottom:12px;
	color:#971213;
	font-family:"Times New Roman", Times, serif;
	font-size:27px;
	font-weight:bold;
	line-height:27px;
	border-bottom: 1px solid #c2b5a1;
	}

.snapToNav {
padding: 0px 0px 13px 0px;
margin: 0 3px;
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
text-align: center;
line-height:15px;
color:#992228;
}
	.snapToNav A:link, .snapToNav A:visited { color: #992228; text-decoration: underline; white-space:nowrap; }
	.snapToNav A:active, .snapToNav A:hover { color: #eaa948; text-decoration: none; white-space:nowrap; }
	
.snapToBar{
	margin: 15px 0 10px 0;
	padding: 3px 6px 4px 6px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height:14px;
	background: url('../images/snaptobar_bg.gif') top left repeat-x #b1392a;
	border-bottom:1px solid #852a1f;
}

.snapToBar div{
	width:14px;
	Height:14px;
	float:right;
}

.scroll {
	/*border:1px solid #0000FF;*/
	height:65px;
	width:270px;
}
*html .scroll {
}
	.scroll A:link, .scroll A:visited { color: #825935;}
	.scroll A:active, .scroll A:hover { color: #825935;}
	.scroll li {color: #825935;}

.rightnavText {
font-size: 12px;
font-weight: normal;
text-align: left;
}

.bottomNav { padding: 0px 16px 18px 0px; text-align:center; color: #593e26; font-size: 10px; font-family: Verdana, Arial, Helvetica;}
	.bottomNav A:link, .bottomNav A:visited { color: #593e26; text-decoration: none; white-space:nowrap; }
	.bottomNav A:active, .bottomNav A:hover { color: #c27a1e; text-decoration: underline; white-space:nowrap; }

.copyright { line-height: 15px; color:#8a764a; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color:#8a764a; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color:#FFFFFF; text-decoration: none; }
