﻿body
{
	margin:0 0;
	padding:0 0;
	color:#433C2A;
	background: #E5F1F4 url(../../images/HeadBackground.gif) repeat-x top left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

a { color:#90B511; text-decoration: none; }
a:hover { color:#433C2A; text-decoration: underline; }

#_mainForm
{
	margin:0;
	padding:0;
}

#MainWrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#headContent
{
	color:#E5F1F4;
	height:200px;
}
#Title
{
	vertical-align:middle;
	text-align:right;
	margin:0;
	padding:30px;
	height:100px;
}
#HeadMenuContainer
{
	vertical-align: bottom;
	margin:0;
	padding:8px 0 0 0;
	height:35px;
}


#mainContent
{
	background-color:#E5F1F4;
	color:#433C2A;
}

#footer
{
	width:100%;
	text-align:right;
	background-color:#8C8E85;
	padding: 3px 10px 3px 10px;
}
	
/* @group HeadMenu */
#HeadMenu
{
	vertical-align: bottom;
	text-align: center;
	height: 29px;
	padding: 0;
	margin: 0;
}
#HeadMenu li {
	display: inline;
	list-style-type: none;
	height: 29px;
}
#HeadMenu li a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	font-size: 20px;
	color: #90B511;
	text-decoration: none;
	padding: 5px 12px 0 12px;
	border: 1px solid transparent;
	border-bottom: 1px solid #433C2A;		
}
#HeadMenu li a:hover {
	color: #90B511;
	text-decoration: underline;
}
#HeadMenu li#active a {
	color: #6D6E71;
	border-top-right-radius: 9px;
	-o-border-top-right-radius: 9px;
	-icab-border-top-right-radius: 9px;
	-khtml-border-top-right-radius: 9px;	
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	-o-border-top-left-radius: 9px;
	-icab-border-top-left-radius: 9px;
	-khtml-border-top-left-radius: 9px;	
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;		
	-webkit-box-shadow: 2px -2px 2px #aaa;
	-khtml-box-shadow: 2px -2px 2px #aaa;
	border: 1px solid #CFCFCF;
	border-bottom-color: #E5F1F4;
	background-color: #E5F1F4;
	font-weight: bold;
}
/* @end */

/* @Group Tour*/
.TourYear
{
	list-style: none;
	margin: 0;
	font-weight: bold;
}

.TourMonth
{
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
}

.TourDate
{
	list-style-position : inside;
	list-style-type : square;
	font-size: 17px;
	font-weight: normal;
}
/* @end */