
/* Layout - http://blog.html.it/layoutgala/ n34  */

html,body{margin:0;padding:0}
body{font: 100% arial,sans-serif;text-align:center}
p{font-size: 1.1em;}
a{display:inline;color: #FFFFFF;padding:0px}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{}
div#extra{float:left;width:200px;margin-top:0.4em;}
div#footer{color: #FFF;text-align:center}
div#footer p{margin:0;padding:5px 10px;}

div#container{width:844px;margin:0 auto}
div#content{float:right;width:624px;padding: 0 10px 0 10px;}
div#navigation{float:left;width:200px;margin-top:0.4em;}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:844px;margin:0 auto}

/* begin overall style */

body
{
	color: #fff;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background:black url(background.png) left top;
}

#logo
{
	height: 96px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	margin:8px;
}

#content_top {
	background-image:url(main_panel_top.png);
	background-repeat:no-repeat;
	height:26px;
	margin-top:4px;
}

#content_main {
	background-image:url(main_panel_main.png);
	background-repeat:repeat-y;
	float: left;
}

#content
{
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
}

#footer {
	background-image:url(main_panel_bottom.png);
	background-repeat:no-repeat;
	height:30px;
}

#navigation ul
{
	margin: 0;
	padding:0 0 0 0.7em;
}

#navigation ul li
{
	background-image: url(navigation_button_bk.png);
	background-repeat: no-repeat;
	list-style-type: none;
	text-align:right;
	padding:2px 0 12px;
}

#navigation ul li a
{
	margin: 0 0 0.4em 0;
	padding: 0.1em 0.4em 0.4em 0.4em;
	color: black;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	font-size: 18px;
}

#navigation ul li a:hover, #mainmenu ul li a.active
{
	color: #D00000;
}

div#extra {
	margin: 0;
}

.float_image_r {
	float: right;
	padding-right: 20px;
}

.float_image_l {
	float: left;
	padding-right: 20px;
}

p#address {
	margin-left: 8px;
	background-color: #222222;
	border: 2px;
	border-style: solid;
	border-color: #ffffff;
	padding: 5px;
}

.GHL29box {
	background-color: #222222;
	border: 2px;
	border-style: solid;
	border-color: #999999;
	padding: 5px;	
}

p#nopublic {
	text-align: center;
	background-color: #222222;
	border: 2px;
	border-style: solid;
	border-color: #ffffff;
	padding: 5px 60px 5px 60px;
}

span#phonenumber {
	text-align: center;
	font-size: 2em;
}
	
h1 {
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
}

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

#room_image_l {
	padding: 10px 70px;
	float: left;
}

#room_image_r {
	padding: 10px 70px;
}