@charset "utf-8";

.tourpanel {
    float: left;
    display: none;
}

.tourpanel img {
    float: left;
}

#tourpanel-1 {
    display: block;
}

.tourcontent {
    margin-left: 10px;
    padding: 20px;
    background: #f0f0f0;
    width: 259px;
    height: 409px;
    float: left;
    color: #666;

}

.tourpanel .next, .tourpanel .prev {
    margin: 0 10px 0 0;
    float: left;
}

body {
	background-position: center top;
	padding: 0px;
	font-family: Tahoma;
	font-size: 62.5%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #666666;
	background-image: url(graphics/bg-banner.jpg);
	margin: 0px;
	height: 100%;
}
img {
border: 0px;
}
.clear { clear: both; height: 1px; overflow: hidden; }
h1 {
	font-size: 2.em;
	color: #000000;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: normal;
}
h2 {	font-size: 2.em;
	color: #000000;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: normal;
}
h3 {
	margin-left: 5px;
}
p {
	font-size: 1.3em;
	line-height: 150%;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 15px;
}
ul li {
	font-size: 1.2em;
	line-height: 150%;
	list-style-type: square;
	list-style-position: outside;
}

a:link {
	color:#00a578;
}  
a:hover,  
a:active {
	color:#0099CC;
}  
a:visited {
	color:#009966;
}  
a:visited:hover {
	color:#0099CC;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation {
	height: 102px;
	width: 960px;
	position: relative;
}
#content-area 
{
	padding-left: 21px;
	background-image: url(graphics/bg-rightcol.jpg);
	margin: 0px;
	background-repeat: repeat-y;
	background-position: 747px 0px;
	background-color: #FFFFFF;
}
#leftcol {
	float: left;
	width: 660px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#rightcol {
	float: right;
	width: 212px;
	font-family: Tahoma;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	margin: 0px;
}
#rightcol ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#rightcol ul li {
	background-image: url(graphics/bg-navlink.jpg);
	height: 39px;
	padding-top: 5px;
	list-style-type: none;
}
#rightcol   ul  li a {
	list-style-type: none;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(graphics/bg-navlink.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	font-weight: bold;
}
#rightcol ul li a:hover {
	list-style-type: none;
	text-decoration: none;
	background-color: #FFFFFF;
}
#rightcol:after {
content:".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}
#home-content-area {
	padding-left: 21px;
	margin: 0px;
	background-color: #FFFFFF;
}
#homeleftcol {
	float: left;
	width: 485px;
	margin-top: 30px;
}
#homerightcol {
	float: right;
	width: 380px;
	background-image: url(graphics/bg-login2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 30px;
	padding-right: 28px;
	padding-left: 15px;
	margin-bottom: 30px;
}
#footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	clear: both;
	font-size: 1.1em;
}
#footer ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
}
#footer ul li {
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 0px;
}
input {
	background-image: url(graphics/bg-form.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #e2e2e2;
	height: 22px;
	padding-left: 5px;
	color: #999999;
	margin-bottom: 10px;
}
.smalltxt {
	font-size: 1.2em;
	line-height: 130%;
}
.smallertxt {
	font-size: 1.1em;
	line-height: 130%;
}
.greybg {
	background-color: #F0F0F0;
}
.whitebg {
	background-color: #FFFFFF;
}
.grntxt {
	font-size: 1.4em;
	line-height: 150%;
	font-weight: bold;
	color: #00CD8A;
}
.imgbdr {
	padding: 7px;
	border: 1px solid #EFEFEF;
}

.tourtext {
    min-height: 390px;
}

