/* CSS Document */

/* ====== site-wide definitions ====== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	background-color: #773927;
	}
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: #733821;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	}
h2 {
	font-size: 14px;
	color: #D56011;
	padding-left: 10px;
}
h3 {
	font-size: 9px;
	color: #733821;
	padding-left: 10px;
	font-variant: small-caps;
}
li a { 
	line-height: 18px; 
	}
img { 
	border: none; 
	}
a:link, a:visited {
	color: #D56011;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #D56011;
	text-decoration: underline;
	font-weight: bold;
	}


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

#header {
	position: relative;
	z-index: 5;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	}
#navigation {
	position: relative;
	z-index: 7;
	top: -3px;
	width: 740px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	}
#crumbs {
	position: relative;
	z-index: 5;
	top: -3px;
	width: 740px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	}
#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: #D56011;
	}
#crumbs ul li a:link {
	padding: 2px;
	font-size: 10px;
	}	
#content {
	position: relative;
	z-index: 5;
	top: -3px; 
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}
#slogan {
	position: relative;
	z-index: 3;
	top: -3px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #773927;
	}
#copyright {
	position: relative;
	z-index: 5;
	top: -3px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-bottom:6px;
	background-color: #EBD178;
	color: #773927;
	}
#subpage {
	position: relative;
	left: 70px;
	width: 600px;
	}

/* ============ 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: absolute; 
	top: 18px;
	left: -1px;
	margin: 0;
	padding: 0;
	background-color: #000099;
	}
#mainmenu ul li { 
	width: 120px;
	clear: left;
	}
#mainmenu ul li:hover { 
	background-color: #3399cc;
	}


/* ============ COLUMN MENUS ============ */
#content { 
	height:560px; 
	padding-top: 1em; 
	text-align: left;
	}
#columnLeft {
	float: left;
	width: 181px; 
	}
#columnRight {
	float: right;
	width: 181px; 
	}
#columnCenter {
	position: absolute;
	left: 181px; 
	width: 378px; 
	}
#columnCenterTwoCol {
	position: absolute;
	left: 181px;
	width: 540px;
	top: 11px;
	}
#columnCenterLeft {
	position: absolute;
	left: 0px; 
	width: 189px; 
	}	
#columnCenterRight {
	position: absolute;
	left: 189px; 
	width: 189px;
	text-align:center; 
	}
#columnCenterLeftLarge {
	position: absolute;
	left: 0px; 
	width: 270px; 
	}	
#columnCenterRightLarge {
	position: absolute;
	left: 270px; 
	width: 270px;
	text-align:left; 
	}
#columnCenterImage {
	position: absolute;
	left: 1px;
	width: 378px;
	text-align:center;
	top: 486px;
	}	
#columnLeft table {
	border: 2px solid #EBD178;
	float: right;
}
#columnRight table {
	border: 2px solid #EBD178;
	float: left;
}
#nestedTable table {
	border: 2px solid #FFFFFF;
}		
.box {
	width: 165px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.box_headline {
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #EBD178;
	color: #773927;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	}
.box_main p {
	margin: 5px 5px 5px 5px;
	}
.box th h2 {
	font-weight: bold;
	color: #ffffff;
	margin: .2em;
	}
.box ul {
	margin: .25em 0 0 0;
	padding: 0 0 0 1em;
	}
.box li {
	list-style-type: none;
	font-weight: bold;
	}
#TwoColumnSubNav {
	width: 165px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
	}
.TwoColumnSubNav ul {
	margin: .25em 0 0 0;
	padding: 0 0 0 1em;
	}
.TwoColumnSubNav li {
	list-style-type: none;
	font-weight: bold;
	color:#663300;
	line-height: 30px;
	}
/* =============== formatting  =============== */

.browntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #773927;
	}
.addresstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #773927;
	line-height: 18px;
	}
.slogan {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #773927;
	padding-top: 20px;
	padding-bottom: 15px;
	}
.copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #773927;
	}
.image_right {
	padding-right: 20px;
}
.image_left {
	padding-left: 22px;
}
.image_center {
	float: none;
}
.text_left {
	float:left;
	padding-left: 15px;
	padding-right: 5px;
}
.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;
}
.smalltext {
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color:#999999
}
.copyrightlink { 
	text-decoration: none; 
	font-weight: bold ;
	color: #773927;
}
a.copyrightlink:hover { 
	text-decoration: underline; 
	font-weight: bold ;
	color: #773927;
}
a.copyrightlink:visited { 
	font-weight: bold ;
	color: #773927;
}