@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* for IE */
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	line-height: 1.1em;

	}
.titletext {
	font-size: 20px;
	text-align: left;
}
.phototext {
	font-size: 80%;
}
.tabletext {
	font-family: "Courier New", Courier, monospace;
	}
.tabletextbold {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
}
.weathertext {
	color: #A70303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	background-color: #FFFFFF;
	height: 159px;
	width: 998px;
	background-image: url(media/bannerfinal.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #333333;
}

#container {
	text-align: left; /* counter the body center */
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#left {
	background-color: #FFFFFF;
	float: left;
	width: 180px;
}

#right {
	background-color: #FFFFFF;
	float: right;
	width: 780px;
	padding: 20px;
	text-align: left;
}

#footer {
	float: right;
	background-color: #FFFFFF;
	width: 1000px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* MENU */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/* PIC BORDER */

.picBorder {
    background-color: #fff;
    padding: 5px;
    border: #A70303 solid 1px;
	width: auto;
}

.jez {
	padding: 5px;
	border: 1px solid #666;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.footer {
	margin-right: 150px;
}

div.clear {
clear: both;
}

#season {
	margin: 0 auto;   /* align for good browsers */
	text-align: center;
	background-color: #d9e6ee;
	padding: 4px;
	border: 1px solid #9CC;	
	width: 50%;
}

.alert {
	margin: 0 auto;   /* align for good browsers */
	text-align: center;
	background-color: #d9e6ee;
	padding: 4px;
	border: 1px solid #F00;	
	width: 80%;
}
.googleright {
	float: right;
}
#grey {
	border: 1px solid #9CC;
	padding: 10px;
	background-color: #EAEAEA;
}

.box {
	text-align: left;
	background-color: #d9e6ee;
	padding: 8px;
	border: 1px solid #9CC;
}
.translate {
	float: right;
}