/*----------------------------------------------------------
Style:   Jim Weiers '10
Author:  Brian Lietz (http://www.brianlietz.com)
Date:    4/19/2010

colors:  FFB311 Gold
         081C59 Blue
         DE1E2A Red
		 
Structure--------------------------------------------------- 

 1 - MAIN INFASTRUCTION
 2 - HEADER
 3 - NAV
 4 - CONTENT
 5 - HEADINGS and TITLES
 6 - IMAGES and TABLES
 7 - LISTS
 8 - BUFFERS
 9 - MISC
 10- FOOTER
 
-----------------------------------------------------------*/

/********************************************
 1 - MAIN INFASTRUCTION 
*********************************************/

body {
background:#081c59 url(../img/bg_Body.jpg) top left repeat-x;
margin:0 auto;
padding:0;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:87%;
text-align:justify;
}

#bg_top {
background:url(../img/contentBG_Top.png) top center no-repeat;
width:920px;
height:25px;
margin:0 auto;
}

#bg_mid {
background:url(../img/contentBG_Mid.png) top center repeat-y;
width:920px;
margin:0 auto;
padding:0;
}

#bg_bottom {
background:url(../img/contentBG_Bottom.png) top center no-repeat;
width:920px;
height:25px;
margin:0 auto;
clear:both;
}

/********************************************
 2 - HEADER 
*********************************************/


#header {
color:#3e0000;
width:901px;
padding:0;
margin:0 auto;
height:215px;
}

#header a:link, a:visited {
text-decoration:underline;
color:#3e0000;
font-weight:bold;
}

#header a:hover {
text-decoration:none;
color:#3e0000;
font-weight:bold;
}

/********************************************
 3 - NAV 
*********************************************/

#nav {
background:none;
margin:0 auto;
padding:0;
width:901px;
height:40px;
clear:both;
}

#navBuffer {
margin-left:25px;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

ul.MenuBarHorizontal
{
margin:0 auto;
padding: 0;
list-style-type: none;
font-size: 100%;
cursor: default;
text-align:center;
}

ul.MenuBarActive /* Set the active Menu Bar item with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
{
z-index: 1000;
}

ul.MenuBarHorizontal li
{
margin:0 auto;
padding:0;
list-style-type: none;
font-size: 100%;
position: relative;
text-align: left;
cursor: pointer;
width: 180px;
float: left;}

/* Submenu Appearance */
ul.MenuBarHorizontal ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
z-index: 1020;
cursor: default;
width: 18em;
position: absolute;
left: -1000em;
border-bottom: 1px solid #000033;
font-weight:bold;
}

ul.MenuBarHorizontal ul li /* Must be same fixed width as parent*/
{
width: 18em;
border-top:1px solid #000033;
border-right:1px solid #000033;
border-left:1px solid #000033;
}

ul.MenuBarHorizontal ul ul/* Submenu overlap */
{
position: absolute;
margin: -1px 0 0 97%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
left: auto;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
left: auto;
top: 0;
}

ul.MenuBarHorizontal a
{
display: block;
cursor: pointer;
background-color: #DE1E2A;
padding: 12px 30px; /*first value controls the height of the menu item box, second value controls the position of the text inside the menu box*/
color: #eeeefe;
text-decoration: none;
font-weight:bold;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, {
background-color: #A91E22;
color:#eeeefe;
font-weight:bold;
}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
background-color: #A91E22;
color: #eeeefe;
font-weight:bold;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu /* Submenu background image set */
{
background-image: url(../img/menu/SpryMenuBarDown.gif);
background-repeat: no-repeat;
background-position: 5% 50%;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
background-image: url(../img/menu/SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 5% 50%;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
background-image: url(../img/menu/SpryMenuBarDownHover.gif);
background-repeat: no-repeat;
background-position: 5% 50%;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
background-image: url(../img/menu/SpryMenuBarRightHover.gif);
background-repeat: no-repeat;
background-position: 5% 50%;
}

ul.MenuBarHorizontal iframe /*Menubar Browser Hacks*/
{
position: absolute;
z-index: 1010;
filter:alpha(opacity:0.1);
}

@media screen, projection
{
ul.MenuBarHorizontal li.MenuBarItemIE
{
display: inline;
f\loat: left;
background: #ffffff;
}
}

/********************************************
 4 - CONTENT 
*********************************************/

#content {
margin:0 auto;
padding:50px 0 0 0;
width:850px;
}

#content a:link, #content a:visited {
color:#0000ff;
text-decoration:underline;
}

#content a:hover {
color:#0000ff;
text-decoration:none;
}

.multiColumn_Container {
width:850px;
clear:both;
}

.sidebar {
float:left;
margin:0 25px 0 0;
width:200px;
color:#000000;
}

.sidebar img, img a:link, .sidebar img a:visited, .sidebar img a:hover {
border:#000000 solid 1px;
}

.mainContent {
width:600px;
float:left;
margin:0;
padding:0;
}

/********************************************
 5 - HEADINGS and TITLES 
*********************************************/

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#000000;
margin:-30px 0 25px 0;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000000;
margin:0;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
font-style:italic;
color:#000000;
margin:0;
}

h4 {
margin:0 0 15px 0;
font-weight:bold;
font-family: "Times New Roman", Times, serif;
font-size:24px;
line-height:24px;
}

h4 a:link, h4 a:visited {
font-family: "Times New Roman", Times, serif;
color:#0000ff;
text-decoration:none;
font-size:24px;
font-weight:bold;
}

h4 a:hover {
font-family: "Times New Roman", Times, serif;
color:#0000FF;
text-decoration:underline;
font-size:24px;
font-weight:bold;
font-weight:bold;
}

/********************************************
 6 - IMAGES and TABLES
*********************************************/

img {
border:none;
}

.caption {
text-align:left;
font-size:14px;
font-weight:normal;
font-style:italic;
margin:0 auto;
padding:0;
}

/********************************************
 7 - LISTS
*********************************************/



/********************************************
 8 - BUFFERS
*********************************************/



/********************************************
 9 - MISC
*********************************************/

.floatRight {
float:right;
margin:0 0 15px 15px;
}

.floatLeft {
float:left;
margin:0 15px 15px 0;
}

.buffer10 {
height:10px;
}

.buffer25 {
height:25px;
}

.box {
background-color:#FFB311;
border:#DE1E2A double 5px;
}

#content hr {
color:#3e0000;
}

.clear {
clear:both;
margin:0;
padding:0;
}

.clearBuffer {
clear:both;
margin:0;
padding:0;
height:7px;
}


/********quick fonts*************/

.italic {
font-style:italic;
}

.bold {
font-weight:bold;
}

.boldItalic {
font-weight:bold;
font-style:italic;
}

.boldUnderline {
font-weight:bold;
text-decoration:underline;
}

.boldItalicUnderline {
font-weight:bold;
text-decoration:underline;
font-style:italic;
}

.underline {
text-decoration:underline;
}

.underlineItalic {
font-style:italic;
text-decoration:underline;
}

.boldBig {
font-weight:bold;
font-size:16px;
}

/**********lightbox**********/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline:none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; font-size:125%;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/**************Special Pages****************/

.accolades {
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:underline;
margin-bottom:25px;
}

.accolades-header {
font-size:15px;
font-weight:bold;
text-decoration:underline;
margin-bottom:5px;
}

.accolades-item, .accolades-item a {
font-size:13px;
margin-left:0px;
text-decoration: inherit;
font-weight:normal;
}

.views-header {
font-size:1.5em;
font-weight:bold;
text-align:center;
text-decoration:underline;
margin-bottom:25px;
}

.views-subheader {
font-size:1.25em;
font-weight:bold;
text-align:center;
text-decoration:underline;
margin-bottom:25px;
}

.views-lineheader {
font-size:1em;
font-weight:bold;
text-decoration:none;
margin-bottom:5px;
}

.views-item, .views-item a {
font-size:1em;
margin-left:0px;
text-decoration: inherit;
font-weight:normal;
}

/********************************************
 10 - FOOTER
*********************************************/

#footer {
color:#efefef;
margin:0 auto;
width:800px;
padding:0 0 10px 0;
text-align:center;
font-weight:normal;
}

#footer a:link, a:visited {
color:#efefef;
text-decoration:none;
font-weight:normal;
}

#footer a:hover {
color:#efefef;
text-decoration:underline;
font-weight:normal;
}

#footer p {
margin-top:0;
}