/* 
	CSS Author: Drew Bartlett
*/

body
{
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}

#wrap
{
	background: #fff;
	border: solid #a6a6a6 1px;
	margin: 0 auto;
	width: 950px;
}

#top
{
	background: #fff url(images/topbg.png) no-repeat center;
	height: 130px;
	text-align: left;
	width: 950px;
}

	.weatherBanner
	{
		float: right;	
		margin: 40px 70px 0px 0px;
	}

#nav
{ 
	background: #003399 url(images/navbg.png) repeat-x center;
	border: solid #002761 1px;
	height: auto;
	margin: 0 auto 10px auto;
	width: 930px;
}

#content
{
	background: #fffdf5;
	padding: 10px;
	width: 930px;
}

.mainImg
{
	border: solid 1px #a6a6a6;
	height: 350px;
	margin: 0 auto 10px auto;
	width: 930px;
}


#left
{
	background: #ddd url(images/x.png) repeat-x top;
	border: solid 1px #a6a6a6;
	float: left;
	height: 340px;
	padding: 0px 0px 0px 0px;
	width: 458px;
}

#right
{
	background: #ddd url(images/x.png) repeat-x top;
	border: solid 1px #a6a6a6;
	float: right;
	height: 340px;
	padding: 0px 0px 0px 0px;
	width: 458px;
}

#full
{
	background: #ddd url(images/descriptionTop.png) repeat-x top;
	border: solid 1px #a6a6a6;
	float: left;
	height: auto;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	width: 908px;
}
	
	#full h2
	{
		background: #0046d2 url(images/footerbg.png) repeat-x top;
		border-bottom: solid 1px #a6a6a6;
		color: #fff;
		font-size: 18pt;
		margin: 0px 0px 0px -10px;
		padding: 5px 5px 5px 15px;
		width: 908px;
	}
	
	.smallTourImg
	{
		border: solid #a6a6a6 1px;
		float: right;	
		margin: 5px;
	}
	
	.tourButton
	{
		margin: 5px 0px;
	}
	
	.tourInfo
	{
		background: #efefef;
		border: solid #b7b7b7 1px;
		margin: 5px auto;
		padding: 5px;
	}
	
	.form_message
	{
		background: #c9f3ca;
		border: solid 1px #99c99a;
		color: #00c405;
		font-size: 14pt;
		height: auto;
		margin: 5px auto;
		padding: 15px;
		text-align: center;
		
	}
	
	.form_error
	{
		background: #f3c9c9;
		border: solid 1px #c99999;
		color: #c40000;
		font-size: 14pt;
		height: auto;
		margin: 5px auto;
		padding: 15px;
		text-align: center;
		
	}
	
	h3
	{
		background: #0046d2 url(images/footerbg.png) repeat-x top;
		border: solid 1px #a6a6a6;
		border-bottom: 0;
		color: #fff;
		font-size: 16pt;
		margin: 0px 0px -5px 0px;
		padding: 5px 5px 5px 15px;
	}
	
		.tourInfo span
		{
			font-weight: bold;
			font-size: 12pt;
			margin: 0 0 0 -15px;
			text-decoration: underline;
		}
		
		.tourInfo p
		{
			margin: 0;	
			padding-left: 15px;
		}
		
	.leftThumbs
	{
		float: left;	
		width: 290px;
	}
	
	.rightLarge
	{
		border: solid #a6a6a6 1px;
		float: right;	
	}
	
	.slideThumb
	{
		border: solid #a6a6a6 1px;
		height: 94px;
		width: 141px;
	}
	
	.slideThumb:hover
	{
		border: solid #666 1px;
		height: 94px;
		width: 141px;
	}
#footer
{
	background: #ddd url(images/footerbg.png) repeat-x;
	border-top: solid 1px #a6a6a6;
	color: #fff;
	height: 30px;
	padding: 10px;
	margin: 0 auto 0px auto;
	width: 930px;	
}

	/*-- footer navigation --*/
	#footer a, #footer a:visited
	{
		color: #ddd;	
		text-decoration: none;
	}
	
	#footer a:hover, #footer a:active, #footer a.current
	{
		color: #fff;	
		text-decoration: underline;
	}
	
	#footer .bottomLinks
	{
		color: #012f8e;
		margin: 44px auto 10px auto;
		width: 640px;
	}
	
		#footer .bottomLinks a, #footer .bottomLinks a:visited
		{
			color: #012f8e;	
			text-decoration: none;
		}
		
		#footer .bottomLinks a:hover, #footer .bottomLinks a:active, #footer .bottomLinks a.current
		{
			color: #0046d2;	
			text-decoration: underline;
		}
	
#bottom
{
	background: transparent;
	height: 60px;
	margin: 0 auto 2px auto;
	padding: 5px;
	width: 940px;

}

/*----------nav---------------*/
#nav ul
{
	
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

/*-- for top navigation --*/
#nav ul li.normalNav, #nav ul li.leftNav, #nav ul li.rightNav
{
	float: left;
	list-style: none;
	margin: 0;
}

#nav ul li.normalNav a, #nav ul li.normalNav a:visited
{
	background: #003399 url(images/navbg.png) repeat-x center;
	border-left: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.normalNav a:hover, #nav ul li.normalNav a:active
{
	background: #0045ce url(images/navbg_over.png) repeat-x center;
	border-left: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 15px;
	text-decoration: underline;
	text-transform: uppercase;
}

#nav ul li.normalNav a.current
{
	background: #0045ce url(images/navbg_over.png) repeat-x center;
	border-left: solid #002761 1px;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 15px;
	text-decoration: underline;
	text-transform: uppercase;
}

/*----------------------- left home link -------------------------*/
#nav ul li.leftNav a, #nav ul li.leftNav a:visited
{
	background: #003399 url(images/navbg.png) repeat-x center;
	border-left: 0;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.leftNav a:hover, #nav ul li.leftNav a:active
{
	background: #0045ce url(images/navbg_over.png) repeat-x center;
	border-left: 0;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 16px;
	text-decoration: underline;
	text-transform: uppercase;
}

#nav ul li.leftNav a.current
{
	background: #0045ce url(images/navbg_over.png) repeat-x center;
	border-left: 0;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 16px;
	text-decoration: underline;
	text-transform: uppercase;
}

/*----------------------- right links link -------------------------*/
#nav ul li.rightNav a, #nav ul li.rightNav a:visited
{
	background: #003399 url(images/navbg.png) repeat-x center;
	border-left: solid #002761 1px;
	border-right: 0;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.rightNav a:hover, #nav ul li.rightNav a:active
{
	background: #0045ce url(images/navbg_over.png) repeat-x center;
	border-left: solid #002761 1px;
	border-right: 0;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: underline;
	text-transform: uppercase;
}

#nav ul li.rightNav a.current
{
	background: #0045ce url(images/navbg_over.png) repeat-x center;
	border-left: solid #002761 1px;
	border-right: 0;
	color: #fff;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	padding: 8px 14px;
	text-decoration: underline;
	text-transform: uppercase;
}

/*-- navigation --*/
a, a:visited
{
	color: #003399;	
	text-decoration: none;
}

 a:hover, a:active
{
	color: #0045ce;	
	text-decoration: underline;
}

/*---- common elements---*/
.clear
{
	clear: both;	
}

a img
{
	border: 0;	
}

