/*
7th Hat Media Group - CSS styles
*/

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/main_bkg_bk.jpg);
	background-position: top;
}

td, p, input, select, textarea, span {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, span {
	margin: 0px;
	padding-bottom: 10px; 
}

ul {
	margin: 0px;
	padding: 10px;
}

a {
	color: #BE0006;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#leftcol {
	background-image: url(../images/main_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#rightcol {
	background-image: url(../images/main_bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#cheader {
	background-image: url(../images/content_header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 582px;
	height: 54px;
}

#cheader_text {
	position: relative;
	top: 24px;
	left: 30px;
	width: 520px;
	font-size: 18px;
	font-weight: bold;
	color: #BE0006;
}

#cdivider {
	background-image: url(../images/title_divider.gif);
	background-repeat: no-repeat;
	height: 10px;
	position: relative;
	left: 30px;
	width: 520px;
	overflow: hidden;
}

#cbody_subhead {
	position: relative;
	left: 30px;
	width: 520px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#cbody {
	background-image: url(../images/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#cbody_text {
	position: relative;
	left: 30px;
	width: 520px;
	height: auto;
	color: #666666;
}

#cbody_text a {
	color: #BE0006;
}

#cbody_text a:hover {
	color: #BE0006;
	text-decoration: underline;
}

#cfooter {
	background-image: url(../images/content_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 582px;
	height: 49px;
}

.submenu {
	color: #BE0006;
	background-color: #E1E1E1;
	padding: 6px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.submenu:hover {
	color: #FFFFFF;
	background-color: #BE0006;
	text-decoration: none;
}

#subsubmenu {
	padding: 6px;
	background-color: #C7C7C7;
	border-bottom: 1px solid #FFFFFF;
}

#subsubmenu a {
	margin-bottom: 4px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 918px;
	height: 60px;
	vertical-align: top;
}

#footer_text {
	position: relative;
	top: 14px;
	left: 30px;
	width: 840px;
	color: #999999;
}

#footer_text a {
	color: #BE0006;
	text-decoration: none;
}

#footer_text a:hover {
	text-decoration: underline;
}

.readmore {
	background-image: url(../images/readmore_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #BE0006;
	padding-right: 20px;
	text-decoration: none;
}

.readmore:hover {
	text-decoration: underline;
}


