/* 

Created by Jordan Hillier of WDM Advertising
jordan@wdmadvertising.com.au

fuscha: #b30056
green:	#aace66
orange:	#f1da5b

 */

body {
	margin: 0;
	padding: 0;
	min-width: 896px;
}

hr{
	color: #7e258e;
}

img {
	border: none;
}

img.sitemapimg {
	
	left: -43px;
	top: -30px;
	display: block;
	position: relative;
}

#clientlogin {
	position: absolute;
	top: 100px;
	right: 8px;
	text-align: right;
	font: 11px/13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	color: #999;	
}

#clientlogin a {
	text-align: right;
	font: 11px/13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	color: #999;
	text-decoration:none;
}

#clientlogin a:hover {
	text-align: right;
	font: 11px/13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	color: #999;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
}

a:focus {
	outline:none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}
/* page bg holders */
.page-bg-holder,
.page-bg-top,
.page-bg-bottom {
	background: url(../images/page-bg.gif) repeat-y 50% 0;
	float: left;
	width: 100%;
}
.page-bg-top {
	background: url(../images/page-top.gif) no-repeat 50% 0;
}
.page-bg-bottom {
	background: url(../images/page-bottom.gif) no-repeat 50% 100%;
	padding: 0 0 80px;
}
#main {
	margin: 0 auto;
	width: 896px;
}
/* header page */
#header {
	width: 896px;
	height: 374px;
	float: left;
	position: relative;
}

#flash {
	z-index: -9999;
}
/* logo */
.logo {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	width: 292px;
	height: 77px;
	position: absolute;
	top: 35px;
	left: 0;
}

/* main navigation start */
#main-nav {
	float: left;
	margin: 148px 0 0;
	padding: 0;
}
#main-nav li {
	float: left;
	display: inline;
}
#main-nav li a {
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	height: 54px;
	float: left;
}
/* menu items */
#main-nav li.item-home a {
	background: url(../images/item-home.gif) no-repeat;
	width: 126px;
}
#main-nav li.item-company a {
	background: url(../images/item-company.gif) no-repeat;
	width: 126px;
}
#main-nav li.item-planning a {
	background: url(../images/item-financial.gif) no-repeat;
	width: 129px;
}
#main-nav li.item-what a {
	background: url(../images/item-what.gif) no-repeat;
	width: 127px;
}
#main-nav li.item-links a {
	background: url(../images/item-links.gif) no-repeat;
	width: 128px;
}
#main-nav li.item-site a {
	background: url(../images/item-site.gif) no-repeat;
	width: 128px;
}
#main-nav li.item-contact a {
	background: url(../images/item-contact.gif) no-repeat;
	width: 127px;
}
/* drop down start */
#main-nav li:hover,
#main-nav li.hover {
	position: relative;
	background-color: #ae0255;
}
#main-nav li.hover div, 
#main-nav li:hover div {
	display: block;
}
#main-nav div {
	padding: 0;
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	width: 232px;
	z-index: 999;
	background: url(../images/spacer.gif) no-repeat;
}
#main-nav ul {
	margin: 3px 0 0;
	padding: 4px 0 0;
	width: 232px;
	background: url(../images/subnav-bg.gif) repeat-y;
	border-bottom: 1px solid #f2bfd9;
	float: left;
}
#main-nav li ul li {
	background: none;
	margin: 0;
	padding: 5px 0 5px 27px;
	font: 12px/14px "Trebuchet MS", trebuchet, Arial, sans-serif;
	width: 205px;
	background: url(../images/line.gif) repeat-x 0 100%;
}
#main-nav li ul li.last {
	background: none;
}
#main-nav li ul li a {
	background: none !important;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	text-indent: 0;
}
#main-nav li ul li a:hover {
	text-decoration: underline;
}
/* drop down end */
/* main nav end */
/* green banner */
#banner {
	float: left;
	margin: 0;
}
#banner img,
#banner object {
	display: block;
}
/* main container start */
.container {
	float: left;
	width: 896px;
	background: url(../images/container-bg.gif) repeat-y;
}
.container-bg-holder { /* the length of the site */
	float: left;
	width: 896px;
	background: url(../images/container-bg-grad.jpg) no-repeat 0 100%;
	min-height: 473px; 
}

* html .container-bg-holder {
	height: 473px;
}

/* content page */
.content {
	float: left;
	width: 500px;
	margin: 50px 0 0;
	padding: 0 0 20px 43px;
}
.content h1 {
	margin: 0;
	padding: 0 0 25px;
	color: #999;
	font: 28px/32px Arial, sans-serif;
}

.content h2 {
	margin: 0;
	font: 17px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	color: #000000;
}

.content p {
	margin: 0;
	padding: 0 0 13px;
	color: #000;
	font: 13px/15px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}

.content a {
	color: #b30056;
	text-decoration: none;
	border-bottom: 1px dotted #b30056;
}

.content a:hover {
	color: #b30056;
	text-decoration:none;
	background-color: #f5dede;
	border-bottom: 1px dotted #b30056;
}

.content ul {
	color: #000;
	font: 13px/18px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	
}

ul.service {
	color: #000;
	font: 13px/15px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content ol {
	color: #000;
	font: 13px/18px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}

.content li {
	color: #000;
	font: 13px/18px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	padding-bottom: 10px;
}


.content h3 {
	margin: 0;
	padding: 0;
	color: #000000;
/*	text-transform: uppercase;   */
	font: bold 11px/15px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}

.content h4 {
	margin: 0;
	padding: 0;
	color: #999999;
	font: 11px/13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}

.content h4 a {
	margin: 0;
	padding: 0;
	color: #999999;
	font: 11px/13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	border-bottom: 1px dotted #999999	;
}

/*staff pics*/

#staffpic {
	float: right;
	width: 200px;
	margin: 0 88px 0 0;
	padding: 0 0 0 0;
}

#stafftext {
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0;
	color: #000000;
	font: 13px/15px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}

#stafftext h2{
	margin: 0;
	font: 13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	color: #b30056;
}

/* right column */
.col-1 {
	float: right;
	width: 183px;
	padding: 0 30px 20px 0;
	margin: 46px 0 0;
}

.col-1 h2 {
	margin: 0;
	padding: 0 0 11px;
	color: #444;
	font: bold 28px "Times New Roman", Times, serif;
}

.col-1 h2 a {
	margin: 0;
	padding: 0 0 11px;
	color: #444;
	text-decoration: none;
	font: bold 28px "Times New Roman", Times, serif;
}

/* news list */
.col-1 ul.news {
	margin: 0;
	padding: 0;
}
.col-1 ul.news li {
	list-style: none;
	border-bottom: 1px solid #a5a5a5;
	padding: 12px 0 10px;
}
.col-1 ul.news li.last {
	border: none;
}
.col-1 ul.news li h3 {
	margin: 0;
	padding: 0;
	color: #101010;
	text-transform: uppercase;
	font: bold 11px/15px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}

.col-1 ul.news li p {
	margin: 0;
	padding: 0;
	color: #101010;
	font: 11px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}

.col-1 ul.news li p a {
	text-decoration: none;
	color: #101010;
}

.col-1 ul li p a:hover {
	text-decoration: none;
	background-color: #f1da5b;
	border-bottom: 1px dotted #b30056;
}

.col-1 ul.staff {
	margin: 0;
	padding: 0;
}

.col-1 ul.staff li {
	list-style: none;
	padding: 5px 0 5px;
}

.col-1 ul.staff li.last {
	border: none;
}

.col-1 ul.staff li p {
	margin: 0;
	padding: 0;
	color: #101010;
	font: 11px/13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
}


.col-1 ul.staff li p a {
	text-decoration: none;
	color: #101010;
	/*border-bottom: 1px dotted #101010;*/
}

.col-1 ul.staff li p a:hover {
	background-color: #f1da5b;
	border-bottom: 1px dotted #101010;
}


/* sitemap */

.sitemap {
	margin: 0;
	padding: 0;
	margin-top: -5px;
	font: 11px/18px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	text-decoration:  none;
}

.sitemap a:hover {
	text-decoration:none;
	background-color: #f1da5b;
	border-bottom: 1px dotted #101010;
	}

.sitemap a {
	color: #101010;
	text-decoration: none;
	border-bottom: none;
}

.col-1 ul.news li p a {
	text-decoration: none;
	color: #101010;
}

.col-1 ul.sitemap li p a {
	text-decoration: none;
	color: #101010;
	list-style-image: none;
}

.col-1 ul li p a:hover {
	text-decoration: none;
	background-color: #f1da5b;
}


.newslinks a {
	color: #b30056;
	font: 13px/15px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #b30056;
}

.newslinks a:hover {
	color: #b30056;
	font: 13px/15px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	text-decoration:none;
	background-color: #f5dede;
	border-bottom: 1px dotted #b30056;
}

/* footer page start */

.footer {
	float: left;
	width: 896px;
	height: 36px;
}

.footer p {
	padding: 12px 12px 12px 12px;
	margin: 0;
	text-align: center;
	font: 11px/13px Helvetica, Arial, "Lucida Grande", "Bitstream Vera Sans", Geneva, sans-serif;
	color: #999;
}

/*
.footer a:hover {
	color: #999999;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
}
*/

.footer a {
	color: #999999;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
}


/* 

fuscha: #b30056
green:	#aace66
orange:	#f1da5b

*/

