/* Default CSS */

*
{
	margin: 0;
	padding: 0;
	outline: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../_images/mainBack.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	height: 100.02%; 
	/*font-size: 11px; == 68.75%*/
	font-size: 75%; /* font sizing in ems, baby. if you want to change anything, just change this.*/ /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}


input, textarea, select
{
	font-size: 1.0em;
}

textarea
{
	/* textareas and selects don't seem to take the body font */
	font-family: Arial, Helvetica, sans-serif; /* nor do they have padding */
	padding: 1px;
}
select
{
	/* textareas and selects don't seem to take the body font */
	font-family: Arial, Helvetica, sans-serif;
}


#bodyContainer
{
	background-color: #FFFFFF;
	clear: both;
	color: #333333;
	border-bottom: 1px solid #CCCC99;
/*	min-height: 400px;*/
	min-height: 33.3333em;
}

img
{
	border-style: none;
}

hr
{
	height: 1px;
	border: 0px;
	background-color: #999900;
}

.formlabel
{
	font-weight: bolder;
	vertical-align: top;
	white-space: nowrap;
}

a:link, a:visited, a:active
{
	color: #FF6600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clearit
{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	display: block;
	visibility: hidden;
}

#pageContainer
{
	padding: 0px;
/*	width: 960px;*/
	width: 80em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headerBackgroundOverflow
{
	background-image: url(/_images/bannerBackground.jpg);
	background-repeat: repeat-x;
	background-position: -2px top;
}
#headerContainer
{
	height: 106px;
/*	background-color: #676600;*/
	background-image: url(/_images/back_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 0.5em;
}

#headerContainer a:link, #headerContainer a:visited, #headerContainer a:active
{
	font-size: 0.9em;
	color: #FFFFFF;
	margin-right: 0.9em;
}

#homeFlash
{
	/*height: 200px;*/
	height: 16.67em;
	background-color: #FF6600;
}

#content.imgFloatLeft
{
	float: left;
	padding-right: 1.82em;
	padding-bottom: 0.9em;
}

.featureHead
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	color: #666600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-left: 0.9em;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}


.feature
{
	border: 1px solid #999900;
	margin-bottom: 1.82em;
}

.featureBanner
{
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #666600;
	padding: 0.45em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:0.9em;
}

.featureContent
{
	padding:0.9em;
	padding-top:0;
}


.featureContent ul
{
	padding-left: 0.9em;
	list-style-type:none;
	list-style-image:url(/_images/CAMbullet.gif);
	margin-bottom: 1.82em;
}

.featureContent h1
{
	font-size: 1.7em;
	color: #666600;
}
.featureContent p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.featureContent h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #666600;
}
.featureContent h4
{
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	text-transform: uppercase;
	padding:0.45em;
}

.featureContent h4 a
{
	color: White;
}

.featureContent h5
{
	padding-bottom: 0.45em;
	font-size: 1.1em;
	font-weight: bold;
	color: #666600;
	margin-top: 0.9em;
	margin-bottom: 0.45em;
}


.homeLeftColumn
{
	width:47%;
	text-align:left;
	padding-left: 0.9em;
	margin-bottom: 1.2em;
}

.homeCenterColumn
{
	text-align:left;
	padding-left: 0.9em;
	margin-bottom: 1.2em;
}

.homeRightColumn
{
	width:25%;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 0.9em;
	padding-right: 0.9em;
	margin-bottom: 1.2em;
}



#mainContent
{
	padding: 1.82em;
}
#mainContent table
{
	margin-bottom: 1.82em;
}

#mainContent h1
{
	font-size: 2.2em;
	font-weight: bold;
	border-bottom: 1px solid #999900;
	color: #666600;
	padding-bottom: 0.2em;
	margin-bottom: 0.85em;
}
#mainContent h2
{
	font-size: 1.45em;
	font-weight: bold;
	color: #666600;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
#mainContent h3
{
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
}
#mainContent p
{
	margin-bottom: 0.9em;
}

#mainContent ul
{
	/*	padding-left: 30px;*/
	padding-left: 2.73em;
}

#conferenceSearch
{
	background-color: #FF9900;
	padding: 0.9em;
	margin-bottom: 1.82em;
	font-size: 1.1em;
	color: #FFFFFF;
}
#conferenceSearch h1
{
	/*	font-size: 14px;*/
	font-size: 1.3em;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
#conferenceSearch input, #conferenceSearch select
{
	font-size: 0.9em;
}



#conferenceNav
{
	padding: 0;
	margin-bottom: 0.9em; /*	height: 23px; /*	border-left:1px solid #CCCCCC; 	border-right:1px solid #CCCCCC; */
	height: 2.1em;
	border-bottom: 1px solid #CCCCCC;
}

.topLine
{
	border-top: 1px solid #CCCCCC;
}

#conferenceNav ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#conferenceNav ul li
{
	float: left;
	margin: 0px;
	padding: 0.45em;
	border-right: 1px solid #CCCCCC;
}


.conferenceLinks
{
	background-color: #F5F5F5;
	padding: 0.9em; /*	padding-right: 0.9em; 	padding-top: 0.6em; 	padding-bottom: 0.6em; */
	clear: both;
	margin-top: 0.9em;
	margin-bottom: 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#scheduleTabs
{
	padding: 0;
	margin: 0;
	padding-top: 0.9em;
}

/* TABnav ------------*/
ul.tabbed
{
	height: 1.8em;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

ul.tabbed li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	margin-right: 0.4em;
}

ul.tabbed a:link, ul.tabbed a:visited
{
	/*	line-height: 17px;*/ /*	padding-left: 0.9em;*/ /*	padding-right: 0.9em;*/ /*	padding-bottom: 1px;*/
	background: #f3f3f3;
	color: #FF6600;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 1.0em;
	font-size: 1.1em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 0.3em;
	padding-bottom: 0.275em;
}

ul.tabbed a:link.active, ul.tabbed a:visited.active
{
	/* push the bottom of the tab down over the bottom border */
	padding-bottom: 0.355em;
	background: #ffffff;
	color: #666600;
}
ul.tabbed a:hover
{
	background: #FFFFFF;
}
/*---end Tabs---*/

.validator
{
	font-size: 1.75em;
	color: Red;
	cursor: default;
	vertical-align:middle;
}

.registrationTable
{
	width: 600px;
	clear: both;
	padding: 0px;
}

.registrationTable td
{
	padding: 2px;
}


.registrationTable h2
{
	padding-left: 0.45em;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.scheduleTable
{
	margin-bottom: 1.82em;
	clear: both;
	border: 1px solid #CCCCCC;
	border-top: 0px;
	border-collapse: collapse;
}

.scheduleTable td
{
	padding: 0.9em;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #CCCCCC;
}

.scheduleTable .colHead
{
	background-color: #666600;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0.45em;
	padding-right: 0.45em;
	padding-bottom: 0.45em;
	padding-left: 0.9em;
	letter-spacing: 1px;
}

.shaded
{
	background-color: #eeeeee;
}

.rule
{
	border-bottom: 1px dotted #999900;
	margin: 0px;
	padding: 0px;
}

.biographyImage
{
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
	margin-right:20px;
	float:left;
}

.sponsors
{
	width:19em;
	padding-top: 1.82em;
	padding-right: 0.9em;
	padding-bottom: 1.82em;
	padding-left: 0.9em;
}

#footerContainer
{
	clear: both;
	font-size: 0.9em;
	color: #999999;
	margin-top: 0.9em;
	margin-bottom: 30px;
}
#footerContainer a:link, #footerContainer a:visited, #footerContainer a:active
{
	color: #666666;
	text-decoration: none;
}
#footerContainer a:hover
{
	text-decoration: underline;
}


.smallCaps
{
	font-variant: small-caps;
}

.regularTable td
{
	padding:3px;
}


#confereceMap
{
	border:0px;
}
#confereceMap td
{
	padding:3px;
}
#confereceMap h2
{
	padding-top:0px;
	margin-top:0px;
}

#conferenceList
{
	font-size: 0.95em;
	margin-bottom: 1.82em;
	clear: both;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

#conferenceList td
{
	padding: 0.3em;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}

#conferenceList th
{
	background-color: #666600;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0.45em;
	padding-right: 0.45em;
	padding-bottom: 0.45em;
	padding-left: 0.9em;
	letter-spacing: 1px;
}

#conferenceList .dateColumn
{
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
	width:20%;
}


.listingTable
{
	font-size: 1.0em;
	margin-bottom: 1.82em;
	clear: both;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.listingTable td
{
	text-align:left;
	padding: 0.3em;
	vertical-align:top;
	border-bottom: 0.1em solid #CCCCCC;
	border-right:0.1em solid #CCCCCC;
}

.listingTable th
{
	text-align:left;
	background-color: #666600;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding: 0.45em;
	padding-left:auto;
	letter-spacing: 1px;
	border-bottom: 0.1em solid #CCCCCC;
	border-right:0.1em solid #CCCCCC;
}

ol
{
	list-style-type:decimal;
}







