/* DENVER BROKER EVENT STYLE SHEET */

/* --------------------------------------------------- general HTML markup */

body {
	background-color: #bfbfbf;
	font-size: 100%;
	text-align: center;
}

p, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.6em;
	color: #333;
}

p {
	margin: .25em 1em 1em 0;
}

p.footnote {
	font-size: .6em;
	line-height: 1.2em;
}

ul, ol {
	padding: .25em 1em 1em 1.5em;
}

li {
	list-style-type: disc;
	padding: .25em 0;
}

a {
	color: #00b0ff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #00a7e1;
	margin: .5em 0 .5em 0;
	line-height: 1.4em;
	letter-spacing: .01em;
}


h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #005680;
	margin: 1em 0 .25em 0;
	line-height: 1.4em;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.8em;
	color: #333;
	margin: .5em 0 .25em 0;
}

h3 a {
	color: #AC1;
}

h4 {
	font-size: .7em;	
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #16B;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	color: #888888;
}


sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}

a {
	color: #00b0ff;
}
	
table {
	border: none;
	margin: 0px;
	padding: 0px;
}

tr {
	vertical-align: top;
}

tr.logos {
	vertical-align: middle;
	}

hr {
	border: 0;
	border-bottom:1px dotted #005680;
	margin:3em 0;
}	
/* ------------------------------------------------------------- wrapper */

#wrapper {
	width: 90%;
	background-color: #FFF;
	border: none;
	line-height: 1.5em;
	padding: 0;
	margin: 20px auto 0;
	text-align: left;
	width: 800px;
	-moz-box-shadow: 0 0 12px #4a4a4a;
	-webkit-box-shadow: 0 0 12px #4a4a4a;
	box-shadow: 0 0 12px #4a4a4a;
}


/* -------------------------------------------------------------- header */

#header {
	background-color: #9d9fa2;
	height: 185px;
	/*border: 1px solid #39F; -- used for debugging */
}


#header2 h1 {
	color: #FFF;
	float: left;
	font-weight: normal;
	margin: .2em 0 0 1.7em;
	padding: 0;
}

#header2 h2 {
	color: #FFF;
	float: right;
	font-weight: normal;
	font-size: .7em;
	margin: .6em 1.7em 0 0em;
	padding: 0;
}


/* ----------------------------------------------------------- content */

#content {
	width: 100%;
	/*background-image: url(images/xxx.jpg); - does not exist */
	background-repeat: no-repeat;
	background-position: bottom right; 
	min-height: 450px;
}

#contentMajorFull {
	width: 95%;
	padding: 10px 20px;
	min-height: 275px;

}

#contentMajor {
	float: left;
	width: 60%;
	padding: 10px;
	margin-left: 10px;
	min-height: 275px;
}

#contentMajor img.headshot {
	float: left;
	margin-right: 10px;
}


#contentMinor {
	float: right;
	width: 28%;
	padding: 0 2em 0 0;
	text-align: center;
	min-height: 275px;
	font-size: 100%;
}


#contentMinor p {
	text-align: center;
	color: #005680;
	margin-right: 0;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #005680;
}

#contentMinor img {
	vertical-align: top;
}


#contentMinorBios {
	float: right;
	width: 28%;
	padding: 0 2em 0 .5em;
	text-align: left;
	min-height: 275px;
	font-size: 100%;
	background-color: #8cbfd0;
}

#contentMajor h3, #contentMinorBios h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.3em;
	color: #333;
	margin: 0;
}

#contentMinorBios img.headshot {
	float: left;
	margin-right: 10px;
}


/* ----------------------------------------------------------- navigation */


#navigation {
	margin: 0;
	padding-top: 1em;
	background-color: #9d9fa2;
	border-bottom: 1px solid #000;
}

#navigation ul {
	padding: .4em 0;
	margin-left: .75em;
	font-weight: bold;
	font-size: 10px;
}

#navigation li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navigation li a {
	padding: .5em 1em;
	margin-left: .4em;
	border-bottom: none;
	background: #005680;
	color: #fff;
	text-decoration: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;	
	border-top-right-radius: 6px;
}

#navigation li a:hover {
	color: #000;
	background: #00a7e1;
}

#navigation li a.current {
	background: #FFF;
	color: #005680;
	border-bottom: 2px solid white;
}

#navigation li a:hover.current {
	color: #888888;
}

/* ----------------------------------------------------------- agenda */

#agenda {
	width:97%;
	margin:10px 0 14px;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:.7em;
	line-height:1.5em;
	border-collapse:collapse;
}

#agenda th {
	font-weight:bold;
	background-color:#4D4D4D;
	color:#fff;
	border-bottom:1px solid 00A0D3;
	text-align:left;
}

#agenda th, #agenda td {
	padding:6px;
}

#agenda td {
	border-bottom:1px dotted #4D4D4D;
	
}

#agenda td.colA {
	width:29%;
}

#agenda td.colC {
	width:27%;
}


/* ----------------------------------------------------------- footer */

#footer {
	clear:both;
	margin:0;
	padding:0;
	background-color:#fff;
	border-top:10px solid #005680;
}

