/*
CSS for Slideshow
*/
.gss a img {border : none;}
.gss {
      width: 100%;
      height: 245px;
      color: #dddddd;
      background-color: #000000; 
	  
    }
#slideshow {
  width : 100%;
  height : 245px;
  padding : 0px;
}
/*
CSS for Slideshow END
*/
.header{

background: black url(images/HeaderLogo.gif) repeat-y left bottom;
height: 82px;
text-align: left;
}


body {
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	text-align:left;
	margin: 0;
	background-image: url(../images/graysides.gif);
}

h1, h2, {
  font-family: Herald, Georgia, Times New Roman, serif;
}
h1, h2, h3,h4{
  margin: 0px;
}
h1 {
	font-size: 2.5em;
	color: #000000;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 0em;
	padding-left: 0.4em;
	line-height: 10px;
	text-align:left;
}

h2 {
	color:#CC0000;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 1.1em;
	text-align: left;
	line-height: 10px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 0.5em;
	text-align: left;
	line-height: 15px;
	padding-bottom: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 1em;
	text-align: left;
}


li {
font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  list-style-type: none;
   color: #000000;
   line-height: 20px;
}

.post-body div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	padding-left: 1em;
	line-height: 1.5em;
	margin: 0px;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

em {
	text-transform: uppercase;
}

a {
font-family: Arial, serif;
  font-weight: bold;
   font-size: .9em;
    left: 20px;
}



.whitelink a:visited{
color:#FFFFFF;}

.blacklink{
color:#000000;
line-height:0px;}

.blacklink a:visited {
  color: #dddddd;
}
.quicklink{
color:#000000;
padding-left: 1em;}

.quicklink a:visited {
  color: #dddddd;
}

a:hover {
  text-decoration: none;
  color: #000000;
  
}

a:active {
  color: #000000;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}



ul {
	margin-top: 15px;
	color: #FFFFFF;
}

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  float: right;
  margin: 10px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x bottom;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

form.contact fieldset {   
  border: 2px solid navy;   
  padding: 10px;
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: navy;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: navy;
  color: white;   
  font-weight: bold;   
  padding: 5px;   
  border: 1px solid white; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: #0066FF; 
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/
/*
#navigation, #header, {
  position: relative;
}*/

#navigation {
	/*left:138px;*/
	width: 856px;
	height: 140px;
	color:#000000;
	text-align:left;
	top: 0px;
	background-image: url(../images/navbackgrd.gif);
	position: relative;
	left: 68px;
	z-index: 0;
	
}
#bodycontent {
	top: 0px;
	position: relative;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;

	
	background-image: url(../images/graysides.gif);
	
}
#homecontent {
	height: 500px;
	top: 430px;
	position: absolute;
	width: 550px;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	left: 80px;
	z-index: 1;
	background-image: url(../images/white.png);
	padding-top: 0px;
	
	
}
#homelinks {
	top: 430px;
	position: absolute;
	width: 250px;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	left: 650px;
	right: 0px;
	z-index: 1;
	background-image: url(../images/white.png);
	height: 341px;
	padding-top: 0px;

	
}
#leftcontent {
	height: 1000px;
	top: 200px;
	position: absolute;
	width: 550px;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	left: 80px;
	z-index: 1;
	background-image: url(../images/white.png);
	padding-top: 0px;
	
	
}
#rightlinks {
	top: 200px;
	position: absolute;
	width: 250px;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	left: 650px;
	right: 0px;
	z-index: 1;
	background-image: url(../images/white.png);
	height: 341px;
	padding-top: 0px;

	
}
#content {
	top: 0px;
	position: relative;
	margin: auto;
	width: 770px;
	text-align:left;
	padding-left: 15px;
	background-image: url(../images/nopicbackgrd.gif);
	background-repeat: no-repeat;
	
}
#rightcontent {
	top: 0px;
	position: relative;
	left: 68px;
	width: 856px;
	height: 330px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	background-image:url(../images/homeglobe.jpg);
	background-repeat:no-repeat;
	text-align: left;
	z-index: 0;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 2em;
	padding-top: 130px;
	padding-left: 0px;
	
}
#detail {

width: 300px;
height: 100;
}


#header {
  width: 100%;
}

.footer {
	bottom: 10px;
	position: absolute;
	width: 545px;
}
