/* CSS Document */

body {
	padding:20px 0;
	margin:0;
	color:#404040;
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
ul, li, a, h1, h2, h3, h4, form, input, label, td,th, div, p {
	padding:0;
	margin:0;
}

ul {
	list-style:none;
}
p {
	padding-bottom:0;
	font-size: 12px;
}
img {
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
	border:none;
}
a{
	color:#0099ff;
	text-decoration:none;
	outline:none;
}
a:hover{
		color:#C00;
}
.spacer {
	font-size:0;
	line-height:0;
	clear:both;
}
.noImg {
	background-image:none;
}
.noPadd {
	padding:0 !important;
}
/*---------wrapper-------------*/
div.wrapper {
	width:902px;
	margin:0 auto;
}
div#main {
	width:902px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
div#header {
	height:100px;
}
div#header a.logo {
	display:block;
	width:427px;
	height:74px;
	float:left;
}
div#header div.headerContent {
	width:370px;
	float:right;
	padding-top:25px;
}
div#header div.headerContent p {
	padding-bottom:8px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 13px;
	line-height: 19px;
}
div#header div.headerContent p span {
	color:#0050A3;
	padding-left:10px;
}
div#header div.headerContent div.searchArea {
	float:right;
	width:286px;
	height:22px;
	overflow:hidden;
}
div#header div.headerContent div.searchArea input {
	width:251px;
	height:20px;
	border:1px solid #C6C6C6;
	padding:0 0 0 3px;
	float:left;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	color:#939393;
}
div#header div.headerContent div.searchArea input.searchBtn {
	width:30px;
	height:22px;
	border:none;
	padding:0;
	float:right;
}
/*----------------------------- MAIN NAVIGATION -----------------------------*/
div.navi{
	margin-top:25px;
	padding-bottom:38px;
	background:url(/images/main-nav-bg.gif) repeat-x;
	}
div.navi ul{
	padding-left:4px;
}
div.navi ul li{
	float:left;
}
div.navi ul li a{
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:14px;
	line-height:16px;
	color:#3450a3;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 43px;	
}
li.divider{
	background:url(/images/main-nav-divider.gif) no-repeat;
	width:3px;
	height:38px;
}
div.navi ul li a:hover{
	background: url(/images/nav-hover.jpg) repeat-x;		
}
div#mainNav {
	height:54px;
}
div#mainNav ul {
	height:38px;
	background:url(/images/menubar.gif) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	padding-left:30px;
}
div#mainNav ul li {
	width:auto;
	float:left;
	background:url(/images/main-nav-divider.gif) 100% 0 no-repeat;
	padding:0 15px 0 12px;
}
div#mainNav ul li.lastLi {
	background:none;
}
div#mainNav ul li a {
	height:38px;
	width:auto;
	display:block;
	float:left;
	padding:0 3px;
}
div#mainNav ul li a span {
	display:block;
	width:auto;
	height:33px;
	float:left;
	background:0 0 no-repeat;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-20000px;
}
div#mainNav ul li a:hover, div#mainNav ul li a.selected {
	background:url(/images/main-nav-bg.gif) 0 0 repeat-x;
}
div#mainNav ul li a:hover span, div#mainNav ul li a.selected span {
	background-position:0 100%;
}
div#mainNav ul li a span.homeLink {
	background-image:url(/images/home-link.gif);
	width:85px;
}
div#mainNav ul li a span.scheduleLink {
	background-image:url(/images/schedule-link.gif);
	width:133px;
}
div#mainNav ul li a span.brochuresLink {
	background-image:url(/images/brochures-link.gif);
	width:114px;
}
div#mainNav ul li a span.workshopesLink {
	background-image:url(/images/workshopes-link.gif);
	width:120px;
}
div#mainNav ul li a span.faqLink {
	background-image:url(/images/faq-link.gif);
	width:76px;
}
div#mainNav ul li a span.contactLink {
	background-image:url(/images/contact-link.gif);
	width:119px;
}
/*---------Bananer-------------*/
div.banner {
	padding:0 0 15px;
	margin:0 auto;
}
div.banner h1 {
	font-size:22px;
	line-height:28px;
	color:#333;
	background-color:inherit;
	text-align:center;
	margin:15px 0 0;
}
/*---------banner-------------*/

/*---------body-------------*/
div.body {
	padding:0 0 29px;
}
div.body h2 {
	font:normal 20px/24px "Times New Roman", Times, serif;
	padding:0 0 11px;
}
div.body h3 {
	font:bold 16px/16px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 11px;
	color:#0050A3;
	background-color:inherit;
}

div.body h3 a:hover {
	text-decoration:underline;
}

div.body p {
	padding:0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.body p a {
	color:#0050A3;
	background-color:inherit;
}
div.body p a:hover {
	text-decoration:underline;
}
p.bigTxt {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}
div.body h3 span {
	font-size:12px;
	display:block;
	line-height:19px;
	color:#404040;
	background-color:inherit;
	padding:4px 0 0;
}
div.body ul.typeOne {
	padding:0 0 10px;
	margin:0;
}
div.body ul.typeOne li {
	background:url(/images/arrow1.gif) 0 8px no-repeat;
	padding:0 0 0 9px;
}
div.bodyTop {
	overflow:hidden;
	height:100%;
	padding:0 0 14px;
}
div.bodyTopLeft {
	float:left;
	width:165px;
}
div.bodyTopLeft ul {
	padding:0 0 2px;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
}
div.bodyTopLeft ul li {
	padding:0 0 6px 18px;
}
div.bodyTopLeft ul li a {
	color:#6D6D6D;
	border-bottom:1px solid #fff;
}
div.bodyTopLeft ul li a:hover {
	color:#404040;
	text-decoration:underline;
}
div.location {
	padding-bottom:15px;
}
div.program {
	padding:0;
}
div.bodyTopRight {
	float:right;
	width:690px;
	border:#F1F1F1 solid 1px;
	padding:10px 20px 0;
}
div.rightPic {
	padding:0 0 0 10px;
	float:right;
}
div.rightPic img {
	margin-bottom:10px;
	margin-left: 5px;
}
div.bodyBottom {
	margin:0;
}
div.bodyCont {
	margin:0 0 15px 0;
	border:#F1F1F1 solid 1px;
	padding:10px 20px;
	overflow:hidden;
	height:100%;
	line-height: 20px;
}
div.bodyCont p.txtOne {
	font:bold 22px/26px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
div.bodyCont p.txtOne span {
	font-size:15px;
	line-height:25px;
	display:block;
}
div.programSchedule {
	padding:0 0 10px;
}
div.programSchedule h4 {
	background:url(/images/program-heading.gif) 0 0 no-repeat;
	height:29px;
	font-size:12px;
	line-height:29px;
	font-weight:bold;
	color:#000;
	background-color:inherit;
	display:block;
	margin-bottom: 5px;	
	padding-left:10px;
}
div.programSchedule h4.secOption {
	background:url(/images/program-heading2.gif) 0 0 no-repeat;
}
div.programSchedule td {
	font-size:12px;
	line-height:16px;
	padding:5px 0;
	border-bottom:#F2F2F2 solid 1px;	
}
div.programSchedule th {
	padding:6px 11px;
}
div.programSchedule td.last {
	border-bottom:none;
}
div.facultyLeft, div.facultyRight {
	width:430px;
	float:left;
}
div.facultyRight {
	float:right;
}
p.facultyTxt {
	width:430px;
	display:inline;
	padding-bottom:30px;
	font-size:12px;
	/*float:left;*/
	display:block;
}
p.facultyTxt span {
	display:block;
	font-weight:bold;
}
tr.geyBg {
	background-color:#F9F9F9;
	color:#404040;
}
div.itinery {
	width:730px;
	margin:10px 0 0;
	float:right;
}
td.padd13 {
	padding-left:13px;
}
ul.listText{
	padding-left:10px;
	list-style:disc;
	}
div#Accommodations a{
	color:#09F;
}
div#Accommodations a:hover{
	color:#C33;	
	text-decoration:none;
}
/*---------body-------------*/

/*---------footer-------------*/
div.footer {
	padding:0 0 0;
	overflow:hidden;
	height:100%;
}
div.footer a.home, div.footer a.homeActive {
	background:url(/images/footer-home.gif) 0 0 no-repeat;
	width:83px;
	height:38px;
	float:left;
	text-indent:-200000px;
	display:block;
	margin:0 0 23px;
}
div.footer a.home:hover, div.footer a.homeActive {
	background:url(/images/footer-home.gif) 0 100% no-repeat;
}
div.footer a.email {
	background:url(/images/footer-email.gif) 0 0 no-repeat;
	width:105px;
	height:38px;
	float:left;
	text-indent:-200000px;
	display:block;
	margin:0 0 23px;
}
div.footer a.email:hover {
	background:url(/images/footer-email.gif) 0 100% no-repeat;
}
div.copyright {
	border-top:#CCCCCC solid 1px;
	padding:18px 0 20px;
	clear:both;
}
div.copyright p {
	font-size:11px;
	color:#878787;
	background-color:inherit;
}
div#footerArea {
	border-top:1px solid #ccc;
	padding-top:18px;
}
div#footerArea p {
	padding:0 0 5px 2px;
	color:#878787;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
div#footerArea p span {
	padding:0 2px;
}
div#footerArea p a {
	color:#404040;
}
div#footerArea p a:hover, div#footerArea ul.footNav li a {
	color:#0050A3;
}
div#footerArea ul.footNav {
	color:#404040;
	padding-bottom:5px;
	font:normal 11px/17px Arial, Helvetica, sans-serif;
}
div#footerArea ul.footNav li, div#footerArea ul.footLinks li {
	display:inline;
	padding:0 2px;
}
div#footerArea ul.footNav li a:hover {
	text-decoration:underline;
}
/*---------footer-------------*/


/*---------wrapper-------------*/
copyrightfont {
	font-size: 11px;
}
.organe {
	font-size: 16px;
	color: #D55500;
	font-weight: bold;
}
.organe a:link {
	color:#D55500;
}
.organe a:visited {
	color:#D55500;
}
.organe a:hover {
	text-decoration:underline;
}
.leftmargin {
	margin-left:10px;
	float: right;
	margin-bottom: 10px;
	padding-left: 10px;
}
.rightmarginBox {
	margin-right:10px;
	float: left;
	margin-bottom: 10px;
}
.te {
	width: 260px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.blueRow {
	background-color: #006699;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
}
.Selectionheader {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #069;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sectionDiv {
}
.red {
	color: #C00;
}
.BlueFont {
	color: #006699;
}
.rightMargin {
	margin-right: 5px;
	padding: 6px;
}
tr.highlight {
	background-color:#F4F4F4;
}
tr.selected {
	background-color:#FDF1D7;
	color:#404040;
}

.PhoneBW {
	font-size: 12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.lightBlueheader {
	font-size: 14px;
	font-weight: bold;
	color: #0E4896;
	background-color: #E5EFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lightBlueheader td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.submitButton1 {
	width: 80px;
	padding-left: 13px;
	float: left;
}
.Button1 {
	font-weight: bold;
	height: 35px;
	width: 70px;
}
.3601 {
	padding-right: 10px;
	padding-left: 10px;
	width: 600px;
}

/*************table stripe************/
table.stripe {
	margin-bottom:20px;
	border-collapse: collapse;
	font-size: 13px;
	border-top:1px solid #95bce2;
}
table.stripe th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #404040;
	padding: 10px 11px;
	border-right: 1px solid #fff;
	line-height: 1.2;
}
table.stripe td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
table.stripe tr.alt td {
	background: #F8F8F8;
}
table.stripe tr.over td {
	background-color: #F0F0EC;
}
table.highlight {
	border-collapse: collapse;
	font-size: 13px;
}

table.highlight td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
table.highlight tr.over td {
	background-color: #F0F0EC;
}
table.highlightRes {
	border-collapse: collapse;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.highlightRes td {		
	border-bottom: 1px solid #95bce2;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}
table.highlightRes tr:hover{
	background:#f0f0ec;				
}
table.highlightRes tr.over td {
background-color: #F0F0EC;}
.leftPadBox {
	padding-left: 13px;
}
.shares {
	width: auto;
	float: left;
}

h4.headingText{	
	background:#e7e7e7 !important;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;		
	text-align:left;
	padding:5px 10px;
	margin-left:0 !important;
}
div#footerLink a{
	color:#0099ff;
}
div#footerLink a:hover{
	color:#C33;
	text-decoration:none;
}
.txtCenter{		
	text-align:center;
}
.txtCenter2{		
	text-align:center;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.txtCenter h3{
	font-size:16px;
	line-height:30px !important;
	font-weight:bold;
	text-align:center;
}
.datePicker img{
	margin-top:3px;
}
.checkTxt input{
	width:14px;
	height:14px;
	margin:5px 8px 0 0;
	float:left;
}
.rightpadding{
	padding-right:10px;
	}
	
.leftpadding{
	padding-left:10px;
	}
	
.js{
    display: none;
}		