@charset "UTF-8";

.stopFlash #branding-div h1, .stopFlash #branding-div h2{

}

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
button {
	padding:0;
	margin:0;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
	text-decoration: none;
	
}
a:active{
   outline: 0 !important; 
}

/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style-type:none;
}

strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

.screen-reader {
	text-indent:-10000px;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.clear-both {
	clear:both;
	
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}

div {
	position:relative;
	margin:0;
	padding:0;
} 

.uppercase {
	text-transform:uppercase;
}

* {
margin: 0;
}

.italic {
	font-style:italic;
}

.lb-color {
	color:#99CEE0;
	
	
}
.full-width {
	width:100%;
	
}
.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url('') 0 0 repeat;
	
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.hidden-button {
	text-indent:-999999px;
	height:1px !important;
}