/* basic formating for pages ----------- */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	/*padding-bottom: 10px;*/
}

#edge_left {
	background-image: url(../images/left_edge_01.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#edge_right {
	background-image: url(../images/right_edge_03.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	background-image: url(../images/bottom_edge_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
}
#container {
	background-color: #FFFFFF;
}
#innerContainer {
	width: 776px;
	margin: 34px 50px 40px 50px;
}
#header {
	height: 82px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*#line {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 776px;
}*/
#logo {
	height: 64px;
	width: 101px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 25px;
}
#logoPrint {
	display: none;	
}
#BSlogo {
	float: right;
	width: 70px;
	height: 44px;
	margin: 10px 25px 0px 0px;
}
#phone {
	float: right;
	height: 46px;
/*	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;*/
	margin: 10px 10px 0px 0px;
	padding-top: 0px;
}
#phone p {
	font-size: 11px;
	color: #333333;
	text-indent: 0px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#phone a {
	color: #025f8a;
	font-size: 11px;
	text-indent: 0px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#phone a:hover {
	color: #000000;
}
/*#phone {
	float: right;
	font-size: 12px;
	color: #333333;
	height: 26px;
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
	vertical-align: baseline;
	line-height: 26px;
	margin-top: 43px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
}*/
#flash {
	width: 100%;
	height: 186px;
/*	margin-bottom: 17px;*/
}


/*-- Search area --*/
#searchBak {
	height: 30px;
	width: 776px;
}

#search {
	color: #FFFFFF;
	font-size: 10px;
	float: right;
	margin: 0px 10px 0px 0px;
}
#searchNote {
	color: #333;
}
#search input {
	height: 14px;
	color: #333333;
	font-size: 9px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

#copyright {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	height: 40px;
	padding-right: 10px;
	color: #666666;
	text-align: right;
	line-height: 15px;
}
#regAddress {
	float:left;
	width: 400px;
	text-align:left;
	padding: 3px 0px 0px 15px;
}
.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
a {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	margin: 0px;
	outline: none;
}

