@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #54534A;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: 600;
	}
	
/*::::::::::::: Paragraphs ::::::::::::::::: */ 

p {
	font-size: 80%;
	line-height: 18px;
	margin: 0px 10px 15px 10px;
	}
	
#footer p {
	font-size: 62.5%;
	line-height: 14px;
	color: #999;
	margin: 10px;
	}
	
.TabbedPanelsContent .info p {
	font-size: 62.5%;
	line-height: 12px;
	margin: 0px 10px 15px 0px!important;
	}
	
.grey {
	color: #666;
	}
	
.TabbedPanelsContent p {
	font-size: 75%;
	line-height: 18px;
	margin: 0px 0px 15px 0px!important;
	}
	
#overlay p {
	font-size: 80%;
	line-height: 18px;
	margin: 0px 25px 15px 0px!important;
	}
	
#overlay .info p {
	font-size: 62.5%;
	line-height: 12px;
	margin: 0px 10px 15px 0px!important;
	}
	
p.press {
	font-size: 80%;
	line-height: 18px;
	margin: 20px 10px 0px 10px;
	}
	
/*::::::::::::: Headings ::::::::::::::::: */ 
	
#leftnav h2 {
	font-size: 70%!important;
	letter-spacing: 0px!important;
	text-transform: none!important;
	}
	
h1 {
	font-size: 112%;
	color: #780032;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 0px 15px 10px;
}

h2 {
	font-size: 86%;
	font-weight: 300;
	color: #780032;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 11px 5px 11px;
}

.TabbedPanelsContent h2 {
	font-size: 86%;
	color: #780032;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 11px 5px 0px!important;
}

#overlay h1 {
	font-size: 112%;
	color: #780032;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 25px 10px 0px!important;
}

#overlay h2 {
	font-size: 86%;
	color: #780032;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 11px 0px 0px!important;
}
	
h3 {
	font-size: 80%;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #999;
	}
	
.TabbedPanelsContent h3 {
	font-size: 80%;
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #999;
	}

h4 {
	font-size: 80%;
	margin: 0px;
		}
		
/*::::::::::::: Lists ::::::::::::::::: */ 


#rightcolumn ul{
	position: relative;
	list-style: none;
	font-size: 80%;
	line-height: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#overlay ul {
	position: relative;
	list-style: none;
	font-size: 80%;
	line-height: 18px;
	margin: 20px 0px;
	padding: 0px;
	}
	
#rightcolumn li, #overlay li {
	background: url(../images/bullet_plus.png) 10px 6px no-repeat;
	padding: 0px 25px;
	}
	
#rightcolumn li ul, #overlay li ul {
	position: relative;
	font-size: inherit;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}

#rightcolumn li ul li, #overlay li ul li {
	background: url(../images/bullet_minus.png) 10px 6px no-repeat!important;
	padding: 0px 0px;
	}
	
rightcolumn .TabbedPanelsContent ul{
	position: relative;
	list-style: none;
	font-size: 80%;
	line-height: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

#rightcolumn .TabbedPanelsContent li {
	background: url(../images/bullet_plus.png) 0px 7px no-repeat!important;
	padding: 0px 15px;
	}

/*::::::::::::: Links ::::::::::::::::: */ 
	
a:link, a:visited{
	color: #B7A571;
	text-decoration: none;
}

a:hover{
	color: #B7A571;
	text-decoration: underline;
}

a:active{
	color: #54534A;
	text-decoration: underline;
}

.cta {
	background: url(../images/l_nav_arrow.png) no-repeat 0px 6px;
	//background: url(../images/l_nav_arrow.gif) no-repeat 0px 6px;
	padding: 0px 0px 0px 15px;
	}
	
.sbttn {
	position: relative;
	width: 162px;
	height: 31px;
	font-size: 65%!important;
	padding: 5px 0px;
	background: url(../images/bttn_sm.png) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	}
	
.lbttn {
	position: relative;
	width: 192px;
	height: 31px;
	font-size: 65%!important;
	padding: 5px 0px;
	background: url(../images/bttn_lg.png) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	}
	
.sbttn a:link, .lbttn a:link {
	color: #938252!important;
	background: url(../images/bttn_arrow.png) no-repeat right!important;
	padding: 0px 15px 0px 0px;
	}
	
.sbttn a:hover, .lbttn a:hover {
	text-decoration: underline;
	}

*:focus { outline: none; }

*::-moz-focus-inner { border: none; }