/* rowan_group.css v09/01 27/04/09
	rewritten to use absolute positioning for #leftColumn, #rightColumn elements
*/

html {
	height:100%; 
	/*background:#BFBFBF url(user_images/dcha_background.jpg) repeat-y center;*/
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-size:11pt;
}
h1 {
	font-size:1em;
	color:#013476;
	margin-bottom:18px;
}
h2 {
	font-size:1em;
	/*color:#003479;*/
	color:#013476;
	line-height:140%;
}
h3 {
	font-size:0.8em;
	color:#003479;
}
p,ul,ol,label {
	/*font-size:0.8em;*/
	font-size:11pt;
}
p,label {
	margin-bottom:15px;
	line-height:140%;
}
img {
	border:0; 
}
/* stop nested lists from shrinking - 2nd pair of selectors are for browsers that get * selector wrong */
ul *, ol *, li ul, li ol {
	font-size:100%;
}


/*wrapper*/
#wrapper {
	text-align:left;
	background:#fff url(images/rightcol.gif) repeat-y right;
	/*width:800px;*/
	width:960px;
	/*margin:30px auto;*/
	margin:0px auto;
	position:relative;
	height:100%;
}
/*banner*/
#banner {
	height:135px;
}
/* breadcrumbs */
#crumbs {
	color:#003776;
	padding-bottom:.5em;
	margin-top:1em;
}
/*columns*/
/*left*/
/*#leftColumn 
{
	color:#000000;
	width:200px;
	position:absolute;
	top:135px;
	left:0;
	background-color:#9cf;
	padding-top:15px;
}*/
#leftColumn 
{
	width:200px;
	background:#9cf;
	float:left;
	padding-top:15px;
}
.secondary_navigation_search
{
	margin-left:30px;
	padding-top:15px;
}
.secondary_navigation_searchlabel
{
	margin:0px 0px 5px 0px;
}
/*#leftColumn {
	width:200px;
	float:left;
	background:#9cf;
	padding-top:15px;
}*/
#leftColumn li {
	list-style:none;
	line-height:25px;
	font-size:0.9em;
}
/*indent sub-navigation*/
#leftColumn li ul {
	margin-left:10px;
	/*font-size:0.9em;*/
}
#leftColumn a {
	text-decoration:none;
	font-weight:bold;
	color:#003776;
	display:block;
	border-bottom:1px solid #003776;
	margin:0px 20px;
	background:url(images/arrow.gif) no-repeat left top;
	padding-left:15px;
	/*font-size:0.9em;*/
}
#leftColumn a:hover {
	color:#09F;
	background:#fff url(images/arrow_over.gif) no-repeat left top;
}
#leftColumn a:active {
	color:#09F;
	background:#fff url(images/arrow_over.gif) no-repeat left top;
}
#leftColumn li li a:hover {
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn ul li a {
	color:#003776;
}
#leftColumn ul li li li a {
	color:red;
}
#leftColumn ul>li>ul>li>a:hover {
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn li li li a:hover {
	background:#ccc url(images/arrow_subnav.gif) no-repeat left top;/*??? Check */
}

#leftColumn a.leftcolumn_sub {
	color:#003776;
	background:url(images/arrow.gif) no-repeat left top;
}
#leftColumn a.leftcolumn_sub:hover 
{
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn a.leftcolumn_subactive 
{
	background:#ebebeb url(images/arrow_sub.gif) no-repeat left top;
}

#leftColumn a.leftcolumn_subsub {
	color:#003776;
	margin-left:30px;
	background:url(images/arrow_second.gif) no-repeat left top;
font-weight:normal;
}
#leftColumn a.leftcolumn_subsub:hover 
{
	margin-left:30px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn a.leftcolumn_subsubactive 
{
	margin-left:30px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}

#leftColumn a.leftcolumn_subsubsub {
	color:#003776;
	margin-left:40px;
	background:url(images/arrow.gif) no-repeat left top;
font-weight:normal;
}
#leftColumn a.leftcolumn_subsubsub:hover 
{
	margin-left:40px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}
#leftColumn a.leftcolumn_subsubsubactive 
{
	margin-left:40px;
	background:#e8e8e8 url(images/arrow_sub.gif) no-repeat left top;
}

#zoomsearch {
	margin:10px 20px;
}
#zoomsearch label {
	display:block;
	margin-bottom:5px;
}
#zoomsearch div {
	margin-bottom:5px;
}
/*middle*/
#middleImage {
	position:absolute;
	width:400px;
	top:135px;
	left:200px;
}
#indexmiddleColumn {
	margin:135px 220px 0;
}
#middleColumn {
	margin:35px 220px 0;
}
/* middle */
#middleColumn a {
	/*color:#09f;*/
	color:#013476;
	/*font-weight:bold;*/
	text-decoration:none;
}
#middleColumn a:hover {
	text-decoration:underline;
}
#module_news a.module_link_href
{
	color:#09f;
	font-weight:normal;
	text-decoration:none;
	font-size:9pt;
}
#module_news .module_news_date
{
	font-size:9pt;
}
#middleColumn ul {
	margin-left:10px;
}
#indexmiddleColumn a {
	color:#09f;
	font-weight:bold;
	text-decoration:none;
}
#indexmiddleColumn a:hover {
	text-decoration:underline;
}
#indexmiddleColumn ul {
	margin-left:10px;
}
/* graphical bullet lists*/
ul.bluebull li {
	list-style:none;
	padding-left:10px;
	background:url(images/bullet.gif) 0 .2em no-repeat;
	margin-bottom:5px;
}
/*right*/
/*#rightColumn {
	position:absolute;
	top:135px;
	right:0;
	width:160px;
	padding:20px 20px 0 20px;
}*/
#rightColumn {
	float:right;
	width:150px;
	padding:20px 20px 0;
	font-size:0.9em;
}
#rightColumn h1{
	color:#09F;
	/*font-size:0.8em;*/
	font-weight:normal;
}
#rightColumn a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	/*padding:0 3px 0 14px;
	background:url(images/square.gif) left 4px no-repeat;
	text-indent: 4px;*/
}
#rightColumn li{
	list-style:none;
	color:#666;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	padding:0 3px 0 14px;
	background:url(images/square.gif) left 4px no-repeat;
	margin-bottom:15px;
}
#rightColumn a:hover {
	text-decoration:underline;
}
#rightColumn .quicklink {
	color:#003776;
	font-weight:bold;
	text-decoration:none;
}
#rightColumn a.textsize {
	background:none;
	color:#666;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	font-weight:normal;
}
#rightColumn p{
	color:#666;
	font-size:0.9em;
}
#rightColumn hr{
	color:#003776;
	height:1px;
}

/*footer*/
#footer {
	clear:both;
	float:left;
	margin:40px 20px 10px 20px;
}
#footer a {
	color:#666;
	text-decoration:none;
	padding:0 3px 0 14px;
	background:url(images/square.gif) left center no-repeat;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .reginfo {
	font-size:0.7em;
	color:#666;
}
td.form_label
{ 
	/*font-weight: bold;
	font-size: 90%;*/
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	/*white-space:nowrap;*/
}

td.form_control
{ 
	/*font-family: "Lucida Console", "Courier New", monospace;*/
	padding: 5px 5px 5px 0px;
	white-space:nowrap;
	vertical-align: top;
}
#rightColumnBox {
	background:url(images/rightColumnBox.gif) no-repeat;
	width:181px;
	height:188px;
	padding:10px;
	margin:20 0 20 20;
	float:right;
}
#midRentBox {
	background:url(images/middleColumnBox.gif) no-repeat;
	width:165px;
	height:165px;
	padding-top:30px;
	/*float:left;
	display:inline;*/
}
#marketRentBox {
	background:url(images/middleColumnBox.gif) no-repeat;
	width:165px;
	height:165px;
	padding-top:30px;
	/*float:right;
	display:inline;*/
}
td.module_item_property
{
	font-size:0.9em;
}
