body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 80%;
	background: #fff url(images/page-bg.jpg) repeat-x top;
}

/* universal styling elements */

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
	margin-bottom: 15px;
}

p {
	line-height: 1.6em;
}

h1 {
	font-weight: bold;
	font-size: 1.85em;
	color: #fa9a30;
}

a,
a:hover {
	border: 0px;
}

a {
	color: #333;
}

a:hover {
	color: #666;
}

a img {
	border: 0px;
}

/* layout and specific stylings */

#container {
	width: 940px;
	margin: 0px auto;
}

#header {
	float: left;
	display: inline;
	overflow: hidden;
	width: 940px;
	height: 129px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(images/header-bg.jpg) no-repeat bottom;
}

#logo {
	float: left;
	overflow: hidden;
	width: 240px;
	height: 115px;
	display: inline;
	margin: 14px 0px 0px 0px;
}

/* top navigation links */

#nav {
	float: right;
	display: inline;
	margin: 0px;
	width: 668px;
	height: 110px;
	padding: 5px 0px 0px 10px;
}

.search {
	width: 650px;
	float: right;
	display: block;
	overflow: hidden;
	text-align: right;
	height: 44px;
	color: #efefef;
	padding-right: 10px;
	text-transform: lowercase;
}

.search a {
	color: #efefef;
	text-decoration: none;
}

.search img {
	vertical-align: middle;
}

.tabs {
	float: right;
	text-align: right;
	height: 36px;
	margin-top: 5px;
}

.tabs ul {
	margin: 0px;
	padding: 0px;
}

.tabs li {
	float: right;
	padding: 0px;
	list-style: none;
	color: #efefef;
	width: 102px;
	text-align: center;
	margin-left: 5px;
}

.tabs li a {
	float: right;
	height: 15px;
	padding: 8px 0px;
	text-align: center;
	font-size: 1.1em;
	background: url(images/tab-back.jpg) no-repeat;
	color: #efefef;
	text-decoration: none;
	width: 102px;
}

.tabs li a:hover {
	float: right;
	text-align: center;
	color: #444;
	padding: 8px 0px;
	background: url(images/tab-front.jpg) no-repeat;
	height: 15px;
	width: 102px;
}

.tabs li a:link#active, .tabs li a:visited#active {
	background: url(images/tab-front.jpg) no-repeat;
	color: #444;
}

.tabs p {
	float: left;
	text-align: center;
	display: inline;
	color: #efefef;
	line-height: 1em;
	margin: 0px 10px;
}

.breadcrumbs {
	float: left;
	text-align: left;
	display: inline;
	width: 620px;
	color: #666;
	padding: 8px 20px 0px 0px;
}

#wrapper {
	float: left;
	width: 940px;
	display: inline;
	background: url(images/wrapper-bg.jpg) repeat-y;
	padding-bottom: 15px;
}

.content-wide {
	padding: 0px 15px;
}

#sidebar-left {
	float: left;
	width: 220px;
	display: inline;
	margin: 10px 20px 10px 22px;
	padding: 0px;
}

#sidebar-right {
	float: right;
	clear: right;
	width: 24Ok0px;
	display: inline;
	margin: 0px 0px 15px 15px;
	padding: 10px 20px 10px 20px;
	border-left: 1px solid #ccc;
	background: #efefef;
}

#sidebar-right h2 {
	color: #666;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 1.25em;
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
	line-height: 1.2em;
}

#sidebar-right h3 {
	font-size: 1.25em;
}

#sidebar-left h2 {
	color: #efefef;
	font-weight: normal;
	font-size: 1.3em;
	height: 24px;
	width: 200px; 
	border-bottom: 2px solid #fa9a30;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0px 10px;
	background: url(images/sidebar-h2-bg.jpg) no-repeat;
}

#sidebar-left ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 6px 0px;
	background: url(images/ul-bottom.jpg) bottom no-repeat;
}

#sidebar-left li {
	list-style: none;
	margin: 8px 0px 8px 0px;
	padding: 0px 10px 8px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
}

#sidebar-left li a {
	color: #666;
	text-decoration: none;
}

#sidebar-left li a:hover {
	color: #333;
}

#content {
	float: left;
	width: 645px;
	display: inline;
	margin: 10px 20px 20px 10px;
}

.col-left {
	float: left;
	width: 310px;
	display: inline;
	margin: 0px 20px 0px 0px;
	vertical-align: top;
}

.col-right {
	float: right;
	display: inline;
	width: 310px;
	margin: 0px 5px 0px 0px;
	vertical-align: top;
}

#content h1 a {
	font-weight: bold;
	color: #fa9a30;
	text-decoration: none;
}

#content h1 a:hover {
	color: #666;
	text-decoration: underline;
}

#content h2 {
	font-size: 1.45em;
}

#content h2.cat {
	float: right;
	width: 40%;
	text-align: left;
	font-size: 1.05em;
	letter-spacing: 1.2px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #efefef dashed;
}

#content .logos { margin: 0px 30px 15px; }

#content .logos img {
	text-align: center;
	margin: 0px 10px 20px 10px;
	vertical-align: middle;
}

.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.post img {
	margin: 5px;
}

.postdata {
	font-size: 0.88em;
	margin-top: 25px;
	border-top: 1px #efefef dashed;
	padding: 5px 0px;
	border-bottom: 1px #efefef dashed;
}

#footer {
	float: left;
	width: 860px;
	display: inline;
	background: #fff url(images/footer-bg.jpg) no-repeat;
	padding: 10px 40px 10px 40px;
	text-align: center;
	height: 46px;
	color: #efefef;
	margin-bottom: 15px;
}

#footer a {
	color: #efefef;
	text-decoration: underline;
}

#footer a:hover {
	color: #ccc;
}
