/* CSS Document */

p { margin-top: 0px; }

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */



/*ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}*/


/* FORMS */
.getaquote label {
	width: 160px;
	display: block;
	float: left;
	text-align: right;
	padding-right: .5em;
}

.getaquote .contactFormcheckbox {
	display: inline;
	padding-right: .5em;
	border: 3px;
}
.getaquote input, .getaquote textarea, .getaquote select {
	display: block;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
.getaquote #image {
	width: 39px;
	}

form#nomargin {
	margin-top: 0px;
	}
	
legend {
	
	padding: 5px;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 5px;

}

.inline {
	display: inline
	}
/* textarea {
	display: block;
	clear: both;
	}
*/	
fieldset {
	border:none;
}
.red { color: red; }

/* CLIENT AREA LOGIN PAGES 

.clientArea label, .clientAreaBottom label {
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	padding-right: .5em;
}

.clientAreaInput, {
	display: block;
	float: left;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
.clientArea {
	padding-top: 5px;
	padding-bottom: 1px;
	width: 400px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f48313;
	border-bottom-color: #f48313;
}
.clientAreaBottom {
	padding-top: 5px;
	padding-bottom: 1px;
	width: 400px;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #f48313;
}
#goButton {
	float: right;
	width: 55px;
}
*/
/* HOMEPAGE CONTENT 

#emailHome label {
	width: 70px;
	display: block;
	padding-right: .5em;
	color: #003366;
	padding-left: 3px;
}

#emailHome input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
#emailHome form {
	padding: 0px;
	margin: 0px;
	}
.centerBlock {
 position: relative;
 top: -12px;
	}
#submitButton {
	text-align: center;
	
	}
.center {
 	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
*/
/* text styles */

#maincontentHomePage h1 { 
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-right: 25px;
	font-size: 1em;
}

#maincontent h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #0;
	margin-bottom: .8em;
	}

.noItalic { font-style: normal; }

h2 {  /* subHeading */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #0;
	margin-bottom: 0px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #003366;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 { 
	margin-top: 0px; 
	margin-bottom: 5px;
	font-weight: normal;
}

.notopmargin {
	margin-top: 0px;
}
/*.plpbigtextBlueCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #003366;
	text-decoration: none;
	}
*/
/*.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #003366;
	text-decoration: none;
	margin-bottom: 1px;
	margin-top: 1px;
	}

#content, #contentHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content ul {
	margin-top: 0px;
	}
*/
a.moreinfo:link, a.moreinfo:visited, a.moreinfo:hover {
	color: #e1760b;
	font-weight: bold;
	font-size: 14px;
	}
	
a.blue:link, a.blue:visited {
	color: #000000;
	}
a.blue:hover {
	text-decoration: underline;
}


.rightbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	padding-top: .7em;
}

.rightbar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centercontent {
	padding-right: 15px;
}

span.new {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bolder;
color:#A3033F;
background-color:#FBF7AE;
padding: 2px;
}