/*
* Site layout CSS definitions www.roblaw.co.nz
*
* @author   Duncan Mundell <duncan@swaziboy.com>
* @version  1
* @updated  14/06/2007
*/

body {
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #d4eef7;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	color: #233847;
	}


/* Main header */
#header {
	background: url(../images/interface/header-bg.png) no-repeat;
	height: 97px;
	}
	

/* Breadcrumbs */
#breadcrumbs {
	font-size: 0.8em;
	background-color: #FFF;
	padding-left: 225px;
	padding-top: 5px;
	}
	
#breadcrumbs a {
	color: #316475;
	}

/* Main content area */
#content {
	background-color: #FFF;
	padding: 10px 20px 20px 20px;
	}
	
	
/* Footer */
#footer {
	padding: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	color: #7b2125;
	background-color: #FFF;
	}
	
#footer p {
	border-top: 1px solid #7b2125;
	padding-top: 7px;
	margin-bottom: 0.5em;
	}

/* Temporarily hide this */
#footer ul {
	display: none;
	}
	
#footer li {
	display: inline;
	border-right: 1px solid #7b2125;
	padding-right: 5px;
	}

#footer li.last {
	border: none;
	}
	
#footer li a {
	color: #7b2125;
	text-decoration: underline;
	}

#footer li a:hover {
	color: #AF3036;
	}

	
/* Misc other global fixes */
div.clearing {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	}

a img {
	border: none !important;
	}