
/* General */


body 	{ 	
	font-family: arial, helvetica, sans-serif; 	
	font-size: 12px;
	color: #333;
	line-height: 18px;
	font-weight: normal;	
	background-color: #044191;
	padding: 8px;	
	margin: 0px; 	
	}

/* Body background is #5317AD for Conversion Services (purple), and #0B2043 for the home page (dark blue). */

p, td, li, ul, ol, h3 {	
	font-family: arial, helvetica, sans-serif;	
	}

p.justified, p.left, p.center, p.right {	
	margin: 0 0 18px 0;	
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	}

p.justified {	
	text-align: justify;
	}

p.left	{
	text-align: left;
	}

p.center {
	text-align: center;
	}

p.right {
	text-align: right;
	}

.sup	{
	vertical-align: super;
	font-size: smaller;
	}

.indent {
	padding-left: 10px;
	} 

div	{
	overflow: hidden;
	}

em	{	
	font-style: italic;
	}

.hidden {
	display: none;
	}

strong	{
	font-weight: bold;
	}

span.emstrong {	
	font-weight: bold;
	font-style: italic;
	}

ul	{
	list-style: disc inside url("/images/bullet.gif");
	margin: 0 10px 18px 10px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: left;
	}

input, textarea, select {
	display: inline;
	font-family: arial, helvetica, sans-serif;			background-color: #F3F8FF;
	border: 2px inset #044191;
	font-size: 12px;
	color: #333;
	}

.floatright {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
	}	

.floatleft {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	}


/* Page Layout and Top Menu */


#pagetable {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #666;
	padding: 3px;
	}

#topbanner {
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
	background: #011345 url("/images/top-banner.jpg") no-repeat top center;	
	}

#topbanner span {
	display: none;
	}

#menu	{
	background: #DFEBFE url("/images/top-bar.gif") repeat-x top left;
	width: 100%;
	padding: 0;
	height: 29px;
	border-bottom: 1px solid #0B2043;
	}

#menu p {
	text-align: center;
	word-spacing: 4px;
	color: #044191; 
	font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0;
	width: 100%;
	line-height: 29px;
	vertical-align: middle;
	text-transform: uppercase;
	}	

#menu a	{
	text-decoration: none; 
	font-weight: bold;
	}

#menu a:link, #menu a:visited {
	color: #044191; 	
	}

#menu a:hover, #menu a:active {
	color: #06c;
 	}

#pagecontent {
	background: #fff url("/images/side-bar.gif") repeat-y top left;
	width: 100%;
	margin: 0;
	}


/* Sub-Menu and Left Nav Bar Rules */


#submenu {
	float: left;
	width: 125px;
	margin-top: 20px;
	margin-left: 15px;
	}

#submenu p, #submenu ul {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	margin: 0 0 15px 0;
	}

#submenu .submenulist {
	margin-bottom: 30px;
	}

#submenu ul {
	list-style: disc inside url("/images/bullet.gif");
	}

#submenu a {
	text-decoration: none; 
	}

#submenu a:link, #submenu a:visited {
	color: #333333; 	
	}

#submenu a:hover, #submenu a:active {
	color: #034AA4;
 	}

.submenudot {
	font-size: 12px;
	color: #0B2043;
	}


/* Site Map and Search Rules */


div#outline {
	margin: 0 0 18px 10px;
	}	

#outline p {
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-align: left;
	}

.level1 {
	margin: 0;
	}

.level2 {
	margin: 0 0 0 30px;
	}

.level3 {
	margin: 0 0 0 60px;
	}

.level4 {
	margin: 0 0 0 90px;
	}

.level5 {
	margin: 0 0 0 120px;
	}

.sitemapdot {
	font-size: 12px;
	color: #0B2043;
	font-weight: bold;
	}

form#searchform {
	margin: 0 0 18px 0;
	}

#searchbox {
	display: inline-block;
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 0;
	}

input#searchbutton {
	display: block;
	background-color: #fff;
	border: none;
	padding: 0;
	margin: 2px 0 0 0;
	}


/* Main Body Rules */


#maincontent {
	float: right;
	width: 615px;
	margin-top: 20px;
	margin-right: 15px;
	padding-left: 15px;
	background: #fff url("/images/background-rings.gif") no-repeat 0px 110px;	
	}

h2 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #044191;
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: bold;
	line-height: 26px;
	}

h3 	{
	font-size: 14px;
	color: #044191;
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	}

h4 	{
	margin: 0 0 18px 0;	
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #044191;
	font-weight: bold;
	}

h5 	{
	margin: 0 0 18px 0;	
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	}

a	{
	font-weight: bold;
	text-decoration: none; 
	}

a:link, a:visited {
	color: #06c;
 	}

a:hover, a:active {
	color: #044191;
	}

#digisight {
	width: 300px;
	height: 64px;
	background: #fff url("/images/digisight_color.gif") no-repeat top center;
	}

#addressbox {
	display: inline-block;
	border: 5px double #044191;
	padding: 20px 10px;
	margin: 0 0 18px 0;
	}

#addressbox p {
	color: #044191;
	font-weight: bold;
	margin: 0;
	}

#bridgecaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #044191;
	padding: 0;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	display: block;
	}

#whitespace {
	height: 300px;
	width: 100%;
	background-color: transparent;	
	}


/* Contact Form Rules */


.forminput {
	clear: both;
	margin-bottom: 18px;
	}

.formitem {
	float: left;
	width: 183px;
	margin-right: 20px;
	}

.formitem p {
	padding: 0 0 0 5px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: left;
	margin: 0;
	}	

#name, #company, #email {
	width: 280px;
	}

#comments {
	width: 350px;
	}

.submitbuttons {
	margin: 0 0 18px 0;	
	padding: 0;
	text-align: center;
	}

#submit, #reset {
	display: inline;
	font-family: arial, helvetica, sans-serif;			background-color: #CCC;	
	border: 2px outset #044191;
	font-size: 12px;
	color: #000;
	}

#submit {
	margin-right: 40px;
	}


/* Footer Rules */


.footer {
	font-size: 10px;
	color: #044191;
	line-height: 14px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	}

.footer a {
	text-decoration: underline;
	font-weight: normal;
	}

.footer a:link, .footer a:visited {
	color: #333;
 	}

.footer a:hover, .footer a:active {
	color: #044191;
	}

.bottomlinks {
	font-size: 10px;
	color: #333;
	line-height: 14px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	}

.bottomlinks a {
	text-decoration: none;
	font-weight: normal;
	}

.bottomlinks a:link, .bottomlinks a:visited {
	color: #333;
 	}

.bottomlinks a:hover, .bottomlinks a:active {
	color: #044191;
	}


/* Images */

#about1 {
	width: 311px;
	height: 230px;
	background: transparent url("/images/AboutPipe_000004062256Small.jpg") no-repeat top center;	
	}

#about2 {
	width: 196px;
	height: 200px;
	background: transparent url("/images/AboutSun_000004313258Small.jpg") no-repeat top center;	
	}

#community1 {
	width: 260px;
	height: 240px;
	background: transparent url("/images/2009golf_004.jpg") no-repeat top center;	
	}

#community2 {
	width: 200px;
	height: 267px;
	background: transparent url("/images/garden_august09.jpg") no-repeat top center;	
	}
