/* Generic Selectors */ 

body { 
	margin: 0;
	background-color: #23617a;
	overflow: -moz-scrollbars-vertical; 
	color: white;
	font-size: 14px;
	font-family: arial,verdana,tahoma;
} 
div.infowindow {
	color: #000000;
}
.white {
 color: #ffffff;
}

.black {
	color: black;
}

#submenu{
	position:absolute;
	left:280px;
	top:97px;
	visibility: hidden;
}

#submenu ul{
	padding:0;
	margin:0;
	list-style:none;
	width:200px;
}

#submenu ul li {
	margin: 0;
}

#submenu ul li a{
	display:block;
	width:200px;
	padding:2px 10px;
	background:#90bfd3;
	border-bottom:1px solid #fff;
	color:#000;
	font-family: verdana;
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
}

#submenu ul li a:hover{
	background:#23617a;
	border-bottom:1px solid #fff;
	color:#fff;
}

.newsstuff {
	color: #a13703;
	font-size: 12px;
	text-decoration: none;
}

.admin_body {
	color: #3e3e3e; 
	font-family: arial,verdana,tahoma; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 1.3em;
	padding: 0px; 
	margin: 0px; 
}

.admin_heading {
	color: #000000; 
	font-family: arial,verdana,tahoma; 
	font-size: 14px; 
	font-weight: bold;
	line-height: 1.3em;
	padding: 0px; 
	margin: 0px; 
}

#banner_image {
	position:absolute;
	left: 200px;
	z-index: 2;
}

#contact_info{
	position:absolute;
	left: 230px;
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	z-index: 3;
}	

/* header text */
h1 { 
  color: #ffffff; 
  font-family: arial,verdana,tahoma; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
/* subheading text */
h2 { 
	color: #ffffff; 
	font-family: arial,verdana,tahoma; 
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}
 
/* body text */
h3 { 
	color: #ffffff; 
	font-family: arial,verdana,tahoma; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px; 
	margin: 0px; 
	}

/* footer text */
h4 { 
	color: #787878; 
	font-family: verdana,tahoma,arial; 
	font-size: 10px; 
	font-weight: normal;
	padding: 0px; 
	margin: 0px;
	}
	
/* body text */
h5 { 
	color: #ffffff; 
	font-family: arial,verdana,tahoma; 
	font-size: 11px; 
	font-weight: normal;
	line-height: 1.6em;
	padding: 0px; 
	margin: 0px; 
	}
		
 
/* links */ 
a:link { 
	color: #ffffff;
	text-decoration: underline;
	}
a:visited { 
	color: #ffffff;
	text-decoration: underline;
	}
a:hover { 
	color: #f3753e;	
	text-decoration: underline;
	}
a:active { 
	color: #ffffff;
	text-decoration: underline;	
	}

img.photo, a.photo:link, a.photo:visited {
	text-decoration: none;
	border: solid white 2px;
	color: black;
}

form{
  margin:0;
}

/* tiny mce header text */
.heading { 
  color: #ffffff; 
  font-family: arial,verdana,tahoma; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
/* tiny mce subheading text */
.sub_heading { 
	color: #ffffff; 
	font-family: arial,verdana,tahoma; 
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}
 
/* tiny mce body text */
.body { 
	color: #ffffff; 
	font-family: arial,verdana,tahoma; 
	font-size: 14px; 
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px; 
	margin: 0px; 
	}

.bodyNormalHeight{
	color: #ffffff; 
	font-family: arial,verdana,tahoma; 
	line-height: 1em;
}

td.gallery {
	text-align: center;
}
div.gallery {
	/*position:absolute;
	left: 300px;*/
	margin: auto;
	width: 450px;
}
div.infowindow{
	text-align: left;
	font-family: arial,verdana,tahoma; 
	font-size: 12px; 
}
/* gallery reorder styles */
#image_list {
      width: 160px;
      float: left;
      background-color: #eef;
    }
    #delete_list {
      width: 160px;
      float: left;
      background-color: #eef;
    }
    span.boxhead {
      display: block;
      font-weight: bold;
      color: #585757;
      padding: 0 4px 4px 4px;
    }
    ul.sortable li {
      position: relative;
    }
    ul.boxy {
      list-style-type: none;
      padding: 4px 4px 0 4px;
      margin: 0px;
      width: 10em;
      font-size: 13px;
      font-family: Arial, sans-serif;
      border: 1px solid #ccc;
    }
    ul.boxy li {
      cursor:move;
      margin-bottom: 4px;
      padding: 4px 3px 1px 3px;
      border: 1px solid #ccc;
      background-color: #fefefe;
    }  	

a.tjl {
	color: #787878;
	text-decoration: none;
}
