/* CSS Document */

html, body{
	margin-top:0px;
	padding:5px;
	background-color: #fff;
	min-height:101%;
}

/* the min-height 101% is to force the side scroll bar in non IE browsers to stop page movement */

body{
	font: 12px Tahoma,Verdana,Arial,Sans-Serif;
	color:#333;
	text-align: justify;
	word-spacing: -0.8px;
	line-height: 120%; 
}


p{margin:0 7px 5px}

a:link{color: #008000; text-decoration:none; font-weight:bold}
a:visited{color: #008000; text-decoration:none; font-weight:bold}
a:hover{color: #333333; text-decoration:none; font-weight:bold}

ul{color:#000;}

/* currently the ul feature is not used */

h1{font-size: 120%;color: #000D1A; margin:16px 7px 10px}
h2{font-size: 120%;color: #000D1A; margin:7px 0 7px 0}
h3{font-size: 120%;color: #000D1A; margin:0 0 10px 0}
h4{font-size: 120%;color: #000D1A; margin:15px 0 10px 67px}

div#copy{color: #999;}
div#copy a:link{color: #009900; text-decoration:none; font-weight:normal}
div#copy a:visited{color: #009900; text-decoration:none; font-weight:normal}
div#copy a:hover{color: #0000FF; text-decoration:none; font-weight:normal}

div#copy p{
font: .8em verdana, sans-serif;
font-weight:normal;
margin: 0;
}

#Banner
{
background:#fff;
padding:12px 0 10px 554px;
}

#Menu
{
padding:3px 0 15px 19px;
}

/* The site menu ALSO has its own stylesheet and image menu buttons in the folder 'Menu-Files' */

.contentCell
{
padding-top:5px;
padding-left: 11px;
}


.Quote_Box
{
margin:5px;
font-weight:normal;
font-size:100%;
line-height: 24px;
padding:0 0 5px 10px;
margin-bottom:10px;
margin-top:26px;
border: 0px solid #ddd;
background-image: url(images/cell_bg.jpg);

}

/* The Quote Box contains the Quick Quote web form on the right */


.submit input
{
color: #fff;
margin-left: 33px;
font: 12px Tahoma,Verdana,Arial,Sans-Serif;
font-weight:bold;
margin-top:4px;
margin-bottom:7px;
background: #008000;
border: 1px outset #d7b9c9
}

/* This class control the style of the submit button on the Quick Quote web form */

.featureBoxDark
{
margin:5px;
font-weight:normal;
font-size:100%;
line-height: 24px;
padding:0 0 5px 10px;
margin-bottom:10px;
margin-top:7px;
border: 0px solid #ddd;
background-image: url(images/cell_bg.jpg);

}

.telephone_product

{
padding:6px 0 5px 7px;
}