@charset "UTF-8";

/* Yellow: #fcb721; */


/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.7;
	margin:0px;
	color: #222;
	background: url('images/corner.png') repeat-x top left fixed #2A5173;
	}
	
#container {
	width: 960px;
	margin: 0px auto;
	background: white;
	min-height: 1000px;
	}

#header {
	height:194px;
	text-align:center;
	background:url(images/header_bg.jpg);
	width: 960px;
	margin: 0px auto;
	border-bottom: none;

}

#menu {
	height:35px;
	background: url(images/menu_bg.jpg);
	width: 960px;
	margin: 0px auto;
	border-top: none;
	border-bottom: 1px solid #343434;
	line-height: 2.1;
	
}

#nav {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	margin:0px auto;
	width: 920px;
	font-size: 11pt;
	border-top: none;
	padding: 0px 10px 50px 30px;
	background: #fff;
}

#footer {
	position: fixed;
	font-family: Arial, Helvetica;
	background: url('images/75percent_bg.png');
	bottom: 0px;
	height: 25px;
	margin: 0px;
	left: 0px;
	width: 100%;
	color: white;
	text-align: center;
	font-size: .7em;
	z-index: 1002;
	border-top: 1px solid #333;
}


/* MENU LIST STYLES */
#menu ul {
	margin:0px; 
	padding: 0px; 
	list-style:none;
	font-family: Arial, Helvetica;
	font-size: 1em;
}

#menu ul li {
	float: left;
	margin: 0px 15px;

}

#menu ul li a {
	color:white;	
	float: left;
	display: block;
	text-decoration: none;
	}

#menu ul li a:hover,#menu ul li a.current{
	color: #fcb721;
	}

.inline {
	display: inline;
	padding: 5px;
}

.middle{
	vertical-align: middle;
}


/* TEXT STYLES */
h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
	font-family: Arial, Helvetica;
}

h1 {
	font-size: 2.1em;
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.2em;
	}

h1 {
	color: #2A5173;
	}
	
h3.sub {
	font-family: Georgia, serif;
	padding-left: 10px;
	font-style: italic; 
	color: #999;
	letter-spacing: -.04em;	
	line-height: 0px;
	margin-bottom: 25px;
	
	}

.yellow {color:#2A5173;}
.underlineBlock {border-bottom:1px solid #ccc;}

#main p.main { margin:10px 100px 10px 60px;}

.emphasis {
	font-style:italic;
	font-weight:bold;
}

.box {border: 1px dotted #cccccc; background:#edf7fc; margin: 5px 200px 5px 80px; padding:10px 50px 10px 50px;}
.box_full {background:#edf7fc; margin-left:auto; margin-right:auto; margin-bottom:10px; border-bottom: 1px dotted #cccccc;border-top: 1px dotted #cccccc; padding:25px; width:85%;}

/* IMAGES */
img.left {
	float:left;
	padding:15px 25px 15px 15px;
}

/* STAFF BIOS */
.biobox {
	margin-left: auto;
	margin-right: auto;
	background: white;
	width:90%;
}

h3 a.bio {
	color: #2A5173;
	display:block;
	border-bottom: 1px solid #cccccc;
	text-decoration:none;
	margin-bottom:0px;
	
}

p.bio {
	padding:10px 40px 10px 20px;
	}

img.bioimage-left {
	float:left;
	border: 1px solid #ccc;
	padding:3px;
	margin: 10px 15px 0px 0px;
}



/* Forms */
input[type="submit"] {
	background-color: #f9f9f9;
	border: 2px solid #e3e5e4;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}

form#contact p {
	padding:5px 5px 10px 10px;
	background: #eee;
	margin-bottom:3px;
}

fieldset {
    border:1px solid #006633;
	padding:10px;
	margin-bottom:10px;
  }
  
legend {
    font-size: 1.4em;
    padding:5px;
}
  
input[type="text"] { 
    width:250px;
	margin-bottom:5px;
	padding:2px;
	font-size:12px;
	border: 2px solid #e3e5e4;
	background-color: #f9f9f9;
  }

input[type="text"].input_small {
    width:40px;
    text-align: center;
}

option {
}


select {
	padding:2px;
	font-size:12px;
	border: 2px solid #e3e5e4;
	background-color: #f9f9f9;
}
  

input[type="checkbox"] {
	margin-bottom:5px;
	margin-left: 75px;
}


.note {
    font-size:10px;
	color:#666666;
	display:block;
}
  

select {
    margin-bottom:5px;
}
  
textarea {
    width:450px;
	margin-bottom:5px;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	border: 2px solid #e3e5e4;
	background-color: #f9f9f9;
}

label {
   display:block;
   width:150px;
   float:left;
   text-align:right;
   padding-right:5px;
   font-size:12px;
   
}

label.nowidth {
	width:400px;
	text-align: left;
	margin-right:50px;
}

.legal_notice {
   font-weight:bold;
   line-height:normal;
   font-size:12px;
}

table.registration {
   font-size:12px;
}

table.registration td {
   background:#E6F4E5;
   border:1px solid #ccc;
   padding:4px;
}

.callOut {
	float: right;
	width: 240px;

	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	line-height: 1.1;
	font-size: 95%;

}

.callOut h2 {
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}

.facebook {
	border: 1px solid #99ccdd;
	background: #cceeff;
	padding: 5px;
	margin-top: 20px;
}

.facebook h3 {
	line-height: 2.5;
}

.facebook a {
	text-decoration: none;
}

img#fbImg {
	float: left;
	padding: 4px 8px 4px 4px;
	}
	
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0px;
}

* html .group {zoom: 1;} /* IE6 */
*:first-child+html .group {zoom: 1;} /* IE7 */

ul.forms {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.forms li {
	background: #eee;
	margin: 4px;
	padding: 2px;
	list-style-position: inside;
	width: 600px;
}


