@charset "utf-8";
*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #302B25;
}
.mainBackground {
	background: url(images/mainBackground.jpg) no-repeat;
}

.bgMenu {
	background-image: url(images/menuBg.gif);
}

div#header {
	width:881px;
	height:96px;
}

div#menu {
	width:881px;
	height:27px;
	float:left;
}

.menu_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	cursor: hand;
}
.menu_on:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff000;
	font-style: italic;
	text-decoration: none;
	cursor: hand;
}
.menu_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
	cursor: hand;
}
.menu_off:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	cursor: hand;
}

div#mainContainer {
	width:881px;
	height:639px;
}

div#boxes {
	width:881px;
}


.boxTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.boxAddress {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4d4d4d;
}

.boxLink a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#0d74a2;
}

.boxLink a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#0d74a2;
}

.boxPhoneNumber {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302B25;
	text-decoration: none;
	font-weight:bold;
}

a.BFooterLink, .BFooterLink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}

.BFooterLink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #20519a;
	text-decoration: none;
	cursor: hand;
}

.footerLink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20519a;
	text-decoration: underline;
	cursor: hand;
}

.footerLink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	cursor: hand;
}

h3.title
{
	color: #302B25;
	font-size:13px;
	font-family:Verdana;
}

.input
{
	background-color:White;
	border:2px solid #106BAE;
}
#transbox td
{
	font-weight:bold;
	color:#116BAE
}
.error
{
	color:Red;
}
.info
{
}
div.form
{
	margin-top:0px;border:1px dotted #ccc;padding:10px;width:550px;background-color:feeede
}
h2
{
	font-size:18px;
}