body {
  text-align: left;
  color: #666666;
  font-family: 'Arial', verdana, serif;
  background: #000000 url('images/bg.gif') top left repeat-x;
}

#flashContent{
    border: 1px solid #000000;
        width: 500px;
            height: 90px;
                margin: 3px;
                    padding: 0px;
                    
                    }
                    


input {
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    font-family: Verdana;
    border: 1px solid #000000;
    background-color: #ffffff;

}

textarea{
    color: #000000;
    font-family: Verdana;
    border: 1px solid #000000;
    background-color: #ffffff;
}


select{

    color: #000000;
    font-family: Verdana;
    font-size: 14px;
    border: 1px solid #000000;
    background-color: #ffffff;
}




 /*---    Photo Fancy Border (Bounding & Border Images)    ---*/


 /*---    Galleries Index Page    ---*/

#contentarea-middle2 #gallery {
  position: relative;
  }

#contentarea-middle2 #gallery a,
#contentarea-middle2 #gallery a:link,
#contentarea-middle2 #gallery a:visited {
  background: none;
  border: none;
  }

#contentarea-middle2 #gallery ul {
  float: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  }

#contentarea-middle2 #gallery li {
  list-style-image: none;
  margin-bottom: 10px;
  float: center;
  margin-right: 100px;
  }

#contentarea-middle2 #gallery .preview {
 float: center;
 margin: 15px 0 0 0;
  }

#contentarea-middle2 #gallery span.vert,
#contentarea-middle2 #gallery span.horiz {
  width: 92px;
  height: 70px;
  padding: 15px 300px 300px 300px;
}

	    
#contentarea-middle2 #gallery img {
  display: block;
  border: 0px solid;
  border-color:#333;
  background: none;
  padding-right: 0;
}

#contentarea-middle2 #gallery .preview-desc {
  position: relative;
  padding-left: 0px;
}

#contentarea-middle2 #gallery h2 a,
#contentarea-middle2 #gallery h2 a:link,
#contentarea-middle2 #gallery h2 a:visited {
  color: #333;
  background: none;
  padding-right: 0;
  border: none;
  }

#contentarea-middle2 #gallery h2 a:hover { color: #9c6; }
#contentarea-middle2 #gallery h2 a:active { color: #c60; }

#contentarea-middle2 #gallery p { 
  text-indent: 0; 
  }

#contentarea-middle2 #gallery span.view-button img {
  display: inline;
  border-width: 0;
  border-style: none;
  margin: 5px 0 5px 18px;
  }

#contentarea-middle2 #gallery span.count,
#contentarea-middle2 #gallery span.last {
  font-size: 5em;
  line-height: 1.4em;
  padding: 5px 0 5px 20px; 
  }

 /*---    Gallery Thumbnail Pages    ---*/

#contentarea-middle2 #gallerys {
  width: 100%;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  }

#contentarea-middle2 #gallerys a,
#contentarea-middle2 #gallerys a:link,
#contentarea-middle2 #gallerys a:visited {
  background: none;
  border: none;
  }

#contentarea-middle2 #gallerys ul {
  float: center;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none;
  }

#contentarea-middle2 #gallerys li {
  position: relative;
  margin-left: 0px;
  float: left;
  width: 30%;
  height: 35%;
  padding: 0px 0 10px 0;
  text-align: center;
  list-style-image: none;
}

#conententarea-middle2 #gallery span.horiz,
#contentarea-middle2 #gallery span.vert {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0;
  }

#contentarea-middle2 #gallerys img {
  display: block;
  border: 0px solid;
  border-color: #000;
  background: none;
  }

#contentarea-middle2 #gallery div.date {
  font: italic 100% Georgia;
  color: #999;
  margin-top: 5px;
  
}
 /*---    Gallery Thumbnail Pages (lightbox.js)    ---*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover,#prevLink:visited:hover { background: url('images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover,#nextLink:visited:hover { background: url('images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	height: 30px;
	line-height: 1.4em;
	}
#imageData{ padding:0 10px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	height: 1%;
	}	


 /*---    Gallery Photos (node view)    ---*/

#contentarea-middle2 .content .preview img {
  display: block;
  padding: 0px;
  border: 0px solid #ccc;
  margin: 20px auto 0 auto;
  background-color: #fff;
  }



  /*  END LIGHTBOX  */



A:link {
	COLOR: #000000; text-decoration: none;
}
A:visited {
	COLOR: #000000; text-decoration: none;
}
A:active {
	COLOR: #252525; text-decoration: none;
}
A:hover {
	COLOR: #252525; text-decoration: none;
}

h3
{
	margin-top:5px; 
	margin-left: 10px;
        margin-bottom: 5px;
	COLOR: #000000;
	text-decoration: none;
	text-style: normal;
	letter-spacing: -1px;
	font-width: normal;
        text-transform: uppercase;
	font-weight: normal;
        padding-top: 0;
}

#page_wrapper { 
  margin-top: 30px;
  width: 900px;
  border: 0px solid #000000;
}


#header_wrapper {
  width: 100%;
  padding: 0px;
  border: 3px solid #333333;
}

#header_wra {
  width: 100%;
  padding: 0px;
  border: 3px solid #252525;
}


#header {
  height: 60px;
  padding: 15px;
  margin: 0px;
}

#header h1 {
  margin: 0px;
  font-family: 'Arial', verdana, serif;
  font-size: 18px;
  color:#ffffff;
  letter-spacing: -1px;
}

#sitename {
  margin: 0px;
  font-family: 'Arial', verdana, serif;
  font-size: 50px;
  color: #9b0000;
  letter-spacing: -1px;
}

#header h2 {
  margin: 0px;
  font-family: 'Arial', verdana, serif;
  font-size: 14px;
  font-style: normal;
  color:#000000;
  letter-spacing: -1px;
}

#left_side {
  margin-top: 0px;
  padding: 5px;
  float: right;
  width: 150px;
  font-size: 14px;
  font-style: normal;
  font-family: 'Arial', verdana, serif;
  line-height: 14px;
  background: #ffffff;
  color: #000000;
}

#content {
  background: #333333;
  text-align: justify;
  width: 894px;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Arial', verdana, serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}

#footer {
  height: 50px;
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #ffffff;
  font-family: 'Arial', verdana, serif;
  font-size: 11px;
  line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: none;
}


/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.collapsed {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.leaf {
  list-style-type: disc;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}


#content p {
  margin-top: 20px; 
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: 'Arial', verdana, serif;
  font-size: 16px;
  line-height: 18px;
  color: #252525;
}

#content h3 {
  margin-top:5px; 
  margin-left: 5px;
  margin-bottom: 5px;
  font-family: 'Arial', verdana, serif;
  font-size: 18px;
  font-weight: normal;
  text-align: right;
  line-height: 18px;
  color: #252525;
}

#content h1 {
  margin-top: 5px; 
  margin-bottom: 5px;
  font-family: 'Arial', verdana, serif;
  margin-left: 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #252525;
}
 

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 12px;
  color: #2153AA;
}


#navlist
{
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    text-align: bottom;
    padding: 1px;
    border-bottom: 1px solid #000000;
    font: normal 10px 'Franklin Gothic', verdana, serif;
}
#navlist li
    {
    list-style: none;
    margin: 0px;
    display: inline;
    }	
#navlist li a
    {
    color: #000000;
    padding: 4px 15px;
    border-bottom: none;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0px;
    text-transform: none;
    background: url('images/hover.gif') top repeat-x;
    font-weight: normal;
    }

#navlist sup{
    font-size: 12px;
}
#navlist li a:link 
    { 
    color: #ffffff; 
    }
#navlist li a:visited 
    { 
    color: #ffffff; 
    }
#navlist li a:hover
    {
    background: #fff;
    color: #000;
    }

#navlist li a#current {
  background: url('images/hover.gif') top repeat-x;
  color: #990000;
  }

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  line-height: 18px;
  color: #949494;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  line-height: 18px;
}


#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family:  'Arial', verdana, serif;
  font-size: 15px;
  line-height: 16px;
  color: #000000;
}

#left_side a, #right_side a {
  font-family:  'Arial', verdana, serif;
  font-size: 15px;

  color: #000000;
}

#left_side h3, #right_side h3 {
  font-family: 'Arial', verdana, serif;
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 12px;
  color: #000;
}

#left_side li {
list-style: none;
margin-left: -5px;
  margin-bottom: 5px;
}
