/* CSS Document */
body, html {
height: 101%;
margin: 0;
padding: 0;
background: #333333 url(../images/body-bg.jpg) 0 0 repeat-x;
font: 12px Geneva, Arial, Helvetica, sans-serif;
}

a img {
border: 0;
}

table td {
color:#FFFFFF;
}

#container {
position: relative;
left: 50%;
width: 820px;
margin-left: -410px;
}

#leftcolumn {
position: relative;
float: left;
width: 259px;
background: url(../images/nav-bg.jpg) 0px 380px no-repeat;
padding-bottom: 300px;
}

#leftcolumn p {
color:#FFFF99;
}

#leftcolumn a {
color: #0099FF;
}

#menu {
width: 259px;
padding-top: 20px;
}

#menu a {
display: block;
width: 204px;
border-bottom: 1px dashed #666666;
color: #FFFFFF;
margin-left: 10px;
padding: 10px 0 10px 30px;
text-decoration: none;
}

#menu a:hover {
display: block;
width: 204px;
background: #FFFF00 url(../images/menu-bg.jpg) 190px 10px no-repeat;
color: #CC0000;
border-bottom: 1px dashed #666666;
margin-left: 10px;
padding: 10px 0 10px 30px;
text-decoration: none;
}

#content {
width: 545px;
margin-left: 16px;
overflow: auto;
}

#content h1 {
font-size:18px;
color:#FF9933;
}

#content h3 {
font-size: 14px;
color: #FFCC33;
}

#content p {
color:#FFFFFF;
}

#content li {
color:#FFCC33;
}

#content a {
color:#FFCC33;
}

#gallery {
float: right;
width: 200px;
}

#gallery img {
margin-right: 4px;
margin-left: 4px;
padding-bottom: 10px;
}

#gallery2 {
float: right;
width: 200px;
}

#gallery2 img {
margin-right: 4px;
margin-left: 4px;
padding-bottom: 10px;
}

#footer {
background: url(../images/footer-bg.jpg);
height: 29px;
}

#footer p {
padding-top: 8px;
text-align: center;
}

#flash {
width: 545px;
height: 241px;
}

ul.listpad li {
padding-bottom: 22px;
}

.box {
float: left;
width: 250px;
color: #FFFF33;
line-height: 24px;
}

.floatright {
float: right;
clear: right;
margin-bottom: 10px;
margin-left: 10px;
}

.floatleft {
float: left;
}

.floatlist {
float: right;
margin-right: 130px;
margin: 0;
padding: 0;
margin-right: 120px;
}

.highlight {
color:#FFFF33;
font-weight: bold;
}

#content p.small {
color:#0099CC;
font-size:10px;
}

.conform {
color:#FFFF33;
}

.conform a {
color:#FFCC33;
}

.tableform {
color:#0099CC;
}

.tableform a {
color:#FFCC33;
}


/* ############################ */
/* for the lightbox gallery */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}
	
	
/* for the secure contact form */

label {
 cursor: pointer;
 cursor: hand;
 float: left;  
 width: 10em;  
 margin-right: 1em;  
 text-align: right; 
} 

fieldset{
color:#FFFF00;
padding-top: 10px;
}

input, textarea {
  border: 2px solid #ccc;
  margin-bottom: 6px;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}
#security img { border: 1px solid #000; margin-left: 133px; margin-bottom: 5px; }

#submit { margin-top: 5px; }
	
	

