/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image:url(../images/bg.gif)
}

body, td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	vertical-align: top;
}
.clear{clear:both;}

a 		 { font-weight:bold; color:#000; text-decoration:underline; border:0; }
a:link	 { font-weight:bold; color:#000; text-decoration:underline }
a:active { font-weight:bold; color:#000; text-decoration:underline }
a:hover 	 { font-weight:bold; color:#000; text-decoration:underline }

a.email		{ font-weight:normal; color:#000; text-decoration:none }
a.email:link	{ font-weight:normal; color:#000; text-decoration:none }
a.email:active	{ font-weight:normal; color:#000; text-decoration:underline }
a.email:hover 	{ font-weight:normal; color:#000; text-decoration:underline }
.footer a {font-weight:normal;}

h1 a.H1mainTitle{ 
	display:block;
	font-size: xx-large; 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none; 
	text-shadow: 2px 2px 7px #111;
	margin:12px 0;
}

h2.h2_red {
	font-size: 14px;
	font-weight: bold;
	color: #a40002;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.ul_listviews{
	padding:0;
	margin:4px 0 8px 0;
	list-style:none;
}
.ul_listviews li{
	padding:0;
	margin:4px 0;
	list-style:none;
}

.td_navbar {
	background-color: #000;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle; 
}

.td_vertmiddle {
	text-align: left;
	vertical-align: middle; 
}	

.background_cl {
	width:774px;
	background-color: #fff;
/*
	background-image: url(../images/bg_clouds.jpg);
	background-repeat: repeat;          */
	
}

.background_blue {
	width:774px;
	background-color: #beddfd;
}

.background_white {
	width:774px;
	background-color: #fff;
}

.navbar_links {
	float: left;
	width: 80%;
	text-align: left;
}
.navbar_links a:link, .navbar_links a:visited { color:#fff; text-decoration:none; }
.navbar_links a:hover, .navbar_links a:active { color:#fff; text-decoration:underline; }

.navbar_telno {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 12px;
}

.form_field { width: 300px; }
.form_field_small { width: 40px; }
img { border:0 }

/*--layout--*/
div.open_times{
	padding:4px 0 0 0;
}
div.footer{
	border-top:1px solid #ccc;
	font-size:10px; 
	text-align:left;
	margin:0 8px;
	color:#666;
	padding-bottom:8px;
}
div.footer a {color:#666;}

div.Footer_address{
	float:left;
	width:190px;
	height:auto;
	margin:4px 0 0 4px;
}
div.footer_links{
	float:left;
	position:relative;
	text-align:left;
	width:390px;
	margin:4px 0 0 4px;
}
div.Follow_links{
	float:right;
	position:relative;
	margin:6px 0px 0 0;
	width:160px;
	text-align:right;
}
div.copyright_text{
	color:#666;
	font-size:10px;
	text-align:center;
}
a.back_top{
	float:right;
	display:block;
	width:60px;
	height:20px;
	text-align:center;
	background-color:#ccc;
	margin-top:10px;
	text-decoration:none;
	line-height:18px;
}
