@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #181c26;
	color:#E7D9CE;
	margin-top: 20px;
}

#contentRightWrapper a:link{
	color: #E7D9CE;	
}

#contentRightWrapper a:visited{
	color: #E7D9CE;	
}

#contentRightWrapper a:hover{
	color: #E7D9CE;	
}

#contentRightWrapper a:active{
	color: #E7D9CE;	
}



/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:980px;
	position:relative;
	background-color: #181c26;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
	border: 1px solid #895E3D;
}
#InnerWrapperNav-Content {
	/* Wraps the navigation and the content boxes and adds the faux column border line */
	background-image: url(../images/BG_NavLine_joeV2.jpg);
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 10px;
}

#innerWrapper {
	padding: 10px;
}
#logoBanner {
	background-image: url(../images/logoBanner.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 958px;
	border: 1px solid #895E3D;
	background-color: #070707;
}
#leftSidebar {
	float: left;
	width: 145px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#leftQuoteBar {
	float: left;
	width: 125px;
	margin-right: 20px;
	margin-top: 40px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: italic;
}
.TitleBoat {
	font-size: 12pt;
	font-weight: bold;
}
.photoCredit {
	font-style: italic;
}

#contentRightWrapper {
	width: 754px;
	float: right;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}





/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}


/*
Navigation Banner
*/

#navigationBanner {
	background-color: #0033FF;
	height: 50px;
	width: 760px;
}


/*Temp navigation styles for building site*/

#navBarTemp ul li {
	display:inline;
	margin:0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navBarTemp ul li a {
	color: #FFF;
	display:block;
	float:left;
	padding:5px 10px;
	background-color: #999;
	text-decoration: none;
}
#navBarTemp ul li a:hover {background:#eee;color:black;}

/* Main Layout */

#header {
	background-color: #FF6699;
	height: 100px;
	width: 900px;
}



#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

#creditBox a {
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #FFF;
	font-size: 0.9em;
	text-decoration: underline;
}



/* PAGE FOOTER */

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#666;
	font-size: 0.9em;
}

#footerBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
}

#footerBox a:hover {
text-decoration: underline;
}
h1 {
	font-size: 1.7em;
}
.creditBoxRight {
	float: right;
	width: 225px;
	font-style: italic;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
	text-align: right;
}
.imageRight {
	padding: 20px;
	float: right;
}
.imageLeft {
	padding: 20px;
	float: left;
}

.centerAwards {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#rightSidebarQuote {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	float: right;
	width: 170px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#colleaguesBox {
	float: right;
	width: 225px;
	padding: 20px;
	border: 1px solid #CCC;
	margin-left: 20px;
}
.seminal1Wrap {
	float: left;
	width: 365px;
	padding: 5px;
}
#seminalComment {
	float: left;
	width: 754px;
}
.seminal2Wrap {
	width: 365px;
}
.seminal3 {
	float: right;
	width: 365px;
}
.centerText {
	text-align: center;
}
.centerTextSeminal {
	text-align: center;
	font-size: 1.3em;
}
