* {margin:0; padding:0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#header {
	width: 		841px;
	height: 	82px;
	background:	url(/images/header_repeat.gif) repeat;
	position: 		relative;
}

a.pageimagenav {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #008bd0;
}

a.pageimagenav:hover {
	color: #ffffff;
	background-color: #008BD0;
}

ul#practice {
	
	margin: 10px 0 0 0;
	padding: 0 0 0 16px;
}

ul#menu {
	color:#000000;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}

ul#menu li {
	padding: 		0 0px 0 12px;
	
	
	display:		block;
	margin:			0 0 6px 0;
	border:			0px;
}

ul#menu a {
	text-decoration:none;
	color:			#000;
	background:		url(/images/nav_off.gif) left no-repeat;
	padding:		0 0 0 12px;
	
}

ul#menu a.selected {
	text-decoration:none;
	color:			#008bd0;
	background:		url(/images/nav_on.gif) left no-repeat;
	padding:		0 0 0 12px;
	border-bottom:	1px solid grey;
	
}

ul#menu a.submenu {
	color: 			#38bfe8;
	background:		none;
	padding: 		0 0 0 18px;
}

ul#menu a {
	/*margin-bottom: 	5px;*/
}

ul#menu li a:hover,
ul#menu li a.active {
	background:url(/images/nav_on.gif) left no-repeat;
	color:			#008bd0;
}

h1 {
	width:			320px;
	height:			82px;
	background:		url(/images/header_logo.gif) repeat;
	position: 		absolute;
	top: 			0px;
	left: 			0px;	
}

h2#headerUrbanDesign {
	width:			294px;
	height:			82px;
	background:		url(/images/header_ud_and_mp.gif) repeat;
	position: 		absolute;
	right: 			0px;
}


h2#headerNews {
	width:			115px;
	height:			82px;
	background:		url(/images/header_news.gif) repeat;
	position: 		absolute;
	right: 			0px;
}

h2#headerDesignAdvice {
	width:			262px;
	height:			82px;
	background:		url(/images/header_design_advice.gif) repeat;
	position: 		absolute;
	right: 			0px;
}

h2#headerRegeneration {
	width:			241px;
	height:			82px;
	background:		url(/images/header_regeneration.gif) repeat;
	position: 		absolute;
	right: 			0px;
}

h2#headerContactUs {
	width:			205px;
	height:			82px;
	background:		url(/images/header_contactus.gif) repeat;
	position: 		absolute;
	right: 			0px;
}

h2#headerPracticeProfile {
	width:			158px;
	height:			82px;
	background:		url(/images/header_practice_profile.gif) repeat;
	position: 		absolute;
	right: 			0px;
}

#container {
	width:		841px;
	margin:		44px auto;
	width:		841px;
}

div#navigation {
	padding:		0 0 0 15px;
	margin-top:		44px;
	width:			221px;
	float: 			left;
	position:		relative;
}

p {
	margin: 0 0 10px 0;
}

div#content {
	padding:		0px 0px 0px 26px;
	border-left:	1px solid #bdbdbd;
	margin-top:		44px;
	margin-bottom: 	44px;
	position:		relative;
	float:			left;
	width: 			578px;
}

span.header {
	display: none;
}

font.page_client {
	color: #999999;
}

font.page_header {
	color: #008bd0;
}

.contact_input {
	color: #999999;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Style for the contact us form */

div.contact_row {
  clear: both;
  padding-top: 5px;
  }

div.contact_row span.contact_label {
  font-size: 10px;
  float: left;
  width: 140px;
  text-align: right;
  }

div.contact_row span.contact_field {
  float: right;
  width: 235px;
  text-align: left;
  }
  
div.spacer {
  clear: both;
  }
  
tr.admin_row_even {
	background-color:	#e5f6ff;
}
tr.admin_row_odd {
	background-color:	#ffffff;
}

tr.admin_header {
	background-color:	#008bd0;
	color:				#ffffff;
	font-weight:		bold;
	font-size:			12px;
}