#tabmenu {
	color: #000;
	border-bottom: 1px solid #CCC;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
#tabmenu a, a.active {
	color:#999;
	background:#FFF;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #CCC;
	padding: 2px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
}
#tabmenu a.active {
	color:#CC0000;
	background: #FFF;
	border-bottom: 1px solid #FFF;
}
#tabmenu a:hover {
	background:#eaeaea;
	color:#CC0000;
}
#tabmenu a.active:hover {
	background:#FFF;
}
#tabcontent {
	text-align: justify;
	padding: 10px;
	border: 1px solid #CCC;
	border-top: none;
	z-index: 2;
}

div.slide {
	position:relative;
	float:left; 
	width:125px;
	height:125px; 
	vertical-align:middle; 
	margin-right:5px; 
	margin-bottom:5px; 
	border: 1px solid #ccc;
}

div.slide_bg {
	position:absolute;
	background:#EEE;

	width:125px;
	height:125px; 

	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

div.slide_txt {
	position:relative;
	width:115px;
	text-align:center; 
	padding:5px; 
	padding-top:10px; 
}

#content h1 {
	border-bottom: 1px solid #CC0000;
	font-size: 1.50em;
	margin: 0 0 10px 0;
}
#content h2 {
	font-size: 1.2em;
	margin: 8px 0 8px 0;
	border-bottom: 1px solid #CCCCCC;
}
#content h3 {
	font-size: 1.15em;
	margin: 7px 0 7px 0;
}
#content h4 {
	font-size: 1.10em;
	margin: 6px 0 6px 0;
}

form label{
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	padding-top: 5px;
	padding-right: 3px;
}

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#headerff h1 {
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
background:#FFF;
z-index: 99;
}	

#avmenu li {
margin-bottom: 2px;
}

#avmenu li a {
font-weight: bold;
height: 18px;
text-decoration: none;
color: #286ea0;
display: block;
/* padding: 6px 0 0 10px; */
background: #f4f4f4;
border-left: 4px solid #286ea0;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #CC0000;
border-left: 4px solid #CC0000;
}


#avmenu ul li {
	position: relative;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
	
#avmenu li ul {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	width: 150px;
}

#avmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
}

/* Holly Hack. IE Requirement \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#avmenu li:hover ul, li.over ul { display: block; } /* The magic */

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 0px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
min-height:400px;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.code {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	width: 100%;
	line-height:130%;
}

input, textarea {
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

form label{
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	padding-top: 5px;
	padding-right: 3px;
	font-weight: bold;
}

form input, form textarea{
	margin: 2px;
}

form small{
	display: block;
	font-size: 9px;
	margin-left: 130px;
	clear: both;
}


input[type="button"], input[type="submit"] {
	border: 1px outset #ccc;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}


#weather .detail {
	font-size: 0.8em;
	color:#666666;
	margin-left: 75px;
}

#weather .text {
	font-size: 1em;
	font-weight:bold;
	margin-left: 75px;
}

#weather .icon {
	margin: 0 5px 0 0;
}

#weather .date { 
	font-size: 0.9em;
	vertical-align: top;
}
