body {
	font: .70em Verdana, Arial, Helvetica, sans-serif;
	background: #2A2A2A url(../media/bg_body.jpg) repeat-x;
	margin: 0;
	padding: 12;
	text-align: center;
	color: #FFFFFF;
}
a:link, a:active, a:visited {
	color: #FF4D2D;
	text-decoration: none;
	border-bottom: 1px dotted #626262;
}
a:hover {
}
a.imgLink {
	border: none;
}
#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	background: url(../media/hdr_logo.png) no-repeat;
	padding: 0; 
	height: 116px;
	position: absolute;
	top: 18px;
	width: 860px;
}
/* top nav */
#nav {
	padding: 0; 
	height: 61px;
	position: absolute;
	top: 144px;
	width: 860px;
}
#nav li {
	display: inline;
}
#nav a {
	display:block;
	height: 46px;
	text-decoration: none;
	float: left;
	margin-right: 9px;
	text-align: center;
	padding-top: 15px;
	border-style: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	height: 61px;
	width: 860px;
	list-style: none;
}

#nav a.sml:link, #nav a.sml:active, #nav a.sml:visited {
	background: url(../media/nav_sml.jpg) no-repeat left top;
	width: 120px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a.sml:hover, #nav a.sml.current {
	background: url(../media/nav_sml.jpg) no-repeat right top;
}
#nav a.lge:link, #nav a.lge:active, #nav a.lge:visited {
	background: url(../media/nav_lge.jpg) no-repeat left top;
	width: 181px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a.lge:hover, #nav a.lge.current {
	background: url(../media/nav_lge.jpg) no-repeat right top;
}
/* homepage slider */
#slide {
	padding: 0;
	height: 298px;
	position: absolute;
	top: 213px;
	width: 860px;
	background: url(../media/bg_slider.jpg) no-repeat;
}
#slidePad {
	margin: 0px;
	padding: 10px 9px 9px 8px;
}
/* homepage callouts */
#indexCallouts {
	padding: 0;
	position: absolute;
	top: 520px;
	width: 860px;
	height: 224px;
}
#indexCallouts .co, .col3 .co {
	background: url(../media/rc_callout_trans_top.png) no-repeat;
	width: 280px;
	padding-top: 12px;
}
#indexCallouts .co {
	height: 211px;
}
#indexCallouts .coPad, .col3 .coPad {
	background: #B31C01 url(../media/callout_bg_tile.jpg) repeat-x;
	margin: 0px;
	padding: 0px 16px 1px;
}
#indexCallouts .coPad {
	height: 197px;
}
#indexCallouts .coPad h2, .col3 .coPad h2 {
	display: block;
	margin: 0px;
	padding-top: 6px;
	background: url(../media/callout_rule.png) no-repeat center bottom;
	padding-bottom: 6px;
	font: lighter 2.1em Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
#indexCallouts .coPad ul, .col3 .coPad ul {
	list-style: url(../media/callout_arrow.png) outside;
	margin: 0px;
	padding: 12px 0px 9px 24px;
	font-size: .95em;
	line-height: 2.4em;
}
#indexCallouts .coPad li {
}
#indexCallouts .coPad a {
	text-decoration: none;
	border-style: none;
}
#indexCallouts .coPad a:link,#indexCallouts .coPad aactive,#indexCallouts .coPad a:visited {
	color:#FFFFFF;
}
#indexCallouts .coPad a:hover {
	color: #000000;
}
#indexCallouts .coBottom, .col3 .coBottom {
	background: url(../media/rc_callout_trans_bottom.png) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 13px;
}
#co1 {
	position: absolute;
}
#co2 {
	position: absolute;
	left: 290px;
}
#co3 {
	position: absolute;
	right: 0px;
}
p.h3 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 6px;
	font-weight: bold;
}
p#tag_cloud {
	margin: 0;
	padding-top: 0;
	padding-bottom: 6px;
}
/* global content */
h1,h2,h3,h4 {
	display: block;
	margin: 0px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FF9412;
}
/* homepage content */
#indexContent {
	background: url(../media/cont_blk_top.png) no-repeat top;
	padding: 12px 0 0;
	position: absolute;
	top: 753px;
	width: 860px;
}
#searchContent {
	background: url(../media/cont_blk_top.png) no-repeat top;
	padding: 12px 0 0;
	position: absolute;
	top: 518px;
	width: 860px;
}
#indexContPad {
	padding: 12px 20px 1px;
	background: #1B1B1B url(../media/cont_blk_bg_tile.jpg) repeat-x center top;
	min-height: 316px;
}
#indexContPad h1 {
	font-size: 1.3em;
	font-weight: bold;
}
#col1, #col2 {
	float: left;
	width: 46%;
}
#col1 {
	padding-right: 4%;
	background: url(../media/cont_blk_vSep.jpg) no-repeat right top;
}
#col2 {
	padding-left: 3%;
}
#indexContBottom {
	background: url(../media/cont_blk_bottom.png) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
	height: 12px;
}
/*content page layout */
#pageContent {
	background: url(../media/cont_2_top_trans.png) no-repeat left top;
	padding: 12px 0 0;
	position: absolute;
	top: 211px;
	width: 567px;
}
#pageContPad h1 {
	font-size: 1.6em;
}
#pageContPad {
	padding: 12px 20px 1px;
	background: #000000 url(../media/cont_2_bg.jpg) repeat-x center top;
	min-height: 720px;
}
#pageContBottom {
	background: url(../media/cont_2_bottom_trans.png) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
	height: 12px;
}
.tbl_white {
	color: #000000;
	background: #FFFFFF;
	border: 2px solid #8A8A8A;
}
.center_horiz {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* right column or sidebar */
#rightCol {
	position: absolute;
	top: 210px;
	width: 280px;
	right: 0px;
}
#rightCol a:link,#rightCol a:active,#rightCol a:visited {
	text-decoration: none;
	border-bottom-style: none;
	color: #FFCA95;
}
#rightCol a:hover {
	color: #000000;
}
/* end content layout */
/* footers */
.afterContent {
	position: relative;
}
.afterContent #footer {
	position: absolute;
	top: 0px;
	width: 860px;
}
#footer {
	padding: 48px 12px 24px;
	font-size: .8em;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer .col {
	float:left;
	padding-right: 2%;
	width: 30%;
}
/* end footers */
/* buttons */
.btn_readmore {
	text-align: right;
}
.btn_readmore a {
	background: url(../media/btn_readmore_trans.png) no-repeat;
	display: block;
	height: 18px;
	width: 92px;
	text-decoration: none;
	text-align: right;
	margin-left: auto;
	border-style: none;
}
/* misc */
.pagination, #crumb {
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#crumb {
	background: #000000 url(../media/bg_thumb_title.jpg) repeat-x left bottom;
	color: #666666;
	margin-bottom: 12px;
	margin-top: 12px;
}
#crumb a, #footer a {
border: none;
}
.pagination {
	background: #C26221 url(../media/bg_crumbs_pages.jpg) repeat-x center;
}
.pagination a:link,.pagination a:active,.pagination a:visited {
	text-decoration: none;
	color: #121212;
	border: none;
}
.pagination a:hover {
}
.tagged_very_rarely {
font-size: .8em;
}
.tagged_rarely {
font-size: 1em;
}
.tagged_occasionally {
font-size: 1.2em;
}
.tagged_frequently {
font-size: 1.5em;
}
.tagged_very_frequently {
font-size: 1.7em;
}
.tagged_profusely {
font-size: 1.9em;
}
.orange {
	color: #FF8810;
}
.contentSep {
	clear: both;
	height: 22px;
}
.right {
	text-align: right;
}
.clearfloat {
	height: 0px;
	clear: both;
}
.float_right {
	float: right;
	padding-bottom: 9px;
	padding-left: 12px;
}
.float_left {
	float: left;
	padding-bottom: 9px;
	padding-right: 12px;
}

