@charset "utf-8";
/* CSS Document */
html, body {
margin: 0;
padding: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
}

p {
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: 864px;
margin: 0 auto;
border: 3px solid #FF6600;
background-color: #EFEFEF;
}

#header {
height: 144px;
background: url(../images/header-bg.jpg) 0 0 repeat-x; 
}

#header .contact {
float: right;
text-align: right;
padding: 40px 20px 0 0;
}

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

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

#leftcolumn .menu {
margin-left: 10px;
}

#leftcolumn .menu a {
color: #003366;
display: block;
text-decoration: none;
border-bottom: 1px dotted #FF6600;
padding: 5px 0 5px 20px;
}

#leftcolumn .menu a:hover {
background-color: #003366;
color: #FFFFFF;
}

#rightcolumn {
width: 640px;
margin-left: 200px;
}

#rightcolumn h1 {
font-size: 18px;
color: #003366;
}

#rightcolumn h3 {
font-size: 14px;
color: #FF6600;
}

#rightcolumn .gallery {
width: 380px;
}

#rightcolumn .gallery2 {
width: 580px;
padding-top: 20px;
}

#rightcolumn .gallery img {
padding: 0 30px 10px 0;
}

#rightcolumn .gallery2 img {
padding: 0 40px 40px 0;
}

#rightcolumn .farright {
float: right;
width: 260px;
}

li {
list-style-type: none;
list-style-image: url(../images/list-bg.jpg);
font-size: 14px;
}

#footer {
height: 40px;
background-color: #f3cc16;
color: #000000;
border-top: 1px dotted #999999;
}

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

.floatphoto {
float: right;
padding: 0 0 0 10px;
}

span.largetxt {
font-size: 18px;
}

.blue {
color: #003366;
}

.nudge {
margin-left: 20px;
}

p.pdf {
background-color: #CCCCCC;
margin-left: 10px;
padding: 10px 10px 10px 15px;
}

p.pdf a {
color: #003366;
}

p.pdf a:hover {
color: #990000;
}

p.just {
text-align: justify;
}

ul.alipro {
margin-bottom: 20px;
}

div.aliprophoto {
background-color: #EAEA00;
padding: 10px 0 10px 10px;
}

/* contact form */

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

fieldset{
background-color: #F2EFE9;
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; }

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