/* CSS Document */

body {
	/*background: #666666;*/
	color: #666666;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: small;
	text-align: left; /* for IE 5.x */
	}

a {
	color: #30B2CC;
	font-weight: bold;
	text-decoration: none;
	}

#wrapper {
	position: relative;
	background: #FFFFFF;
	margin: 20px auto 0 auto;
	width: 756px;
	border: 2px solid #AAAAAA;
	text-align: left; /* for IE 5.x */
	}

#logo {
	position: relative;
	height: 90px;
	background: #FFFFFF;
	overflow: hidden;
	}

#logo #logogif {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	width: 194px;
	height: 50px;
	background-color: none;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#logo #logogif h1 {
	position: relative;
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	width: 194px;
	height: 50px;
	}

#logo #logogif h1 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	}

#logo #voip {
	float: right;
	margin-right: 40px;
	margin-top: 51px;
	width: 162px;
	height: 21px;
	background-color: none;
	overflow: hidden;
	}

#logo #voip h2 {
	position: relative;
	margin: 0 0 0 0;
	width: 162px;
	height: 21px;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: right;
	}

#logo #voip h2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	}

#banner {
	height: 212px;
	background: #669900 url(../images/banding_strip.gif) repeat;
	}
	
.hplogo {
	margin: 20px 30px;
	}


.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}
	
.floatright {
	float: right;
	margin: 0 0 10px 20px;
	}

.clearfloat {
	clear: both;
	display: block;
	background-color: #CC0000;
	}
	

/* Horizontal NAV Section */

#nav {
	float: left;
	margin: 0 0 0px 0;
	padding: 0;
	width: 100%;
	background: #AAAAAA;
	font-size: 90%;
	}
	
#nav ul {
	margin: 0 0 0 30px;
	padding: 0;
	}
	
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	}
	
#nav ul li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #808080;
	
	}
	
#nav ul li a:hover, #nav ul li a:focus {
	background: #7F7F7F;
	}



/* Left Column Menu Section */

#leftcol {
	width: 185px;
	float: left;
	font-size: 112%;
	margin: 0 0 0 30px;
	}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#leftcol ul li {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	display: block;
	/*height: 1%;*/
	}

#leftcol ul li.section{
	padding: 10px 0 10px 5px;
	font-weight: 600;
	}
		
#leftcol ul li a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}
	
#leftcol ul li a:hover, #nav ul li a:focus {
	color: #444444;
	font-weight: 800;
	}



/* Main Content Section */

#content {
	padding: 0 20px 0 0;
	margin: 0 0 40px 245px;
	background-color: #FFFFFF;
	}

#content p {
	font-size: 85%;
	margin: 0 0 8px 0;
	line-height: 150%;
	}
	
#content h1 {
	font-size: 165%;
	margin: 0px;
	margin: 30px 0 10px 0;
	}

#content h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 6px 0;
	}

#content h3 {
	font-size: 110%;
	margin: 14px 0 6px 0;
	font-weight: bold;
	font-style: italic;
	}
	
#content h4 {
	font-size: 105%;
	margin: 14px 0 2px 0;
	font-weight: bold;
	}

#content li {
	font-size: 85%;
	padding: 0 0 8px 0;
	}
		
.container {
	margin: 0;
	width: 99%;
	float: right;
	background-color: #FFFFFF;
	}


/* Footer Section */

#footer {
	margin: 0 auto 20px auto;
	/*background-color: #FF0066;*/
	position: relative;
	width: 756px;
	text-align: left;
	padding: 4px 0px 4px 0px;
	color:#7F7F7F;
	font-size: 80%;
	clear: both;
	}

#footer a {
	font-weight: bold;
	color:#7F7F7F;
	}

#footer .copyright {
	float: left;
	margin-left: 30px;
	text-align: left;
	}
	
#footer .owned {
	float: right;
	margin-right:20px;
	text-align: right;
	}
	
	
/* Table Formatting */

table {
  	width: 99%;
  	border: 1px solid #AAAAAA;
  	background: #fff;
	color: #666666;
	font-size: small;
	border-top-style: solid;
	border-top-width: 2px;
}
table td p {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
  	}
table th, table td {
  	margin: 0;
  	padding: 8px 14px;
  	border-bottom: 1px solid #AAAAAA;
	vertical-align: top;
	font-size: 85%;
	line-height: 150%;
  	}
table th {
  	color: #666666;
	border-bottom: 2px solid #AAAAAA;
  	}

tr.office {
	color: #666666;
	background-color: white;
}

td.office {
	font-size: 110%;
	color: #444444;
	font-weight: bold;
}
table .name {
  	text-align: left;
	font-weight: bold;
	}
table tr {
  	background: #e6e6e6;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td a {
  	display: block;
  	font-weight: bold;
  	}


/* Quote Formatting */

.quote {
	margin: 0;
	width: 99%;
	float: right;
	background-color: #FFFFFF;
	padding: 0 0 14px 0;
	border-bottom:  1px solid #666666;
}

#content .quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #444444;
	text-align: justify;
	padding: 0 36px 0 16px;
	}

.quote h3 a{
	font-size: 125%;
	text-decoration: none;
	}