@charset "ISO-8859-1";
/* CSS Document */

* {margin:0px; padding:0px;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #453b37;
}
body {
	background-color: #333;
	/*background: url(interface-images/body-bg.gif) repeat; */
	margin: 0;
	text-align: center;
}
div {overflow:hidden;}
img {border-width:0px;}

a {font-size:90%; font-family:Arial, Helvetica, sans-serif;}
a:link, a:visited {
	color: #31577e;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #2A343F;
	text-decoration: underline;
}
/* SPECIAL LINKS STYLES */
a.link_external {
	padding-left:13px;
	background-image:url(../images/icon_external_link.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
a.link_document {
	padding-left:15px;
	background-image:url(../images/icon_file_acrobat.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
a.link_download {
	padding-left:15px;
	background-image:url(../images/icon_file_download.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
a.link_email {
	padding-left: 17px;
	background-image:url(../images/icon_email.gif);
	background-repeat:no-repeat;
	background-position: left 1px;
}

/*a:active { text-decoration: none; }*/
h1,h2,h3,h4,h5,h6 { font-weight: bold; color:#801f09; }
h1 {font-size: 40px;}
h2 {font-size: 24px;}
.feature > h2, .feature > h3 {margin-top:10px;}
h3 {font-size: 16px; margin-top:5px}
h4 {
	font-size: 14px;
	/* color: #705f57; */
	color: #606060;
}
h5 {
	font-size: 14px;
	/* color: #a3958a; */
	color: #989d96;
}
h4, h5 {margin-top:5px;}
p { line-height:16px; margin: 7px 0;}


hr { background-color:#a9cfcb; height:1px; border-width:0; clear:both; }




/* MAJOR PAGE BUILDING BLOCKS
======================*/
div#pageframe {
	width:900px;
	margin:0 auto;
	padding:0 5px 0 5px;
	background:url(interface-images/page-bg.gif) repeat-y;
	text-align:left;
}
div#pageheader, div.pagenav, div.pagesubnav, div#pagecontent, div#pagefooter {
	/*background-color:#FFF;*/
}
/* PAGE CONTENT CONTAINER */
div#pagecontent {
    background: white url(interface-images/page-bg-swoosh.gif) center bottom no-repeat;
}
div#pagecontent ul, div#pagecontent ol { margin-left:25px; }
div#pagecontent li {
	margin-bottom:5px;
	padding-left:0px;
	line-height:15px;
}


/* HEADER AND HEADER CONTENT */
div#pageheader {
	background:url(interface-images/page-header.jpg) no-repeat;
	height:105px;
}
div#pageheader #headerlinks {
	float:left;
	padding-top:5px;
	height:25px;
	width:380px;
	text-align:left;
	margin-left:15px;
}
div#pageheader #headerlinks ul {list-style-image:none;}
div#pageheader #headerlinks ul li {display:inline;}
div#pageheader #headerlinks ul li a {color: #cbd9c2; margin-right:10px;}
div#pageheader #headerlinks ul li a:hover {color:white;}
div#pageheader .sitelogocontainer {
    float:left;
    clear:left;
    width:380px;
    height:65px;
}





/* PAGE NAVIGATION AND SUBNAVGATION SPECIFIC STYLES 
---------------------------------------------------*/
div.pagenav {
	padding-bottom:15px;
	background:url(interface-images/menu-main-bg.png) no-repeat;
	_background-image:url(interface-images/menu-main-bg.gif);
	position:relative;
	overflow:visible;
}
div.pagenav ul {
	height:28px;
	margin:0 5px;
	list-style-image:none;
	overflow:visible;
}
div.pagenav ul li {
	display:inline-block;
	padding:0 10px;
	height:28px;
	float:left;
}
div.pagenav ul li a {
	padding-top:7px;
	height:21px;
	display:inline-block;
	color:#dfd1cd !important;
	font-size:13px;
}
div.pagenav ul li.current {
	background:url(interface-images/menu-current-bracket-right.png) top right no-repeat;
	_background-image:url(interface-images/menu-current-bracket-right.gif);
	padding-right:7px;
	padding-left:0;
}
div.pagenav ul li.current a {
	padding:7px 10px 0 15px;
	background:url(interface-images/menu-current-bracket-left.gif) top left no-repeat;
	height:23px;
	color:#FFF !important;
}

/* "MEET ME" NAV ITEM */
div.pagenav ul li.discover {
	float:right;
	margin-right:200px;
}

div.pagenav .travelbuttoncontainer,
div.pagenav .registerbuttoncontainer {
    position:absolute;
	top:-5px;
	height:44px;
	margin:0;
	padding:0;
}
div.pagenav .travelbuttoncontainer {left:547px; width:181px;}
div.pagenav .registerbuttoncontainer {left:737px; width:151px;}
div.pagenav .travelbuttoncontainer a,
div.pagenav .registerbuttoncontainer a {
    padding-top:9px;
    height:35px;
    background-repeat: no-repeat;
    display:block;
    text-align:center;
    color:#e7d2cc;
    font-size:16px;
}
div.pagenav .travelbuttoncontainer a  {
    background-image:url(interface-images/btn-travel-bg.png);
    _background-image:url(interface-images/btn-travel-bg.gif);
    padding-left:40px;
}
div.pagenav .registerbuttoncontainer a {
    background-image:url(interface-images/btn-register-bg.png);
    _background-image:url(interface-images/btn-register-bg.gif);
}

div.pagenav .travelbuttoncontainer a:hover,
div.pagenav .registerbuttoncontainer a:hover {
    background-position: left -44px;
    text-decoration:none;
    color: #FFF;
}



/* SECONDARY NAVIGATION */
div.pagesubnav {
	background: url(interface-images/menu-submenu-bg.png) no-repeat;
	_background-image: url(interface-images/menu-submenu-bg.gif);
	height:32px;
	color:#FFF;
}
div.pagesubnav ul {
	height:23px;
	margin-top: 3px;
	list-style-image:none;
	overflow:hidden;
}
div.pagesubnav ul li {
	/* INHERITED */
}
div.pagesubnav ul li a {
	display:inline-block;
	height:19px;
	padding:5px 0 0 0;
	font-size:11px;
	color:#FFF;
}
div.pagesubnav ul li.current {
	background-image:none;
	padding:0;
}
div.pagesubnav ul li.current a {
	background-color:#8896a5;
	padding:5px 10px 0 10px;
	background-image:none;
}



/* FOOTER SPECIFIC STYLES
-------------------------*/
div#pagefooter {
	background:url(interface-images/footer-bg.png) no-repeat;
	height:51px;
	width:910px;
	padding:10px 0 0 0;
	font-size:11px;
	color:#FFF;
	margin: 0 auto;
}

div#pagefooter #copyright {float:left; margin-left:15px;}
div#pagefooter ul {
	display:inline;
	float:right;
	margin-right:15px;
}
div#pagefooter ul li {
	display:inline;
	margin-left:14px;
	list-style-image:none;
}
div#pagefooter a {
	color: #808080 !important;
}






/* COLUMNS AND MAJOR PAGE ELEMENTS 
==================================*/

.column-700, .column-555, .column-490, .column-365, .column-300, .column-340, .column-200 {
	float:left;
	margin-left:15px;
	overflow:hidden;
	display:inline;
}
.column-700 {width:700px;}
.column-555 {width:555px;}
.column-490 {width:490px;}
.column-365 {width:365px;}
.column-340 {width:340px;}
.column-300 {width:300px;}
.column-200 {width:200px;}

.feature {
	margin-bottom:15px;
	overflow:hidden;
}


/* BOX ELEMENTS */

/* Outlined Box */
.column-555 .box-outline {width:555px; background:url(interface-images/box-outline-middle-555.gif) repeat-y;}
.column-555 .box-outline .box-top {background:url(interface-images/box-outline-top-555.gif) no-repeat;}
.column-555 .box-outline .box-bottom {background:url(interface-images/box-outline-bottom-555.gif) no-repeat;}
.column-490 .box-outline {width:490px; background:url(interface-images/box-outline-middle-490.gif) repeat-y;}
.column-490 .box-outline .box-top {background:url(interface-images/box-outline-top-490.gif) no-repeat;}
.column-490 .box-outline .box-bottom {background:url(interface-images/box-outline-bottom-490.gif) no-repeat;}
.column-365 .box-outline {width:365px; background:url(interface-images/box-outline-middle-365.gif) repeat-y;}
.column-365 .box-outline .box-top {background:url(interface-images/box-outline-top-365.gif) no-repeat;}
.column-365 .box-outline .box-bottom {background:url(interface-images/box-outline-bottom-365.gif) no-repeat;}
.column-340 .box-outline {width:340px; background:url(interface-images/box-outline-middle-340.gif) repeat-y;}
.column-340 .box-outline .box-top {background:url(interface-images/box-outline-top-340.gif) no-repeat;}
.column-340 .box-outline .box-bottom {background:url(interface-images/box-outline-bottom-340.gif) no-repeat;}
.column-300 .box-outline {width:300px; background:url(interface-images/box-outline-middle-300.gif) repeat-y;}
.column-300 .box-outline .box-top {background:url(interface-images/box-outline-top-300.gif) no-repeat;}
.column-300 .box-outline .box-bottom {background:url(interface-images/box-outline-bottom-300.gif) no-repeat;}
.column-200 .box-outline {width:200px; background:url(interface-images/box-outline-middle-200.gif) repeat-y;}
.column-200 .box-outline .box-top {background:url(interface-images/box-outline-top-200.gif) no-repeat;}
.column-200 .box-outline .box-bottom {background:url(interface-images/box-outline-bottom-200.gif) no-repeat;}

/* Solid Box */
.column-555 .box-solid { width:555px; background:url(interface-images/box-solid-middle-555.gif) repeat-y;}
.column-555 .box-solid .box-top {background:url(interface-images/box-solid-top-555.gif) no-repeat;}
.column-555 .box-solid .box-bottom {background:url(interface-images/box-solid-bottom-555.gif) no-repeat;}
.column-490 .box-solid { width:490px; background:url(interface-images/box-solid-middle-490.gif) repeat-y;}
.column-490 .box-solid .box-top {background:url(interface-images/box-solid-top-490.gif) no-repeat;}
.column-490 .box-solid .box-bottom {background:url(interface-images/box-solid-bottom-490.gif) no-repeat;}
.column-365 .box-solid { width:365px; background:url(interface-images/box-solid-middle-365.gif) repeat-y;}
.column-365 .box-solid .box-top {background:url(interface-images/box-solid-top-365.gif) no-repeat;}
.column-365 .box-solid .box-bottom {background:url(interface-images/box-solid-bottom-365.gif) no-repeat;}
.column-340 .box-solid { width:340px; background:url(interface-images/box-solid-middle-340.gif) repeat-y;}
.column-340 .box-solid .box-top {background:url(interface-images/box-solid-top-340.gif) no-repeat;}
.column-340 .box-solid .box-bottom {background:url(interface-images/box-solid-bottom-340.gif) no-repeat;}
.column-300 .box-solid { width:300px; background:url(interface-images/box-solid-middle-300.gif) repeat-y;}
.column-300 .box-solid .box-top {background:url(interface-images/box-solid-top-300.gif) no-repeat;}
.column-300 .box-solid .box-bottom {background:url(interface-images/box-solid-bottom-300.gif) no-repeat;}
.column-200 .box-solid { width:200px; background:url(interface-images/box-solid-middle-200.gif) repeat-y;}
.column-200 .box-solid .box-top {background:url(interface-images/box-solid-top-200.gif) no-repeat;}
.column-200 .box-solid .box-bottom {background:url(interface-images/box-solid-bottom-200.gif) no-repeat;}

/* Common Box elements */
.box-top, .box-bottom {height: 5px;}
.box-content { margin:5px 15px;}
.box-outline hr, .box-solid hr {width:100%; background-color:#9cb0aa; margin:10px auto; height:1px; border-width:0;}
.box-solid h1, .box-solid h2, .box-solid h3, .box-solid h4, .box-solid h5, .box-solid h6,{color:#265e3a;}




/* SPECIFIC ITEM AND PAGE SPECIFIC STYLES
========================================*/
/* LANDING PAGE TEXT HEADERS */
h1.landingbanner {
	background-color:#265d39;
	color:#FFF;
	padding-left:10px;
	height:50px;
	background: url(interface-images/landing-banner-bg.jpg) no-repeat;
}

div#prpbannercontainer {
	height:142px;
	width:150px;
	margin:0 auto;
	padding:5px;
	background-color: #FFF;
	border: 1px #d0d6ce solid;
	text-align:center;
}
div#homepageflash {
	height: 200px;
	width: 555px;
}
div.sessionlisting {margin-bottom:25px;}
div.sessionlisting p, div.sessionlisting h4 {
	margin:0 0;
}
div.socialicons {text-align:center; margin:5px 0;}
div.socialicons img {
	border:1px solid white;
}
div.socialicons a:hover img{
	border:1px solid #666666;
}



/* GENERAL UTILITY CLASSES - LOCATED AT THE BOTTOM TO ENSURE PROPER CASCADE OVERRIDE
======================================= */
.bold { font-weight: bold;}
.floatclear { float:none; clear:both;} /* USE AFTER ANY FLOATED ITEMS TO CLEAR THEIR BOTTOM MARGINS */
.center {text-align:center;}
.right {text-align:right;}
.disclaimer {font-size:11px; color:#818474;}
.small {font-size:90%;}
p.small {font-size:11px; }
.subhead {margin-top:4px; color:#696065; font-weight:bold; font-size:11px}

.nomargin {margin-left:0; margin-right:0;} /* HANDY FOR USE WITH NESTED COLUMNS */
/* USE THESE TO SUB-DIVIDE COLUMNS */
.col40percent, .col50percent, .col60percent {float:left; display:inline; clear:none;}
.col50percent {width:50%; }
.col40percent {width:40%; }
.col60percent {width:60%; }



/* FORMS
------------------------------------------------------------*/
div.row {
	clear: both;
	margin-bottom:5px;
}
div.spacer {
	float:none; clear:both; height:10px;
}

div.rowHeader{
	clear: both;
	margin-bottom: 5px;
	margin-top: 10px;
}

.formLabel {
	display: block;
	float: left;
	margin-right: 4px;
	text-align: right;
	width: 200px;
}

.required {
	font-weight: bold;
}

.formInput{
	text-align: left;
	display: block;
	float: left;
	width:240px;
}
.formInput select, .formInput textarea {
	width:240px;
}
.formInputWide select, .formInput textarea {
	width:480px;
}

#divSubmit{
	text-align:center;
	padding-top: 4px;
}

.validationsummary
{
	background:#fff url(/images/sad_server.gif) no-repeat;
	background-position:top left;
	border:2px solid red;
	color:red;
	margin:5px 0px;
	min-height:80px;
	padding:5px;
}

.validationsummary ul
{
	list-style:square;
	margin-top:20px;
	margin-left:80px;
	padding:0px;
}

.validationsummary li
{
	color:red;
}

