/* css reset start */
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;
}
/* end css reset */

#wrapper {
	height: 100%;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	float: left;
	height: 75px;
	width: 801px;
}
#topContent {
	float: left;
	height: 230px;
	width: 788px;
	position: relative;
	margin-top: -5px;
	background-image: url(images/tileBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}
#corners {
	position: absolute;
	z-index: 1020;
	height: 25px;
	width: 815px;
	left: -7px;
	top: 225px;
}
#slatsBox {
	height: 25px;
	width: 815px;
	float: left;
	background-image: url(images/cornerSlats.png);
	background-repeat: no-repeat;
	margin-left: -8px;
	margin-top: -15px;
}
#logoBox {
	float: left;
	height: 75px;
	width: 281px;
}
#phoneBox {
	float: left;
	height: 75px;
	width: 310px;
	margin-left: 210px;
}
#nav {
	float: left;
	height: 50px;
	width: 801px;
}
#homeBtn {
	
	float: left;
	height: 50px;
	width: 76px;
}
#aboutBtn {
	
	float: left;
	height: 50px;
	width: 100px;
}
#providersBtn {
	
	float: left;
	height: 50px;
	width: 101px;
}
#appsBtn {
	float: left;
	height: 50px;
	width: 123px;
}
#quotesBtn {

	float: left;
	height: 50px;
	width: 82px;
}
#contactBtn {
	float:left;
	height: 50px;
	width: 108px;
}
#faqBtn {
	float:left;
	height: 50px;
	width: 61px;
}
#blankBtn {
	background-image: url(images/blankOn.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 50px;
	width: 149px;
}
#brokerPic {
	float:left;
	width:366ox;
	height:219px;
	margin-right:20px;
}
.rightParagraph {
	float:left;
	width:390px;
	height:219px;
}
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #009;
	line-height: 20px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #009;
	line-height: 10px;
}
#iframe {
	float:left;
	width:801px;
	height:2000px;
}

#bottomContent {
	float: left;
	height: 100%;
	width: 771px;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #0C3;
}
#bottomContent table tr td{
	padding:5px;
}
