body {
	width: 774px;
	font: 1.0em verdana, arial, helvetica, sans-serif;
	background-color: rgb(212,208,185);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	behavior: url(css/csshover.htc);
	margin-top: 0px;
	}

* {
	margin: 0;
	padding: 0;
	}

#wrapper {
	background-image: url(images_pres/BkgrdFauxCol.gif);
	background-repeat: repeat-y;
	padding-top: -30px;
	}

#dateline {
	font: .75em verdana, helvetica, arial, sans-serif;
	padding-top: 6px;
	color: #333;
	width: 574px;
	}	

#mainwrap {
	margin-top: 10px;
	}

#header {
	width: 774px;
	background-color: #cccc99;
	background-image: url(images_pres/uweHeader.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 218px;
	margin-left: 0px;
	/*float: left;*/
	}

#header h2 {	
	padding: 40px 0 10px 180px;
	/*line-height: 60px;*/
	color: #333;
	font-variant: small-caps;
	letter-spacing: .05em;
	}

#header img {
	position: relative;
	float: none;
	margin-left: 150px;
	}
p {
	font: .8em verdana, helvetica, arial, sans-serif;
	}	
	

h2 {
	font: bold 1.5em Helvetica, Verdana, Arial, Sans-serif;
	color: #333;
	/*padding: 180px 0 0 0px;*/
	letter-spacing: 0;
	}

h3 {
	font: bold 12pt/19pt Helvetica, Verdana, Arial, Sans-serif;
	color: #ffc;
	margin: 0 0 5px 20px;
	letter-spacing: .1em;
	}

h4 {
	font: bold 12pt/19pt Helvetica, Verdana, Arial, Sans-serif;
	color: #ffc;
	margin: 35px 0 5px 10px;
	letter-spacing: .05em;
	padding-top: 0px;
	}

#contentphotos {
	width: 574px;
	background-color: #cccc99;
	float: left;
	padding: 0 0 10px 50px;
	}

#contentphotos h2{
	padding-bottom: 20px;
	}

#contentphotos img{
	border-style: none;
	}

#contentmap {
	width: 574px;
	background-color: #cccc99;
	float: left;
	/*border: 1px solid #900;
	padding-bottom: 10px;*/
	padding: 0 0 10px 10px;
	}

#contentphotos img {
	padding: 0 10px 10px 0;
	}

#contentTable p {
	font: .75em verdana, helvetica, arial, sans-serif;
	padding-top: 6px;
	}

	
#contentTable {
	width: 574px;
	background-color: #cccc99;
	float: left;
	/*border: 1px solid #900;
	padding-bottom: 10px;*/
	padding: 0 0 20px 20px;
	}

table.pricing {
	clear: right;
	width: 100%;
	line-height: 1.6em;
	border-collapse: collapse;
	/*border: 2px solid #333;*/
	color: #333;
	background: #ccc;
	font: .7em verdana, helvetica, arial, sans-serif;
	/*padding: 0 10px 0 10px;*/
	}
	
table.pricing caption {
	margin: 0;
	padding: 0 0 0 10px;
	color: #630;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	}
	
table.pricing thead tr {
	color: #fff;
	background: #999;
	}

table.pricing thead tr th {
	padding: 0.4em .5em 0.4em .5em;
	border: 2px solid #999;
	}
	
	
table.pricing tbody tr {
	padding: .6em;
	/*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: #630;
	}

table.pricing tbody td.price2 {
	font-weight: bold;
	color: #030;
	}

table.pricing tbody th {
	padding: .5em;
	}

table.pricing tbody td {
	padding: .6em;
	background: #CCC;
	color: #000;
	}

table.pricing tbody tr.odd {
	padding: .6em;
	background: #999;
	/*color: #fff;*/
	}

table.pricing tbody tr.phase {
	padding: .6em;
	background: #630;
	color: #fff;
	} 

table.pricing tbody tr.odd td {
	padding: .6em;
	background: #999;
	/*color: #fff;*/
	}

table.pricing tbody tr th a:link {
	color: #630;
	text-decoration: underline;
	}

table.pricing tbody tr th a:visited {
	color: #630;
	text-decoration: none;
	}

table.pricing tbody tr th a:hover {
	color: #FFC;
	text-decoration: underline;
	}

#content {
	width: 374px;
	background-color: #cccc99;
	float: left;
	/*border-left: 1px solid #900;*/
	padding-bottom: 10px;
	padding-top: 20px;
	}

#content .caps { font-size: 130%; }

.smallcaps {
	font-variant: small-caps;
	}
	
#content p {
	font-size: .9em;
	font-weight: bold;
	line-height: 2.5em;
	padding: 0px 20px 0 30px;
	}
	
#listmenu leftcolumn {
	width: 100%;
	/* makes the div full width */
	float: none;
	/*makes the div enclose the list */
	/*border-top:1px solid #069;*/
	/* draws line on top edge of div */
	/*border-bottom:1px solid #069;*/
	/* draws line on bottom edge of div */
	font: bold .6em Verdana, Arial, Helvetica, sans-serif;
	/*font-size: .7em;
	font-weight: bold;*/
	/* SET FONT-SIZE HERE */
	letter-spacing: .1em;
	/*background-color: #333;*/
	/* colors the div */
	margin-top: 0px;
	/* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
}
	
#leftcolumn ul  {
	margin: 0 0 0 20px;
	/* indents ul from edge of container */
	}

#leftcolumn li {
	float: none;
	/* 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: 10px 15px 0 0px;
	/*background-color: #333;*/
	/*sets the background of the menu items */
	/*border-right:1px solid #069;*/
	/* creates dividing lines between the li elements */
	}
#leftcolumn a:link {
	color: #fff;
	text-decoration: none;
	}
	
#leftcolumn a:visited {
	color: #CC9;
	text-decoration: none;
	}

#leftcolumn a:hover {
	color: #930;
	text-decoration: none;
	}



#leftcolumn {
	width: 150px;
	background-color: #79824D;
	background-image: url(images/ParraLogoStackWhite100x52.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	float: left;
	margin-top: -218px;
	padding-top: 180px;
	}

#leftcolumn p {
	font-size: .9em;
	font-weight: bold;
	color: #cc9;
	line-height: 1.25em;
	padding: 10px 5px 0 20px;
	}

#leftcolumn img { 
	padding: 10px 0 10px 20px; 
	border: none;
	}

#rightcolumnTable {
	width: 25px;
	background-color: #cccc99;
	float: left;
	margin-top: 0px;
	padding-bottom: 10px;
	}


#rightcolumn {
	width: 250px;
	background-color: #cccc99;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#rightcolumn img {
	padding: 5px 0 0 5px;
	border: 0;
	}

#rightcolumn p {
	font-size: .9em;
	font-weight: bold;
	color: #993333;
	line-height: .8em;
	padding: 10px 0 0 10px;
	}

#rightcolumn a:link {
	color: #333;
	text-decoration: none;
	}
	
#rightcolumn a:visited {
	color: #FFC;
	text-decoration: none;
	}

#rightcolumn a:hover {
	color: #333;
	text-decoration: none;
	}


#listmenu_footer {
	width: 100%;
	/* makes the div full width */
	float: left;
	/*makes the div enclose the list */
	/*border-top:1px solid #069;*/
	/* draws line on top edge of div */
	/*border-bottom:1px solid #069;*/
	/* draws line on bottom edge of div */
	font: bold .7em Verdana, Arial, Helvetica, sans-serif;
	/*font-size: .7em;
	font-weight: bold;*/
	/* SET FONT-SIZE HERE */
	letter-spacing: .1em;
	background-color: #333;
	/* colors the div */
	margin-top: 0px;
	/* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
}
	
#footer ul  {
	margin: 0 0 0 0px;
	/* indents ul from edge of container */
	}

#footer 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 15px 0 0px;
	background-color: #333;
	/*sets the background of the menu items */
	/*border-right:1px solid #069;*/
	/* creates dividing lines between the li elements */
	}

#footer {
	width: 774px;
	height: 0px;
	clear: both;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.5em;`
	letter-spacing: .0em;
	padding-top: 10px;
	/*text-align: left;*/
	padding-bottom: 10px;
	background-color: #333;
	}
	
#footer p {
	margin-top: 0px;
	background-color: #333;
	color: #999;
	padding-left: 170px;
	line-height:
	}

#footer img {
	padding-left: 0px;
	/*float: left;*/
	border: 0;
	}

#footer img1 {
	padding-left: 0px;
	/*float: left;*/
	}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #ccc;
	text-decoration: none;
	}

#footer a:hover {
	color: #993300;
	text-decoration: none;
	}


#listmenu
{
	width: 100%;
	/* makes the div full width */
	float: left;
	/*makes the div enclose the list */
	/*border-top:1px solid #069;*/
	/* draws line on top edge of div */
	/*border-bottom:1px solid #069;*/
	/* draws line on bottom edge of div */
	font: bold .6em Verdana, Arial, Helvetica, sans-serif;
	/*font-size: .7em;
	font-weight: bold;*/
	/* SET FONT-SIZE HERE */
	letter-spacing: .1em;
	background-color: #030;
	/* colors the div */
	margin: -5px 0 10px 0;
	padding: 2px 0 2px 0;
	/* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
}
	
#listmenu ul
{
	margin: 0 0 0 150px;
	/* 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: 1px 0px 1px 1px;
	background-color: #030;
	/*sets the background of the menu items */
	/*border-right:1px solid #069;*/
	/* creates dividing lines between the li elements */
	}

/*#listmenu li:first-child {
	border-left:1px solid #069;*/

/*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: #900;
	cursor: pointer;
	}
/* restores the hover color and pointer on the "drop-down" choices */

#listmenu li:hover{
	background-color: #696;
	/*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 3px;
	/*creates space each side of menu item's text */
	text-decoration: none;
	/* removes the underlining of the link */
	color: #CCC;
	/* sets the type color */
	}

#listmenu a:hover { 
	color: #fff; 
	}

.clearthefloats {
	clear:both;
	}

.clearthis {
	clear:both;
	height: 0;
	line-height: 0;
	color: #333;
	}

.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-block;}   /* 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 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:12em; /*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: #030;
	font-size: .95em;	/* SET FONT-SIZE HERE */
	/*border-left:1px solid #069;*/ /*  three sides of each drop-down item */
	/*font-variant: small-caps;*/
	/*border-bottom: 1px solid #069;*/
	left: 0px;
	/*border-right:1px solid #069;*/
	padding: 5px 0 5px 1px;
	}

/*#listmenu ul li ul li img {
	border: 0;
	padding-right: 5px;
	padding-top: 5px;
	}*/

#listmenu ul li ul li:first-child {
	/*border-top:1px solid #069;*/ /*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;
	z-index: 1;
	/*left:10em;*/
	}
	
#listmenu ul li ul li:hover ul {
	visibility:visible;	
	z-index: 1;

	} /* same effect as display:block in this situation */

/* second level popouts start here*/
/*#listmenu ul li ul li:hover ul li ul {
	visibility:hidden;
	}
	
#listmenu ul li ul li ul li:hover ul {
	visibility:visible;*/
	} /* same effect as display:block in this situation */

/* third level popouts start here*/
/*div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;}*/ /* same effect as display:block in this situation */

/* 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:150px; /* 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 #069;*/
	border-left:0px; /* 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 */
/* END OF LIST-BASED MENU */
