@charset "utf-8";
/* CSS Document */

body
{
	background: white;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
}

.mir { letter-spacing : -1000em; }
/* Be nice to Opera, but hide from MacIE. Thanks to Robert Jan Verkade (http://www.eend.nl) for the MacIE fix. */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}


/*== HEADER ======================= */
div#header h1
{
	background: url(../images/banner.png) top left no-repeat;
	width: 912px;
	height: 203px;
}

/*== BOX =====================*/
div.box
{
	background: #dda907 url(../images/box_tl.png) top left no-repeat;
}

div.box div
{
	background: transparent url(../images/box_tr.png) top right no-repeat;
}

div.box div div
{
	background: transparent url(../images/box_br.png) bottom right no-repeat;
}
div.box div div div
{
	background: transparent url(../images/box_bl.png) bottom left no-repeat;
}

div.box div div div div
{
	background: transparent;
}

/*== NAV ===========================*/
ul#nav li
{
	list-style: none;
	display: inline;
	margin: 5px 15px;
}

ul#nav
{
	padding: 10px 20px;
}

ul#nav a
{
	font-weight: bold;
	font-size: 0.9em;
	color: black;
}

ul#nav a:link, ul#nav a:visited
{
	color: black;
	text-decoration: none;
}

ul#nav a:hover, ul#nav a:active, ul#nav a.selected:link, ul#nav a.selected:visited
{
	color: #cd2316;
	text-decoration:underline
}

/*== CONTENT =================== */
div#content
{
    width: 800px;
    margin: 10px 30px 50px 30px;
    background: white;
}

img.bio
{
    float: left;
    margin: 0 10px 5px 0;
    padding: 5px;
    border: 1px solid #bbbbbb;
}

table.schedule td
{
    padding: 0.3em;
}
table.schedule td.scheduleTime
{
    vertical-align: top;
    width: 12em;
    font-size: 0.9em;
}

table.schedule td.scheduleActivity
{
    vertical-align: top;
    font-size: 0.9em;
    width: 30em;
}

table.schedule td.scheduleActivity p
{
    margin: 0 0 1em 0;
}

table.schedule tr.even td
{
    background: white;
}

table.schedule tr.odd td
{
    background: #eeeeee;
    border-top: 1px solid #bbbbbb;
    
    border-bottom: 1px solid #bbbbbb;
}

div#map
{
    width: 700px;
    height: 300px;
    border: 1px solid #bbbbbb;
}

/*== FORM ====================== */
form
{
    background: #eeeeee;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    padding: 1em;
    width: 500px;
}

form fieldset
{
    margin: 0 0 0.5em 0;
    border: 0;
}

form label
{
    width: 200px;
    display: block;
    float: left;
    margin-right: 0.5em;
    text-align: right;
}

form div.formItem
{
    margin: 0.7em 0;
}

form div.formButtons
{
    text-align: center;
}

form .formCombo
{
    width: 4em;
}

form .formText
{
    width: 15em;
}

form .formTextarea
{
    width: 15em;
    min-height: 4em !important;
}


/*== FOOTER ==================== */
div#footer
{
	padding: 5px 20px;	
	text-align: center;
}

div#footer h2
{
	font-size: 1em;
	margin: 0 0 1em 0;
}

div#footer .footerTitle
{
	font-weight: bold;
	margin-right: 1em;
    margin-left: 2em;
}

div#logo
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#logo img
{
	margin: 10px;
}

