/*....................................................
	site: 			Reed Construction Data, Inc.
	developed by: 	Atomic Fusion (ml)
	updated:		August 2007
	....................................................*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #333;
	font: 1em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

img {
	border-width: 0;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	text-align: center;
	border-bottom: 1px dotted #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	line-height: 1.6em;
}

ul {
	list-style-type: none;
}

abbr {
	cursor: help;
}

a {
	color: #336699;


/*#363398*/
	text-decoration: none;
}

/*a {
	color: #3399cc;
	text-decoration: none;
}*/

a:hover {
	color: #666;
}

h1, h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h5 {
	color: #f3f3f3;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: .9em;
}

h6 {
	color: #f3f3f3;
	margin-bottom: 5px;
	font-variant: normal;
	font-style: normal;
	font-size: .9em;
}

#parent {
	display: none;
}

#nav {
	display: none;
}

#parent select {
	display: none;
}

/* @group search drawer */

#search-drawer {
	display: none;
}

#search-box {
	display: none;
}

#ad-top {
	display: none;
}

/* @end */

#container {
	width: 960px;
}

/* @group header */

#header {
	display: none;
}

/* @end */

/* @group main */

/*#main {
	width: 760px;
	float: left;
	background: url(../img/eee-bg.jpg) repeat-y;
}*/

#main {
	float: none;
	/*border-right: 1px solid #ccc;
	background-color: #eee;*/
}

#division {
	float: none;
	/*border-right: 1px solid #ccc;
	background-color: #eee;*/
}

/* @end */

/* @group column */

/*#column {
	width: 190px;
	float: left;
	padding-left: 5px;
}*/

#column {
	display: none;
}

/* @end */

/* @group content */

#content-wrap {
	/*background: url(../img/eee-bg.gif) repeat-y;*/
	/*height: 100%;*/	
}

.content-box h3, .content-box-div h3, .column-box h3,
.section-box h3, .comm-box h3 {
	color: #fff;
	font-size: 1em;
	line-height: 1.6em;
	height: 25px;
	/*line-height: 2.1em;
	height: 30px;*/
	background: #a3b9cb url(../img/h3blue-bg.jpg) repeat-x;
	padding-left: 10px;
}

.content-box h3.community {
	background: #b9460a url(../img/focusbox-orange-bg.jpg) repeat-x 0 center;
}

.content-box h3.blue {
	background: #343365 url(../img/focusbox-blue-bg.jpg) repeat-x 0 center;
}

.content-box h3.dualh3 {
	background: #eee url(../img/desc-wh-bg.jpg) repeat-x 0 center;
}

.column-box, .section-box, .comm-box {
	background-color: #fff;
	width: 225px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.section-box {
	float: right;
	width: 180px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.comm-box {
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.section-box h3, .comm-box h3 {
	line-height: 1.4em;
	height: 20px;
	padding-left: 15px;
}

.section-box ul, .comm-box ul {
	font-size: .8em;
	padding: 15px 15px 15px 10px;
	line-height: 1.4em;
}

.section-box li, .comm-box li {
	background: url(../img/li-bullet-sub-lf.gif) no-repeat left top;
	padding-left: 16px;
	margin-bottom: 5px;
}

.content-box h4 {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.content-box h5 {
	color: #333;
	font-size: .9em;
	line-height: 1.4em;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
}

.wide h3, .wide710 h3, .column-box h3 {
	background: #343365 url(../img/dark-blue-bg.jpg) repeat-x;
	position: relative;
}

.wide710 h3 .toggle-off, .wide710 h3 .toggle-on {
	color: #999;
	font-size: .7em;
	letter-spacing: 0;
	text-align: right;
	text-indent: 40px;
	position: absolute;
	right: 10px;
	top: 0;
	background: url(../img/btn-expand.jpg) no-repeat right -2px;
	padding-right: 25px;
}

p.descriptor {
	padding: 5px;
	margin-bottom: 10px;
	font-size: .9em;
	color: #666;
}

p.descriptor a {
	color: #666;
}

/* @end */

/* @group focus */

#focus {
	width: 230px;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
}

#focus-div {
	width: 225px;
	float: left;
}

.focus-box {
	background-color: #fff;
	width: 225px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	padding-bottom: 5px;
}

#promo-sm {
	width: 185px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	height: 160px;
	padding: 20px;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

.promo-us-small {
	background: url(../img/promo-us-right.jpg) no-repeat;
}

.promo-cn-small {
	background: url(../img/promo-cn-right.jpg) no-repeat;
}

#focus-leads {
	background: #15304a url(../img/focusbox-blue-bg.jpg) repeat-x 0 top;
}

#focus-info {
	background: #930f02 url(../img/focusbox-red-bg.jpg) repeat-x 0 top;
}

#focus-cost {
	background: #6c8409 url(../img/focusbox-green-bg.jpg) repeat-x 0 top;
}

#focus-news {
	background: #49134f url(../img/focusbox-purple-bg.jpg) repeat-x 0 top;
}

#focus-forecasts {
	background: #b9460a url(../img/focusbox-orange-bg.jpg) repeat-x 0 top;
}

.focus-box h3 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #f3f3f3;
	margin-right: 10px;
	margin-left: 10px;
	font: bold .8em/2em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
}

.focus-box p {
	padding: 10px;
	color: #fff;
	font-size: .9em;
	line-height: 1.3em;
}

/*

@end */

/* @group entry */

.entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #444;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	padding-right: 10px;
	padding-left: 10px;
}

.entry-list {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #444;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

.entry ul {
	margin-left: 20px;
	background-position: 0 5px;
}

.entry li {
	padding-left: 20px;
	background: url(../img/li-bullet.gif) no-repeat 0 3px;
	line-height: 1.6em;
}

.entry h3, .entry-list h3 {
	color: #666;
	text-transform: none;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
}

.entry h3.list {
	color: #666;
	text-transform: none;
	font: 1.1em Arial, Helvetica, Geneva, sans-serif;
}

.entry-list h3.list {
	color: #666;
	text-transform: none;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
}

.entry h5.date {
	color: #666;
	text-transform: none;
	font-size: .8em;
}

.entry p, .entry-list p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.6em;
}

.entry p.about-rcd {
	font-size: .9em;
	background: #eee url(../img/grad-wh.jpg) repeat-x;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
}

.summary {
}

.posted {
	font-size: .9em;
	margin-top: 10px;
	color: #999;
}

.dateblock {
	text-align: center;
	width: 50px;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-top: 6px;
	background: none repeat-x 0 top;
	font-family: Arial;
	color: #333;
}

.day {
	font-size: 1.5em;
	position: relative;
	top: -.2em;
}

.month {
	font-size: .9em;
	text-transform: uppercase;
}

.year {
	font-size: .9em;
	position: relative;
	top: -.7em;
}

.dateblock-horz {
	text-align: center;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 10px;
	font-family: Arial;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}

.day-horz {
	font-size: .9em;
	display: inline;
}

.month-horz {
	font-size: .9em;
	text-transform: uppercase;
	display: inline;
}

.year-horz {
	font-size: .9em;
	display: inline;
}

.ext-link {
	background: url(../img/ext-link.gif) no-repeat;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.location {
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1.4px;
	letter-spacing: 2px;
}

.paginate {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	padding: 5px;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
}


/* @end */

.advertisements {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.advertisements h5 {
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: .75em;
	letter-spacing: 2px;
}

/* @group articles */

.article-column {
	display: none;
}

.article-body {
	float: none;
	width: 100%;
}



/* @end */

.clear {
	clear: both;
}

p.subtle {
	color: #ccc;
	font-size: .8em;
}

/* @group footer */

#footer {
	display: none;
}

/* @end */

