/* Start of CMSMS style sheet 'Style' */
/*==============================
	GLOBALS
Sets the default document font size, family
and color
===============================*/
html * {
padding: 0;
margin: 0;
border: 0;
}
body
{
	font-family:Georgia,Helvetica,Myriad;
	font-size:12px; 
	color:#000000;
 	/*background-image:url('images/bg.gif');
 	background-position: top;
	background-repeat:repeat-x; 
	background-color:#cecece;*/
        background-color:#313131;
}
body .accent {
	color: #6c0202;
	font-weight: bold;
}
h1
{
	font-size:24px;
	color:#6c0202;
}
h2
{
	font-size:16px;
	color:#6c0202;
}
p 
{
	padding-top:8px;
}
hr
{
	height: 1px;
	background:#cdcdcd;
    margin: 17px 1px 10px 1px;  
}
/*==============================
	SITE WRAPPER
===============================*/
.site-wrapper
{
	width:1000px; 
       border-left: 2px solid #6c0202;
       border-right: 2px solid #6c0202;
	margin-left:auto;  
	margin-right:auto; 
       background-image:url('images/bg.gif');
 	background-position: top;
	background-repeat:repeat-x; 
	background-color:#cecece;
}
/*==============================
	HEADER
===============================*/
.header
{
	width:940px; 
	height:130px; 
	padding: 25px 0px 0px;
	background-image: url('images/header.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left:auto;  
	margin-right:auto; 
}
/*==============================
	NAV
===============================*/
.nav
{
	width:1000px; 
	height:27px; 
	background-image: url('images/bg-nav.gif');
	background-repeat: repeat-x;
}
.nav ul {
	margin-left: 30px;
}

.nav ul li {
	display: inline;
}

.nav ul li a {
	background-image: url('images/divider.gif');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	line-height: 27px;
	padding: 0px 16px 0px 16px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}

.nav ul li a:hover{
	text-decoration: underline;
}

.nav dfn {
	display: none
}
/*==============================
	CONTENT
===============================*/
.content
{
	width:940px; 
	margin-left:auto;  
	margin-right:auto; 
}
/*==============================
		CONTENT WRAPPER
===============================*/
.content-wrapper
{
	float:left; 
	width:940px; 
	min-height:280px;
	background-color:#ffffff;
}
/*==============================
		CONTENT MAIN
===============================*/
.content-main
{
	float:left; 
	width:577px;
}
.content-main .text 
{
	padding:29px 0px 33px 38px;
}
/*==============================
		CONTENT PROMO
===============================*/
.content-promo
{
	float:left;
	width:320px;
	padding: 29px 0px 0px 42px;
}
/*==============================
		PROMO
===============================*/
.promo
{
	border: 1px solid #c5c5c5;
	width: 300px;
	height: 96px;
	margin-bottom: 27px;
}
/*==============================
		CTA
===============================*/
.cta
{
	float:left; 
	height:55px;
	width:563px;
	padding:29px 0px 0px 38px;
}
/*==============================
		FOOTER
===============================*/
.footer
{
	float:left; 
	width:1000px; 
	height:125px; 
	background-image:url('images/bg-footer.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#313131;
}
.footer ul {
	padding:13px 0px 0px 67px;
}

.footer ul li {
	display: inline;
}

.footer ul li a {
	background-image: url('images/divider-footer.gif');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	line-height: 27px;
	padding: 0px 16px 0px 16px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}

.footer ul li a:hover{
	text-decoration: underline;
}
.footer dfn {
	display: none
}
.footer .legal
{
	padding:0px 0px 0px 67px;
	font-size:11px;
	color:#ffffff;
}


/* End of 'Style' */

