/* 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:413px;
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;
bottom:0px;
left:20px;
margin:0px auto;
height:214px;
width:151px;
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:12px;
background:url(images/star.gif) center left no-repeat;
}

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

#menu ul li a:hover{
color:#fff;
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{
font-size:10px;
color:#003366;
margin:15px;
width:580px;
}

.valid a{
color:#999999;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
}
#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{
text-transform:lowercase;
}

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

#attendeetable tr td .stateabb{
text-transform: uppercase;
}

.bluebutton{
display:block; 
margin:1px auto; 
width:150px;
padding:5px; 
text-align:center; 
border:2px solid #E2B31F; 
background:#01589F; 
color:#fff; 
text-decoration:none;
}

#videocontainer{
width:500px;
position:relative;
margin:0px auto;
padding:30px 10px 10px 10px;
border:1px solid #666;
background:url(images/videocontainerbg.jpg) top left repeat-x;
}

#video_close{
display:block;
height:20px;
width:60px;
position:absolute;
top:5px;
right:5px;
background:url(images/lightbox_close.gif) top left no-repeat;
}

#video_close span{
display:none;
}

#videoplayer{
width:480px;
height:340px;
margin:0px auto;
}

#videolink_cbs{
height:200px;
width:520px;
display:block;
background:url(images/cbsnewsvideobanner.jpg) top left no-repeat;
margin:0px auto;
}

#videolink_nbc{
height:200px;
width:520px;
display:block;
background:url(images/nbcnewsvideobanner.jpg) top left no-repeat;
margin:0px auto;
}

#videolink_nbc span{
display:none;
}

#videolink_cbs span{
display:none;
}

#bluebuttons a{
float:left;
display:block;
margin:10px;
}