@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* Jansen & Hastings Main CSS */

/* Body */
* {
	padding:0px;
	margin:0px;
}
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #000;
}
img {
	display:none;
	}
a {
	display:none;
	}
h1 {
	font-size:1.2em;
	padding:0px 0px 20px 0px;
	}	
/* Wrap */
div#wrap {
	width:690px;
	height:auto;
}
/* J&H Logo */
div#logo {
	width:690px;
	height:100px;
	
	background-image:url(Assets/logo.gif);
	background-repeat:no-repeat;
	
	
}
/* Navigation */
div#navi {
	display:none;
}
/* Blue Graduation */
div#bluegrad {
	display:none;
	}
/* About Us */
div#text h1#about_title {
	text-indent:0px;
	font-size:1em;
	}
div#images_aboutus p#imagename {
	display:none;
}
/* Press & News */
div#text_pressnews {
	width:690px;
	font-size:0.8em;
}
div#text_pressnews h1#pressnews_title {
	text-indent: 0px;
	
}

/* Locations */

h1.locations_title {
	text-indent:0px;
}
div.images_locations {
	display:none;
}
/* Products */
div#text h1#products_title {
	text-indent: 0px;
}
div#text p.prod {
	margin:0px;
}

/* Construction - Health - Prof Liability */
div#text_const {
	width:680px;
	height:auto;
}
div#text_const h1#const_title {
	text-indent: 0px;
}
div#text_const ul#subnavi li {
    display:none;
}
/* Construction - Wrap-up policies */
div#text_const h1#wrap_title {
	text-indent: 0px;
}
/* Construction - Primary Practice Policies */
div#text_const h1#ppp_title {
	text-indent: 0px;
}
/* Construction - Excess Limits */
div#text_const h1#excess_title {
	text-indent: 0px;
}
/* Health */
div#text_const h1#health_title {
	text-indent: 0px;
}
/* Prof Liability */
div#text_const h1#prof_title {
	text-indent: 0px;
	}

/* Contact Us */
div#text_contact h1#contact_title {
	text-indent: 0px;
}
div#text_contact div.contactinfo a:hover {
	text-decoration:underline;
}
div#text_contact div.contactinfo ul {
	border:none;
}
div#text_contact div.contactinfo ul li {
	list-style:none;
	border:none;
}

/* Terms and Conditions - Disclaimer - Privacy */
div#text_tdp h1#terms_title {
	text-indent: 0px;
	
}
div#text_tdp h1#disc_title {
	text-indent: 0px;
	
}
div#text_tdp h1#priv_title {
	text-indent: 0px;
	
}
/* News Articles */

/* Footer */
div#footer {
	float:left;
	margin:10px 0px 20px 0px;
	padding:10px 0px 0px 0px;
	width:690px;
	text-align:left;
	border-top: #000 1px solid;
}
div#footer1 {
	float:left;
	width:490px;
	padding:0px 0px 0px 10px;
}
div#footer1 ul li {
	font-size: 0.65em;
	list-style-type: none;
	color: #666;
}

div#footer2 {
	float:right;
	width:170px;
}
div#footer2 a {
	font-size: 0.65em;
	color: #0080;
	float:right;
	text-decoration:none;
}
div#footer2 a:hover {
	text-decoration:underline;
}
/* News article footer */
div#footer3 {
	float:left;
	margin:10px 0px 20px 0px;
	padding:10px 0px 0px 0px;
	width:690px;
	text-align:left;
	border-top: #000s 1px solid;
}
div#footer3 div#footer1 {
	margin:0px;
	padding:0px;
}
