/* CSS Document */

body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#container{
width:800px;
}

#leftcolumn{
float:left;
display:inline;
width:190px;
}

#logo{
width:190px;
height:193px;
background:url(images/logo.jpg) top left no-repeat;
}

#quote{
width:190px;
height:300px;
position:relative;
background:url(images/quotebg.jpg) top left no-repeat;
}

#quote span{
display:none;
}

#quote .honorflight{
background:url(images/honorflight.jpg) top left no-repeat;
position:absolute;
top:280px;
left:20px;
margin:0px auto;
height:214px;
width:151px;
display:block;
}
#quote .flight{
position:absolute;
top:2px;
left:5px;
margin:0px auto;
display:block;
}
#quote .theraseed{
position:absolute;
top:80px;
left:5px;
margin:0px auto;
display:block;
}
#quote .roundup{
position:absolute;
top:150px;
left:5px;
width:inherit;
margin:0px auto;
display:block;
}
#quote .paypal_button{
position:absolute;
top:25px;
left:31px;
margin:0px auto;
display:block;
}

#main{
width:610px;
float:left;
display:inline;
}

#header{
width:610px;
height: 69px;
background:url(images/headerbg.jpg) top left no-repeat;
}

#menu{
height:46px;
width:610px;
padding:20px 0px 0px 0px;
background:url(images/menubg.jpg) top left repeat-x;
}

#menu ul{
display:inline;
padding:0px;
margin:0px;
}

#menu ul li{
display:inline;
margin:0px;
padding:0px 3px 0px 13px;
height:15px;
background:url(images/star.gif) center left no-repeat;
}

#menu ul li a{
color:#fff;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

#menu ul li a:hover{
color:#cc9966;
text-transform:uppercase;
text-decoration:none;
}

#quote .flight{
color:#fff;
text-transform:uppercase;
margin-left:5px;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


#quote .flight a{
color:#fff;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
}

#quote .flight a:hover{
color:#cc9966;
text-transform:uppercase;
text-decoration:none;
}

#content{
width:590px;
padding:10px;
}

h2{
color:#990000;
height:30px;
width:440px;
background:url(images/headingbg.jpg) bottom left no-repeat;
font-size:24px;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
margin:5px 0px 15px 0px;
}

.footer{
text-align:center;
font-size:10px;
color:#003366;
margin:15px;
width:800px;
}

.valid a{
color:#999999;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(gallery/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(gallery/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(gallery/blank.gif);
	filter: Alpha(opacity=50);
}


.gallerythumb{
width:150px;
}

#gallery img{
margin:5px;
padding:4px;
border:1px solid #ccc;
background:#fff;
float:left;
display:inline;
width:150px;
}

#gallery a{
color:#00519F;
font-weight:bold;
text-decoration:none;
}

#attendeetable tr td{
text-transform:capitalize;
}
