
/*	ALL					*/

* {
	margin:0;				padding:0;
}
html, 
body {
	color:#666666;
	width:100%;				height:100%;
	background:#ffffff url('img/body_bg.jpg') repeat-x;
	font:12px/16px Tahoma, Verdana, Arial, sans-serif;
}
#wrapper {
	position:relative;		background:#ffffff;
	min-height:100%; 			/* For Modern Browsers */ 
	height:auto !important; 	/* For Modern Browsers */ 
	width:770px;	left:50%;	margin-left:-385px;
	border-left:15px solid #ffffff;
	border-right:15px solid #ffffff;
}	html>body #wrapper {height:auto;}

#content {margin-top:25px;}

img { border:none; }
.B { font-weight:bold; }
.AR {	text-align:right;}
.AC {	text-align:center;}
.AL {	text-align:left;}
.AJ {	text-align:justify;}
.CB { clear:both;}
.CR { clear:right;}
.CL { clear:left;}
.FL { position:relative; float:left;}
.FR { position:relative; float:right;}


ol {list-style:decimal outside;	margin-left:30px;}
ul {list-style:disc outside;}
p  {padding:10px 0; 			text-align:justify;}

h1 {font:bold 18px/30px Tahoma, Verdana, Arial, sans-serif;		color:#014B92;}
h2 {font:bold 15px/25px Tahoma, Verdana, Arial, sans-serif;		margin-top:40px;}

/*	HEADER				*/

#header {
	position:relative;		height:320px;
}
#header .logo {
	position:relative;		height:100px;
	background:url('img/logo.gif') no-repeat left top;
}
#header #banner {
	position:relative;		height:190px;
	background:url('img/banner.jpg') no-repeat;
}
#header .menu {
	position:relative;		height:30px;
	background:url('img/menu.gif') repeat-x top;
	text-align:center;
}
#header .menu #menu_left_corner {
	position:relative;		height:30px;
	float:left;				width:5px;
	background:url('img/menu_left_corner.gif') no-repeat;
}
#header .menu #menu_right_corner {
	position:relative;		height:30px;
	float:right;			width:5px;
	background:url('img/menu_right_corner.gif') no-repeat;
}
#header .menu a {
	background:url('img/menu.gif') repeat-x top;
	font:16px/30px Tahoma, Verdana, Arial, sans-serif;
	padding:5px 10px;
	text-decoration:none;		color:#666666;
}
#header .menu a:hover {
	background:url('img/menu_over.gif') repeat-x top;
}

/*	FOOTER				*/

#clrfooter {
	clear:both;				height:45px;
}
#footer {
	position:absolute;		bottom:0;
	width:100%;				height:35px;
	background:#cdcdcd;		text-align:center;
}
#footer a {
	text-decoration:none;		color:#666666;
}
#footer a:hover {
	text-decoration:underline;	color:#000000;
}

/*	COLUMNS				*/

.ColL {width:240px;}
.ColC {width:370px;}
.ColR {width:160px;}

/*	BOX					*/

.box {
	width:240px;
	background:url('img/box_blue_body.jpg') repeat-y;
}
.box .body,
.box .body h1,
.box .body h2,
.box .body p {
	padding:0 16px;
}

.ColC div {
	padding:0 16px;			text-align:justify;
}
.box .title {
	width:240px;			height:35px;
	background:url('img/box_blue_title.jpg') repeat-y;
	font:bold 16px/35px Tahoma, Verdana, Arial, sans-serif;
	text-align:center;		color:#ffffff;
}
.box .bottom {
	width:240px;			height:20px;
	background:url('img/box_blue_bottom.jpg') repeat-y;
}


/*	NEWS					*/
h1.item_title {
	color:#003399;			font:bold 14px/16px Tahoma, Verdana, Arial, sans-serif;
	padding:0 10px;			margin-top:10px;
}
h1.item_title a {
	color:#003399;			text-decoration:none;
}
h1.item_title a:hover {
	color:#000000;			text-decoration:underline;
}
h1.item_date {
	color:#000000;			font:bold 10px Verdana;
	padding:0 10px;
}
.item_text {
padding:0 210px 0 10px;
text-align:justify;
border-bottom:1px solid #cccccc;
}
.item_more {
	padding:5px;
}
.item_more a {
	color:#000000;			text-decoration:none;
	font:bold 8px Tahoma;		padding:4px 6px 3px 6px;
}
.item_more a:hover {
	color:#003399;			text-decoration:underline;
}
a.news_item {
	color:#004D94;			text-decoration:none;
	font:bold 12px Tahoma;		display:block;
	margin-top:6px;			border-top:1px solid #ffffff;
}
#pagenav {
	text-align:center;
}

/*	TABLE		*/
table#hotels {
	width:100%;
}
table#hotels tr.title {
	background:#efefef;		color:#000000;
	font:bold 12px/24px Tahoma, Verdana, Arial, sans-serif;
}
table#hotels tr td {
	border-bottom:1px solid #efefef;
	font:12px/20px Tahoma, Verdana, Arial, sans-serif;
}
table#hotels tr td a img {
	margin:10px 0;
}
table#hotels tr td a {
	color:#000000;		text-decoration:none;
	font:14px/20px Tahoma, Verdana, Arial, sans-serif;
}

