@charset "utf-8";
html, body {
	height: 100%;
	margin:0;
	min-width: 1200px;
	overflow:hidden;
}

/* --------- DOCUMENT STYLES --------- */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #7c3b00;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform:capitalize;
	padding:55px 0 0 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7c3b00;
	letter-spacing: -1px;
	font-weight: normal;
	line-height:24px;
	text-transform:capitalize;
	text-align:center;
	margin:0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0 0px 0;
	font-weight: bold;
	color: #960;
	text-transform:uppercase;
	border-bottom: 1px solid #7c3b00;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0 0px 0;
	font-weight: bold;
	color: #960;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding: 5px 0 0 0;
}

.subhead1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #580902;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0 0 20px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #3d2a19;
}

strong { 
	font-size: 14px; 
	font-weight:bold;
	line-height:16px;
}

#center-content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight:bold;
}

#center-content li {
	padding: 0 0 5px 0;
}

img.floatLeft {
	border: 1px solid #000;
    float: left; 
    margin: 4px 10px 1px 0; 
}
img.nofloat {
	border: 1px solid #000;
}


img.floatLeft-noborder {
    float: left; 
    margin: 4px 10px 1px 0; 
}

img.floatRight {
	border: 1px solid #000;
    float: right; 
    margin: 4px; 
}

img.newsletter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 0;
	border: none;
}

hr { 
      background:url(images/divider.png) center top no-repeat;
	  border: none;
	  height: 25px;
	  margin: 20px 0 20px 0;
}

.center {
	text-align:center;
}

#center-player {
	text-align:center;
	margin:10px auto;
}


.red-highlight {
	color: #900;
}
a:link {color: #960; text-decoration:none; }
a:visited {color: #960;text-decoration:none;}
a:hover {color: #7c3b00;text-decoration:underline;}
a:active {color: #960;text-decoration:none;}

/* input {
	background-color: #666699;
}

select {  
	background-color: #666699;  
	color: #ffffff;  
}  

textarea {  
	background-color: #666699;  
	color: #ffffff;  
}  */

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #960;
}

/* --------- SOCIAL MEDIA BUTTONS --------- */

#socialmedia{
	position:relative;
	float: left;
	top: 338px;
	width: 35px;
	height:175px;
	margin:0 0 0 39px;
	z-index:60;
}
a.vimeo {
	display: block;
    width: 35px;
    height: 35px;
    background: url(images/button-vimeo.png);
}

a.vimeo:hover {
	background-position: center bottom;
}
a.youtube {
	display: block;
    width: 35px;
    height: 35px;
    background: url(images/button-youtube.png);
}

a.youtube:hover {
	background-position: center bottom;
}
a.twitter {
	display: block;
    width: 35px;
    height: 35px;
    background: url(images/button-twitter.png);
}

a.twitter:hover {
	background-position: center bottom;
}

a.facebook {
	display: block;
    width: 35px;
    height: 35px;
    background: url(images/button-facebook.png);
}

a.facebook:hover {
	background-position: center bottom;
}

a.linkedin {
	display: block;
    width: 35px;
    height: 35px;
    background: url(images/button-linkedin.png);
}

a.linkedin:hover {
	background-position: center bottom;
}

a.newsletter {
	display: block;
    width: 35px;
    height: 35px;
    background: url(images/button-newsletter.png);
}

a.newsletter:hover {
	background-position: center bottom;
}

/* --------- PAGE BUILDING BLOCK DIVs --------- */

#left {
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/bkgd-tiles_01.jpg) top right;
	width:450px;
	height:1200px;
}

#right {
	position:absolute;
	overflow:hidden;
	top:0px;
	left:1176px;
	background:url(images/bkgd-tiles_03.jpg);
	width:100%;
	height:1200px;
}

#logo-trigger {
	position:absolute;
	left: 120px;
	top: 90px;
	height: 290px;
	width: 330px;
	background:url(images/logo-330x290.gif) top right;
	z-index:40;
}

#nav-content {
	position:absolute;
	width: 330px;
	top: 390px;
	left:120px;
	z-index:50;
}

#newsletter {
	position:absolute;
	width: 330px;
	top: 590px;
	left:120px;
	z-index:51;
}

#center {
	overflow:hidden;
	position:absolute;
	top:0px;
	left:450px;
	width:726px;
	background:url(images/bkgd-tiles_02.jpg);
	height:1200px;
}

#center-content {
	overflow: auto;
	position: absolute;
	top: -22px;
	bottom: 1px;
	left: 473px;
	width: 605px;
	padding: 10px 40px 0 40px;
	z-index: 99;
}

#next-boardroom {
	background:url(images/next-boardroom.png) center top no-repeat;
	width:600px;
	height:100px;
	padding: 25px 0 0 0;
	vertical-align:middle;
}

#rites-of-passage {
	background:url(images/next-boardroom.png) center top no-repeat;
	width:600px;
	height:100px;
	padding: 35px 0 0 0;
	vertical-align:middle;
}
Bold and Red {
	color: #8A0B37;
}
#center-content .center strong {
	color: #8B2539;
}
