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

img, div { behavior: url(iepngfix.htc) }

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a { color: #0060ff; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; cursor: pointer; }
img { border: none; }
h1 {
	font-size: 3.4em;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	color: #333;
	line-height: normal;
}
h2 {
	font-size: 2em;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	color: #333;
	line-height: normal;
}
.h3 {
	border-bottom: 1px dotted #666;
}
.tickerLink {
	color: #f6d654;
	text-decoration: none;
}
.tickerLink:hover {
	color: white;
}
.thrColFixHdr #container { 
	width: 900px;
	background: #FFFFFF;
	border: 1px solid #bcbcbc;
	border-top: none;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 15px;
} 
#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#menu #dropdown {
	background-color: #f4e3bf;
	padding: 4px;
	float: left;
}
#menu #rtMenu {
	padding: 4px;
	float: right;
}
#menu #rtMenu a {
	color: #393835;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
}
#menu #rtMenu a:hover {
	color: #0060ff;
}
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 160px;
	background: #fff;
	padding: 15px 10px 15px 10px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	font-size: 12px;
	color: #666;
	border-right: 1px dotted #bcbcbc;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 160px; 
	background: #f4e3bf;
	padding: 15px 10px 15px 10px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	font-size: 12px;
	color: #666;
	/*border-left: 2px dotted #bcbcbc;*/
}
.thrColFixHdr #sidebar2 p {
	margin: 40px 0;
	width: 100%;
	text-align: center;
}
.thrColFixHdr #sidebar2 .sidebarTitle, .thrColFixHdr #sidebar1 .sidebarTitle { 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #333; 
	font: Georgia, "Times New Roman", Times, serif; 
}
.thrColFixHdr #mainContent { 
	margin: -10px 180px 0 180px;
	padding: 0 20px;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	position: relative;
	min-height: 530px;
	height: auto !important;
	height: 530px;
} 
#mainContent .tbox {
	border: 1px solid #ccc;
	width: 450px;
	padding: 3px;
}
#mainContent .serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #666666;
	line-height: 1.6em;
}
#mainContent .section {
	width: 100%;
	margin: 15px 0;
	display: block;
}
#mainContent .section table {
	width: 100%;
}
#mainContent .section td {
	width: 25%;
	margin: 0 5px;
}

#mainContent .agenda {
	width: 485px;
	margin: 15px 0;
	display: block;
	border: 1px solid #ccc;
}
#mainContent .agenda .header-tr {
	background-color: #f4e3bf;
	color: #333;
	font-weight: bold;
}
#mainContent .agenda .td20 {
	width: 20%;
}
#mainContent .agenda .td30 {
	width: 30%;
}
#mainContent .agenda .td50 {
	width: 50%;
}
#mainContent .agenda .odd{
	background-color: #FFFFDD;
}
#mainContent ul li { margin: 0 0 15px 0; }
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px;
} 
a.title {
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #000;
}
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
ul { 
	margin-left: 40px; 
}
li.menu { height: 10px; cursor: pointer; list-style: none; display: block; position: relative; margin-bottom: 25px; }
.bgLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dashed #00703c;
	color: #00703c;
	text-transform: uppercase;
	text-decoration: none;
}
.bgLink:hover { color: #00703c; text-decoration: none; }
.speechBox {
	background: url(../images/speechBox.png) no-repeat;
	position: absolute;
	top: -72px;
	left: 10px;
	color: #00703c;
	width: 282px;
	height: 70px;
	padding: 8px;
	display: none;
}


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  display: block;
  padding: 3px 9px;
  text-decoration: none;
}

.nav li a:hover {
  color: #000;	

}
.nav .topItem {
	background-position: right;
}
.nav .topItem:hover {
  background: url(../images/menuHoverBG.png) right !important;
  color: #f00;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #00703c;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #0060ff;	
}

.nav ul {
  background: url(../images/menuItemBG.png) bottom right;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: 0;
  min-width: 140px;
  width: auto !important;
  width: 140px;
  min-height: 64px;
  height: auto !important;
  height: 64px;
  padding: 20px 0 10px 0;
}
.nav ul.long {
  background: url(../images/menuItemBG-long.png) bottom right;
  min-width: 228px;
  width: auto !important;
  width: 228px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 19px;
}
.nav ul li {
  border: 0;
  float: none;
  line-height: normal;
  padding: 0;
  margin-bottom: auto !important;
  margin-bottom: -21px; 
}
.nav ul a {
  border-bottom: 0;
  min-width: 80px;
  padding-right: 20px;
  white-space: nowrap;
}
.nav ul a:hover {
  color: #000;
}

/** Registration Styles */
#formsWrapper {
	width: 100%;
}
#regStudents, #regProfs, #regRec {
}
#formsWrapper input[type="text"] {
	width: 95%;
}
#regStudents, #regProfs, #regRec, #regGroup {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
}
#formsWrapper select {
	margin-bottom: 10px;
}