@charset "utf-8";
/* CSS Document */

body	{
	background-image: url(/images/backshade.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body a	{
	text-decoration: none;
	font-weight: bold;
	color: #0072C3;
}

.menubar	{
	background-image: url(/images/menubar.jpg);
	width: 750px;
	height: 40px;
}

.menublank	{
	width: 25px;
	height: 30px;
	float: left;
	display: inline;
	line-height: 30px;
	text-align: center;
}

.menubtn	{	
	height: 30px;
	float: left;
	display: inline;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b4453;
}

.menubtn:hover	{
	background-image: url(/images/menuhover.jpg)
}

.menubtn a	{	
	padding: 0px 33px 0px 33px;
	color: #2b4453;
	line-height: 30px;
	display: block;
}

.menubtn a:hover	{
	color: #2F8CBF;
}

.searchbox	{
	float: left;
	display: inline;
	margin: 10px 0px 0px 0px;
	background-image: url(/images/searchback.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	_height: 100%;
	width: 170px;
}

.adbox	{
	float: right;
	display: inline;
	margin: 10px 30px 0px 0px;
	background-repeat: no-repeat;
	min-height: 100%;
	_height: 100%;
	width: 120px;
}

.linksbox	{
	margin: 0px auto 0px auto;
	width: 150px;
	font-size: 11px;
}

.linksbox a	{
	white-space: nowrap;
}

.linksbox h3	{
	font-size: 13px;
	margin-bottom: 0px;
}

.sub {
	margin-bottom: 40px;
	position: relative;
	bottom: 3px;
	left: 4px;
	width: 160px;
}

.mainbox	{
	float: left;
	display: inline;
	width: 562px;
	margin: 10px 0px 0px 10px;
	border: 1px solid #f6f6fa;
	min-height: 435px;
	_height: 435px;
	font-size: 13px;
}

.maininner	{
	margin: 10px;
}

.mainbox h1	{
	font-size: 16px;
	font-weight: bold;
	margin: 18px 0px 8px 0px;
	clear: both;
}

.mainbox h2	{
	font-size: 16px;
	font-weight: bold;
	margin: 50px 0px 8px 0px;
	clear: both;
}

.mainbox p	{
	margin: 0px 5px 18px 5px;
}

.floatimgr	{
	float: right;
	border: 2px solid #ddd;
	width: 240px;
	margin: 0px auto 25px 20px;
}

.floatimgl	{
	float: left;
	border: 2px solid #ddd;
	width: 240px;
	margin: 0px 20px 25px auto;
}

.centerimg	{
	border: 2px solid #ddd;
	clear: both;
	width: 240px;
	margin: 22px auto 32px auto;
}

.destlist	{
	text-align: center;
	font-weight: bold;
}

.destlist li	{
	display: inline;
	white-space: nowrap;
	line-height: 26px;
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #f0f2ff;
}

.destlist li a	{
	color: #00395F;
}

.destarea	{
	font-size: 14px;
}