/*UP Site Gen CSS*/
body{
	background: #036;
}
div.container{
	display: block;
	width: 100%;
	height: 100%;
}

div.wrapper{
	display: block;
	margin: 0 auto;
	width: 800px;
}

div.header{
	display: block;
	background: #FFF;
	height: 180px;
}

img.uplogo{
	display: inline-block;
	position: relative;
	left: 40px;
	top: -20px;
}
img.upestimate{
	display: inline-block;
	position: relative;
	left: 300px;
}

ul.topnav{
	list-style: none;
}

ul.topnav li{
	display: inline-block;
}

ul.topnav li a{
	text-decoration: none;
	background: #EEE;
	border: 1px solid #000;
	padding: 4px 5px;
	font-family: arial, helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: 700; 
	font-stretch: condensed;
	color: black; 
	font-size: 10pt;
}

ul.topnav li a:hover{
	color: white;
	background: #000;
}

img.licheadersub{
	position: relative;
	top: -90px;
	left: 35px;
}

h3.licheaderh3{
	position: relative;
	top: -180px;
	left: 150px;
	color: #FFF;
	height: 25px;
	width: 180px;
	font-family: arial, helvetica;
}

h3.licheadernameh3{
	position: relative;
	top: -185px;
	left: 170px;
	color: #FFF;
	font-family: arial, helvetica;
}

div.bottomcontainer{
	display: block;
	width: inherit;
	background: #FFF;
	position: relative;
	top: -190px;
}

div.left{
	float: left;
	width: 345px;
	height: 400px;
	background: #FFF;
}

div.right{
	float:right;
	width: 430px;
}

img.estimatorImage{
	margin-top: 20px;
	margin-left: 30px;
	height: 400px;
	width: 300px;
	margin-bottom: 20px;
}

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

ul.estimatorInfoList{
	list-style: none;
}

ul.estimatorInfoList li{
	font-family: arial, helvetica, Geneva, SunSans-Regular, sans-serif;
	color: black;
	font-size: 10pt;
	position: relative;
	left: -40px;
}

div.contactMeButton{
	display: block;
	background: url('lic_images/contact_button.jpg');
	height: 50px;
	width: 230px;
	position: relative;
	top: 100px;
}

div.contactMeButton:hover{
	background: url('lic_images/contact_button_over.jpg');
}

div.bottom{
	float: left;
	width: inherit;
	background: #FFF;
	margin-top: 40px;
}

p.bottomText{
	font-family: arial, helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left: 30px;
}

div.bottomFinePrint{
	display: block;
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

div.bottomFinePrint p{
	color: #FFF;
	font-family: arial, helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

img.sig_pic{
	display: block;
	position: relative;
	top: 80px;
}
