@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: small Helvetica, Arial, sans-serif;
	text-align: left;
	background: #FFFFFF url(img/bg_vertical.jpg) repeat;
}
#bodyContainer {
	width: 798px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background: #FFFFFF url(img/pageShadow.jpg) repeat-y;
	text-align: center;
	left: 0px;
}
#heading {
	width: 760px;
	clear: both;
	text-align: center;
	padding-left: 19px;
}
#colLeft {
	float: left;
	width: 220px;
	margin-left: 17px;
	text-align: center;
	margin-top: 3px;
	padding-top: 10px;
}
#colRight {
	float: right;
	width: 478px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 19px;
}
#colMain {
	width: 760px;
	margin-left: 19px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	text-align: center;
}

#footing {
	text-align: center;
	clear: both;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#bcws {
	width: 100%;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}
#shadowBox {
	background-image:url(img/bgShadowTop.jpg);
	background-repeat:no-repeat;
	background-color: #F4F5F0;
	height:10px;
	width:798px;
	visibility: visible;
	padding: 0px;
	background-position: left bottom;
	
}
#shadowBox2 {
	background-image:url(img/bgShadow3.jpg);
	background-repeat:no-repeat;
	background-color: #F4F5F0;
	height:10px;
	width:798px;
	visibility: visible;
	background-position: left top;
}
#wrap {
	width: 760px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
	padding-left: 19px;
}
.imgBorder {
	text-align: center;
	padding: 3px;
	border: 1px solid #A96243;
	margin-bottom: 3px;
}
address{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
address a{
	color: #FFFFFF;
	text-decoration: underline;
}
img.bdr {
	padding: 2px;
	border: 1px solid #B06F53;
}
.right {
  float: right;
}
.left {
	float: left;
}
.text-Xsmall {
	font-size: x-small;
}
.text-white {
	font: bold normal 11px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding-bottom: 6px;

}
.textbox {
	background: #ae6d51;
	width: 450px;
	text-align: left;
	clear:both;
}
.textbox p {
  padding: 0px 10px;
  width: 490px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  line-height: 155%;
}
.textboxtop, .textboxbottom {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 10px;
  clear: both;
}
#popupcontainer {
	width: 456px;
	background: white;
	padding: 4px;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #ae6d51;
}