﻿/*
BOOM YOUR BRAND BABY.
AS, Aug 2012

*/
body 
{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; /* BCF, BOOM. */
	background: #000 url('/images/backgrounds/background.jpg') top center no-repeat;
	color: #453838;
	color: #666;
	line-height: 16px;
}

a, a:visited, a:link
{
    color: #a31c1e;
	text-decoration: underline;
	padding-bottom: 1px;
}

a:hover
{
    color: #c12c2c;
}

table caption
{
    display: none;
}



/* Type
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@font-face {
	font-family: 'FuturaMedium';
	src: url('/includes/fonts/futura_medium-webfont.eot');
	src: local('☺'),
	url('/includes/fonts/futura_medium-webfont.woff') format('woff'),
	url('/includes/fonts/futura_medium-webfont.ttf') format('truetype'),
	url('/includes/fonts/futura_medium-webfont.svg#webfontrMUcVdaA') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1, h2, h3, h4, h5 {
	font-family: 'FuturaMedium', Helvetica, Arial, sans-serif;
}
h1, .subNavTaxTitle {
	font-size: 19px;
	
	font-weight: lighter;
	letter-spacing: 0.10em;
	color: #991C0E;
	padding-bottom: 15px;
}
h1 
{
    line-height: 24px;
}

h2 {
	color: #666;
}

.h2LargeStriking
{
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
	font-weight: lighter;
	letter-spacing: -0.03em;
}
.headerMidSize
{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
    padding-bottom: 7px;
}
h5
{
    letter-spacing: 0.00em;
}
p
{
    margin: 10px 0px;
}

/* RED HEADERS */
.headerMidSize
{
    color: #a31c1e;
}
.subTitle
{
    font-weight: bold;
}

.error 
{
    color: Red;
}
/* End Type */






/* header */
.topNav a, .topNav a:visited, .topNav a:link
{
    text-decoration: none;
}
.topNav a:hover
{
    text-decoration: underline;
}


.h1Block 
{
    padding-top: 25px;
    float: left;
}

.siteLogo
{
    width: 321px;
    
}
.siteLogo img
{
    padding-bottom: 10px;
}


.topRight
{
    padding-top: 25px;
    float: right;
    text-align: right;
    margin-right: 25px;
}

.topRightVirginiaLogo
{
    padding-top: 18px;
    float: right;
}

.ribbon {
	background: url('/images/backgrounds/ribbon-shadow.gif') bottom left no-repeat;
	padding: 0 0px 0px 20px;
	display: block;
	margin: -5px 0px 20px -27px;
	clear: both;
	position: relative;
	z-index: 99;
	height: 33px;
	cursor: pointer;
}

.ribbon h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #fff;
	background: url('/images/backgrounds/chevron.gif') left center no-repeat;
	width: 368px;
	padding: 10px 10px 10px 25px;
	margin: 2px 0 -3px -20px;
	letter-spacing: 0.15em;
}
.ribbon a {
	text-decoration: none !important;
}
/* end header */


/* main nav */

.mainNav
{
    margin-bottom: 15px;
    position: relative;
    z-index: 100;
}

.breadcrumb
{
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 33px;
    line-height: 33px;
    color: #999;
}

/* end main nav */

.lightHR
{
    height: 1px;
    background-color: #C2C2C2;
    margin-top: 15px;
    margin-bottom: 15px;
}


#centerContent
{
    
    background-color: #fff;
    width: 960px;
	margin: 0 auto 20px;
	padding: 0px 10px 10px 10px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
	background: #fff url('/images/backgrounds/paper.jpg') top left repeat-x;
	/* Makes ribbons work */
	position: relative;
	z-index: 0;
	/*overflow: hidden;  -- removed because this was causing the left side of the ribbon to be hidden */
}
.contentMain
{
    min-height: 400px;
}
.RightSidebarContent 
{
    width: 242px;
    float: right;
}

.breaker
{
    clear: both;
}

.largerText
{
    font-size: 13px; 
    line-height: 18px;
}
ul.largerText li
{
    padding-top: 5px;
}

/* widgets */
.sideNavRA .dropzone, .sideNavRB .dropzone, .sideNavRC .dropzone, .sideNavRD .dropzone, .sideNavRE .dropzone
{
    padding-bottom: 10px;
}

.vatcWidgetHeader
{
    background-color: #333;
    letter-spacing: 0.03em;
    border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
    color: #fff;
    padding: 0px;
}
.vatcWidget
{
    position: relative;
    z-index: 4;
    border: 1px solid #D7D7D7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.vatcWidgetContent
{
    padding: 10px;
}

.vatcWidgetHeader h3
{
    color: #fff;
    font-size: 150%;
    line-height: 36px;
    height: 36px;
    padding-left: 10px;
    margin: 0;
    letter-spacing: 0.07em;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    
}

/* end widgets*/


/* home */



#homehero
{
    padding-bottom: 10px;
}
#homeCenterContent
{
    width: 710px;
    float: left;
    padding-left: 5px;
}



.homeSectionTitle
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.homeSectionContent
{
    padding-bottom: 15px;
}


.emergencyMessage
{
    background-color: red;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    width: 940px;
    padding: 10px;
    margin-bottom: 10px;
}



/* end home */











/* footer */

.footer a, .footer a:visited, .footer a:link
{
    color: #453838;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}

.footer
{
    position:relative;
    border-top: 1px solid #c2c2c2;
    margin-top: 35px;
}

.footerInset
{
    margin-top: 35px;
    margin-bottom: 35px;
}
.footer ul
{
    list-style-type: none;
    min-height: 145px;
}
.footer ul li
{
    padding: 6px 0 6px 0;
}

.footerList1, .footerList2, .footerList3, .footerList4
{
    width: 200px;
    margin-left: 15px;
    float: left;
}
.footerList1
{
    margin-left: 50px;
    border-right: solid 1px #c2c2c2;
}
.footerList2
{
    border-right: solid 1px #c2c2c2;
}
.footerList3
{
    border-right: solid 1px #c2c2c2;
}
.footerSocialMedia
{
    padding-top: 45px;
    text-align: center;
}
.footerSocialMedia img
{
    padding: 0 2px 0 2px;
}
.footerCopyright 
{
    font-family: 'FuturaMedium', Helvetica, Arial, sans-serif;
    padding-top: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.15em;
}
.footerCopyright  a, .footerCopyright  a:visited, .footerCopyright a:link
{
    color: #a31c1e;
    text-decoration: none;
}
.footerCopyright a:hover
{
    text-decoration: underline;
    color: #c12c2c;
}


/* footer end*/



/* search */

.searchBox
{
    float: right;
    padding-top: 12px;

}

.txtSearch
{
    float: left;
    margin: 0;
    padding: 0;
}

input[type='text'].txtSearch {
	padding: 6px 4px 5px 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff url('/images/icons/search_icon.gif') top left no-repeat;
	background-position: 4px 5px;
	color: #222;
	font-family: 'Futura', Helvetica, Arial, sans-serif;
	width: 163px;
	letter-spacing: .10em;
}
input[type='checkbox'] {
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.pdf
{

	/* padding-left: 20px; */
	background: url(/images/icons/pdf_icon.gif) center left no-repeat;
	
	padding: 2px 0px 2px 32px;
	display: inline-block;

}

.interiorCenterContent input[type="submit"]
{
    background-color: Red;
    background-image: url(/images/backgrounds/input_back.gif);
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 24px;
    letter-spacing: 0.095em;
    font-size: 11px;
}

.transparent {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	}
	
#hfLoader
{
	display: block;
    margin-top: 15px; 
    /*
    padding-left: 42px;
    padding-right: 42px; */
}

/*ekt 9 */
#homehero [data-ux-pagebuilder="Column"]
{
    float: left;
}


.sideNavRA [data-ux-pagebuilder="Column"], .sideNavRB [data-ux-pagebuilder="Column"], .sideNavRC [data-ux-pagebuilder="Column"], .sideNavRD [data-ux-pagebuilder="Column"], .sideNavRE [data-ux-pagebuilder="Column"]
{
    padding-bottom: 10px;
}