@font-face {
    font-family: 'AvantGardeBkBTBook';
    src: url('../fonts/avant_garde_bk_bt-webfont.eot');
    src: url('../fonts/avant_garde_bk_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avant_garde_bk_bt-webfont.ttf') format('truetype'),
         url('../fonts/avant_garde_bk_bt-webfont.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeBkBTDemi';
    src: url('../fonts/avant-garde-demi-bt-webfont.eot');
    src: url('../fonts/avant-garde-demi-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avant-garde-demi-bt-webfont.ttf') format('truetype'),
         url('../fonts/avant-garde-demi-bt-webfont.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
	

/*** General Settings ***/
body {
	background: url(../images/defaults/bkgd_body_1.jpg) top repeat-x !important;	
}


/*** Header Section ***/
header {text-align: center; padding:30px 10px; position: relative;}
#PM {display: inline-block;}
/*** Nav Bar ***/
.navbar { margin-bottom: 0px; }

/*** Main Area ***/
.maincontent {
	background: url(../images/defaults/bkgd_maincontent.png) no-repeat; 
	background-position: center 8px;
	min-height: 410px;
    padding-top: 15px;
}

article h1 {font-family: 'AvantGardeBkBTDemi'; color:#666666 !important; font-size:1.5em; line-height:1.5em !important;}
article h1 span {color:#138ACB;}

article h2 {font-family: 'AvantGardeBkBTBook'; color:#138ACB; font-size:1.3em; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin: 10px 10px 20px 0px;}
article label {font-weight: normal;}

/** LIVE LOOK **/
#V4LLPanel_GenericToggler {display: none;}

/*** Footer Section ***/
footer p {color:#999999; font-size:1.2em; margin:0px; }
footer p span, footer p a {color:#F8B027 !important; }
.c_support { font-size: 1.5em; font-weight: normal; font-family: 'AvantGardeBkBTBook'; }
.c_support span { font-family: 'AvantGardeBkBTDemi';}
footer .homeseal {
	text-align: right;
	display: block;
	clear:both;
    padding:5px 0px;
}
footer .siteseals span {
	display: inline-block;
}

footer .siteseals .godaddy img {
padding: 5px;
}
footer .siteseals .bbbc, footer .siteseals .paypal {
	overflow:hidden;
	height:40px;
}
footer .siteseals img {
height: 40px; 
vertical-align: 0;
}

#help_sensitive, #help_caps {display: none;margin-bottom: 5px;}
.alert-warning {color:#806517;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.maincontent {min-height: 390px;}
    article h1 {
        font-size: 1.5em;
        line-height:1.5em !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    article h1 {
        font-size: 1.8em;
        line-height:1.8em !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container { width: 970px; }
    article h1 {
        font-size: 1.8em;
        line-height:1.8em !important;
    }
}


