@charset "utf-8";
/* Code by: Team 1980 Public Relations Sub-Team with special thanks to Dynamic Drive for core menu code */

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/droid/droidsans.eot');
    src: url('../fonts/droid/droidsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droid/droidsans.woff') format('woff'),
         url('../fonts/droid/droidsans.ttf') format('truetype'),
         url('../fonts/droid/droidsans.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/droid/bold/droidsans.eot');
    src: url('../fonts/droid/bold/droidsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droid/bold/droidsans.woff') format('woff'),
         url('../fonts/droid/bold/droidsans.ttf') format('truetype'),
         url('../fonts/droid/bold/droidsans.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.ddsmoothmenu{
font: 13px DroidSansBold;
background: #000; /*background of menu bar (default state)*/
width: 900px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #000; /*background of menu items (default state)*/
color: white;
padding: 8px 9px;
border-right: 0px solid #778;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width: 165px; 
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ffc300;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
width: 165px; /*Sub Menu Items width */
top: 0;
border-left: 1px solid #ffc300;
border-right: 1px solid #ffc300;
border-top: 1px solid #ffc300;
border-bottom: 1px solid #ffc300;
display:none;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 14px DroidSansRegular;
margin: 0;
border-top-width: 0; 
border-bottom: 0px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #ffc300;
}/* Code for the menu which is from Dynamic Drive */
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 165px; /* Main Menu Item widths */
list-style-type: none;
font: 16px DroidSansRegular,Arial;
color:#ffc300;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffc300;
text-decoration: none;
padding: 6px;
border-bottom: 0px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #090909; /*background of menu items (default state)*/
color: #ffc300;
}

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #090909; 
color: #ffc300;
}

.ddsmoothmenu-v ul li a:hover{
background: #090909; /*background of menu items during onmouseover (hover state)*/
color: #fff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
border-left: 1px solid #ffc300;
border-right: 1px solid #ffc300;
border-top: 1px solid #ffc300;
border-bottom: 1px solid #ffc300;
font: 14px DroidSansRegular,Arial;
visibility: hidden;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #ffc300;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/droid/droidsans.eot');
    src: url('../fonts/droid/droidsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droid/droidsans.woff') format('woff'),
         url('../fonts/droid/droidsans.ttf') format('truetype'),
         url('../fonts/droid/droidsans.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: DroidSansRegular, Helvetica, sans-serif;
	background-repeat: repeat;
	margin:0;
	padding:0;
	background: url(../images/index/bg.png);
}
iframe{
	z-index:-10;
	border:1px solid #000;
	box-shadow: 0 0 2px 2px #000; /* CSS3 Style */
}
table{
	/*background:#fff; *Just in case I change my mind */ 
	border-color:#f0f0f0;
	box-shadow: 0 0 0px 0px #f0f0f0;
}
.slideshow{
	width:auto;
}
div.image div{
	font-size:12px;
	caption-side:bottom
}
img{
	border:0px;
}
.contentimg{
	width:auto;
}
.news{
	width:80%;
}
.logoimg{
	width:100%;
}
#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
a:link, a:visited {
	color: #A1521D;
	text-decoration: none;
}
a:active, a:hover {
	color: #A1521D;
	text-decoration: underline;
}
h1{
	font-size:18pt;
	font-weight: normal;
	font-family:DroidSansRegular;
	color: #111;
}
h2{
	color: #111;
	font-family:DroidSansRegular;
	font-size:20pt;
	font-weight: normal;
}
#container {
	width: 900px;
	/*width:80%; for liquid*/
	/*margin-right:9%; for liquid*/
	/*margin-left:9%; for liquid*/
	margin:0 auto; /*centers fixed*/
	margin-top:0px;
	margin-bottom:0px;
	color:#222;
	border-right: 3px solid  #000;
	border-left: 3px solid  #000;
	box-shadow: 0 0 5px 5px #000;
	border-top:0px;
	border-bottom:0px;
	line-height: 1.5em;
	word-spacing:2px;
	background-repeat:no-repeat;
	background-position:  bottom right;
	/* background-image: url(../images/index/eagles.png); */
	/* background-attachment: fixed; */
	background-color: #fff;
}
#top {
	height:170px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
#top h1 {
	padding: 0;
	margin: 0;
}
#navigation{
	float: top;
	background-color: #fff;
	height:auto;
	margin: 0;
	padding:0em;
}
#leftbox{
	float: left;
	clear:both;
	text-align:center;
	background-color: #fff;
	width: 180px;
	height:100%;
	border-right:0px solid #f0f0f0;
	border-bottom:0px solid #f0f0f0;
	margin: 0;
	padding:0.5em;
}
#content {
	margin-left: 220px;
	font-size:11pt;
	border-left: 0px solid gray;
	padding: 1.4em;
	max-width: 48em;
}
#content #gal {
	font-size:9pt;
}
/* Code for Slideshow */
#slideshow {
    position:relative;
    height:326px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    border:2px solid #ffc300;
    box-shadow: 5px 5px 3px #ffc300;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* End of Code for slideshow */
#footer {
	clear:both;
	margin: 0;
	border-top:0px solid #f0f0f0;
	padding:0.5em;
	font-size:9pt;
	color:#000;
}
#footer h1{
	font-size:12pt;
}
#leftnav p {
	margin: 0 0 1em 0;
}
#sponsors p {
	margin: 0 0 1em 0;
}
#content h2 {
	margin: 0 0 .5em 0;
}

