/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
background:#216595 url(images/bg_body.gif) repeat-x;
color:#ffffff;
font-family: verdana,arial,sans-serif;
font-size:62.5%;
line-height:1.5em;
text-align:left;
}

a {
color:#fff;
cursor:pointer;
}
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:3px 0;
font-family:"Times New Roman", Times, serif;
font-size:2em;
border-left: 5px solid #89bce6;
text-indent:8px;
margin-bottom:10px;
}

h2 {
padding:8px 0;
font-size:1.2em;
margin-bottom:10px;
font-weight:bold;
}

.blue_text {
color:#89bce6;
}
 
img {
border:0;
}
 
#wrapper {
	margin: 0 auto;
	height: 1%;
	width: 950px;
	padding:35px 55px 10px 55px;
}

#head_container {
width:840px;
height:1%;
overflow:hidden;
}

#content {
width:840px;
height:1%;
margin-top:35px;
font-size:1.4em;
line-height:1.5em;
border-bottom:2px solid #1b5075;
padding-bottom:20px;
min-height:200px;
overflow:hidden;
height:1%
}

#left {
width:260px;
float:left;
margin-right:70px;
}

#right {
	float:left;
	text-align:right;
	font-size:1.4em;
}

#navcontainer{
margin:20px 0 0 0;
padding:0;
}

#navcontainer ul {
margin:0;
padding: 0;
list-style-type: none;
font-family: "Times New Roman", Times, serif;
font-size: 2em;
}

#navcontainer li {
border-bottom: 1px solid #262626;
padding:8px 0;
margin:0;
}

#navcontainer li a{
display: block;
color: #fff;
text-indent:5px;
text-decoration:none;
}

#navcontainer li a:hover {
color: #89bce6;
}

#navcontainer .selected {
color: #89bce6;
}

.nav {
border-left: 5px solid #89bce6;
padding:0 12px;
}

#subnav {
float:right;
margin-top:7px;
}

#subnav a{
text-decoration:underline;
color:#89bce6;
}

#subnav a:hover{
color:#fff;
}

.venue {
color:#fdae1e;
font-weight:bold;
}

.attribution {
font-size:11px;
display:block;
border-bottom:1px solid #467b9f;
margin-bottom:10px;
background:#194c70;
padding:5px;
}

.topLink {
font-size:12px;
color:#fdae1e;
}

#menu {
	list-style:none;
	margin:0;
	padding:0
}

#menu li {
	list-style:none;
	margin:0;
	padding:0
}

#menu a{
	font-weight:bold;	
}

.submenu {
	margin:0;
	padding:0
}

#footer {
width:840px;
height:47px;
font-size:.9em;
color:#89bce6;
padding-top:20px;
border-top:1px solid #467b9f;
}

/*Photo Gallery*/


.thumbnails {
float:left;
margin-right:15px;
text-align: center;
font-weight:bold;
}

.thumbnail img{
border: 1px solid #000;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #fff;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0;
left: -1000px;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
left: 340px; /*position where enlarged image should offset horizontally */
bottom: 25px;
z-index: 50;
}

/* end Photo Gallery*/
 
/***** Global Classes *****/
.clear {
clear:both;
font-size:0px;
height:0px;
line-height:0px;
}

hr {
color:#467b9f;
height:1px;
}

.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }