@import "menu.css";

body
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #F6F6F6;
	color: #000;
}
img
{
	border: 0px none #fff;
}
a
{
	color: #2F4E6F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.clear{
	clear: both; 
	height: 0px; 
	overflow: hidden;
}
html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
.hide
{
	display: none;		/* hide elements that CSS-targeted browsers shouldn't show */
}

#pageFrame
{
	background: white;
}
#pageInnerFrame{
	background: url('../gfx/bg-left.gif') repeat-y;
}
#header{
	background: url('../gfx/bg-header.gif') repeat-x;
}


.btn{
	display: block;
	height: 26px;
	width: 100px;
	background: url('../gfx/button-f.gif');
	padding: 0 0 0 27px;
	margin: 5px 0 5px 11px;
	color: #565656;
	font: 10px/26px Verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
	}



.mainBody{
	width: 100%;
}

.leftColumn
{
	border-top: 3px solid #AADEFF;
}
.leftBottomColumn{
	vertical-align: bottom;
	padding: 11px 0 80px 17px;
	height: 151px;
	background: url('../gfx/bg-left-bottom.jpg') no-repeat bottom;
	color: #000000;
}

.rightColumn
{
	border-top: 3px solid #D6E7FF;
	background: white;
	}
	#location img{
		margin: 0 10px;
	}

	#special{
		padding: 16px 23px;
		color: #454545;
		}
		#special h1{
			clear: right;
			margin: 0;
			padding: 0;
			font: bold 12px Verdana,Arial, Helvetica, sans-serif;
			color: #0E6DB5;
			height: 20px;
		}
		#special img{
			margin-bottom: 14px;
			margin-top: 14px;
			border: 1px solid #A9A9A9;
		}
		#special span{
			line-height: 150%;
		}
		#special sup{
			font-size: 8px;
		}
		#special td{
			vertical-align: top;
		}


	#info{
		padding: 16px 23px;
		color: #000;
		font: 12px Arial, Helvetica, sans-serif;
		}
		#info img{
			border: 1px solid #A9A9A9;
		}
		#info .link1{
			text-decoration: underline;
			color: #C50000;
			font: 11px Arial, Helvetica, sans-serif;
		}
		#info h2{
			margin: 0;
			padding: 0 0 10px 0;
			font: bold 14px Arial, Helvetica, sans-serif;
			color: #C50000;
		}
		#info span{
			line-height: 150%;
		}
		#info sup{
			font-size: 8px;
		}

	.print{
		margin-top: 5px;
		padding-left: 17px;
		height: 18px;
		background: url("../gfx/ico_print.gif") no-repeat;
	}

	#search{
		background: #FFEF8C;
	}
		.special{
			color: #CC0000;
		}
		.special2{
			color: #006FD4;
		}
		.search-l{
			width: 436px;
			padding-left: 9px;
			font-size: 12px;
		}
		.search-r{
			vertical-align: middle;
			width: 150px;
		}
		.search-r .special{
			font: 10px Verdana, Arial, Helvetica, sans-serif;
		}
		.search-r input{
			border: 0px solid red;
			border-left: 1px solid #BFBFBF;
			border-top: 1px solid #BFBFBF;
			background: white;
			width: 100px;
			font-size: 10px;
		}
		.search-r a{
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #595959;
		}

div.sep{ height: 1px; background: url('../gfx/fp-sep-h.gif') no-repeat 0 0; margin: 5px 0; }
div.sep hr{ display: none; }

#footer{
		background: url('../gfx/bg-footer.jpg') no-repeat;
	}
	#f-contact{
		width: 130px;
		height: 88px;
		float: left;
		position: relative;
		margin-top: -45px;
		margin-left: 5px;
		background: url('../gfx/bg-contact.jpg') no-repeat;
		font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
		color: #595959;
	}
	#f-contact div{
		padding: 17px 10px 0 20px;
	}

.left, .float-l{ float: left; }
.right, .float-r{ float: right; }
.b { font-weight: bold; }
.font-sm{ font-size: 10px; line-height: 12px; }


/* old BB styles */


.SubHdr{ 
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FC0;
}
.SubHdr2{ 
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #595959;
}

.link{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#cmaLogo
	{
		position:absolute;
		bottom: -18px;
		right: 2px;
	}

	hr
{
	height:1px;
	border:0;
	border-top:1px dotted #294D6B;
}