body {
	background-color:#dcd9c6;
	background-image:url("../images/framework/bg_tile.jpg");
	background-repeat:repeat;
	behavior: url("/csshover.htc");
	font-size: 0.90em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	margin:10px 0;
}

h1 {
	color:#7e0000;
	font-size: 1.5em;
}

h2 {
	color: #7e0000;
	font-size: 1.3em;
}

h3 {
	color: #7e0000;
	font-size: 1.2em;
}

h4 {
	color: #7e0000;
	font-size: 1.0em;
}

#map {
	margin-left: 20px;
	width: 300px;
	height: 310px;
	float: right;
}
.maptext {font-size:12px;}

.divClear { clear:both; }
.divLeft { float:left; }
.divRight { float:right; }
.divCenter { text-align:center; }

img.divRight { margin-left: 8px; }
img.divLeft { margin-right: 8px; }

a img { border: 0; }

a {
	color: #7e0000;
}

a:hover {
	color: #Be5050;
}

#full_page {
	background-image:url(../images/framework/content_bg_tile_beige.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	padding-bottom: 25px;
	text-align:left;
	width:705px;
}

#menu {
	background-color:#7e0000;
	background-image:url(../images/framework/menu_bg_tile_red.jpg);
	background-repeat:repeat-y;
}

#main_content {
	padding: 0 12px;
}

/** MENU **/
ul.menu_bar {
	clear:both;
	padding: 0;
	position: relative;
	height:26px;
	margin:0 0 0 4px;
	padding:5px 5px 5px 10px;
	z-index:100;
}

ul.menu_bar li{
	background-color:#994c4c;
	float:left;
	list-style-type:none;
	padding:5px 0;
	text-align:center;
	margin-right:2px;
	width: 95px;
}

ul.menu_bar li:hover
{
	background-color:#994c4c;
}

ul.menu_bar a {
	display:block;
	white-space:nowrap;
	position: relative;
	z-index:100;
	color: #FFF;
	font-size: 0.90em;
	font-weight:bold;
	text-decoration:none;
}

ul.menu_bar a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

ul.menu_bar ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width: 165px;
	margin: 0px;
	background-color: #7e0000;
	text-align:left;
	padding: 0;
	border:1px solid #7e0000;
}

ul.menu_bar ul li
{
	width: 160px;
	background-color: #7e0000;
	background-image: none;
	padding-left: 5px;
	margin-left: 0;
	text-align:left;
}

ul.menu_bar ul li:hover, ul.menu_bar ul li:hover a
{
	background-color: #F5F5F5;
	color: #000;
}

ul.menu_bar ul li a:hover {
	color: #000;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

ul.menu_bar li:hover{
	cursor:pointer;
	z-index:100;
}

ul.menu_bar li:hover ul ul,
ul.menu_bar li li:hover ul ul,
ul.menu_bar li li li:hover ul ul,
ul.menu_bar li li li li:hover ul ul
{display:none;}

ul.menu_bar li:hover ul,
ul.menu_bar li li:hover ul,
ul.menu_bar li li li:hover ul,
ul.menu_bar li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

ul.menu_bar a.x, ul.menu_bar a.x:visited{
font-weight:bold;
color:#FFF;
background:#333;
}

ul.menu_bar a.x:hover{
color:#FFF;
background:#333;
}

ul.menu_bar a.x:active{
color:#FFF;
background:#333;
}

#footer {
	background-image:url(../images/framework/btm.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-size: 0.70em;
	margin:0 auto;
	margin-top:-14px;
	padding-top: 35px;
	text-align:left;
	width: 705px;
}

#credits {
	text-align: right;
}
.basic_box {
	background-color: #7e0000;
	color: #FFFFFF;
	padding: 2px;
	text-align:center;
}

.shaded_box {
	margin:15px;padding:10px;background-color:#EEA898;
}

.basic_box a {
	color: #CCCCCC;
}

/** NEWS **/
.news_block {
	border-bottom: 1px dotted #CCC;
	padding: 8px 0;
	height: 100%;
}

.news_title a {
	font-size: 1.2em;
	font-weight:bold;
}

.news_thumb {
	float: left;
}

.news_content {
	margin-bottom:6px;
}

.news_archive {
	float:right;
	margin-right: 10px;
	text-align:right;
	width: 100px;
}

.news_date {
	color: #999999;
	margin-bottom: 5px;
}

/** TARIFF **/
.tariff_item {
	border-bottom: 1px dashed #CCC;
	clear:both;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

.tariff_item .label {
	float:left;
	width:430px;
}

.tariff_item .cost {
	float:left;
	width:150px;
}

/** GENERAL **/
.gallery_lg {
	width:680px;height:332px;overflow:hidden;text-align:center;
}

img.hover {
	border:2px solid #FFF;
}

img.hover:hover {
	border: 2px solid #333;
}

.small_text {
	font-size: 0.75em;
}
