/* body
--------------------------------------------------*/
body {
  color:#414141;
  background: #EDE8E2 url(../images/bg_green.png) repeat;
  margin:0;
  padding:15px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
}

/* container
--------------------------------------------------*/
#container {
  width:750px;
  padding:0 20px 0 20px;
  border-top:30px solid white;
  background:white url(../images/container_bg.gif) 550px 0px repeat-y;
  margin:0 auto;
  text-align:left;
}

#container_ajax {
  width:710px;
  padding:0 10px 0 10px;
  border-top:30px solid white;
  /*background:white url(../images/dummy_bg.gif) 500px 0px repeat-y;*/
  background:white;
  margin:0 auto;
  text-align:left;
}

/* header
--------------------------------------------------*/
#header {
  width:730px;
  height:183px;
  background-color:#F0F9F9;
  background-image:url(../images/header_green.jpg);
  margin: auto;
}

#header_ajax {
  width:690px;
  height:116px;
  background-color:#F0F9F9;
  background-image:url(../images/header_bg_ajax.jpg);
  margin: auto;
}

h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#009193;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#1BA6B2;}

/* navigation
--------------------------------------------------*/
#navigation {
  background-color:#1BA6B2;
  border-top:30px solid white;
  height:2em;
  line-height:2em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
  border-color:white;
  font-weight:bold;
}

#navigation li a {
  display:block;
  padding:0 13px;
  font-size:1em;
  letter-spacing:0.8px;
  color:white;
  text-decoration: none;
}

#navigation a:hover {
  background-color:#DB3A04;
  font-size:1.1em;
}

.tabcontent{
  display:none;
 
}

.tabcontent a:hover {
  background-color:#FFFF00;
  font-size:1.2em;
}

/* content
--------------------------------------------------*/
#content {
  float:left;
  width:450px;
  padding-top:32px;
  padding-bottom:10px;
}

#content h2 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
  padding-left:24px;
  background:url(../images/bible.gif) center left no-repeat;
}

#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content h4 {
  margin:0;
  font-size:0.8em;
}

#content legend {
	color:#009193;
  font-size:90%;
}

#content fieldset {
	border:1px solid #009193;
	margin:10px;
}

#content td {
	margin:0;
	font-size:0.9em;
	
}

/* subcontent
--------------------------------------------------*/
#subcontent {
  float:right;
  width:195px;
  padding:15px 0 5px 10px;
  margin:0 0 0 15px;
  font-size:0.9em;
  line-height:1.5em;
  
}

#subcontent h2{
  font-size:1.6em;
  line-height:0.7em;
  padding:10px 0px 1px 2px;
  border-bottom: solid #E5B584;  
}

a.more {
  padding-right:20px;
  background:url(../images/right.gif) center right no-repeat;
}


/* footer
--------------------------------------------------*/

#footer {
  padding:0 0 5px 0;
  clear:both;
  font-size:0.9em;
  background:white url(../images/footer_bg.gif) 470px 0px no-repeat;
}

#footer p {
  border-top:6px solid #E9F7F6;
}

#footer strong {
  color:#009193;
  font-weight:normal;
}

#footer a {
  color:#A0A0A0;
}

#footer a:hover {
  color:#414141;
}

#footer img{
  float:right; 
  margin-top:22px;
  border:0;
  padding:0 5px 0 0;
  
}


/* hr
--------------------------------------------------*/
hr {
  margin-bottom: 15px;
  border-top: 1px dotted #D9D9D9;
  border-bottom: 1px dotted #FFFFFF;
  height: 2px;
}

/* a
--------------------------------------------------*/
a:link 
{
text-decoration: none;

}
a:visited
{
text-decoration: none;
color:blue;
}
a:hover 
{
text-decoration: underline;
}

/* AJAX
--------------------------------------------------*/

#ajax_block1{
	border: 1px dotted #D9D9D9;
	width: 690px;
	padding:3px 6px 3px 4px;
	overflow: auto;

}

#ajax_block2{
	width: 690px;
	float: left;
}

#ajax_data{
	overflow: auto;
}

#ajax_data th.begin{
	background-image: url(../images/ajax/th_beg.gif); 
	background-position: left; 
	background-repeat: 	 no-repeat;  
	background-color:    #7584b3;  
 	color:               #ffffff;
  font-family:         Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:           12px;
  font-weight:         bold; 
}

#ajax_data th.middle{
 	background-color:    #7584b3;
 	color:               #ffffff;
  font-family:         Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:           12px;
  font-weight:         bold; 
  padding:0 5px;
  white-space:nowrap;
}
 
#ajax_data tr.data1{
	background-color: #f5f5f5;
	font-size:        12px;
	margin:2px;
}

#ajax_data tr.data2{
	background-color: #e9e9e9;
	font-size:        12px;
	 margin:2px;
}

#ajax_data th.end{
	background-image: url(../images/ajax/th_end.gif); 
	background-position: right; 
	background-repeat:   no-repeat;
	background-color:    #7584b3;
 	color:               #ffffff;
  font-family:         Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:           12px;
  font-weight:         bold; 
}


#ajax_search{

}

#aj_menu a{
  border-right:1px solid;
  padding:0 13px;
  font-size: 0.9em;
  letter-spacing:0.8px;
  color:white;
  text-decoration: none;
  background-color:#7584b3;
  float:left;
  white-space:nowrap;
  border-color:white;
  font-weight:bold;
}

#aj_menu a:hover {
	background-color:#DB3A04
}

#ajax_input{
	float: left;
	border: 1px dotted #D9D9D9;
	width: 350px;
	float: left;
	padding:2px;
}


#ajax_map{
  width:330px;
  font-size:0.9em;
  line-height:1.5em;
  border: 1px dotted #D9D9D9;
  margin-left:354px;
  padding:2px;
	background-image:  url(../images/ajax/map.gif); 
	background-position: 0 20px;
	background-repeat: no-repeat;
 
}

input.ajax_button {
	color: black;
	background: #F6F5F4;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	border: solid 1px black;
	padding: 2px;
	cursor: pointer;
}


a#sort img{	
 	border: 0;
 	vertical-align:middle;
}
a#sort:hover{ 
	background-color: #000000;
} 
