@import url("yui.css");

html {
	font-size: 62.5%;
}

* {
	color: inherit;
}

body {
	color: #7b7a7a;
	width: 100%;
	text-align: center;
	z-index: 1;
}

body * {
	z-index: inherit;
}

table {
	border-collapse: collapse;
}

p {
	margin-bottom: 20px;
}

a {
	color: #ecb120;
}

/* Fix for clearing floated elements */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

#main {
	width: 100%;
	margin: 0px auto;
}

#header, #footer, #menuBar, #content {
	width:100%;
	background-color: #636262;
	text-align: left;
}

#footer {
	margin-top: 20px;
	height: 30px;
	text-align: center;
}

#header {
	height: 164px;
	background: transparent;
	/*background: url('img/header_bg.png') repeat-y;*/
	color: #c7c9c7;
}

#headerBgImg, #footerBgImg {
	width:100%;position:absolute;top:0px;left:0px;height:164px;z-index: -1;
}

#footerBgImg {
	height: 30px;
}

#headerContent {
	width: 898px;
	margin: 0px auto;
	z-index: 5;
}

#headerLeft {
	width: 676px;
	float: left;
	font-weight: bold;
}

#headerLogo {
	margin-left: 55px;
	margin-top: 35px;
	font-size: 1.1em;
}

#headerLogo #logoText {
	margin-left: 70px;
	margin-top: 10px;
}

#headerRight {
	width: 212px;
	float: left;
	padding-top: 20px;
}

#headerRightUpper, #headerRightLower {
	padding-left: 15px;
}

#headerRightUpper #if {
	font-family: "times new roman";
	font-size: 1.1em;
	color: #fff;
}

#headerRightLower {
	border-left: 3px dotted #ecb120;
	margin-top: 30px;
	font-size: 1.1em;
}

#headerRightLower div {
	margin-bottom: 5px;
}

#menuBarContainer {
	width: 100%;
	background-color: #ecb120;
}

#menuBar {
	width: 898px;
	margin: 0px auto;
	background-color: #ecb120;
	height: 15px;
	padding:3px 0px;
	color: #fff;
	font-size: .9em;
	text-align: center;
}

#menuBar a {
	text-decoration: none;
	padding: 2px 18px;
	font-family: Verdana;
	color: #fff;
	font-weight: bold;
}

#content {
	background-color: #fff;
	width: 898px;
	margin: 30px auto;
}

#contentLeft, #contentMid, #contentRight {
	float: left;
}

#contentLeft, #contentRight {
	text-align: center;
}

#contentLeft {
	width: 171px;
	
}

#contentMid {
	width: 452px;
	margin: 0px 10px;
	padding: 0px 20px;
	border-right: 3px dotted #f0efe2;
	border-left: 3px dotted #f0efe2;
}

#contentRight {
	width: 190px;
	
}

#contentRight img {
	margin: 24px 0px;
}

#copyright {
	padding-top: 8px;
	font-size: .9em;
	color: #fff;
}

.heading {
	color:  #ecb120;
	font-size: 1.4em;
	font-family: Helvetica;
	margin-bottom: 15px;
	font-weight:bold;
}

.section {
	padding-bottom: 25px;
	border-bottom: 3px dotted #f0efe2;
	margin-bottom: 30px;
}

.heading a {
	text-decoration: none;
}

#contentMid .heading {
	margin-bottom: 3px;
	font-size: 1.2em;
}

.small {
	font-size: .85em;
}

.speaker {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: .85em;
}

.speaker .speakerPic {
	width: 86px;
}

.speaker .co {
	font-weight: bold;
}

#requestForm {
	
}


#requestForm td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 10px;
}

#requestForm td.left {
	width: 80px;
	text-align: right;
}

#requestForm td.right {
	width: 360px;
	padding-left: 10px;
	padding-top: 0px;
}

#sendButton {
	background-image: url('img/send_button.png');
}

.textInput {
	background-color: #e7e7e7;
	width: 314px;
	border: 0px;
	padding: 3px;
}

/*
grey: 636262
yellow: ecb120
light grey: c7c9c7
light bg: e0dfd2
text: 979595
left: 186
right: 212
*/