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

p {
margin:0 0 1em 0;
padding:0;
}

h1 {
margin:0 0 .7em 0;
padding:0;
}

h2 {
margin:0 0 .7em 0;
padding:0;
}

form {
margin:0;
padding:0;
}

li {
list-style-image: url(../images/leftarrow.gif);
color: #006699;
}

a img {
border: 0;
}

#container {
width: 810px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -39px;
}

h1.logo {
 color: #CC0000;
 font-size: 24px;
 padding: 10px 0 0 10px;
}

h2.subhead {
color: #CCCCCC;
font-size: 18px;
padding: 10px 0 0 10px;
}

/* left column for menu */ 

#leftcolumn {
float: left;
width: 176px;
margin-top: 15px;
margin-left: 10px;
}

#leftcolumn a {
display: block;
color: #003366;
font-weight: bold;
text-align: right;
text-decoration: none;
padding: 8px 0 8px 0;
border-bottom: 1px dotted #003366;
}

#leftcolumn a:hover {
display: block;
background-color: #FFCC33;
color: #003366;
font-weight: bold;
text-align: right;
text-decoration: none;
padding: 8px 0 8px 0;
border-bottom: 1px dotted #003366;
}

p.contactdetails {
text-align: right;
color: #003366;
}

/* left column ends here */

/* right column begins here */

#rightcolumn {
width: 604px;
padding: 20px 0 0 20px;
overflow: auto;
margin-bottom: 30px;
}

#rightcolumn h1 {
font-size: 24px;
}

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

.rightbox {
float: right;
width: 45%;
text-align: center;
margin-left: 10%;
}

.leftbox {
text-align: center;
width: 45%;
}


/* right column ends */

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

#footer p {
color: #FFFFFF;
text-align: center;
line-height: 39px;
}

.push {
clear: both;
height: 39px;
}

/* classes */

.floatright {
float: right;
margin: 0 0 10px 10px;
}

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

/* contact form styles */

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 styles */

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

