
/*FONTS
***********************************************/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

div#header h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
}

div#banner .text h2 {
	font-family: sans-serif;
	font-weight: normal;
}

#leftNav,
#sidebar,
body#home div#banner .text h3,
ul.contentSections li h3,
ul.contentSections_inner li h3,
h1#pageTitle,
div.copy h2 {
	font-family: sans-serif;
	font-weight: normal;
}

#leftNav p,
#sidebar p,
ul.contentSections li p,
ul.contentSections_inner li p,
ul.shortCutsList li p,
div.copy h3,
div.copy h4 {
	font-family: sans-serif;
	font-weight: 400;
}


/*HEADER
***********************************************/

div#header h1, div#logo {
	width: 310px;
	height: 70px;
	text-indent: -5000px;
	background: transparent url('../images/layout/logo.png') left top no-repeat;
	position: absolute;
	z-index: 10;
	top: 50px;
	left: -5px;
}

div#header h1 a, div#logo a {
	width: 310px;
	height: 70px;
	display: block;
}

div#header h2 {
	position: absolute;
	z-index: 11;
	bottom: 22px;
	right: 0px;
	text-align: right;
	color: #9c9e9f;
	font-size: 30px;
	letter-spacing: 0px;
}




/*FOOTER
***********************************************/

div#footer h4 {
	font-size: 13px;
	color: #b12c1b;
	font-weight: normal;
	padding: 0 0 10px 0;
}

div#footer p {
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

div#footer p a {
	color: #999;
	text-decoration: none;
}

div#bbdc {
	font-size: 13px;
	text-align: right;
	color: #999;
}

div#bbdc a {
	color: #999;
	text-decoration: none;
}



/*HEADINGS
***********************************************/

#hdInThisSection {
	color: #b12c1b;
	font-weight: 400;
	font-size: 18px;
	padding: 15px 0 5px 5px;
}

h1#pageTitle {
	font-size: 32px;
	padding: 0 0 5px 0;
	color: #b12c1b;
}

div.copy h2 {
	color: #e59d04;
	font-size: 17px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.copy h3 {
	color: #b12c1b;
	font-size: 21px;
	padding: 10px 0 10px 0;
}

div.copy h4 {
	color: #ce675a;
	font-size: 15px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*PARAGRAPHS
************************************************/

div.copy {
	font-size: 15px;
	line-height: 21px;
}

div.copy p {
	padding: 0 0 10px 0;
}


/*LISTS
**********************************************/

div.copy li {
	line-height: 18px;
}

div.copy ul {
	padding: 0 10px 15px 10px;
}

div.copy ul li {
	padding: 0 0 8px 25px;
	background: transparent url('../images/layout/arrowRed.png') 0px 3px no-repeat;
	list-style: none;
}

div.copy ol {
	padding: 0 40px 15px 50px;
}

div.copy ol li {
	padding: 0 0 8px 5px;
}



div.contactus a,div.contactus a:hover{
	color: #FFF;
	text-decoration: none;
}