/************************************************* 
 * General and common settings for Front-End     *
 *************************************************/
body {
	background-color: #f2f2f2;
	background-image: url(http://images.vancity.com/visa/bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#wrapper {
	text-align: left;
	width: 850px;
	margin: auto;
	padding: 1px 0 20px 0;
	background-color: #FFFFFF;
}
#header {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0a5fad;
	padding-bottom:0px;
	margin-bottom:25px;
	height:103px;
}
#slogan {
	float: right;
	width: 600px;
	padding-top: 65px;
	margin-top:0;
}
#headerimg {
	width: 240px;
	float:left;
}
#header h1 {
	color: #0a5fad;
	font-size: 28px;
	font-weight:inherit !important;
	font-weight:bold;
}
#colone {
	float: left;
	width: 180px;
	margin: 0;
	padding:0;
}
#coltwo {
	background-image: url(http://images.vancity.com/visa/bk_coltwo.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	width: 635px;
	padding-left:20px;
}
a {
	color:#0044b1;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
	color: #f8aa00;
	font-weight:normal;
	font-size: 20px;
}
h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size:14px;
}
.clearfix {
	clear:both;
}
#colone p {
	font-size:11px;
}
/*******************
 *  Search         *
 *******************/ 
.errormsg {
	color: #ed1c24;
}
.noerrormsg {
	display:none;
}
/*******************
 *  Search         *
 *******************/ 
#searchmenu {
	background-image: url(http://images.vancity.com/visa/search_bk_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0;
	margin:0;
	width: 632px;
	height: 39px;
}
#searchmenu img {
	margin:0;
	padding:0;
	height: 39px;
}
#searchform_ca {
	background-image: url(http://images.vancity.com/visa/search_bk_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 0 40px 0;
	margin:0;
	width: 632px;
	height: 190px;
}
#searchform_ca .searchbox {
	margin-left:40px;
}
#searchform_ca .threecol {
	float: left;
	width: 166px;
	padding: 10px 5px 10px 0;
	margin: 0;
}
#searchform_ca .twocol {
	width: 249px;
	float: left;
	padding: 5px 20px 0 0;
	margin: 0;
}
#searchbottom {
	background-image: url(http://images.vancity.com/visa/search_bk_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#searchform_ca .threecol input.textfield {
	width: 150px;
	float:none;
	margin-left: 0 !important;
	margin-left: -40px;
}
#searchform_ca .twocol input.textfield {
	width: 235px;
	float:none;
	margin-left: 0 !important;
	margin-left: -40px;
}
#searchform_ca .twocol select.textfield {
	width: 235px;
	float:none;
}
#searchform_ca .searchbutton {
	margin-right: 10px;
}
/*******************
 *  Result         *
 *******************/ 
.resultitem {
	width: 600px;
	background-color: #f2f2f2;
	line-height: 18px;
	margin-left:5px;
	margin-right:8px;
	padding-left:15px;
	padding-right:10px;
}
.resultaddress {
	width: 360px;
	float: left;
}
.resultmap {
	width: 140px;
	float: right;
}
.resultdivider, .resultdividerfirst {
	background-image: url(http://images.vancity.com/visa/result_divider_line.gif);
	background-repeat: no-repeat;
	height: 3px;
	margin-left:5px;
	margin-right:8px;
	padding-left:15px;
	padding-right:10px;
	background-color: #f2f2f2;
	width: 600px;
	line-height:3px;
}
.resultdividerfirst {
	background-position: center center;
}
.resultdivider {
	margin-top: 0 !important;
	margin-top: 3px;
	background-position: center center;
}
#footer {
	margin-top: 60px;
}
