@charset "utf-8";

body{
font-family: verdana, arial, sans-serif;
margin:0;
padding:0;
line-height: 1em;
background: #be1e2d url(../images/page_background.jpg) repeat-x;
}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #f3f3f3;
}

#topsection{
background: #EAEAEA;
height: 117px; /*Height of top section*/
background: #cccccc url(../images/smith_header.jpg) no-repeat;
}

#underlinemenu{
clear:left;
height: 37px; /*Height of top section*/
background: #808080 url(../images/smith_menu_bg.jpg) no-repeat;
}

#contentwrapper{
float: left;
width: 100%;
/* background: url(../images/meier_page_bg.jpg) no-repeat;*/
}

#contentcolumn{
margin-right: 290px; /*Set right margin to RightColumnWidth*/
}

#contentcolumn3{
margin-right: 465px; /*Set right margin to RightColumnWidth*/
}

#contentcolumn2{
margin: 0px; 
}

#rightcolumn{
float: left;
width: 290px; /*Width of right column*/
margin-left: -290px; /*Set left margin to -(RightColumnWidth) */
}

#rightcolumn2{
float: left;
width: 465px; /*Width of right column*/
margin-left: -465px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
clear: left;
width: 100%;
height: 75px;
background: white url(../images/smith_footer_bg.jpg) center no-repeat;
color: #FFF;
text-align: center;
}

#footer a{
color: #FFFF80;
}

.indented {
   padding-left: 50pt;
   padding-right: 50pt;
   }



.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubeMeierLeft{
margin: 20px 0px 20px 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubeMeierRight{
margin: 20px 20px 20px 0px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubeAwards{
margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubeHome{
background: #e5e5e5;
padding: 0px 20px 20px 20px; /*Margins for inner DIV inside each column (to provide padding)*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.innertubeMeier{
background: #beabd3;
padding: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

/* ===== TYPOGRAPHY ===== */

h1 {
	font-family: tahoma, arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
	line-height: 1.8em;
    color: #990000;
    margin: 0;
	border-bottom: solid #000 1px;
}

h2 {
	font-family: tahoma, arial, sans-serif;
    font-size: .6em;
    font-weight: normal;
	color: #666666;
	margin: .1em 0 1em 0;
	line-height: 1.6em;
	letter-spacing:2px;
}

h1r {
	font-family: tahoma, arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
	line-height: 1.8em;
    color: #990000;
    margin: 0;
	border-bottom: solid #000 1px;
	text-align: right;
}

h2r {
	font-family: tahoma, arial, sans-serif;
    font-size: .6em;
    font-weight: normal;
	color: #666666;
	margin: .1em 0 1em 0;
	line-height: 1.6em;
	letter-spacing:2px;
	text-align: right;
}

h3 {
	font-family: tahoma, arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.8em;
	font-weight: bold;
    color: #990000;
    margin: 0;
}

h4 {
	font-family: tahoma, arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
	line-height: 1.2em;
	color: #cc3333;
    margin: 0;
}

p {
	font-family: tahoma, arial, sans-serif;
    font-size: .8em;
	line-height: 1.4em;
    color: #000;
    margin: 0 0 15px 0;
}

li {
	font-family: tahoma, arial, sans-serif;
    font-size: .8em;
	line-height: 1.4em;
    color: #000;
    margin: 0 0 10px 0;
}

#footer p {
    font-family:  verdana, arial, sans-serif;
	padding: 18px 0 0 0;
	font-style: italic;
    font-size: .75em;
    color: #000000;
    margin: 0;
    text-align: center;
}

#rightcolumn p.sidebarIndicator {
	font-size: .8em;
	line-height: 1.6em;
	letter-spacing:2px;
	font-family: tahoma, arial, sans-serif;
	border-bottom: solid #000 1px;
}

#rightcolumn #innertube #innertubeHome a:link, #rightcolumn #innertube #innertubeHome a:visited {
    font-family: tahoma, arial, sans-serif;
    font-size: 1em;
    text-decoration: none;
    padding: 0;
    border: none;
	margin: 0;
}

#rightcolumn #innertube #innertubeHome a:hover, #rightcolumn #innertube #innertubeHome a:active {
    font-weight: bold;
	background-position: left top;
	border: none;
	margin: 0;
}

#rightcolumn p {
	font-family: tahoma, arial, sans-serif;
    font-size: .8em;
	line-height: 1.2em;
    color: #000;
    border: none;
	margin: 0;
}

#rightcolumn p.year {
    font-family: tahoma, arial, sans-serif;
    font-size: .8em;
    text-align: right;
	color: #666;
    margin: 0px;
}

/* ===== IMAGE STYLES ===== */

img.floatRight {
	float: right;
	margin-left: 15px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

img.floatRightMeier {
	float: right;
	margin-left: 15px;
}

img.floatLeftMeier {
	float: left;
	margin-right: 15px;
}

img.link {
border: none;
}

/* ===== 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;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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;	}
#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; }

/* ===== Thick Underline Menu ===== */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu ul{
padding: 16px 0 0 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
font-size: .6em;
letter-spacing:2px;
text-align: left;
}

#underlinemenu ul li{
display: inline;
}

#underlinemenu ul li a{
color: #494949;
padding: 0px 3px 0px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid gray; /*bottom border is 3px*/
}

#underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
background-color: #fccc0a;
border-bottom: 2px solid #ff9933;
}

/* ===== HOVERBOX ===== */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -62px;
	left: -125px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 250px;
	height: 125px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 500px;
	height: 250px;
}


