/*body*/
body,html{
font-family:Trebuchet MS,Helvetica,Sans-Serif;
height:100%;
margin:0px 0px 1px 0px;
padding:0px 0px 0px 0px;
background-image:url(../img/bg.png);
background-repeat:repeat-x;
background-color:#F6F6F6;
}

#box {
width:720px;
margin:0px auto;
}

/*header*/
#header{
width:720px;
height:102px;
margin:0px auto;
padding:0px 0px 0px 0px;
background:url(../img/mast.png);
background-repeat:no-repeat;
background-color:white;
}

/*menu*/

#menu{
background:url(../img/menu.gif);
background-repeat:repeat-x;
border-top: 1px solid #999999;
border-bottom: 1px solid #EEEEEE;
width:100%;
height:30px;
padding:0px 0px 1px 0px;
background-color:white;
}
#menu ul{
color:#4D4C4C;
font-size:16px;
line-height:16px;
font-weight:bold;
list-style:none;
padding:0px 0px 0px 3px;
margin:0px auto;
letter-spacing:-1px;
width:720px;
}
#menu .first{
margin-left:1px;
border-left:1px solid white;
}

#menu li{
border: 1px solid white;
border-left: 0px;
border-top: 0px;
display:block;
float:left;
margin:0px;
list-style:none;
text-align:center;
}
#menu li a{
display:block;
padding:7px 24px 7px 24px;
color:#4D4C4C;
text-decoration:none;
}
#menu li a:hover{
color:black;
background-color:#fbf9f9;
text-decoration:none;
}
#menu .selected{
background-color:white;
}
#menu a.selected{
color:#d58222;
text-decoration:none;
}
#menu a:hover.selected{
color:#d58222;
background-color:white;
text-decoration:none;
}

#page {
padding:0px;
margin:0px;
}

/*panel*/

#panel {
float:left;
padding:0px;
margin:0px;
width:200px;
text-align:center;
}
#panel .img {
padding:0px 2px 2px 2px;
border:2px solid #EEEEEE;
border-top:0px;
background-color:white;
}
#panel form {
width:154px;
padding:25px;
padding-bottom:10px;
margin:0px;
}
#panel p{
padding:0px;
margin:0px;
padding-bottom:10px;
}
#panel .forgotten{
font-size:11px;
padding-top:10px;
border-top:1px dotted #cccccc;
}
#member_login {
text-align:left;
border:2px solid #EEEEEE;
border-top:0px;
background-color:white;
color:#666666;
font-size:15px;
}
#member_login h2{
margin-top:0px;
margin-bottom:0px;
color:#58360e;
font-size:17px;
letter-spacing:-1px;
font-weight:bold;
}
#interactive_map {
text-align:left;
border:2px solid #EEEEEE;
border-top:0px;
background-color:white;
color:#666666;
font-size:13px;
}

/*content*/

#content {
color:#666666;
padding:30px 40px 30px 40px;
font-size:15px;
margin-left: 220px;
background-color:white;
border:2px solid #EEEEEE;
border-top:0px;
}
#content h1 {
margin-top:0px;
color:#58360e;
font-size:26px;
letter-spacing:-1px;
}
#content h2 {
margin-top:0px;
margin-bottom:0px;
color:#58360e;
font-size:18px;
letter-spacing:-1px;
font-weight:normal;
}
#content p {
margin-top:0px;
margin-bottom:15px;
}
#content a{
color:black;
}
#content a:hover{
color:#666666;
text-decoration:none;
}
#content ul{
list-style:url(../img/tri.gif);
margin-top:5px;
}
#content li {
margin-top:0px;
margin-bottom:5px;
}
.bullets {
  width:200px;
}
.company,
.company a {
  color:#000000;
  text-decoration:none;
}

/*table*/
table {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	font-size: 13px;
}
table a{color: #000000;}
table td {
	border-bottom: 1px solid #E6E6E6;
	color: #666666;
}
table th {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	background-color: #E2E2E2;
}

/*news section*/
#news {
	text-align:left;
}
#news .item {
	padding:10px 0px 15px 0px;
	border-bottom: 1px dotted #cccccc;
}
#news .title {
	padding:0px;
	margin:0px;
	font-weight:bold;
}
#news .date {
	font-size:11px;
	color:#666666;
	padding:0px;
	margin:0px;
}
#news .text{
	padding:0px;
	margin:0px;
}
#news .read{
	font-size:11px;
}
#news #pagination{
	padding:5px;
	font-size:11px;
}
#item_date {
	font-size:18px;
	color:#666666;
	padding:0px;
	margin:0px;
}
/*footer*/
#footer {
clear:both;
margin-top:10px;
margin-bottom:10px;
text-align:center;
color:#8c8c8c;
font-size:12px;
margin-left:220px;
}


























