@font-face {
    font-family: "CalibriRegular";
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri-webfont.woff') format('woff'),
         url('fonts/calibri-webfont.ttf') format('truetype'),
         url('fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd85Heavy';
    src: url('fonts/helveticaneueltstd-hv-webfont.eot');
    src: url('fonts/helveticaneueltstd-hv-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-hv-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-hv-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-hv-webfont.svg#HelveticaNeueLTStd85Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('fonts/hlr_____0-webfont.eot');
    src: url('fonts/hlr_____0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hlr_____0-webfont.woff') format('woff'),
         url('fonts/hlr_____0-webfont.ttf') format('truetype'),
         url('fonts/hlr_____0-webfont.svg#HelveticaNeueRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('fonts/helveticaneueltstd-bd-webfont.eot');
    src: url('fonts/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-bd-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
    font-size: 11pt;
    font-family: Arial, Helvetica, san-serif;
}

body {
	background-color: #FDFDF0;
	color: #000;
	font-family: Arial, Helvetica, san-serif;
	line-height: 24px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#reader
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.clear
{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0px;
    float: none !important;
}

#header {
	width: 100%;
	height: 223px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}

#header-container {
	width: 1024px;
	height: 223px;
	color: #F0EAD6;
	position: relative;
	text-align: left;
}

#logo {
	position: absolute;
	left: 0;
	top: 9px;
	width: 1024px; /* 900 */
	line-height: 20px;
	font-family: "HelveticaNeueRoman", Arial, san-serif;
	font-size: 13pt;
}

#logo h1 {
	margin: 60px 0px 5px 0px;
	font-family: "HelveticaNeueLTStd85Heavy", Arial, san-serif;
	font-size: 22px;
	color: white;
}

#logo strong {
	font-family: "HelveticaNeueLTStd75Bold", Arial, san-serif;
}

#logo a, #logo a:visited {
	float: left;
}

#login {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #FFF;
	font-size: 15px;
	width: 575px;
	text-align: right;
}

#login a
{
    color: #fff;
}

input[type="text"], input[type="password"], textarea, select
{
	font-size: 13px;
	border: 1px solid #00182b;
	padding: 2px 4px 2px 4px;
	color: #00182b;
	border-radius: 3px 3px 3px 3px;
}

submit, reset, .button {
	background-color: #00182b;
	font-size: 13px;
	color: #FFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #FFF;
	cursor: pointer;
	padding: 0px 4px 0px 4px;
}

submit:hover, reset:hover, .button:hover, submit:active, reset:active, #login .button:active {
	background-color: #FFF;
	color: #00182b;
	border: 1px solid #00182b;
}

#container .button {
	background-color: #163d7d;
	font-size: 13px;
	color: #FFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #FFF;
	cursor: pointer;
	padding: 7px 15px 7px 15px;
	text-transform: uppercase;
}

#container .button:hover, #container .button:active {
	background-color: #00182b;
}

#navigation {
	position: absolute;
	width: 1024px;
	bottom: 4px;
	text-align: center;
}
	/* CONDITIONAL FIREFOX FIX */
	@-moz-document url-prefix() {
		#navigation {
			bottom: 5px;
		}
	}

#navigation a, #navigation a:visited {
	padding: 8px 12px 8px 12px;
	background: #00182c;
	color: #F0EAD6;
	font-size: 13px;
	font-family: "CalibriRegular", Arial, san-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	text-decoration: none;
	margin-right: 22px;
	float: center;
}

	/* CONDITIONAL SAFARI & CHROME FIX */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#navigation a, #navigation a:visited {
			margin-right: 7px;
		}
	}

#navigation a:active, #navigation a:hover {
	background: #F0EAD6;
	color: black;
}

/* This sets the tab to on state by BODY ID */
#home .nav-home, #exhibitors .nav-exhibitors, #advertisers .nav-advertisers, #sponsors .nav-sponsors, #attendees .nav-attendees, #volunteers .nav-volunteers  {
	padding: 8px 12px 8px 12px;
	background: #F0EAD6;
	color: #000;
	font-size: 14px;
	font-family: "CalibriRegular", Arial, san-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	text-decoration: none;
	margin-right: 25px;
	float: center;
}

#container {
	width: 950px;
	text-align: left;
	padding: 0 40px 40px 40px;
	border: 0px solid;
}

#textResize 
{
    width: 950px;
    text-align: right;
    margin-top: 12px;
}

h1 {
	font-family: Arial, Georgia, serif;
	font-size: 30px;
	color: #163d7d;
	margin-bottom: 14px;
}

h2 {
	font-family: Arial, Georgia, serif;
	font-size: 24px;
	color: black;
	margin-bottom: 14px;
}

h3 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #163d7d;
	margin-bottom: 8px;
}

a, a:visited {
	text-decoration: underline;
	color: #163d7d;
}

a:hover, a:active {
	text-decoration: none;
}

#footer {
	background: #00182b;
	color: #FFF;
	width: 100%;
}

#footer-navigation {
	width: 100%;
	height: 26px;
	background-color: #163d7d !important;
	text-align: center;
	padding: 2px 0px 0px 0px;
}

#footer-navigation a, #footer-navigation a:visited {
	color: #FFF;
	text-transform: uppercase;
	font-family: "CalibriRegular", Arial, san-serif;
	font-size: 15px;
	text-decoration: none;
	margin: 0px 70px 0px 0px;
}

#footer-navigation a:hover, #footer-navigation a:active {
	text-decoration: underline;
}

#footer-container {
	width: 950px;
	text-align: left;
	padding: 25px;
	line-height: 16px;
}

.msg
{
    color: #993300;
}

.msgWhite
{
    color: #fff;
}

.txt18
{
    font-size: 18px;
}

.listTable tr:first-child td, .firstRow
{
    border-top: 1px solid #163d7d;
}

.listTable td, .row
{
    border-bottom: 1px solid #163d7d;
}

#Volunteer
{
    float: right;
    width: 325px;
    padding: 12px;
    margin: 24px 0 0 12px; 
    border: 1px solid #163d7d;
    border-radius: 10px 10px;
}

#RegisterBox, .RegisterBox
{
    float: right;
    text-align: center;
    width: 350px;
    margin: 0 0 12px 12px;
    padding: 12px;
    border: 1px solid #163d7d;
    border-radius: 10px 10px;
}

#ForgotPassword
{
    float: right; 
    font-size: 11px;
    margin-right: 45px; 
    *margin-right: 60px;     
}

#ForgotPassword a
{
    color: #fff;
}

.purchaseArea
{
    padding: 12px;
    border: 1px solid #163d7d;
    border-radius: 10px 10px;
}

.indent
{
    margin-left: 24px;
}


/* Shopping Cart */

#shoppingCart, #orderConfirmation
{
    padding: 12px;
    border: 1px solid #163d7d;
    border-radius: 10px 10px;
}

.cartButtons
{
    width: 100%; 
    margin-top: 12px;
}

#Payment
{
    width: auto;
    margin-top: 36px;
    padding: 12px 12px 24px 12px;
    border: 1px solid #163d7d;
    border-radius: 10px 10px;
}
    

#shoppingCart th, #orderConfirmation th
{
    font-weight: bold;
    color: #163d7d;
    text-align: center;
    border-bottom: 1px solid #163d7d;
}

#shoppingCart td
{
    text-align: center;
}

.gvAlt
{
    background-color: #e6e6e6;
}

#skipLink
{
    position: absolute; 
    top: 0; 
    left: 50%;
    width: 200px; 
    margin-left: -300px;
    text-align: center;
    z-index: 9999;
}

#skipLink a:link, #skipLink a:visited
{
    text-decoration: none;
    color: #0F2A57;       
}

#skipLink a:hover, #skipLink a:active, #skipLink a:focus
{
    outline: 0;
    color: White;
}


    


/* Text resizing */

#text_resize_increase
{
    background: url(/images/aBig.gif) no-repeat;
    display: block;
    float: right; 
    width: 28px;
    height: 27px;
    margin: 6px 0 0 0;
}

#text_resize_reset
{
    background: url(/images/a_reset.gif) no-repeat;
    display: block;
    float: right; 
    width: 25px;
    height: 24px;
    margin: 9px 0 0 3px;
}

#text_resize_decrease
{
    background: url(/images/aSmall.gif) no-repeat;
    display: block;
    float: right; 
    width: 23px;
    height: 21px;
    margin: 12px 0 0 3px;   
}


/* Volunteer Form */

#VolunteerSchedule td
{
    text-align: center;
}

#VolunteerSchedule th
{
    border-bottom: 1px solid black;
    text-align: center;
}

#VolunteerSchedule tr.alt
{
    background-color: #e6e6e6;
}


/* Adminstration */

#Admin th
{
    text-align: center;
    background-color: #163d7d;
    color: #fff;
}

#Admin th a
{
    color: #fff;
}

#Admin td 
{
    vertical-align: top;
}

/* Volunteer */

#Volunteers input[type="text"], #Volunteers textarea
{
    width: 300px;
}