body { 
  margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: .8em; 
	line-height: 1.5em;
	color: #48525c;
	background-color: #e1e7ec;
}
a { color: #51a51a; }
h2 { font-size: 15px; color: #4a779c; padding-bottom: 0; margin-bottom: 0; }

#main-wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #48525c;
	border-top: 0px;
	margin-bottom: 20px;
}

#header {
	margin: -10px -1px 1px 0;
    border-bottom: 4px solid #4a779c;
	background: #fff url(/i/WFMA-header.gif) no-repeat;
	width: 900px;
	height: 137px;
}
	#subnav { float: right; padding-top: 20px; }
	#subnav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		color: #3f3f3f;
	}
	#subnav li {
		display: inline;
		float: left;
		padding-right: 10px;
		font-size: 11px;
		color: #3f3f3f;
	}
	#subnav li a { color: #3f3f3f; }
	.logo { margin-top: -20px; margin-bottom: 15px;  }
#nav-wrapper {
	margin: 0 auto;	
}

#box-content-wrapper {
	width: 850px;
	padding: 8px 20px;
}

.rounded-box {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 2px solid #4a779c;
	width:400px;
	height:265px;
	padding: 6px;
	margin-top: 15px;
}

.left-box {
	float: left;
	/*height: 263px;*/	
}

.right-box {
	float:right;
	/*height:268px;*/
	margin-right: 25px;
}

strong.subTitle { font-size: 1.1em; }

.signup-box {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border: 2px solid #4a779c;
	padding: 7px;
	width: 837px;
}
#body-wrapper {
	margin-top: 15px;	
}
h3.box-title {
	background-color: #fff;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	color: #4a779c;
    white-space: nowrap;
}

#copyright {
	font-size: .85em;
	margin-top: 30px;
	color: #ccc;
	margin-right: 25px;
}

#foot-links { 
	border-top: 1px solid #ccc; 
	margin: 30px auto 0;
}

#foot-links ul {
		padding: 0;
		margin: 0;
		list-style: none;
		padding-bottom: 10px;
	}
	#foot-links li {
		display: inline;
		float: left;
		padding-right: 10px;
		font-size: 11px;
		color: #ccc;
	}
	#foot-links li a { color: #666; }

.red { color: #c00; }

/* Top Nav */
#nav-wrapper { background-color: #4a779c; height: 40px; padding-left: 3.0em; }
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #51a51a;
	color: #fff;
	margin-top: -8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	box-shadow: 4px 4px 4px #666;
	padding-right: 18px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135);*/
}
#nav ul li { width: 12em; }
#nav, #nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: .95em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#nav, #nav ul li a:first-child { border: 0; }
#nav ul li a:first-child { margin-top: -5px; }

#nav ul li a:hover { 
	color: #3f3f3f; 
	background-color: #d5e8c8; 
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	width: 11.2em;
}
#nav ul li a.first-child { 
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	-webkit-border-bottom-left:0px;
	-webkit-border-bottom-right:0px;
	-webkit-border-top-left:5px;
	-webkit-border-top-right:5px;
}
#nav ul li a.last-child { 
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	
	-webkit-border-bottom-left:5px;
	-webkit-border-bottom-right:5px;
	-webkit-border-top-left:0px;
	-webkit-border-top-right:0px;
}

#nav a {
	display: block;
	/*width: 10.5em;*/
	padding: 8px;
	color: #fff;
	text-decoration: none;
}
	#nav a.top-level-link {
		text-transform: uppercase;	
	}

#nav li {
	float: left;
	/*width: 10.5em;*/
	padding-right: 30px;
	padding-top: 4px;
}
#nav li ul {
	position: absolute;
	width: 10.5em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* CDLA */
h3 { color: #F60 }
h4 {
	font-size: 24px; 
	font-weight: bold; 
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 0;
}
h5 {
	padding-bottom: 0; 
	margin-bottom: 0; 
	background: url(i/grn-bar.gif) repeat-x; 
	font-size: 14px; 
	height: 28px; 
	width: 320px; 
	font-weight: bold; 
	color: #000; 
	padding-left: 5px;
	padding-top: 5px;
	text-transform: uppercase;
}
.headline { color: #16a6c1; }
.tableHead {
	background-color: #16a6c1;
}
.eventsBox {
	border: 1px solid #16a6c1;
}
.session-title {
	font-weight: bold;
	color: #16a6c1;
	font-size: 14px;
}

.section-head {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

small { font-size: .8em; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.sponsor-box {
    border: 1px solid #ccc; 
    width: 550px;
    white-space: nowrap; 
    padding: 5px; 
    background-color: #fefae9;
}
.sponsor-box img { margin-right: 5px; }
