@charset "utf-8";
/* CSS Document */

/******* Common Elements *******/

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.clear{
    height: 0px;
	display: block;
    clear: both;
}

a{
	color:#990000;
	text-decoration:underline;
}

a:hover{ text-decoration:none; }

p, div.rtCol p{
	padding:0;
	margin:0 0 15px 0;
}
div.rtCol p{
	max-width:440px;
}
div.full-width p{
	max-width:660px;
}
strong{
	font-weight:bold;
}

h1{
	color:#fff;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	padding:0;
	margin:0 0 10px 0;
}
	
h2{
	color:#333;
	font-size:18px;
	line-height:18px;
	padding:0;
	margin:0 0 10px 0;
}

h3{
	color:#333;
	font-size:16px;
	padding:0;
	margin:0 0 10px 0;
}

h3.subhead{
	text-transform:uppercase;
	padding:0 0 5px 0;
	border-bottom:solid 2px #333;
}

h4{
	color:#333;
	font-size:14px;
	font-weight:400;
	padding:0;
	margin:0 0 15px 0;
}

/* <A HREF> BUTTON STYLES */	
a.btn {
    text-decoration: none;
	background: transparent url(../images/general/btn_arrow.gif) no-repeat right 0px;
	width:auto;
    height:26px;
	padding:0 26px 0 0;
    margin:0;
	float:right;
	display: inline-block;
	overflow:hidden;
}

a.btn span {
    color:#fff;
    font-size:16px;
	line-height:16px;
	text-decoration: none;
	text-transform:uppercase;
	background: transparent url(../images/general/btn_left.png) no-repeat left top;
	padding:5px 0 5px 8px;
    display: block;
} 

a.button {
    background: transparent url(../images/general/button_arrow.gif) no-repeat right 0px;
    color:#fff;
    font-size:16px;
	width:auto;
    height:26px;
    padding:0 26px 0 0;
    text-decoration: none;
	display: inline-block;
	overflow:hidden;
}

a.button span {
    color:#fff;
    font-size:16px;
	line-height:16px;
	text-decoration: none;
	text-transform:uppercase;
	background: transparent url(../images/general/button_left.gif) no-repeat left 0px;
	padding:5px 0 5px 8px;
    display:block;
} 

a.btn:hover, a.button:hover {
    background-position: right -26px;
}

a.btn:hover span, a.button:hover span {
    background-position: 0 -26px;
}

div.leftCol a.button {
    background: transparent url(../images/general/button_sm_arrow.gif) no-repeat right 0px;
    color:#fff;
    font-size:16px;
	width:auto;
    height:24px;
    padding:0 20px 0 0;
    text-decoration: none;
	display: inline-block;
	overflow:hidden;
}

div.leftCol a.button span {
    color:#fff;
    font-size:14px;
	line-height:14px;
	text-decoration: none;
	text-transform:uppercase;
	background: transparent url(../images/general/button_sm_left.gif) no-repeat left 0px;
	padding:5px 0 5px 8px;
    display:block;
} 

div.leftCol a.button:hover {
    background-position: right -24px;
}

div.leftCol a.button:hover span {
    background-position: 0 -24px;
}