@charset "UTF-8";

/* ---------CSS Reset--------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size: small;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
body {
	line-height:1.2em;
}
ul {
	list-style-image:url(../images/red-dot.png);
	list-style-position:outside;
	list-style-type:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* ---------Body Text--------- */
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
a {
	color:#9c1b1f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}



/* ---------Layout--------- */
html, body{ 
 	background:url(../images/b-background.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	margin:0; 
 	padding:0; 
 	text-align:center;
} 
#pagewidth{  
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	position: relative;
	text-align:left;
	width:1024px;
} 

* html #pagewidth {
	height: 100%;
}
#header{
	background: url(../images/red-header.jpg) no-repeat;
	background-position: 50% 20%;
 	background-color:#000; 	
	height:200px;
	position:relative; 
	width:100%;
} 
 
#content{
	float: left;
	width: 610px;
	margin-left: 25px;
	
}

#sidebar{
	float:right;
	margin: 30px 15px 0 0;
	width: 220px;
} 
#footer{
 	background-color:#44484B;
	border-top:#b8bcc0 solid 25px;
	color:#FFF;
 	height:95px;
 	position: relative;
	margin-top: -7.5em;
}
#wrapper {
	padding-bottom: 9em;
	margin: 20px 75px 0 75px;
	
}


/* ---------Content & Navigation--------- */
#breadcrumb{
	color: #666b71;
	font-size: 95%;
	margin-left: 20px;
}
#breadcrumb a{
	color: #666b71;
/*	font-size: 95%;*/
}
#breadcrumb a:hover{
	text-decoration:underline;
}
ul.body-text {
	list-style-image:url(../images/red-dot.png);
	line-height: 1.2em;
	margin: 10px 20px 5px 60px;
}
ol{
	margin: 0 20px 0 65px
}
/* ---------Tab Box Container--------- */
.tab-box{
	background-color: #b8bcc0;
	border-bottom: solid 15px #b8bcc0;
	float:left;
	margin: 20px 0 0 0;
	width: 610px;
}
.tab-box h1{
	background:url(../images/red-grad-bar.png) repeat-x #9c1b1f;
	color:#fff;
	font-weight:normal;
	padding: 10px 20px; 	
}
.tab-box h2{
	color:#9c1b1f;
	line-height: 1.2em;
	font-weight:normal;
	margin: 15px 20px 5px 30px;
}
.tab-box h3{
	color:#888f96;
	font-weight:normal;
	margin: 15px 20px 5px 10px;
}
.tab-box h4{
	font-weight:normal;
	margin: 15px 20px 0 10px;
	border-top: 1px solid #999;
	line-height: 40px;
}
.tab-box p{
	margin: 0 20px 0 30px;
	padding-bottom: 10px;
}

.tab-box .img-wrapper{
	background-color:#fff;
	float: right;
	padding: 5px;
	margin: 15px;
}
.tab-box table {
   	float: right;
	margin: 15px;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	padding-top: 10px;
	background-color: #FFF;
	width: 90%;
}

/* ---------Scroll List for Press Releases--------- */
.scroll {
	height: 210px;
	overflow:auto;
	margin: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	padding-left: 30px;
}
.scroll ul li{
	border-bottom:dashed #888f96 1px;
	list-style-image:url(../images/arrow-red-icon.png);
	/*line-height: 30px;*/
	padding: 10px;
}

/* ---------Sidebar Content--------- */
#sidebar a {
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar a.smaller {
	text-decoration:none;
	font-size: 90%
}
#sidebar a.smaller:hover {
	text-decoration:underline;
	font-size: 90%
}

.print-link{
	background: url(../images/print-icon.png) no-repeat top left;
	padding: 1px 0 5px 25px
}
.share-this-link{
	margin-left: 60px;
	padding: 5px 15px 5px 25px
}
#sidebar h2{
	background:url(../images/grey-sidebar.png) no-repeat top center #888f96;
	color:#e7e9ea;
	font-weight:normal;
	margin: 20px 0 10px 10px;
	padding: 10px 0 10px 20px;
}
#sidebar ul{
	margin: 0 10px;
	padding:0 0 10px 40px;
}
#sidebar ul li{
	list-style-image:url(../images/arrow-red-icon.png);
	padding: 5px 0;
}
#sidebar ul li p{
	padding: 7px 0 0 0;
}
#secondary-nav{
	background:url(../images/sidebar-bottom.png) no-repeat bottom right;
}
.download-box{
	float: right;
	width: 210px;
	background:url(../images/cta-download-home-bottom.png) no-repeat bottom left;
	margin: 20px 0;
}
.download-box h3{
	background:url(../images/cta-download-home-top.png) no-repeat top left;
	color: #9c1b1f;
	font-weight: normal;
	margin: 0;
	padding: 55px 15px 15px 80px;
}
.download-box p{
	padding: 5px 15px 10px 15px;
}
.download-box a{
	background:url(../images/download-icon.png) no-repeat top left;
	color:#fff;
	padding: 5px 25px;
}

.cta-box-rightside{
	float: right;
	width: 210px;
	background:url(../images/cta-box-bottom2.png) no-repeat bottom left #e7e9ea;
	margin: 20px 0 0 0;
}
.cta-box-rightside h3{
	background:url(../images/cta-box-top.png) no-repeat top left;
	color: #9c1b1f;
	font-weight: normal;
	margin: 0;
	padding: 55px 15px 15px 80px;
}

.cta-box-rightside h3 a{
	background:none;
	color: #9c1b1f;
	font-size: 105%;
	line-height: 105%;
	padding: 0;
	text-decoration: underline;
}
#download.cta-box-rightside h3{
	background:url(../images/cta-box-top.png) no-repeat top left;
}
#blog.cta-box-rightside h3{
	background:url(../images/cta-blog-box-top.png) no-repeat top left;
	padding: 85px 15px 15px 20px;
	text-align:center;
	line-height: 130%;
}
.cta-box-rightside p{
	padding: 5px 15px 10px 15px;
}
.cta-box-rightside a{
	background:url(../images/download-icon.png) no-repeat top left;
	color:#fff;
	padding: 5px 25px;
}

.cta-smallbox {
	background:url(../images/cta-smallbox-bottom.png) no-repeat bottom left;
	float: right;
	width: 210px;
	margin: 20px 0;
}
.cta-smallbox h3 {
	background:url(../images/cta-smallbox-top.png) no-repeat top left;
	color:#fff;
	font-weight: normal;
	margin: 0;
	padding: 10px 10px;	
}
.cta-smallbox p{
	padding: 5px 15px 15px 15px;
}

/* ---------Footer Content--------- */
#footer-content {
	margin-left:auto; 
	margin-right:auto;
 	padding: 20px 105px 10px 145px;
	text-align:left;
	width:780px
}
#footer ul li {
 	display:inline;
 	font-size: 12px;
}
#footer_nav{
	margin: -15px 18px 0 0;
	text-align: right;
}
#footer_nav a {
 	color: #888F96;
 	font-family:Tahoma, Geneva, sans-serif;
 	padding-left: 25px;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #FFF;
}

/* ---------Header Content--------- */
#logo{
	margin-left: 100px;
	padding-top: 0px;
}
#header_nav{
	height:25px;
	margin: 55px 120px 0 0;
	text-align: right;
}
#header ul {
}
#header ul li {
 	display:inline;
}
#header_nav a {
 	color: #888f96;
	font-family:Tahoma, Geneva, sans-serif;
 	font-size: 14px;
	margin: 0 0 0 20px;
 	padding: 0 0 5px 25px;
 	text-align: left;
 	text-decoration: none;
	text-transform:uppercase;
}
#header_nav a:hover {
	background:url(../images/double-arrow-blk-icon.png) no-repeat left top;
	color: #fff;
}	
#header_nav #location {
	background:url(../images/double-arrow-down-blk-icon.png) no-repeat left top;
	color: #fbf0cd;
}

/* ---------Buttons--------- */
.cta-buttons li {
    float:left;
    background:url(../images/primary-right-button.png) no-repeat right top;
	list-style-image:none;
    margin:0 0 0 30px;
    padding:0;
}
.cta-buttons a {
    display:block;
    background:url(../images/primary-left-button.png) no-repeat left top;
    color: #fff;
	padding:5px 15px 5px 35px;
}
.cta-buttons li.secondary  {
    float:left;
    background:url(../images/secondary-right-button.png) no-repeat right top;
    margin:0 0px 0 30px;
    padding:0;
}
.cta-buttons a.secondary  {
    display:block;
    background:url(../images/secondary-left-button.png) no-repeat left top;
    color: #fff;
	padding:5px 15px 5px 35px;
}
.cta-buttons a:hover {
	color:#e9ae00;
	text-decoration:none;
}


/* ---------Float Containers Fix---------  */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */  


 
/* ---------Printer Styles--------- */ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
} 
#twocols, #maincol{
	width:100%; float:none;
}

