/* tswpanel style sheet */

body {
	background-color:#E3E2D0;
	background-image:url('../images/Background.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

table.body {
background-color:#D5D2B3;
}

/* key borders */
.kleft {
border-left:2px solid #807D4A;
}
.kright {
border-right:2px solid #807D4A;
}
.ktop {
border-top:2px solid #807D4A;
}
.kbot {
border-bottom:2px solid #807D4A;
}

/* master head style */
.masthead {
background-color:#D5D2B3;
}

/* main navigation style */
.navigation {
background-color:white;
}

/* contains the body and footer, with a border and padding */
.superdiv {
	background-color:#D5D2B3;
	width:960px;
	border-left:2px solid #807D4A;
	border-right:2px solid #807D4A;
	margin-bottom:15px;
	margin:auto;
}

/* left column for hompage */
.col1 {
	padding-top:25px;
	padding-left:25px;
	padding-right:10px;
	padding-bottom:5px;
}
/* right column for all pages */
.col2 {
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:5px;
	text-align:right;
}


/* various text boxes that are divs */
.box1 {
	width:485px;
  border:1px solid #807D4A;
	background-color:white;
	padding-left:25px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:10px;
	line-height:25px;
	margin-bottom:10px;
	text-align:left;
}

.box2 {
	width:265px;
  border:1px solid #807D4A;
	background-color:white;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:left;
}

.box3 {
	width:295px;
  border:1px solid #807D4A;
	background-color:white;
	padding-top:6px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:left;
}

.box4 {
  border:1px solid #807D4A;
	background-color:white;
	padding-top:6px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:center;
}

/* the lizard skink overlay */
.skink {
 position:absolute;
 top:-20px;
 right:-140px;
}

/* the froggie background  */
.froggie {
	background-image:url('../images/froggie_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}

/* other content area background images */
.homebg {
	background-image:url('../images/home_bg.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
}
.bg_events {
	background-image:url('../images/bg_events.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
.bg_howtohelp {
	background-image:url('../images/bg_howtohelp.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
.bg_culturalheritage {
	background-image:url('../images/bg_culturalheritage.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
.bg_tours {
	background-image:url('../images/bg_tours.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
.bg_naturalheritage {
	background-image:url('../images/bg_naturalheritage.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
.bg_about {
	background-image:url('../images/bg_about.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
.bg_science {
	background-image:url('../images/bg_science.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
 

/* The Land Between text title style */
.style1 {
	font-weight: bold;
}

/* page footer */
div.footer {
	width:530px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	border:1px solid #807D4A;
	background-color:white;
	margin-bottom:10px;	
	text-align:center;
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:15px;
}
div.footer a:link {
	color:#000000;
	text-decoration:none;
}
div.footer a:visited {
	color:#5A5A5A;
	text-decoration:none;
}
div.footer a:hover, .footer a:active {
	color:#5A5A5A;
	text-decoration:underline;
}

/* all default links */
a:link {
	color:#FF8000;
	text-decoration:underline;
}
a:visited {
	color:#CC6600;
	text-decoration:underline;
}
a:hover, a:active {
	color:#CC6600;
	text-decoration:underline;
}
a.hide {
	color:black !important;
	text-decoration:none !important;
	border-bottom:0px !important;
}
.hidelinks a {
	text-decoration:none !important;
	border-bottom:0px !important;
}
.textlink {
	color:#FF8000;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

/* headers */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#807D4A;
	border-top:1px solid #807D4A;
	border-bottom:1px solid #807D4A;
	width:75%;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#807D4A;
	border-top:1px solid #807D4A;
	border-bottom:1px solid #807D4A;
	width:75%;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#807D4A;
	border-top:1px solid #807D4A;
	border-bottom:1px solid #807D4A;
	width:75%;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#807D4A;
	border-top:1px solid #807D4A;
	border-bottom:1px solid #807D4A;
	width:75%;
}

/* list boxes */
.list {
	padding-left:10px !important;
	margin-left:10px !important;
}

ul.menu {
  margin-left:5px; /* IE */
  padding-left:5px; /* Firefox */
  list-style-type:square;
}
ul.menu li {
  margin-bottom:2px;
	font-size:10px;
}

ul.listbreaks {
  margin-left:15px; /* IE */
  padding-left:15px; /* Firefox */
	list-style-type:square;
}
ul.listbreaks li {
  margin-bottom:10px;
}

ul.subnav {
  margin-left:10px; /* IE */
  padding-left:10px; /* Firefox */
	list-style-type:square;
}
ul.subnav li {
  margin-bottom:5px;
	font-size:12px;
}


form {
 margin:0px;
 padding:0px;
}

.ascii {
	line-height: 8px !important;
	font-size:8px;
}

.pdf {
	font-size:12px;
}

.external {
	font-size:12px;
	color:#666666;
}




