/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,h5,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #1b2353 url('../images/layout/body-bg.jpg') repeat-x top center; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }

td {
    vertical-align: top;
}


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #847143; font-size: 18px; margin: 0px 0px 15px 0px; }
h2, h2 a { color: #1b2353; font-size: 15px; margin: 0px 0px 5px 0px; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #333333; font-size: 12px; line-height: 17px; }
a  { color: #CB2028; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


.frm td, .frm th { padding: 3px 0px 3px 0px; vertical-align: top; }
.frm th { padding-right: 10px; text-align: left; }


.req {
    color: #CC0000;
}


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	width: 870px; /* Main Content Width */
	margin: 0px auto; /* Align to Center */
}

#header { margin: 20px 14px 0 14px; }


#bodyContainer {  }

#body {
	min-height: 230px;
	height: auto !important; /*MOZ/IE7*/
	height: 220px; /*IE6*/
	background: #FFFFFF;
}

#gold-box { height: 134px; width: 870px; margin: 0px auto; background: #847143; }


#one-column { width: 625px; float: left; margin: 25px 0 0 35px; }
#two-column-left { width: 250px; float: left; margin: 25px 0 15px 35px; }
#two-column-right { width: 250px; float: left; margin: 25px 0 15px 15px; }


#left-column { width: 290px; float: left; padding: 20px 26px 0 26px; }
#left-column p, #mid-column p, #right-column p { color: #FFFFFF; }
#left-column a, #mid-column a, #right-column a { color: #1b2353; }

#mid-column { width: 290px; float: left; padding: 6px 26px 0 26px; margin: 14px 0; }

#right-column { width: 290px; float: right; padding: 20px 26px 0 26px; }



#home-gold-bar {
background: #847143;
 width: 870px; margin: 0px auto;

}


#footer { width: 870px; margin: 0px auto; }
#home-footer { width: 870px; margin: 0px auto;  height: 24px; }

#footerLeft { width: 500px; float: left; color: #FFFFFF; line-height: 24px; }
#footerRight { width: 300px; float: right; text-align: right; color: #FFFFFF; margin-right: 8px; line-height: 24px; }

#footerLeft a, #footerRight a { color: #FFFFFF; padding: 0px 8px; text-decoration: none; font-weight: normal; }
#footerLeft a:hover, #footerRight a:hover { color: #FFFFFF; text-decoration: underline; }

#exhibitor-footer { width: 870px; margin: 0px auto; height: 24px; background: #847143; margin-top: 6px; }


/* Navigation */

#nav { height: 38px; margin: 14px 0 6px 0; }
#nav a { height: 38px; width: 120px; float: left; background: #847143; margin-right: 5px; text-align: center; line-height: 38px; font-size: 14px; color: #FFFFFF; }
#nav a.o { background: #FFF; color: #1C1E53; }

#nav.attendee a {
	font-size: 12px;
}


.accordion_toggle { cursor: pointer; background: #ebedf5 url('../images/accordion2.gif') no-repeat center left; line-height: 17px; padding-left: 30px; padding-top: 3px; padding-bottom: 3px; color: #636363; border-width: 1px; border-color: #636363; border-top-style: solid; border-bottom-style: solid; margin-bottom: 8px; margin-top: 8px; }
.accordion_toggle_active { cursor: pointer; background: #ebedf5 url('../images/accordion1.gif') no-repeat center left; line-height: 17px; padding-left: 30px; color: #636363; border-width: 1px; border-color: #636363; border-top-style: solid; border-bottom-style: solid; margin-bottom: 8px; margin-top: 8px; }
.accordion_content { overflow: hidden; padding-left: 30px; }
#.accordion_content a { padding-left: 50px; line-height: 22px; display: block; height: 22px; overflow: hidden; }
.accordion_content ul { margin-bottom: 0px; margin-left: 20px; }


.roster { width: 800px; }
.roster td, .roster th { padding: 3px 8px 3px 8px; }

.roster_details {  }

.roster_details th, .roster_details td { padding: 3px 0px 3px 0px; }
.roster_details th { text-align: left; padding-right: 10px; }



#sponsor-boxes { width: 250px; float: left; }
#sponsor-boxes a img { border: solid 2px #FFF; margin-right: 2px; }
#sponsor-boxes a {  }
#sponsor-boxes a:hover img, #sponsor-boxes a.o img { border: solid 2px #CC0000; }
#sponsor-boxes a:hover img, #sponsor-boxes a.o img { border: solid 2px #CC0000; }




.frm td, .frm th { padding: 4px 0px 4px 0px; vertical-align: top; }
.frm th { padding-right: 10px; text-align: left; }


.frm2 {
	border-collapse:collapse;
}

.frm2 td {
    border: 1px solid #EEEEEE;
	padding: 5px 10px;
}

.noborder td {
    border: none;
	padding: 3px 10px;
}


.frm2 input {
	width: 60px; text-align: right; border: 1px solid #FFFFFF; line-height: 16px;
	padding: 0px;
	font-size: 12px;
}

