/*** GLOBAL ***/
/*
* {
	margin: 0;
	padding: 0;
}
*/
body {
	background: #F5F2E9 url(../images/interface/bg_body.png) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #645c52;
	margin: 0;
	padding: 0;
}
body#home {
	background-color:#DACCB1;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6, legend {
	color: #E96D20;
}
fieldset {
	margin-bottom: 12px;
}
legend {
	font-weight: bold;
	font-size: 14px;
}
#maincontent {
	font-size: 12px;
}
.emphasis-red {
	color: #F00;
}

/**** LINKS ****/
a:link {
	color: #645c52;
	text-decoration: underline;
}
a:visited {
	color: #645c52;
	text-decoration: underline;
}
a:hover {
	color: #E86D1F;
	text-decoration: none;
}
a:active, a:focus {
	color: #E86D1F;
	text-decoration: none;
}

/**** LAYOUT ****/
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 110px;
}
	#logo {
		margin: 12px 21px 0 23px;
	}
	#signup {
		margin-left: 34px;
		margin-bottom: 9px;
	}
#maincontent {
	padding: 12px 40px;
	clear: both;
	min-height: 360px;
	background-color: #F5F2E9;
}
* html #maincontent { /* for IE6 */
	height: 360px;
}
#callout {
	width: 284px;
	height: 242px;
	background-color: #DACCB1;
	padding-top: 13px;
	float: right;
	display: inline;
	text-align: center;
	margin-right: 23px;
	margin-left: 12px;
}
#welcome {
	padding: 18px 12px 0 18px;
	clear: left;
}
	#welcome p {
	line-height: 1.4em;
	text-align: left;
	padding-right: 8px;
	}
	#welcome #slideshow {
		float: right;
		padding: 8px 18px;
	}
	#welcome #slideshow img {
		background-color: #fff;
		padding: 5px;
		border: 1px solid #ccc2ad;
	}
#lower {
	clear: both;
	padding-top: 14px;
}
	#col1 {
		width: 460px;
		float: left;
	}
		#col1 .box {
			background: url(../images/interface/boxbg_423.png) repeat-y top left;
			width: 423px;
			margin-left: 20px;
			margin-bottom: 8px;
		}
		#col1 .boxtop, #col1 .boxbottom {
			width: 423px;
			height: 11px;
		}
		#col1 .boxtop {
			background: url(../images/interface/boxtop_423.png) no-repeat top left;
		}
		#col1 .boxbottom {
			background: url(../images/interface/boxbottom_423.png) no-repeat bottom left;
		}
		#col1 .boxcontent {
			position: relative;
		}
		#col1 .boxcontent ul {
			margin: 18px 0 0 -14px;
			line-height: 200%;
		}
		#col1 .boxcontent li {
			margin: 8px 0 0;
		}
		#col1 #business .boxcontent {
			background: url(../images/interface/boxbg_business.png) no-repeat 24px 6px;
			padding-left: 172px;
			padding-top: 8px;
			padding-bottom: 24px;
		}
		#col1 #organization .boxcontent {
			background: url(../images/interface/boxbg_organization.png) no-repeat 24px 6px;
			padding-left: 172px;
			padding-top: 8px;
			padding-bottom: 24px;
		}
		#col1 .boxcontent a.biglink {
			position: absolute;
			bottom: 8px;
			right: 24px;
		}
	#col2 {
		margin-left: 460px;
	}
		#col2 .box {
			background: url(../images/interface/boxbg_520.png) repeat-y top left;
			width: 520px;
			margin-bottom: 8px;
		}
		#col2 .boxtop, #col2 .boxbottom {
			width: 520px;
			height: 11px;
			clear: right;
		}
		#col2 .boxtop {
			background: url(../images/interface/boxtop_520.png) no-repeat top left;
		}
		#col2 .boxcontent .boxheading {
			padding: 4px 24px 0;
			text-align: right;
			height: 50px;
			position: relative;
		}
		#col2 .boxcontent .boxheading img {
			float: left;
		}
		#col2 .boxcontent .boxheading a.medlink {
			position: absolute;
			bottom: 6px;
			right: 24px;
		}
		a.biglink {
			display: block;
			float: right;
			height: 48px;
			line-height: 40px;
			background: url(../images/interface/go.png) no-repeat top left;
			padding-left: 48px;
		}
		#col2 .boxbottom {
			background: url(../images/interface/boxbottom_520.png) no-repeat bottom left;
		}
		#col2 .boxfooter {
			text-align: right;
			padding: 12px 24px;
		}
		#col2 .boxfooter img {
			vertical-align: middle;
		}
		#eventlist {
			border: none;
			background-color: #F8F2E1;
			width: 506px;
			height: 252px;
			margin-left: 7px;
			border-top: 1px solid #999999;
		}
		#eventlist th {
			background: #544E42 url(../images/interface/eventlistheader.png) no-repeat top left;
			height: 34px;
			border-top: 2px solid #DFD8C8;
		}
		#eventlist td {
			border-top: 1px solid #fff;
			padding: 8px 0;
		}
		#eventlist .alt td {
			background-color: #544E42;
			color: #FFF;
			border-top: 1px solid #5C584F;
		}
		#eventlist td.event-org {
			width: 160px;
			padding-left: 12px;
			padding-right: 12px;
		}
		#eventlist td.event-time {
			padding-left: 12px;
			padding-right: 12px;
			width: 86px;
		}
#footer {
	width: 1000px;
	clear: both;
	text-align: center;
	padding: 8px 0;
}

a.biglink, a.medlink {
	font-weight: bold;
	font-family: Helvetica, Arial, sans serif;
}
a.biglink {
	font-size: 16px;
}
a.medlink {
	font-size: 14px;
}
.flright {
	float: right;
	margin: 0 0 8px 12px;
}
/**** GALLERY STYLES ***/

td.gallery-img {
	padding: 12px;
	text-align: center;
}
td.gallery-img img {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

/**** DEV STYLES ***/

html {
	overflow-y: scroll; /* Force vertical scrollbar */
}
.boxcontent {
	min-height: 132px;
}
* html .boxcontent { /* IE6 */
	height: 110px;
}
.pullquote {
	padding: 20px;
	float: right;
	width: 350px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #648026;
}
.img-left {
	margin:0 6px 6px 0;
}
.emphasis {font-size:16px;}