@charset "utf-8";
/* Text and other styling */


/* ====================================== */

#past-speaker {
	width: 320px;
	text-align: left;
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	background-color: #e6e5d6;
}

#past-speaker .content {
	padding-top: 35px;
	position:absolute; 
	margin-left:150px;
	width: 170px;
}

#past-speaker .content .largeText {
	font-size: 20px;
	color: #513027;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#past-speaker .content .smallText {
	font-size: 11px;
	color: #513027;
	display: block;
	margin-bottom: 5px;
}


/* ====================================== */

#message-from {
	width: 320px;
	text-align: left;
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	background-color: #e6e5d6;
}

#message-from .largeText a {
	font-size: 20px;
	color: #513027;
	text-decoration: none;
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
}

.subText {
	font-size: 14px;
	color: #513027;
	font-weight: bold;
}

.content-heading {
	font-size: 14px;
	font-weight: bold;
}

.content-footer {
	color: #F36E2B;
	font-size: 10px;
	text-align: center;
}

#form td { 
	padding: 5px;
	vertical-align: top;
}

.label {
	display:inline-block; 
	width:80px; 
	text-align:left;
}

#message {
	color:#F00;
	list-style-type:circle;
	padding-bottom:0px;
}

#message label {
	text-align:left;
	margin:0px;
	padding:0px;
	display:inline;
	color:#F00;
	width:auto;
	float:none;
}


/* ====================================== */

hr.pink {
  height:1px;
  border:none;
  border-top:1px solid #e0a790;
  border-bottom:1px solid #f5d2b1;
  margin:20px 0;
  clear:both;
}

/* =========== For the tabs on FAQ page */
/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:47px;
	background:transparent url('../images/tab_bg.jpg') repeat-x;
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
#page-content ul.tabs li a { 
	float:left;
	font-size:18px;
	line-height:1em;
	display:block;
	padding:15px 30px 12px;	
	text-decoration:none;
	border-left:1px solid #e0a790;
	border-right:1px solid #e0a790;
	height:18px;
	background:url('../images/tab_bg_inactive.jpg') repeat-x;
	color:#ab6552;
	margin:0 10px;
	position:relative;
}

ul.tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
#page-content ul.tabs li a.current {
	background:url('../images/tab_bg_active.jpg') repeat-x;
	border-color:#f5d2b1;
	padding:15px 30px 14px;
	cursor:default;
}

	
/* tab pane */
.panes div {
	display:none;
	padding:15px 100px 15px 20px;
}
.panes div h4 {
  font-size:14px;
  font-weight:bold;
  color:#ab6552;
  line-height:1.4em;
}
#style-wrap p, .panes div p, li, td {
  font-size:13px;
  line-height:1.4em;
}

/* ====================================== */

.maro {
  color:#ab6552;
}

#style-wrap h2 {
  color:#ab6552;
}
#style-wrap h3 {
  font-size:14px;
  color:#ab6552;
}
#style-wrap div.half {
  float:left;
  width:40%;
  margin-right:60px;
}
.bordered {
  border:1px solid #6b5045;
}
.bordered th h2 {
  font-size:14px;
  padding:0;
  text-align:center;
}
.bordered th {
  border-right:1px solid #6b5045;
  height:55px;
  *height:34px;
}
.bordered .last {
  border-right:none;
}
.bordered td {
  border-top:1px solid #6b5045;
  border-right:1px solid #6b5045;
}
.bordered td.label {
  text-align:left;
}
.bordered td.heading {
  background-color:#d1d1c9;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}
.bordered tr.highlight {
  background-color:#e9e9e4;
  font-weight:bold;
}

/* ===================== Footer*/
#footer {
  background:none;
}
.footer-left  {
  float:left;
}
.footer-right{
  float: right;
}
.link-cont{
  float: left;
}
.footer-left p, .footer-right a {
  font-size:11px;
  line-height:1.5em;
  text-align:left;
}
.footer-left {
  padding-left:10px;
  text-align:left;
}
.footer-right {
  padding-top:20px;
  padding-left:90px;
}
.link-cont {
  padding-right:25px;
  width:auto;
}
#footer .footer-right .link-cont a:link, #footer .footer-right .link-cont a:visited {
  color:#ffffff;
  display:block;
  line-height:2em;
}


