@charset "utf-8";
/* -- The search box -- */
#searchBox p strong {
	font-family: arial;
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	text-transform: uppercase;
}
#searchBox input {
	width: 140px;
	border: 2px solid #8ed8f8;
	margin: 0px 12px 10px 11px;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}
#searchBox input.button {
	background-color: #f79221;
	width: 60px;
	border: 0px;
	margin: 0px 12px 10px 11px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;	
	color: #ffffff;
}

/* -- The little white boxes and search box on the left hand side --*/
.whiteBoxes, #searchBox {
	background-image: url("../images/whiteBoxes/whiteBoxes_middle.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 180px;
	margin: 0px 0px 10px 0px;
}
.whiteBoxesTop, #searchBoxTop {
	background-image: url("../images/whiteBoxes/whiteBoxes_top.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 180px;
	height: 10px;
	display: block;
}
.whiteBoxesBottom, #searchBoxBottom {
	background-image: url("../images/whiteBoxes/whiteBoxes_bottom.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
	display: block;
}
.whiteBoxes p {
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	color:#000000;
}
.whiteBoxes p strong {
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	line-height: 12px;
	color:#1b3663;
}

.whiteBoxes p strong a {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #1051A2;
	text-decoration: none;
	font-weight: bold; 
}

.whiteBoxes p strong a:hover {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #1051A2;
	text-decoration: underline;
	font-weight: bold; 
}

.whiteBoxes img {
	margin: 5px 0px 20px 3px;
}


