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, sup, 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;
}
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 {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display:none;
}

/* get rid of focus dottted line for firefox */
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 1px dotted transparent;
	}
	
textarea:focus, 
button:focus, 
select:focus, 
input:focus {
	outline-offset: -1px; 
}

#img-processing {
	display:none;
}

#cma-toggle-area {
	display:none;
}

body{
	background-color:#333;  
	font: 12pt/14pt  Arial, Verdana, sans-serif;
}

#container{
	width:750px;
	margin:0 auto;  
	border:4px solid #fff;  
}

#header{
	width:750px;
	height:200px;
	margin:0;
	padding:0;  
}

#formcontent{
	width:750px;
	height:622px;
	margin:0px;
	padding:0px;
	background:transparent url("images/bankownedbk.jpg") no-repeat scroll top left;
}

#form-top{
	display:none;
}

#leftcol{
  float:left;
	padding-left:40px;
	margin-top:20px;
	width:340px;

}

#rightcol{
float:left;
	padding-left:30px;
	margin-top:15px;
	width:309px;
	height:500px;

}

#video{
	border:6px solid #111;
	padding:0;
	margin:0;   
	width:309px;
	height:232px;
	margin-bottom:30px; 
}

#footer{
	color:white;
	width:400px;
	margin:20px auto;   
	text-align:center;  
	font-size:8pt;
}

#footer a{
	color:white;
}

#toptext{
	text-align:center;  
}

#toptext .tagline{
	text-align:center; 
	padding-left:20px;
	padding-right:20px;
	line-height:17pt;
}

#toptext p{
	color:#fff;
	font-size:16pt; 
}

#toptext .contenttitle
{
	margin-top:20px;
}

#servicearea{
	font-size:14pt;
	color:#aa4300;  
	text-align:center;
	padding:6px;
	line-height:16pt;
}

#bottomtext{    
	color:#ea6b00;
	font-size:8pt;
	text-align:center;
	font-weight:bold;
	padding:8px;
	float:left;
	margin-top:40px;
width:98%
}

.firstname label,
.lastname label,
.email1 label,
.phone1 label,
.email2 label,
.phone2 label,
.address label,
.city label,
.state label,
.zip label,
.boxcontent label{
	font-size:10pt;
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;  
}

.firstname input,
.lastname input,
.email input,
.phone input,
.email1 input,
.phone1 input,
.address input,
.city input,
.zip input,
.boxcontent input{
	font-size:10pt;
	float:left;
	width:200px;
	height:16px;
	border:1px solid #666;
margin:5px 0px 0px 0px;
}

#force-check{
font-size:10pt;
padding-top:5px;
padding-bottom:10px;
}

#cma-toggle{

font-size:10pt;
clear:both;
padding-top:10px;
padding-bottom:10px;
padding-left:105px;
float:left;
}

#cma-toggle input{
float:left;
 width:20px;

}

#cma-toggle label{
padding-left:5px;
float:left;
width:200px;

}


.city input{
width:97px;
}

.state label, .zip label, .stateshort label{
display:none
}

.state select, .stateshort select{
	font-size:10pt;
	float:left;
	width:50px;
	height:20px;
	border:1px solid #666;
	margin:5px 5px 0px 5px;
}

.zip input{
	width:40px;
}

.submitbutton {
	color:#fff;
	font-size:12pt;
	background-color:#aa4300;       
	border:1px solid black;
	padding:2px;
	width:200px;
	margin-top:20px;
	margin-left:110px;  
}

.submitbutton:hover{
	color:#aa4300;
	background-color:#fff;  
	cursor:default;
}

#required-text{
padding-top:10px;
font-style:italic;
color:#aa4301;
font-size:10pt;

text-align:center
}

.required sup{
color:#aa4301;
}

#form-result
{
	margin-top:50px;
	text-align:center;
}

#form-result h2
{
	margin-bottom:20px;
}