@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:1000px;
	background-color:black;
	color:white;
}

img {
	border:0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#theDate {
	font-size: 12px;
	color: white;
	padding-top: 5px;
	margin-bottom:5px;
}

#masthead {
	background: transparent url(../images/Wall0.jpg) no-repeat 45px -140px;
	margin-bottom:10px;
	border:1px solid #fcbb32;
}

#masthead p {
	margin:20px;
}

#wrapper {
	border:1px solid #fcbb32;
	margin-bottom:10px;
}

#secondSection {
	clear:both;
	margin-bottom:10px;
	background: transparent url(../images/sectionBg.jpg) repeat;
}

#conference, #executive {
	width:492px;
	border-top:1px solid #fcbb32;
}

#conference {
	float:left;
}

#executive {
	float:right;
}

#conferenceBottom {
	width:492px;
	border-top:1px solid #fcbb32;
	float:left;
}

#execBottom {
	width:492px;
	border-top:1px solid #fcbb32;
	float:right;
}

#conference img, #executive img {
	margin:15px;
	float:right;
	border:1px solid #fcbb32;	
}

#secondSection h2 {
	background: #000 url(../images/research2.jpg) repeat-x top left;
	font-size:18px;
	border:1px solid #fcbb32;
	padding:10px 5px 8px 10px;
}

#secondSection p {
	font-size:16px;
}

#secondSection p, #secondSection h2 {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
	
a {
	color: #fcbb32;	
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color:#82d8e6;
}

.slant {
	font-style:italic;
}

ul.nav,
#wrapper ul.nav {	
	background: transparent url(../images/LightHouse.jpg) no-repeat -15px 8px;
	padding-top:135px;	
	width:161px;
	margin-left:10px;
	font-size:15px;
	font-weight:bold;	
	list-style-type: none;
	padding-bottom:10px;
}

#wrapper ul.nav {
	padding-right:10px;
	float: left;
	border-right:1px solid #fcbb32;
}

ul.nav a {
	color: #FFF;
	text-decoration: none;
	display:block;
	background: transparent url(../images/Button.jpg) no-repeat top left;
	height:42px;  /*padding + height = 58 */
	padding:12px 9px 4px 44px;
	/*width: 108px; /*padding + width = 161 */
}

ul.nav a.oneLine {
	padding-top:19px;
	height: 39px;
	padding-bottom:0px;
}

ul.nav a:hover {
	text-decoration:underline;
}

a:active, a:focus {
	outline:0;
}

#subWrapper {
	margin:0px 0px 0px 181px;
	border-left:1px solid #fcbb32;
	padding:0px 30px 0px 30px;
}

#subWrapper img {
	float:right;
	margin-right:5px;
}

#subWrapper h1 {
	padding-top:10px;
	font-size:30px;
}

#subWrapper h2 {
	padding-top:10px;
	font-size:22px;
	padding-bottom:15px;
}

#subWrapper p {
	padding-top:10px;
	font-size:16px;
	text-align:left;
}

#executive_table {
	border:1px solid white;
	border-collapse: collapse;
	font-size:14px;
	margin-left:0px;
	margin-top:10px;
}

#executive_table th {
	padding:10px;
	text-align:left;
}

#executive_table td img {
	float:left;
	margin:0px;
	margin-right:10px;	
}

#executive_table td {
	padding:10px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	text-align:left;
	vertical-align:top;
	line-height:150%;
}

#executive_table #photo {
	width:320px;
}

#executive_table #position {
	width:160px;
	background-color:#333;
}

caption {
	font-family:Arial,Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	padding-top:10px;
	margin-bottom:5px;
}

#home #homeLink,
#executivePage #executiveLink,
#conference2012 #conference2012Link,
#renewal #renewalLink,
#history #historyLink
{
	color: #fcbb32;
}

#home #homeLink:hover,
#executivePage #executiveLink:hover,
#conference2012 #conference2012Link:hover,
#renewal #renewalLink:hover,
#history #historyLink:hover
{
	cursor: default;
	text-decoration:none;
}

#conferenceButton 
{
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid white;
	float:left;
	padding:10px 10px 10px 50px;
	font-size:24px;
	background: #000 url(../images/2011Logo.png) 4px 0px no-repeat;
	color:#FFF;
}
