#main {width:100%; background:url(../images/top.gif) repeat-x}

.column1, .column2, .column3, .column4, .column5, .col1, .col2, .col3, .col4, .col5, .col6, .col7 { float:left} 

#header{ width:780px; height:176px; margin:0 auto}
#header .row1{ height:105px}
#header .row1 .col1{ width:580px}
#header .row1 .col2{ width:200px}
#header .row2{ height:71px}

#footer{ width:780px; margin:0 auto; height:84px; }

#content .column2 .row1, #content .column2 .row2, #content .column2 .row3 { width:755px}
#content .column2 .row4{ height:14px}
#content .column1{ width:14px}
#content .column2{ width:755px}
#content .row1 .col1{ width:492px}
#content .row1 .col2{ width:236px}
#content .row1 .col3{ width:27px}
#content .column2 .row2{ background:url(../images/separate.gif) repeat-x top;margin-bottom:20px;padding-top:1px}
#content .column3{ width:11px}

/*index.html*/
#content.homepage .column2 .row1 .col1{ width:473px}
#content.homepage .column2 .row2{ background:none;}
#content.homepage .column2 .row3 .col1{ width:457px}
#content.homepage .column2 .row3 .col2{ width:35px}
#content.homepage .column2 .row3 .col3{ width:263px}

/*index-1.html*/
#page2 #content .column2 .row3 .col1{ width:457px}
#page2 #content .column2 .row3 .col2{ width:35px}
#page2 #content .column2 .row3 .col3{ width:263px}


/*index-3.html*/
#page4 #content .column2 .row3 .col1{ width:457px}
#page4 #content .column2 .row3 .col2{ width:35px}
#page4 #content .column2 .row3 .col3{ width:263px}


/*index-4.html*/
#content.services .column2 .row3 .col1{ width:457px}
#content.services .column2 .row3 .col2{ width:35px}
#content.services .column2 .row3 .col3{ width:263px}


/*index-5.html*/
#content.contactform .column2 .row3 .col1{ width:457px}
#content.contactform .column2 .row3 .col2{ width:35px}
#content.contactform .column2 .row3 .col3{ width:263px}

/*Table layout*/
.listHolder, .listHolderAddService, .listRow {
	width: 400px;
}
.listHolderAddService
{
    margin-top:10px;
}
.listHolderHeader 
{
	height: 31px;
	padding-top: 2px;
	padding-left: 15px;
	/*background-color: #009999;*/
	line-height: normal;
	border-bottom:1px solid #666;
	/*background:url('../images/green-bar-backgound.jpg') repeat-x;*/
	padding-bottom:7px;
}	
.listAddServiceHeader 
{
	height: 31px;
	padding-top: 2px;
	padding-left: 15px;
	line-height: normal;
	background-color: #bb4b03;
	background:url('../images/orange-bar-backgound.jpg') repeat-x;
}
.listHolderHeader h1, .listAddServiceHeader h1
{
	font-family:Arial;
	font-size:13px;
	padding: 6px 0px;
	color: #225B7C;
	font-weight:bold;
}
.listHolderHeader h1, .listAddServiceHeader h1, .listInfo  
{
	width: 255px;
}
.listHolderHeader h1, .listAddServiceHeader h1, .listInfo, .listRowPricing ul 
{
	display: block;
	margin: 0px;
	float: left;
}	
.listHolderHeader a, .listAddServiceHeader a {
	color: #225B7C;
	/*border-left: solid 1px #CCCCCC;*/
	font-weight:bold;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
	vertical-align:middle;
	margin-top:2px;
}
.listHolderHeader a, .listAddServiceHeader a 
{
	display: block;
	width: 62px;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 3px;
	font-size:9px;
}
.listRowPricing ul li  /* cleeman - separated this class from the declaration above, so I affect only the prices and not the column headers */
{
	display: block;
	width: 62px;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 3px;
	font-size:11px;
	background:none;
}
.listRow 
{
	padding-left: 15px;
	font-family: Arial;
	color: #333;
	padding: 10px 0px;
	clear:both;
}
.listRow h3, .listRow p {
	color: #565656;
	font-family: Arial;
}
.listRow h3  
{
    padding: 0px;
	margin: 0px;
	font-size: 12px;

}
.oddRow 
{
	/*background:url('../images/column-background.gif') repeat-y;*/
	background-color: #D5E2E1;
}
.oddRowAddService 
{
	/*background:url('../images/column-background.gif') repeat-y;*/
	background-color: #f5ebdf;
}
.evenRow 
{
	/*background-color: transparent;
	background:url('../images/column-background.gif') repeat-y;*/
}
.listInfo
{
	display: block;
	clear: both;
	padding-left: 15px; 
}
.listLink
{
	clear: both;
	display: inline;
	background: url('../images/arrow.gif') no-repeat;
	background-position: right center;
	padding-right:8px;
}
.listRowPricing ul 
{
	padding: 0px;
	background:none;
}
.listRowPricing li 
{
	margin:0px;
	padding-right: 1px;
}
.listInfo p
{
   width:240px;
   margin: 5px 0px 5px 0px;
   padding-right: 10px;
}
.listInfo p.wide
{
   width:400px;
}

.listInfo ul    {line-height:22px;}
.listInfo ul li {background:url(../images/checkmark_green.gif) no-repeat 0 10px;}
.listInfo li    {color:#565656;}
.pusher         {clear:both;}