body {
	margin: 0;
	padding: 0;
	font-size:0.75em;
	background-image:url(../img-design/site_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}
img {
	border:none;
}
p,div,tr,td,span,a,pre{
}
body,p,div,tr,td,span,a,pre{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:#666666;
	margin: 0;
	font-weight:normal;
}
h1,h1 a{
	font-size:1.75em;
	border-bottom: 1px dashed #999999;
	margin: 0;
	padding: 0 5px;
}
h2,h2 a{
	font-size:1.5em;
}
h3,h3 a{
	font-size:1.25em;
}

h4,h4 a{
	margin-bottom: 10px;
	margin-top:10px;
	font-size:1.10em;
	color:#666666;
	font-weight:bold;
	
}


#container{
	width:860px;
	margin:0 auto;
}


#menu{
	height:52px;
	background-image:url(../img-design/menu_bg.png);
	margin:0;
	padding:0;
	margin-top:1px;
}
#main{
	padding:20px;
	padding-bottom:0px;
	float:left;
	width:560px;
}
#side{
	padding:20px;
	padding-left:0px;
	width: 230px;
	float:right;
	text-align:right;
}
#destinations{
	padding:0px 20px;
	clear:both;
}
#footer {
	padding:10px 20px;
	clear:both;
	background-color:#f6f6f6;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}

.text {
	text-align: justify;
	color: #333;
	line-height: 1.8em;
	font-size:1em;
}

.text a, .text a:link, .text a:visited,a {
	color: #3d6795;
	text-decoration: none;
}

.text a:hover {
	color: #09C;
}

.foottext {
	color: #555;
	font-size: .8333em;
}

.foottext a, .foottext a:link, .foottext a:visited {
	color: #555;
	text-decoration: none;
}

.foottext a:hover {
	color: #111;
}

.menuitem {
	cursor:pointer;
	color:#ffffff;
	font-size:1.2em;
	text-align:center;
}

.menudiv{
	background-image:url(../img-design/menu_bg_over.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#315378;
	width: 200px;
	border: 1px solid black;
	border-top:none;
	color: #ffffff;
}
.submenuitem {
	display:block;
}

.parentmenuitem {
	background: url('../../img/menuitem.gif'); 
	background-repeat: repeat-x; 
	text-align:left;
}
.formInput{
	margin: 5px 10px;
	border:1px #666666 dashed;
	text-align:right;
	padding:5px;
	color:#666666;
}

.formInput label{
	width: 170px;
	float:left;
}

.formSubmit {
	text-align:right;
}
.backgroundcolor{
	background-color:#FFFFFF;
}
.searchbox{
	padding: 0px 20px;
}

.infobox{
	border:1px solid #E2C822;
	background-color:#FFF9D7;
	padding:8px;
	font-size:1em;
	color:#000000;
	text-align:center;
}
.mainBG{
	background: url('../../img/back.jpg');
	background-repeat:repeat-x;
}
.sideHeader{
	background: url('../../img/newsitem_top.jpg');
	background-repeat:no-repeat;
	height: 35px;
}
.sideMiddle{
	background: url('../../img/newsitem_inner.jpg');
	background-repeat: repeat-y;
}
.errorBox-right{
	padding: 4px 0px 4px 5px;
	background-image:url(../img-other/errorArrow-right.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}

.errorBox-left{
	padding: 4px 5px 4px 0px;
	background-image:url(../img-other/errorArrow-left.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}

.loginButton{
	width:87px;
	height:27px;
	margin: 5px 10px;
	padding: 0;
	border: 0;
	background: transparent url(../img-other/login_button2.jpg) no-repeat center top;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.float-clear{
	clear:both;
}
.padding-30{
	padding: 0 30px;
}


	
a.smenu:hover{
	padding:5px;
	text-decoration:underline;
	}
