/* This style sheet was written by Paul Dell and was distributed  with the Travel Agency Template available at http://www.dellwebsites.com 
- This comment should remain intact though you are free to edit the style sheet as you see fit. */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{  
margin: 0; 
padding: 0; 
border: 0;
}

body {
	min-width: 760px;
	text-align: center;
	background: #FFF url(images/background.gif) center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%; 
	color: #666;}
	
	
#wrapper {
	
	margin: 0 auto;
	text-align: left;
	width: 740px;
}
#top {
	height: 52px;
	background: url(images/top.jpg);
}
#topnav li {
	padding: 0;
	float: left;
	list-style-type: none;}
	
#topnav ul li a  {
	display: block; 
	text-decoration: none;
	width: 121px; 
	height: 52px;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #FFFFFF;
}

#topnav ul li a:hover{
	color: #F8852C;
}
.headings {
	border-bottom: solid orange 1px;
}
#header {
	background: url(images/banner.jpg) no-repeat;
	height: 234px;
}

#bottomnav {
	height: 10px;
}

#content {
	width: 742px;
}


#content .contentleft {
	float: right;
	padding: 0 10px 10px 10px;
	width: 300px;
}
 .contentleft p {
	line-height: 130%;
	font-size: 78%;
	padding-left: 5px;

}

#nav {
	float: right;
	width: 192px;
	margin-right: 4px;
	background: #FFF;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:#FFF;
}



#nav  li{
	margin-top: 2px;
}


#nav a, 
#nav a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	color: #FFF;
	font-size: 75%;
	padding-top: 5px;
	padding-right: 7px;
	background: url(images/bluenav.jpg);
	height: 24px;
}


#nav a:hover {
	color: #F4A01C;
	background:#FFF url(images/bluenavhover.jpg);
}


#nav a:active {
	color: #000;
	background: #B8CA88;
}

#footer {
	font-size: 75%;
	text-align: center;
	width: 490px;
	padding: 6px;
	border: solid orange 1px;
	clear: both; 
	margin-left: 10px;
	background: #6F87AD;
	color: #FFF;
}
#footer	a{
	color: #FFF;
}
#footer	a:visited{
	color: #FFF;
}
#footer a:hover{
	color: #CCC;
}
h1 {
	font-size: 105%;
	color: #406C91;
}
h1	a{
	text-decoration: none;
}
h1 a:hover{
	color: #406C91;
}
h2 {
	font-size: 102%;
	color: #406C91;
}


a:link{
	color: #406C91;
	text-decoration: none;

}
a:visited{
	color: #406C91;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: none;
}
a:active{
	color: #333;
	}
#rightpanel	{
	float: right;
	width: 200px;
	margin-right: 2px;
	background: #FF9900;
	text-indent: 2px;
	}
#rightpanel a {
	color: #FFF;
	background:#FF9900;
	text-align: left;
	}
#rightpanel a:visited {
	color: #FFF;
	background:#FF9900;
	text-align: left;
	}
#rightpanel a:hover {
	color: #000;
	background: none;
	}
	
#leftpanel	{
	float: left;
	width: 200px;
	margin-left: 2px;
	background: #FF9900;
	text-indent: 2px;
	height: 70%;
	}
#leftpanel a {
	color: #FFF;
	background:#FF9900;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}
#leftpanel a:visited {
	color: #FFF;
	background:#FF9900;
	text-align: left;
	}
#leftpanel a:hover {
	color: #000000;
	}
.style2	{
	font-size: 12px;
}