/* CSS Document */
body {
	text-align: left;
	background-color: #F4F3EE;
}
a, a:link, a:hover {color: #6d2020;}
h1 {font-size: 2em; margin: 0 0 5px 0;}
h2 {font-size: 1.4em;margin: 10px 0 5px 0;}
h3 {font-size: 1.3em;margin: 10px 0 5px 0;font-weight:bold;}
h4 {font-size: 1.2em;font-weight: bold;}
p {padding: 0 0 1em 0;}
ol {padding-left: 20px;padding-bottom: 10px;}
ol li {list-style-type:decimal;}
table tr td {width: 150px;vertical-align: top;}

.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


#header {background: url(../images/bkg_header.jpg) no-repeat;height: 135px;}
#logo {
	margin-left: 20px;
	float: left;
	background: url(../images/bkg_logo-up.jpg) no-repeat;
	height: 112px;
	width: 105px;
	}
	a#logo, a#logo:link {text-decoration:none;}
		a#logo:hover {background: url(../images/bkg_logo-hover.jpg) no-repeat;}
		a#logo span {display: none;}

#global-navigation {padding-top: 70px;margin-left: 60px;}
#global-navigation li{
	display: inline;
	list-style: none;
	font-size: 1.6em;
	margin-left: 10px;
}

#one-column {
	width: 630px;
	margin-left: 135px;
	clear: both;
	}
	#one-column h4 {
		padding-top: 20px;
	}
	#one-column ul {padding-left: 20px;}
		/* #one-column ul#reportlist is used to reset the padding for the report list on the homepage */
		#one-column ul#reportlist{padding: 0 0 0 20px;margin: -160px 0 0 120px;}
	#one-column ul li {
		list-style-type: disc;
	}
	
#left {
	float: left;
	width: 185px;
	margin-left: 135px;
}
#right {
	float: left;
	width: 420px;
	padding-left: 20px;
}

#left50 {
	float: left;
	width: 305px;
	margin-left: 135px;
	margin-top: 15px;
	}
	#left50 ul {padding-left: 20px;padding-bottom: 20px;}
	#left50 ul li {
		list-style-type: disc;
	}
#right50 {
	float: left;
	width: 305px;
	padding-left: 20px;
	margin-top: 15px;
	}
	#right50 ul {padding-left: 20px;padding-bottom: 20px;}
	#right50 ul li {
		list-style-type: disc;
	}
	
#breadcrumb {
	margin-bottom: 10px;
	background: #eaeae1;
	padding: 5px;
	}
	#breadcrumb ul li{
		list-style: none;
		display: inline;
		font-size: 12px;
	}
	
#footer {
	width: 630px;
	margin: 30px 0 0 135px;
	clear: both;
	border-top: 2px #666 solid;
	padding-top: 5px;
}


.gray {color:#888}
.img-right {
	float: right;
	margin: 0 0 5px 20px;
	width: 250px;
}
.img-left {
	float: left;
	margin: 0 20px 5px 0;
	width: 250px;
}
.img-desc {
	font-size: 10px;
	color: #333333;
	text-align: center;
}
.heading {
	border-bottom: 1px #666 solid;
}
#breaking_news {
	border: 1px #666 solid;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	}
	#breaking_news h2 {
		font-style: italic;
		background-color: #ccc;
		padding: 3px;
	}

#homepage-div {
	background:#eaeae1;
	padding:15px;
}
	#join {
		float:left;
		width:300px;
		font-style:italic;
		text-align:center;
		padding-top:25px;
		}
		a#join {
			font-style:normal;
			font-size:1.5em;
			color:#000;
			text-decoration:none;
			background:url(../images/bkg_join-btn.jpg) center no-repeat;
			padding:7px 11px 10px 13px;
			margin-top:20px;
		}
		#join a:hover {
			text-decoration:underline;
		}
		.join {
			font-size:15px;
			font-weight:bold;	
			padding-top: 30px;
		}
	#reports {
		float:left;
		width:280px;
		margin-left:10px;
		xbackground:url(../images/image-map.jpg) no-repeat;
		}		

form fieldset {
	border: 1px #ccc solid;
	margin-bottom: 20px;
	padding: 10px;
}
.field-right {
	padding: 0 10px 0 0;
	font-weight: bold;
}
.field-left {
	padding: 0 0 0 10px;
}
.input {
	padding: 5px 0 0 0;
}

.yellow-box {
	border: 1px solid #0FF;
	padding: 3px;
	background-color: #0FF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 7px 4px;
	font-size: 18px;
	font-weight: bold;

}
.yellow-box p {
	padding-left: 25px;
}


table.instructors {
	background-color: #fff;
	}
	table.instructors td {
		padding: 2px;
		border: 1px #000 solid;
		}
		table.instructors td.heading {
			background-color: #eaeae1;
		}
	
h2.meeting_info_heading {
	background-color: #FFFF99;
	padding: 5px;
}
