/* standard elements*/ 
* {
	/*margin: 0px;
	padding: 0; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	/*background-attachment: scroll;
	color: #FFFFFF;
	border-color: #333333;*/
}

body {
	background: #000000 url(images/bg.gif) repeat-y center top;
}

#container {
	width: 780px;
	margin:auto;
	background-color: #333333;
/*	position: relative; */
	height: auto;
/*	margin-top: -6px; */
/*	margin-bottom: -16px; */
	font-size: 14px;
	font-style: normal;
} 

#header {
	width: 740px;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	top: auto;
	background-image: url(images/header.gif);
	height: 237px;
} 

/**** Main Menu ***/
#menu {
	clear: both;
	width: 780px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-color: #99CC99;
}

#menu ul {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-weight: bold;
	border: thin solid #333333;
}	
#menu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: #09F;
	text-decoration: none;
	font-size: 100%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #007249;
	width: 135px;
	text-align: center;
}

#menu ul li a:hover {
	background-color: #333333;
	color: #FF9900;
}


#content {
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
	color: #FFFFFF;
	height: auto;
}
 
#content2 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FF6600;
	height: auto;
} 

#content h1 {
	font-size:14px;
	font-weight: bold;
	color: #FF9900;
}

#content p {
	line-height: normal;
	padding-top:0px;
	font-size: 14px;
	color: #FFFFFF;
}

#wording p {
	line-height: 16pt;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
}

#content a {
	color: #99CC99;
	text-decoration: none;
}

#content a:hover {
	color: #339900;
	text-decoration: underline;
}

#footer {
	width: 780px;
	height: auto;
	padding-top: 10px;
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
}

.redtext a{
	color: #0066FF;
}

.redtext a:hover{
	color: #FFFFFF;
}
.mailtext a{
	color: #0066FF;
}

.mailtext a:hover{
	color: #FFFFFF;
}

.mapimg {
	border: thin solid #FFFFFF;
} 

.mapimgnoborder {
} 
.breadcrumb{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.breadcrumb a{
background: transparent url(images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #FFFFFF;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #007249;
}

.breadcrumb a:hover{
text-decoration: underline;
}

.figure {float:left;
margin-right:10px;
margin-bottom:10px;
}
