/* General */
body {
	margin: 10px 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #232537;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #8b814b;
}
a:hover {
	text-decoration: none;
}
#container {
	margin: 0 auto;
	width: 738px;
	text-align: left;
}
#header {
	position: relative;
	height: 76px;
}
#body {
	border: 1px solid #232537;
	border-top: 0;
	background-color: #fff;
	width: 736px;
}
#content {
	padding: 15px;
}
.links {
	float: left;
	width: 348px;
	margin-right: 10px;
}
.downloads {
	float: left;
	width: 348px;
}

/* In Review */
#container-sidebar {
	margin: 0 auto;
	width: 916px;
	text-align: left;
}
#sidebar {
	float: left;
	width: 174px;
	margin-right: 4px;
}
#sidebar-hdr {
	width: 174px;
	height: 43px;
	background-color: #232537;
}
#sidebar-frame {
	border: 1px solid #232537;
	background-color: #f0f0f0;
	height: 500px;
	width: 172px;
}
#sidebar-link {
	width: 174px;
	height: 26px;
	background-color: #232537;
	text-align: center;
	line-height: normal;
}
#sidebar-brand {
	width: 174px;
	height: 103px;
	background-color: #232537;
	margin-top: 3px;
}
#header-sidebar {
	float: left;
	position: relative;
	width: 738px;
	height: 76px;
}
#header-sidebar .banner-bottom {
	text-align: left;
}
#header-sidebar .banner-bottom span {
	padding-left: 20px;
	letter-spacing: 1px;
}
#body-sidebar {
	float: left;
	border: 1px solid #232537;
	border-top: 0;
	background-color: #fff;
	width: 736px;
}
.article-img {
	float: left;
	width: 121px;
	height: 92px;
	margin-right: 10px;
}
.article-body {
	float: left;
	width: 575px;
}
.article-clear {
	clear: both;
	width: 100%;
	height: 40px;
	background: url(../images/article_divider.gif) no-repeat center;
}
.full-art {
	float: right;
	font-size: 14px;
}

/* header */
.banner-top {
	float: left;
	background: url(../images/banner_top.jpg) no-repeat;
	margin-bottom: 3px;
	width: 658px;
	height: 49px;
}
.banner-bottom {
	float: left;
	border-left: 1px solid #232537;
	border-top: 1px solid #232537;
	background: url(../images/article_headerbottom_tile.gif) repeat-x left bottom;
	background-color: #f2f2f2;
	width: 657px;
	height: 23px;
	text-align: center;
}
.banner-bottom span {
	display: block;
	padding-top: 3px;
	text-transform: uppercase;
	color: #232537;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
.banner-side {
	float: right;
	background: url(../images/banner_side.jpg) no-repeat;
	width: 77px;
	height: 76px;
}

/* all articles */
.article-all {
	background: url(../images/article_divider.gif) no-repeat bottom center;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.article-all h2 a {
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.article-all h2 a:hover {
	color: #4c7190;
}
.article-all h3 {
	margin-bottom: 0;
}

/* content */
.clear {
	clear: both;
	/*margin-bottom: 15px;*/
	height: 15px;
}
.art-img {
	float: left;
	width: 210px;
	margin: 0 15px 0 0;
}
.art-head {
	float: left;
	width: 480px;
}
.author {
	margin-bottom: 20px;
}
.author-img {
	/*width: 45px;*/
	height: 45px;
}
.author-img img {
	border: 1px solid #232537;
}
.links-hdr {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 20px 0 10px 0;
	background: url(../images/article_divider.gif) no-repeat top center;
}
.links-a {
	background: url(../images/article_links_bullet.gif) no-repeat left center;
	padding-left: 15px;
}
.downloads-a {
	background: url(../images/article_download_bullet.gif) no-repeat left center;
	padding-left: 18px;
}

/* classes */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix { height: 1%; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/ .clearfix { display: block; } * html .clearfix { height: 1%; } /* End hide from IE-mac */
.option {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #232537;
}
.legal {
	text-align: right;
	font-size: 11px;
	padding-top: 15px;
	color: #aaa173;
}

/* typography */
h1, h2, h3, h4, h5, p {
	margin: 0 0 15px 0;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}


