/* Main CSS Document */

/*========================== BEGIN GENERAL STYLES =======================*/
html {
		background: #5d100b;		

}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5;
}
img {
}
p {
	margin: 0;
	padding: 0 0 14px 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
hr {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
	line-height: 0;
	background: #d6d6d6;
}
h1 {
	padding: 0;
	margin: 0;
	color:#a21714;
	font-size:19px;
	font-weight: normal;
	line-height: 1;
}
h2 {
	color:#a21714;
	font-size:14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1;
}
h3 {
	color:#a21714;
	font-size:12px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1;
}
a,
a:link, 
a:visited, 
a:active {
	color: #a21714;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
/*input,
textarea {
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #999999;
	font: 12px Arial, Helvetica, sans-serif;	
}*/
.center_me {
	text-align: center;
}
.clr_right {
	clear: right;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
	overflow: hidden;
}
.clr_left {
	clear: left;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_both {
	clear: both;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}

#wrapper {
	width: 100%;
	text-align: center; /*centers the page div*/
}

#header{
	width: 100%;
	text-align:center;
	background:url(../images/shared/header_bg.jpg);
	background-repeat:repeat-x;
}

#header_inner{
	width: 970px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}

#header_logo{
	position:absolute;
	top: 0;
	left: 0;
}
#nav_wrapper {
	background: url(../images/shared/nav_top2.jpg) no-repeat;
	background-position: top right;
}
a#email_signup {
	float: right;
}
#navigation_main{
	clear: right;
	float:right;
	margin: 0;
	padding:0px;
}


#navigation_main li.sf-mainmenu{
	list-style:none;
	float:left;
		margin:0px;
		padding:0px;
		/*height:21px;*/

}

#content{
	width: 100%;
	text-align:center;
	
	
}

#content_inner{
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer{
	width: 100%;
	text-align:center;
	background: #5d100b url(../images/shared/subnav_bg_repeat.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	
}
#footer_flash{
	width: 100%;
	text-align:center;
	padding-top:0px;
	
}

#footer_inner{
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

	
}

#navigation_subnav{
	margin:0px;
	padding:0px;
}



#navigation_subnav li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}


.copyright{
	float:right;
	text-align:right;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#a26b67;
	font-size:10px;
}
.copyright .toolboxlink,
.copyright .copyright_text{
	float: left;
}


/*========================== END GENERAL STYLES =======================*/
.headline{
	color:#000000;
	font-size:15px;
}
.headline_large_red{
	color:#a21714;
	font-size:19px;

}
.headline_small_red{
	color:#a21714;	
	font-size:14px;
}
.red{
	color:#a21714;	
}


