/* CSS Document */

/* ---------Print.css only works in IE not Firefox - Jan. 2010 --------*/  

body {
	padding:0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10 pt;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}

#wrapper {
	margin: 0;
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#menu {
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	font-size: 90%;
	background-color: #0066FF;
	border: thin solid #000000;
	color: #FFFFFF;
	text-align: left;
	padding: 0.25em 0.5em;
	text-decoration: none;
	
}

#nav a.toplevel {
	text-align: center;
	white-space: nowrap;
}

#nav li {
	float: left;
	width: auto;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
/* ---------drop downs --------*/
#nav li ul a {
	width: 10em;
	text-align: left;
	padding: 0 0.5em;
	background-color: #6699FF;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*------- below prevents nav windows in IE7 remaining open --------- */ 
#nav li:hover, #nav li.sfhover {
	background-color: transparent;
}

/*------------- below sets properties for menu hover --------*/
#nav li a:hover, #nav li a.sfhover {
	background-color: #FFFF99;
	color: #000
}

#header {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	visibility: visible;
}

#content {
	margin: 0;
	padding: 5px 0 0 0;
	clear: both;
	font-size: 10pt;
}

#footer {
	margin: 0;
	padding: 10px 0;
	clear: both;
	border-top: #000 1px solid;
	font-size: 80%;
}

/*---------- Element Selectors ----------*/
h1,h2,h3,h4 {page-break-after:avoid; }


h1 {
}

h2 {
	clear: both;
	color: #000;
}

h3 {
}
/*-----------Font family for element selectors-----
h1, h2, h3 {
}*/

p, ol, ul, li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	background-color: transparent;
	text-align: left;
}

th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weigth: bold;
	line-height: 1.5em;
	color: #000000;
	background-color: #CCCCCC;
	padding-left: 5px;
	text-align: left;

}

td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	background-color: transparent;
	border-bottom: #CCCCCC 1px solid;
	padding-left: 5px;
	padding-bottom: 15px;
	text-align: left;

}

tr {
	text-align: left;
	

}


/*--------- Classes ----------*/
.bordertop {
	border-top: #CCC;
}

.byline {
	font-size: 80%;
}


.color {
	color: #06C;
	font-weight: bold;
}

.contact {
	margin: 10px;
	padding: 2px 15px;
	color: #C00;
	border: #C00 1px solid;
	clear: both;
	
}

.column {
	float: left;
	width: 27%;
	margin: 5px;
	padding: 10px 5px 10px 15px;
	border-left: #CCC;
}

.column2 {
	float: left;
	width: 40%;
	margin: 5px;
	padding: 10px 5px 10px 15px;
	border-left: #CCC 1px solid;
	
}

 
.highlight {
	font-size: 1.1em;
}

.indenttitle {
	margin-left: 170px;
	
}

.leading {
	padding-bottom: 0.5em;
}

.leadingtop {
	padding-top: 0.5em;
}

.nobullet {
	list-style: none;
	padding-top: 0.5em;
}

.singlespace {
	margin-bottom: -1em;
}

.sitename {
	font-size: 1.2em;
	padding-top: 5px;
}

/*------------ Other IDs -------------*/

#columns {
	clear: both;
	height: auto;
	margin: 0;
	padding: 0;
}

#conference {
	margin: 0;
	padding: 0;
	clear: both;

}

#indent {
	margin-left: 170px;
}

#wrapper #content .column h3 {
	color: #000;
}

#vendor {
	color: ##804040;
}

#wrapper #content .column #vendor {
	color: #804040;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
