/* -------------------------------------------------------------- 
  ASSOCIATES IN BUSINESS CSS

   * Website:         http://www.associatesinbusiness.com.au
  
  Author:

   * Cornerstone Technologies - http://www.cstech.net.au
   * Lochlan Mcbride - lochlan@cstech.net.au

-------------------------------------------------------------- */

/*------------------------- General Selectors -------------------------*/
body {
	background: #bfbfbf;
	font: 12px Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	text-align: center; /* centers page in IE */
	margin: 10px 0px;
	behavior:url(css/csshover.htc); /* makes :hover work in IE6 */
}
h1 {
	margin: 0px;
	color: #2c6e9f;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 3px solid #9fcac2;
	display: inline;
}
h2 {
	color: #2c6e9f;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #6a6a6a;
}

img {
	border: none;
}
a {
	color: #0b953c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.featured {
	font-size: 14px;
}
/*------------------------- Top Navigation -------------------------*/
#header ul {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	position: relative;
	top: 25px;
}
#header li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
	background: url(../images/line.gif) no-repeat right;
}
#header li#last {
	background: url(none);
}
#header li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover {
	text-decoration: underline;
}
/*-------------------------Side Navigation -------------------------*/
#navigation {
	background: url(../images/nav-bg.jpg) no-repeat;
	height: 384px;
	width: 189px;
	margin: 0px 0px 0px 19px;
	text-transform: uppercase;
	padding: 5px 0px 0px 6px;
	clear: left;
}
#navigation li {
	list-style: none;
	background: #FFFFFF url(../images/nav-dots.gif) no-repeat 0px 20px;
	width: 178px;
	height: 22px;
	text-indent: 30px;
	line-height: 19px;
}
#navigation li a {
	text-decoration: none;
	color: #2c6e9f;
	height: 22px;
	width: 178px;
	display: block;
}
#navigation li a:hover {
	background: url(../images/nav-active.gif);
}
body > #navigation li ul.sub {
  	margin: 0px;
	padding: 0px;
	display: none;
	position: relative;
	top: -18px;
	left: 120px;
	border: 1px solid #ccc;
	width: 178px;
} 
#navigation li ul.sub {
  	margin: 0px;
	padding: 0px;
	display: none;
	position: relative;
	top: -18px;
	left: 120px;
	border: 1px solid #ccc;
	width: 178px;
}  
#navigation li ul.sub li {
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
	font-size: 80%;
	line-height: 22px;
} 
#navigation li:hover ul.sub {
  	display: block;
} 
/*------------------------- Page Layout -------------------------*/
#wrapper {
	margin: 0px auto;
	width: 970px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #d9d9d9;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 66px;
}
#header h1 {
	display: none;
}
#logo {
	background: url(../images/logo.jpg);
	height: 174px;
}
#inner-wrap {
	background: #FFFFFF url(../images/inner-shadow.jpg) no-repeat top;
}
#content {
	width: 515px;
	float: left;
	padding: 20px 15px;
}
#content .min-height {
	float: right;
	width: 1px;
	height: 384px;
}
#content table {
	border:none;
	width:250px;
}
#content table p {
	padding:5px 0 10px 0;
}
#side-images {
	float: right;
	width: 210px;
	text-align: center;
	border-left: 1px solid #e1e1e1;
	margin-top: 37px;
}
#side-images img {
	border: 1px solid #b4b4b4;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer {
	width: 970px;
	text-align: left;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	text-indent: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer  a  {
	border-style: none;
}
/*------------------------- Sitemap -------------------------*/
.sitemap ul {
	margin:7px 0 0 0;
	list-style-position:inside;
}
.sitemap ul li ul {
	margin:10px 0 0 45px;
	padding:0px;
}
.sitemap li {
	padding-bottom:7px;
}


/*------------------------- Contact Form -------------------------*/
#contact {
	width:382px;
}
#contact fieldset {
	border:1px solid #8A8A8A;
	margin:10px 0;
	padding:10px;
}
#contact legend {
	font-weight:bold;
	color:#2C6E9F;
}
#contact .row {
	padding-top:3px;
	padding-bottom:3px;
	width:360px;
}
#contact label {
	width:150px;
	float:left;
	font-weight:bold;
	line-height:20px;
}
.required {
	color:#FF0000;
	font-size:15px;
}
#contact .textbox {
	width:200px;
}
#contact .list {
	width:200px;
}
#contact #description {
	width:350px;
	display:block;
	height:100px;
}
#contact #center {
	text-align:center;
}
#contact .button {
	margin:2px;
}
#contact input, #contact textarea, #contact .list {
	background:#FAFAFA url(../images/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAAAAA;
	font:12px Arial, Helvetica, sans-serif;
}
#contact input:focus, #contact textarea:focus {
	border:1px solid #9FCAC2;
}
.logo-link {
	border-style: none;
	float: right;
	margin-right: 10px;
}

