html, body {
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	font-size:13px;
	background-color: #ffffff;
	color: #3F3F3F;
	/*background-image: url(../images/background.png);*/
}
/* The header and footer */
.headfoot {
	display:block;
	height:30px;
	color:#999999;
	text-align:center;
	min-width:800px;
	font-size:12px;
	background-color: #dffffe;
	background-image:url(../images/menubck.jpg);
	background-repeat:repeat-x;
	background-position:center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9DFFFD;
	position: relative;

}
.notes {
	color:#999999;
	font-size:10px;
	font-family:sans-serif;
	}
.head {
	display:block;
	height:auto;
	height:auto;
	color:#fff;
	text-align:left;
	font-size:30px;
	background-color: #ffffff;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-position:top;
}


/* This bit does all the work */
#container {
	position:relative;
	display:block;
	overflow:visible;
	background-color: #CAFFFE;
	width: 100%;
	min-width:800px;
	margin: auto;
}
#left {
	float:left;
	position:relative;
	*margin-top:-30px;
	height: 100%;
	width:17%;
	/*min-width:210px;*/
	min-height: 1024px;
	display:inline;
	margin-left: 0px;
	background-color: #CAFFFE;
	color: #983700;
	top: 30px;
	margin-bottom: 20px;
	*margin-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	*padding-top: 0px;
}
/* Typo3 replace new DIV leftnav */
#leftnav {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
 }
#leftnav #menu1 {
width: 100%;
}
#leftnav div.menu1-level1-no a {
	display:block;
	background-color: #dffffe;
	background-image:url(../images/menubck.jpg);
	background-repeat:repeat-x;
	background-position:center;
	color: #595959;
	font-size: 14px;
	font-family: sans-serif, Arial, Helvetica;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9DFFFD;
}
#leftnav div.menu1-level1-no a:hover {
	background-image:url(../images/menubck_over.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#leftnav div.menu1-level1-act a {
	display:block;
	background-color: #dffffe;
	background-image:url(../images/menubck.jpg);
	background-repeat:repeat-x;
	background-position:center;
	color: #595959;
	font-size: 14px;
	font-weight:bold;
	font-family: sans-serif, Arial, Helvetica;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9DFFFD;
}
#leftnav div.menu1-level2-no a {
	width:90%;
	display:block;
	font-size:14px;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	color: #983700;
	background-color: #fff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CAFFFE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CAFFFE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9DFFFD;
}
#leftnav div.menu1-level2-no a:hover {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	color: #000000;
	background-color: #FFF;
}
#leftnav div.menu1-level2-act a {
	width:90%;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	color: #983700;
	background-color: #fff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CAFFFE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9DFFFD;
} 

#search {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
	border: #9DFFFD solid 2px;
	color: #983700;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	
}
#search a {
	color: #983700;
	font-weight: bold;
	font-size: 12px;
}
#search a:hover {
	color: #000;
	font-weight: bold;
	
}
/* END Typo3 replace new DIV leftnav */
#right {
	float:left;
	position:relative;
	*margin-top:-30px;
	width: 68.2%;	
	display:block;
	top: 30px;
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding-top: 10px;
	*padding-top: 20px;
	padding-right: 55px;
	padding-left: 55px;
	/*overflow: hidden;*/
}

.clear {
	clear:both;
	overflow:hidden;
}
a:visited {color:#000;}
/* Just to extend each column */
#container a:visited, a {color:#000; text-decoration:none;}
#container a span {display:none;}
.headfoot a {
	color: #983700;
}
.headfoot a:hover {
	color: #983700;
	text-decoration: underline;
}
#container #right h2 {
	*font-size: 18px;
	font-family:sans-serif;
	color: #7f776c;
}
#container #right h3 {
	*font-size: 18px;
	color: #666666;
}
#container #right li {
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
	font-size: 12px;
}
#container #left h4 {
	*font-size: 14px;
	font-size: 14px;
	color: #dd6800;
}
#container a:active, #container a:focus {color:#fff; text-decoration:none; background:transparent; cursor:default;}
#container a:active span, #container a:focus span {display:inline; left:0;}
.comment {text-align:center;}
.comment a {text-decoration:underline;}
em {font-weight:bold;}

#navlist
{
	margin: 0px;
	margin-bottom: 10px;
	*margin-bottom: 0px;
	padding: 0px;
	padding-left: 10px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	*padding-bottom: 0px;
	padding-top: 0px;
	*padding-top: 10px;
	height: 23px;
	*height: 17.5px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00dac7;
}


#navlist a, #navlist a:link, #navlist a:visited
{
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #dd6800;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00dac7;
	border-right-color: #00dac7;
	border-bottom-color: #00dac7;
	border-left-color: #00dac7;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00dac7;
	border-right-color: #00dac7;
	border-bottom-color: #00dac7;
	border-left-color: #00dac7;
	color: #fff;
	background-color: #00dac7;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.6em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}


#navlist #active a {
	background-color: #8ae9e1;
	color: #FFFFFF;
}
#container #right li {
	font-family: Arial, Helvetica, sans-serif;
	color: #7f776c;
	font-weight: bold;
}
#container #right a {
	color: #dd6800;
	font-weight: bold;
}
#container #right a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#navcontainer {
	position:absolute;
	*position:relative;
	left:0px;
	top:230px;
	*top:1px;
	width:100%;
	min-width:800px;
	height:35px;
	*height:35px;
	background-color:#8ae9e1;
	layer-background-color:#fff;
	border:1px none #000000;
	z-index:2;
}
/* OR CSS */
.field_caption{
	font-weight:bold;
}
.searchpage_field_caption {
font-weight:bold;
text-align:right;
}
.searchpage_field_caption_row {
font-weight:bold;
text-align:right;
}
.lat_long_header{font-size:12px;}
.view_image {
	text-align:center;
}

.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {

}
.no_results { color:red; margin-top:10px;}

.search_results {width:100%;}
.result_row_0	{ background-color: #ff9900; }
.result_row_1	{ background-color: #FFFFFF; }
.view_users {width:100%;}

.clr{
	clear:both;
}
 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}
