/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #4e4e4e url(../images/production/bg_wrapper.jpg) repeat-x;
	}
	
a:link {
	color: #01449B;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #01449B;	
	}

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

a:active {
	text-decoration: none;
	color: #01449B;
	}
	
#header {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	height: 100px;
	background: url(../images/production/bg_header.jpg) repeat-x;
	}
	
#inside_header {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	height: 100px;
	}	
	
#logo {
	float:right;
	margin-top:5px;
	width:325px;
	}	
	
#banner {
	width: 780px;
	height:294px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/production/banner.jpg) no-repeat;
	}		
	
#hp_navigation {
	width:140px;
	float:right;
	}	
	
#hp_navigation img{
	float:right;
	}
	
#hp_navigation ul {
	margin-top:5px;
	}			
	
#hp_navigation li {
	list-style:none;
	margin-bottom:3px;
	border-bottom: 1px dotted #999;
	margin-left:-20px;
	padding-bottom:2px;
	}	
	
#inside_nav {
	height:25px;
	text-align:left;
	background-color:#555;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;	
	border-bottom:1px solid #FFF;	
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}
	
#breadcrumb {
	width:250px;
	height:20px;
	background-color:#333;
	font-size:14px;
	font-weight:bold;
	float:left;
	padding-top:5px;
	text-align:center;
	color:#FFF;
	}	
	
#buttons {
	float:right;
	clear:both;
	width:175px;
	}	
	
#navlinks {
	float:right;
	width:500px;
	padding-top:5px;
	height: 20px;	
	color:#FFF;
	}	
	
#navlinks a:link {
	color:#FFF;
	}	
	
#navlinks a:visited {
	color:#FFF;
	}	
	
#navlinks a:active {
	color:#FFF;
	}			
	
#navlinks a:hover {
	color:#CCC;
	text-decoration:underline;
	}			

.nav a:link {
	color:#FFF;
	font-weight:bold;
	list-style:none;
	font-style:italic;
	text-decoration:none;
	}		
	
.nav a:visited {
	color:#FFF;
	font-weight:bold;
	list-style:none;
	font-style:italic;
	text-decoration:none;
	}	
	
.nav a:active {
	color:#FFF;
	font-weight:bold;
	list-style:none;
	font-style:italic;
	text-decoration:none;
	}			
	
.nav a:hover {
	color:#EAC027;
	font-weight:bold;
	list-style:none;
	font-style:italic;
	text-decoration:none;
	}	
	
#content_wrapper {
	width: 100%;
	background: #747474 url(../images/production/bg_content.gif) repeat-x;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	}		
	
#content {
	width: 760px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	*padding-top:10px;
	}	
	
#content_left {
	width:350px;
	float:left;
	padding-bottom:20px;
	}
	
#content_right {
	width:350px;
	float:right;
	padding-bottom:20px;	
	}		
	
#disclaimer {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	color: #ccc;
	font-size:10px;
	line-height:22px;
	background-color:#666;
	border: solid 1px #777;
	margin-bottom:20px;
	}
	
h2 {
	color:#EEC52C;
	font-size:13px;
	font-weight:bold;
	}
	
#content_container {
	color:#666;
	font-size:12px;
	line-height:22px;
	background-color:#fff;
	border:1px #ccc solid;
	padding: 10px;
	line-height:17px;
	height:260px;
	*height:280px;
	}
	
#content_container_ur {
	color:#666;
	font-size:12px;
	line-height:22px;
	background-color:#fff;
	border:1px #ccc solid;
	padding: 10px;
	line-height:17px;
	}	
	
#container {
	color:#666;
	font-size:12px;
	line-height:22px;
	background-color:#fff;
	border:1px #ccc solid;
	padding: 10px;
	line-height:17px;
	}	
	
#clear {
	clear:both;
	height:10px;
	}
	
#featured {
	float:right;
	width:300px;
	}
	
#featured .content {
	color:#666;
	font-size:11px;
	line-height:22px;
	background-color:#fff;
	border:1px #ccc solid;
	padding: 5px;
	text-align:left;
	}	
	
#event_list {
	margin-left: 40px;
	padding-left: 0;
	list-style: none;
	font-size:11px;
	}
	
#event_list li {
	background-repeat: no-repeat;
	background-position: 0px;
	list-style-image:url(../images/production/checkmark.gif);
	}	
	
.red_bold { 
	font-weight:bold;
	color:#FF0000;
	}	
	
.director_chair{
	font-size:14px;
	font-style:italic;
	}
	
dd {
  	margin-bottom: 10px;
	}

dl {
  	padding: 10px;
	}

fieldset {
  	border: 1px solid #CCC;
	margin-top:1em; padding-top:.75em;
  	padding: 10px;
  	font-size: 12px;	
	position:relative;
	}

legend {
	color: #FFF;
	position:absolute;
	top: -.5em; 
	left: .5em;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 11px;
	background-color:#666;
	border: 1px solid #CCC;
	}

dl.tbl dt {
  	float: left;
  	width: 130px;
  	text-align: right;
	font-weight:bold;
	}

	dl.tbl dd {
  	margin-left: 140px;
	}
	
#meetings {
	margin-top:25px;
	}	
