@charset "utf-8";
/* CSS Document */
html, body {
margin: 0;
padding: 0;
background: #000000 url(../images/body-bg.jpg) 0 0 repeat-y;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
}

p {
color: #FFFFFF;
margin:0 0 1em 0;
padding:0;
}

h1, h2, h3 {
margin:0 0 .7em 0;
padding:0;
}

form {
margin:0;
padding:0;
}

a img {
border: 0;
}

#container {
width: 928px;
}

#header {
height: 140px;
}

#header p.contactinfo {
float: right;
color: #FFFFFF;
padding-top: 28px;
line-height: 18px;
text-align: right;
}

#content {
padding-top: 20px;
padding-bottom: 60px;
}

#leftcolumn {
float: left;
width: 240px;
}

#menu {
padding-left: 90px;
padding-right: 40px;
}

#menu a {
display: block;
background-color: #CCCCCC;
color: #000000;
font-weight: bold;
padding: 6px 0 6px 20px;
text-decoration: none;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
margin-bottom: 5px;
} 

#menu a:hover {
display: block;
background-color: #E6E6E6;
color: #000000;
font-weight: bold;
padding: 6px 0 6px 20px;
text-decoration: none;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
margin-bottom: 5px;
}

#rightcolumn {
width: 683px;
overflow: auto;
}

#footer {
height: 60px;
border-top: 1px dotted #666666;
margin-left: 240px;
}

#footer p {
color: #999999;
text-align: center;
padding-top: 20px;
}

#footer a {
color: #CCCC99;
text-decoration: none;
}

#footer a:hover {
color: #6699CC;
text-decoration: none;
}




img.nudge {
padding-right: 30px;
}

p.homeintro {
float: right;
width: 290px;
color: #CCCCCC;
}

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

.subhead {
color: #6699CC;
}

.floatphoto {
float: left;
padding-right: 20px;
}


/* contact form */

form {
color: #FFFFFF;
}

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

fieldset{
background-color: ;
padding-top: 10px;
border: 0;
}

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; }

.contactbutton {
margin-left: 133px;
}

/* lightbox */

#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");
	}
