/* === === === === === === === === ===
CSS Reset Document
=== === === === === === === === === */

/* CSS RESET 
==================================================== */
html { overflow-y: scroll; }
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, 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; font-weight: normal; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; padding: 2px; }


/* CLEAR FIX (.cf)
==================================================== */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { height: 1%; } /* IE6 */
*:first-child+html .cf { min-height: 0; } /* IE7 */

/* You can also use a <br class="clr" /> to clear content */
.clr { clear: both; display: block; overflow: hidden; }


/* #Lists  background: transparent url(../images/button_learnmore.png) 0 0 no-repeat;
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 5px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
	
/* #Buttons - Sliding Doors
================================================== */
a.button {
	background: transparent url(https://burksfinancialgroup.com/new/burksfinancialgroup/images/button_learnmore.png) no-repeat 0 0;
	height: 24px;
	width: 108px;
	display: block;
	float: left;
    padding: 0;	
	font-size: 12px;
	line-height: 16px;	
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-indent: -999em;
}

a.button span {
/*	background: transparent url(https://burksfinancialgroup.com/new/burksfinancialgroup/images/button_learnmore.png) no-repeat 0 0; */
	float: left;
	display: block;
    padding: 0;	
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

a.button:hover { background-position: bottom right; text-decoration: none; }
a.button:hover span { background-position: bottom left; }

a.button { position: relative; }
a.button:active { top: 1px; left: 1px; }


.ie6 a.button span, .ie6 a.button:hover span,
.ie7 a.button span, .ie7 a.button:hover span { padding-top: 3px; padding-bottom: 3px; }


/* #Buttons - Form Button Sliding Doors
================================================== */
button {
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner { border: none; } /* overrides extra padding in Firefox */
button:focus { outline: none; } /* overrides dotted outline in IE */

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

/* BUTTON STYLES : */		
button.submit { 
	background: transparent url(https://burksfinancialgroup.com/new/burksfinancialgroup/images/button_submit.png.png) no-repeat top right; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;  
	position: relative;
}
	
button.submit span {
	background: transparent url(https://burksfinancialgroup.com/new/burksfinancialgroup/images/button_submit.png) no-repeat top left; 
	padding: 0; 
	height: 25px;
	width: 55px;
	color: #fff;
	font-weight: bold;
	text-indent: -999em;
}

/* the redundant class is used to apply the hover state with a script */
button.submit:hover, button.submitHover { background-position: bottom right; }
button.submit:hover span, button.submitHover span {	background-position: bottom left; }

.ie6 button.submit:hover { background-position: 100% -44px; } /* xpos ypos */
.ie6 button.submit span, 
.ie6 button.submit:hover span,
.ie6 button.submitHover span { padding-top: 2px; padding-bottom: 2px; }

.ie7 button.submit:hover { background-position: 100% -44px; } /* xpos ypos */
.ie7 button.submit span, 
.ie7 button.submit:hover span,
.ie7 button.submitHover span { padding-top: 2px; padding-bottom: 2px; }

.ie8 button.submit span, 
.ie8 button.submit:hover span,
.ie8 button.submitHover span { padding-top: 2px; padding-bottom: 2px; }

.ie9 button.submit span, 
.ie9 button.submit:hover span,
.ie9 button.submitHover span { padding-top: 3px; padding-bottom: 1px; }

button.submit:active { top: 1px; left: 1px; }


/* #Forms
================================================== */
/* 
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff; }

select { padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
	
textarea { min-height: 60px; }

label,
legend { display: block; font-weight: bold;font-size: 13px; }
select {width: 220px; }

input[type="checkbox"] { display: inline; }
label span,
legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; 

}


*/

/* -EOF- */