﻿@import url("layout.css");
body
{
	background-attachment: fixed;
	background-color: #f2f2f7;
	background-image: url("../images/MetalBackground.jpg");
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif, calibri;
	font-size: .9em;
}
#container
{
	margin: 10px auto;
	width: 800px;
}

#masthead
{
	background-color: white;
	text-align: center;
	width: 798px;
    vertical-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}
#masthead h1
{
    margin-top: 10px;
    margin-bottom: 7px;
}
#topbar
{
    background-color: #0066CC;
    border-top: 0;
    color: white;
    font-weight: bold;
	text-align: left;
    margin-top: 5px;
    padding: 0px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    width: 792px;
}
#topbar ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#topbar li
{
    display: inline;
}
#topbar input{
    border: 1px solid #999999;
	width: 250px;
	position: relative;
    left: -1px;
	color: #999999 !important;
}
#topbar input[type="submit"]{
	color: black !important;
	width: 40px;
}
#topbar .social
{
    float: right;
    padding-right: 10px;
    position: relative;
    top: 3px;
}
.content
{
	background-color: #fff;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 15px;
	width: 600px;
}
.search_result{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.body{
	padding-left: 160px;
}
#footer
{
	background-color: #fefeff;
	border: 1px solid #CCCCCC;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 798px;
}
#masthead h1
{
	color: #000;
}
#masthead h3
{
	color: #000;
}
#navigation
{
	background-color: #fff;
	border: 1px solid #CCCCCC;
	float: left;
	font-family: "Calibri";
	font-size: large;
	margin-bottom: 5px;
	margin-top: 5px;
	min-height: 500px;
	padding: 5px;
	position: relative;
	text-transform: uppercase;
	width: 148px;
}
#navigation li
{
	background-color: #fff;
	border: 1px solid #fff;
	display: block;
	margin: 0;
	padding: 0;
	/*
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	*/
}
#navigation ul li:last-child{
/*
	border-bottom: 1px solid #CCC;
*/
}
#navigation li.subnavli
{
	background-color: transparent;
	border: 0px solid #fff;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#navigation ul ul{
	padding-bottom: 0px;
	z-index: 99;
}
#navigation a
{
	color: #000;
	display: block;
	padding: 3px 5px 3px 5px;
	text-align: center;
	text-decoration: none;
}

#navigation a.subnav
{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
	display: block;
	margin-left: 148px;
	padding: 5px;
	text-decoration: none;
	width: 200px;
}
#navigation ul li:hover
{
	border-bottom: 1px solid #99CCFF;
	background-color: #99CCFF;
	color: #fff;
	text-decoration: none;
}
#navigation ul ul
{
	left: 148px;
	margin-top: -29px;
	position: absolute;
	width: 170px;
}
#navigation ul ul
{
	display: none;
}
#navigation ul li:hover ul
{
	display: block;
}
.content h1,h2,h3,h4,h5,h6
{
	color: #3366FF;
	font-family: Calibri;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
.content img
{
	padding: 5px;
}
#footer p
{
	color: #000;
	font-family: Calibri;
	margin-top: 5px;
}
#footer a
{
	color: #000;
	text-decoration: underline;
	text-transform: uppercase;
}
#footer a:hover
{
	background-color: #000000;
	color: #FFFFFF;
}
a
{
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover
{
	color: #33627d;
	text-decoration: underline;
}
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft{
	float: left;
}
img.alignright{
	float: right;
}
.blockcenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img{
	border: 0 !important;
}
#navigation a{
	border: 0;
}

.email{
	font-family: monospace;
}
.photos td{
	width: 150px;
	word-wrap: break-word;
}
.search_result{
	font-size: 11px;
}

.button, .button:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.button:hover{
	background-color: #111; 
	color: #fff; 
	text-decoration: none;
}

.link_box{
	float: right;
	text-align: left;
	width: 190px;
}

.link_box a{
	margin-left: 10px;
	margin-bottom: 5px;
}

.link_box_right{
	float: left;
	text-align: right;
	width: 155px;
}
.link_box_right a{
	margin-right: 5px;
	margin-bottom: 5px;
}
#donate{
	background-color: #6699CC;
}

.gallery-icon img{
}

  
.clear {  
    clear:both  
}  
  
#gallery {  
    position:relative;  
    height:380px;
}  
#gallery a {  
	float:left;  
	position:absolute;  
}  
  
#gallery a img {  
	border:none;
	width: 500px;
	margin-left: 30px;
}  
  
#gallery a.show {  
	z-index:50  
}  

#gallery .caption {  
	z-index:600;   
	background-color:#000;   
	color:#ffffff;   
	height:100px;   
	width:100%;   
	position:absolute;  
	bottom:0;  
}  

#gallery .caption .content {  
	margin:5px  
}  
  
#gallery .caption .content h3 {  
	margin:0;  
	padding:0;  
	color:#1DCCEF;  
}  