#content img.left {
	float: left;
	margin: 0 20px 20px -20px;
}
#content img.right {
	float: right;
	margin: 0 -20px 20px 20px;
}

#content .frame {
	float: left;
	display: inline;
	margin: 10px;
	text-align: center;
	border: 1px solid #CCC;
	background: #F0E6CC;
}
#content .frame img { margin: 4px; }
#content .frame p { margin: 0 0 4px 0; }
#content .frame p a { text-decoration: none; }
#content .frame:hover a { color: #C01133; }

#content a {
	color: #8F3326;
	text-decoration: underline;
}
#content a:hover { color: #C01133; }

#content h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #9D663C;
	margin: 0 0 1em 0;
}

#content h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #546687;
	margin: 0 0 1em 0;
}

#content h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #58595B;
	margin: 0 0 1em 0;
}

#content h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #9D663C;
	margin: 0 0 1em 0;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 1em 0;
}

#content dl {
	margin: 0 0 2em 0;
	padding: 0 0 0 2em
}
#content dt {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #9D663C;
}
#content dd {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 1em 0;
}

#content ul {
	margin: 0 0 2em 0;
	padding: 0 0 0 2em;
}

#content li {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 1em 0;
}

#content ul.long {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}
#content ul.long li {
	padding-left: 2em;
	background: url(/images/wrapper/bullet_hf.png) no-repeat top left; 
}

#content ul.short li {
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 5px 0;
}

/* News */
#news {
	padding: 0 20px 24px 20px;
	width: 300px;
	background:url(/images/wrapper/bracket_bottom.png) no-repeat left bottom;
}
#news h3 {
	margin: 0 -20px 0 -20px; 
	padding: 24px 20px 0 20px;
	background:url(/images/wrapper/bracket_top.png) no-repeat;
}
#news h4 {
	font-weight: normal;
	line-height: 14px;
	color: #8F3326;
	margin: 1em 0;
	padding-left: 13px;
	background: url(/images/wrapper/arrow_right.png) no-repeat 0 3px;
}
#news p {
	margin: 0;
	padding: 0 0 1em 0;
}
#news .box {
	border-top: 1px dashed #58595B;
}
#news .first {
	border-top: none;
}
#news .headline h4 {
	cursor: pointer;
}
#news .item {
	display: none;
}

/* Facts */
#facts {
	padding: 0 20px 24px 20px;
	width: 300px;
	background:url(/images/wrapper/bracket_bottom.png) no-repeat left bottom;
}
#facts h3 {
	margin: 0 -20px 1em -20px; 
	padding: 24px 20px 0 20px;
	background:url(/images/wrapper/bracket_top.png) no-repeat;
}
#facts h4 {
	font-weight: normal;
	color: #7C6451;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dashed #58595B;
}
#facts h4.last {
	border: none;
}

/* Associations */
#associations {
	float: left;
	margin: 10px 0 -20px 0;
	padding: 24px 0 0 0;
	width: 820px;
	background:url(/images/wrapper/associations_bg.png) no-repeat;
}
#associations div {	float: left; }

/* Sub Nav */
#content #sub_nav {
	float: left;
	display: inline;
	list-style: none;
	margin: -30px -20px 0 -20px;
	padding: 0;
	width: 860px;
	height: 60px;
	background: url(/images/wrapper/sub_nav_bg.png) repeat-x;
}
#content #sub_nav li {
	float: left;
	font-size: 12px;
	line-height: 1;
	margin: 0;
}
#content #sub_nav li.first a { background: none; }
#content #sub_nav li.selected a { color: #C01133; }
#content #sub_nav a {
	float: left;
	display: block;
	font-weight: bold;
	color: #8F3326;
	text-decoration: none;
	padding: 9px 20px;
	background: url(/images/wrapper/sub_nav_pipe.png) no-repeat center left;
}
#content #sub_nav a:hover { color: #C01133; }