/* CSS Document */

/* COMMON STYLES */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #2060B0; 
	text-decoration: underline;
}

a:hover {
	color: #000000; 
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #2060B0;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.StdFont {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 12px; font-style: normal; font-weight: normal; color: #666666}
.SmallFont {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 9px; font-style: normal; font-weight: normal; color: #404040}


.StdFontB {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.SubHeadFont {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #202020;
}

.guestwelcome {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background-color: #E0E0E0;
	font-size: 12px;
	color: #800000;
	text-align: center;
}	

.guestinfo {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #000000;
	text-align: center;
}	

.newsbox {
	position: relative;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	border: 1px solid #2060B0;
}	

.newsbox p {
	margin: 0px;
	padding: 5px 10px 5px 10px;
}


.telephonelist {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	border: 1px solid #2060B0;
}	

.telephonelist ul {
	margin: 15px 0px 0px 20px;
	padding: 0px 0px 0px 5px;
	list-style: square ;
}

.boxtitle {
	position: relative;
	width: 100%; 
	background-color: #2060B0; 
	color: #FFFFFF; 
	text-align: center;
	font-weight: bold;
}

form{
	margin: 0;
	padding: 0;
}

img{
	border: 0;}
	
	

/* HEADER
---------------------------------------------------------- */

#header {
	position: relative;
	height: 120px; 
	width: 100%; 
	z-index: 1;
}

#headerwelcome {
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 2px 10px;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #0080FF;
	text-align: left;
	z-index: 2;
}

#headerlogging {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px 10px;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #0080FF;
	text-align: left;
	z-index: 2;
}

#headerlogging a {
	margin: 0px 0px;
	padding: 2px 5px 2px 5px;
	color: #FFD090 ;
	background-color: #2060B0 ;
	border-top: 1px solid #A0A0A0 ;
	border-left: 1px solid #A0A0A0 ;
	border-bottom: 1px solid #202020 ;
	border-right: 1px solid #202020 ;
  text-decoration: none ;
	display: block ;
}
#headerlogging a:hover {
	color: #FFFF00 ;
	background-color: #90C0FF ;
}

#headeroption {
	position: absolute;
	top: 60px;
	right: 0px;
	padding: 2px 10px;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color: #0080FF;
	text-align: left;
	z-index: 2;
}

#headeroption a {
	margin: 0px 0px;
	padding: 2px 5px 2px 5px;
	color: #FFD090 ;
	background-color: #2060B0 ;
	border-top: 1px solid #A0A0A0 ;
	border-left: 1px solid #A0A0A0 ;
	border-bottom: 1px solid #202020 ;
	border-right: 1px solid #202020 ;
  text-decoration: none ;
	display: block ;
}
#headeroption a:hover {
	color: #FFFF00 ;
	background-color: #90C0FF ;
}


/* SIDEBAR
---------------------------------------------------------- */

#sidebar {
  float: left;
	width: 110px; 
	z-index: 1;
}

#vnavbuttons {
	width: 110px ;
	text-align: left ;
}
#vnavbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#vnavbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#vnavbuttons li a {
	margin: 5px 5px;
	padding: 2px 0px 2px 5px;
	color: #FFD090 ;
	background-color: #2060B0 ;
	border-top: 1px solid #A0A0A0 ;
	border-left: 1px solid #A0A0A0 ;
	border-bottom: 1px solid #202020 ;
	border-right: 1px solid #202020 ;
	width: 93px ;
	text-decoration: none ;
	display: block ;
}
#vnavbuttons li a:hover {
	color: #FFFF00 ;
	background-color: #90C0FF ;
}



/* PAGE STRUCTURE
---------------------------------------------------------- */
#container{
	position: relative;
	margin: 5px;
 	width: 790px;
 	text-align: left;
 	background-color: #FFFFFF;
}

#content {
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 100%;
	}
	
#main {
	float: right;
	position: relative;
	width: 670px;
	margin: 0px;
	padding: 10px 0px;
	color: #333333;
	}	






.blogselect {
	margin: 5px 3px 5px 3px; 
	padding: 2px; 
	border: 1px solid #0080FF;
	color: #0080FF; 
	font-size: 8pt;
	text-align: center;
}

.blogselect ul {
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
	list-style-type: none;
}

.blogselect li {
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 0px;
	margin: 2px;
	list-style-type: none;
}

#vnavbuttons {
	width: 110px ;
	text-align: left ;
}
#vnavbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#vnavbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#vnavbuttons li a {
	margin: 5px 5px;
	padding: 2px 0px 2px 5px;
	color: #FFD090 ;
	background-color: #2060B0 ;
	border-top: 1px outset #A0A0A0 ;
	border-left: 1px outset #A0A0A0 ;
	border-bottom: 1px outset #202020 ;
	border-right: 1px outset #202020 ;
	width: 93px ;
	text-decoration: none ;
	display: block ;
}
#vnavbuttons li a:hover {
	color: #FFFF00 ;
	background-color: #90C0FF ;
}

/* WIDGETS
---------------------------------------------------------- */

.spacer {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.indentation {
	margin: 0px; 
	padding: 10px;
}

