@charset "utf-8";
/* CSS Document */

#wrap {
	height:auto;
	width:770px;
}

#banner { width:770px; height:182px; float:left;}

#content {
	width:770px;
	height:auto;
	float:left;
	border: 1px solid #999999;
}

#main_content {
	float: left;
	height: auto;
	width: 770px;
}

#footer{
	width:770px;
	height:20px;
	float:left;
}

.footer{
	font-family:"Trebuchet MS";
	font-size:10px;
	text-align:center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu {
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	width:750px;
	height:40px;
	background:#fff url(file:///C|/wamp/www/sites/meeting.jpg) 0 20px no-repeat;
	position:relative;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	float:right;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
	float:left;
	position: relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 

color:#330000;
width:70px; 
height:1.5em;
font-weight:bold;
color:#888; 
border-bottom:8px solid #888;
background:#fff; 
padding-left:10px; 
line-height:1.5em;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:70px;
w\idth:70px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 
border-bottom:8px solid #330000;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:1.2em;
margin-top:11px;
left:0; 
width:78px;
border:1px solid #330000;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(file:///C|/wamp/www/opacity/opaque.png); 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:3px; 
width:73px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#330000; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:78px; /* for IE5.5 faulty box model */
w\idth:78px; /* for IE6 */
}
p {
	font-family:Trebuchet MS;
	font-size:12px;
	text-align: justify;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
}


H1{
	font-size:15px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color:#660000
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color:#330000;
	font-weight: normal;
	text-align: left;
}
H4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #660000;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #660000;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 170px; /*position where enlarged image should offset horizontally */
y-index: 10;
}
