@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: Georgia, serif;
	line-height: 1.8;
	margin:0px;
	color: #222;
	background: url('images/corner.png') repeat-x top left fixed #2A5173;
	}
	
#container {
	border: 1px solid #222;
	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: none;
	
}

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

#main {
	margin:0px auto;
	width: 920px;
	font-size: 1em;
	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.2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}

h1 {
	color: #2A5173;
	}
	
h3.sub {
	font-family: Georgia, serif;
	padding-left: 25px;
	font-style: italic; 
	color: #999;
	letter-spacing: .1em;	
	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 50px 10px 30px;
	}

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

#facebook {
	border: 1px solid #99ccdd;
	background: #cceeff;
	padding: 5px;
	text-align: center;
}

#facebook a {
	text-decoration: none;

}

#facebook:hover {
	background: #99ccdd;
	border: 1px solid #333;
	cursor: pointer;
}