body {
	width: 774px;
	font: 1.0em verdana, arial, helvetica, sans-serif;
	background-color: #ccc;
	text-align: center;
	behavior: url(css/csshover.htc);
	margin-left: auto;
	margin-right: auto;
	}

* {
	margin: 0;
	padding: 0;
	}

#header {
	width: 774px;
	background-color: rgb(0, 102, 166);
	background-image: url(../images_pres/BANNER2.gif);
	background-repeat: no-repeat;
	height: 90px;
	margin-left: 0px;
	float: left;
	}

a:link {
	color: rgb(0, 89, 143);
	text-decoration: none;
	}
	
a:visited {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}


#footer a:link {
	color: rgb(224, 238, 228);
	text-decoration: none;
	}
	
#footer a:visited {
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	color: #333;
	text-decoration: none;
	}
#listmenu {
	width: 100%;
	/* makes the div full width */
	float: left;
	/*makes the div enclose the list */
	border-top:1px solid #000;
	/* draws line on top edge of div */
	border-bottom:1px solid #000;
	/* draws line on bottom edge of div */
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	/* SET FONT-SIZE HERE */
	letter-spacing: .1em;
	background-color: rgb(224, 238, 228);
	/* colors the div */
	/*margin: 0;	*/
	/* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	}
	
#listmenu ul {
	margin: 0 0 0 180px;
	/* indents ul from edge of container */
	}

#listmenu li {
	float: left;
	/* causes the list to align horizontally instead of stack */
	position: relative;
	/* positioning context for the absolutely positioned drop-down */
	list-style-type: none;
	/* removes the bullet off each list item */
	/*padding: 0px 0px 3px 1px;*/
	background-color: rgb(224, 238, 228);
	/*sets the background of the menu items */
	border-right: 1px solid #000;
	/* creates dividing lines between the li elements */
	}

#listmenu li:first-child {
	border-left: 1px solid #000;
	}
/*the first vertical line on the menu */
/* remove these two lines is you want the top menu choices to be clickable */

#listmenu ul li a:hover {
	color: #fff;
	cursor: default;
	}
/* removes the hover color and pointer - there is no choice to click so we disguise it */

#listmenu ul li ul li a:hover {
	color: #fff;
	cursor: pointer;
	}
/* restores the hover color and pointer on the "drop-down" choices */

#listmenu li:hover{
	background-color: rgb(115, 144, 141);
	/*sets the background of the menu items */
	}

#listmenu a {
	display: block;
	/*makes list items in drop down highlight and wrapped lines indent correctly */
	padding: 0 6px;
	/*creates space each side of menu item's text */
	text-decoration: none;
	/* removes the underlining of the link */
	color: rgb(0, 0, 0);
	/* sets the type color */
	/*background: #ccc;*/
	}

#listmenu a:hover { 
	color: #fff; 
	}
	
/* the drop-down starts here */
#listmenu ul li ul {
	margin: 0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:6em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	background-color:rgb(115, 144, 141);
	font-size: .95em;	/* SET FONT-SIZE HERE */
	border-left:1px solid #000; /*  three sides of each drop-down item */
	/*font-variant: small-caps;*/
	border-bottom: 1px solid #000;
	left: 0px;
	border-right:1px solid #000;
	padding: 5px 0 5px 1px;
	}

#listmenu ul li ul li:first-child {
	border-top:1px solid #000; 
	/*the top edge of the dropdown */
	}
	
/* make the drop-down display as the menu is rolled over */
#listmenu ul li ul {
	display:none;
	} /* conceals the drop-down when menu not hovered */

#listmenu ul li:hover ul, #listmenu ul li ul:hover {
	display:block;
	color: #FFF;
	} /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	/*left:10em;*/
	}
	
#listmenu ul li ul li:hover ul {
	visibility:visible;
	} /* same effect as display:block in this situation */

/* END OF LIST-BASED MENU */	

#mainwrap {
	width: 774px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	margin-top: 10px;
	}

#contentarea {
	width: 774px;
	background-image: url(../images_pres/fauxBackground.gif);
	background-repeat: repeat-y;
	background-color: rgb(188, 191, 178);
	margin-top: 0px;
	}                        
	
#column1 {
	width: 168px;
	background-color: rgb(179, 194, 201);
	float: left;
	border-right: solid 12px rgb(119, 172, 197);
	padding-bottom: 20px;
	}
	
#column1 p {
	margin: 25px 15px 0 15px;
	font: bold .9em/150% Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 89, 143);
	}
	
#column1 img {
	margin: 10px 0 0 10px;
	}

#column2 {
	width: 444px;
	/*background-color: rgb(188, 191, 178);*/
	float: left;
	margin-right: 0px;
	/*background-image: url(../images_pres/Bastrop_6907PerspectiveWire444_344.jpg);
	background-repeat: no-repeat;*/
	}
	
#column2 p {
	font: bold .8em/200% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 30px 10px 20px;
	}

#column2 img {
	padding: 10px 0 10px 20px;
	border: 0;
	}
	
#column3 {
	width: 20px;
	background-color: rgb(188, 191, 178);
	float: left;
	}

#column3 p {
	font: bold .9em/150% Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 10px;
	}

#column3 img {
	margin-left: 10px;
	}


#footer p {
	font:  .7em/120% Verdana, Arial, Helvetica, sans-serif;
	color: rgb(217, 216, 196);
	padding: 8px 10px 8px 180px;
	text-align: left;
	letter-spacing: .05em;
	}

	
#footer {
	background-color: rgb(115, 144, 141);
	border-top: solid 2px rgb(224, 238, 228);
	}
	


/*aslett clearing method*/

.clearfix:after {
    content: ".";              
    /* the period is placed on the page as the last thing before the div closes */
	display: block;          
	/* inline elements don't respond to the clear property */ 
    height: 0;                  
    /* ensure the period is not visible */
    clear: both;               
    /* make the container clear the period */
    visibility: hidden;	     
    /* further ensures the period is not visible */
	}

.clearfix {
	display: inline-table;
	}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html #listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:90px; /* IE doubles the given value above - why? */
	}
	
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  #listmenu ul li ul {
	border-top:1px solid #000;
	border-left:1px solid #000;/*stops the drop inheriting the ul border */
	}
	
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  #listmenu ul li ul li ul { 
  	left:9.85em; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	left:10em;
 	 }
 	 
/* and the "be nice to Opera" rule */
html>body #listmenu ul li ul li ul {
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {
   padding-bottom:200px;
   	}
   	
   body div#listmenu ul li ul li ul {
   padding-bottom:22px;
   	}
   
   body div#listmenu ul li ul li ul li ul li:hover {
   visibility:visible;
   } /* same effect as display:block in this situation */
   }
/*end Opera hack */

/* end of hack zone */

#contentTable {
	width: 594px;
	/*background-color: #cccc99;*/
	float: left;
	/*border: 1px solid #900;
	padding-bottom: 10px;*/
	padding: 0 0 20px 0px;
	}

#contentTable p {
	font: .75em verdana, helvetica, arial, sans-serif;
	padding: 6px 0 0 6px;
	}

 table.pricing {
	clear: right;
	width: 100%;
	line-height: 1.6em;
	border-collapse: collapse;
	/*border: 2px solid #333;*/
	color: #333;
	background: rgb(179, 194, 201);
	font: .8em verdana, helvetica, arial, sans-serif;
	/*padding: 0 10px 0 10px;*/
	}
	
table.pricing caption {
	margin: 0;
	padding: 10px 0 0 10px;
	color: rgb(0, 102, 166);
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 1.5em;
	}
	
table.pricing thead tr {
	color: #fff;
	background: #999;
	}

table.pricing thead tr th {
	padding: 0.6em 2em 0.4em 1em;
	/*border: 2px solid #999;*/
	}
	
	
table.pricing tbody tr {
	padding: .5em;
	/*border: 2px solid #999;*/
	}

/*table.pricing tbody td {
	border-bottom: 2px solid #999;
	border-bottom: 2px solid #999;
	}	*/
	
table.pricing tbody td.price {
	font-weight: bold;
	color: rgb(0, 102, 166);
	}

table.pricing tbody td.price2 {
	font-weight: bold;
	color: #000;
	}

table.pricing tbody th {
	padding: .6em .5em;
	
	}

table.pricing tbody td {
	padding: .5em;
	background: rgb(179, 194, 201);
	color: #000;
	}

table.pricing tbody tr.odd {
	padding: .6em;
	background: rgb(224, 238, 228);
	/*color: #fff;*/
	}

table.pricing tbody tr.phase {
	padding: .6em;
	background: #630;
	color: #fff;
	} 

table.pricing tbody tr.odd td {
	padding: .6em;
	background: rgb(224, 238, 228);
	/*color: #fff;*/
	}

table.pricing tbody tr th a:link {
	color: rgb(0, 102, 166);
	text-decoration: underline;
	}

table.pricing tbody tr th a:visited {
	color: #666;
	text-decoration: none;
	}

table.pricing tbody tr th a:hover {
	color: #333;
	text-decoration: underline;
	}
