/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;

}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.middle {
	background-color: #FFFFFF;
}
.logocell {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.logocell h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9d9063;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	
}
.logocell ul {
	margin: 0px;
	padding: 0px;

}
.logocell ul li {
	display: inline;
	font-size: 18px;
	list-style-type: none;
	color: #9d9063;
	font-weight: bold;

}
.transcell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9d9063;
	border-right-color: #9d9063;
	border-bottom-color: #9d9063;
	border-left-color: #9d9063;
	
}

.topbutton {
	background-color: #F2F2D9;
	display: block;
	font-size: 12px;
	color: #9d9063;
	text-decoration: none;
	padding: 4px 35px 4px 35px;
	border: 1px solid #F2F2D9;

}
a:hover.topbutton {
	background-color: #FFFFFF;
	border: 1px solid #9d9063;

}
.content {
	border-right: 1px dotted #9d9063;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #9d9063;
	font-weight: normal;
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.content p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	color: #666666;

}
.branchcell p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	color: #666666;
	text-align: right;
	border-bottom: 1px dotted #9d9063;
	padding-bottom: 10px;
}
.foot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9d9063;
	border-bottom-color: #9d9063;
	line-height: 12px;
	
}
.foot ul {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
	
}
.foot ul li {
	font-size: 10px;
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	margin-left: 6px;
	color: #999999;
	text-decoration: none;

}
.foot ul li a {
	color: #999999;
	text-decoration: none;
	
}
.foot ul li a:hover {
	color: #666666;
	border-bottom: 1px dotted #666666;
}
.uk {
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;

}
.uk a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;

}
.uk a:hover {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	
}
.stripes {
	background-image: url(images/stripes.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
.boxout {
	float: left;
	margin: 0 10px 0 0;
}
.content p a {
	font-weight: bold;
	text-decoration: none;
	
}
.hourscell {
	font-size: 10px;
	color: #9d9063;
	border: 1px solid #9d9063;
	padding-top: 3px;
	padding-bottom: 3px;
}
.formtext {
	font-size: 12px;
	padding-left: 10px;
	
}
.gallimg {
	float: left;
	border: 1px solid #9D9063;
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
.pagelink {
	font-size: 12px;
	color: #9d9063;
	font-weight: bold;
	text-decoration: none;
}
a:hover.pagelink {
	color: #999999;
	border-bottom: 1px dotted #999999;
}
.imgbrdr {
	border: 1px solid #9D9063;
}