/****** ##LOG: 
Author:  Vanessa Skane
Created: 19/08/09

Description: general styles for Perth Valuer
******/

/* mainSiteContainer required because of large footer and smaller resolutions */
#mainSiteContainer {
	position: relative;
	background: #688ead url(../images/main-background-gradient.gif) repeat-x center top;	
}

#siteContainer {
	position: relative;	
	width: 941px;
	height: 100%;
	margin:0 auto;
	text-align: left;	
	background-color: #ffffff;
}

/*** HEADER AND MAIN CONTENT ***/
#header {
	position: relative;
	width: 941px;
	height: 129px;
	margin: 0;
	padding: 0;	
	background: url(../images/header-main.gif) no-repeat center;	
	
	z-index: 100;
}

#logoPerthValuer {
	position: absolute;
	width: 215px;
	height: 115px;
	top: 15px;
	left: 15px;
}

#contactLink {
	position: absolute;
	width: 230px;
	height: 50px;
	top: 20px;
	right: 30px;
}

#mainContentContainer {
	position: relative;
	width: 100%;
	height: 100%;
	
	background-color: #ffffff;	
	
}

#mainContent {
	position: relative;
	float: left;
	width: 684px;
	height: 100%;
	padding: 0 10px 20px 10px;
}

#mainContent p {
	padding: 10px 0;
	margin: 0;
}


#mainContent ul {
	padding: 5px 20px 5px 30px;
	margin: 0;
	list-style-type: none;
}

#mainContent li {
	position: relative;
	margin:0;
	padding: 2px 5px 0px 18px;	
	background-image: url(../images/bullet.gif);
	background-position: 0 10%;
	background-repeat: no-repeat;	
}

#mainContentHome {
	position: relative;
	width: 695px;
	height: 100%;
}

#mainContentHome p {
	padding: 0 20px;
	margin: 0;
}

#mainContentInfo {
	position: relative; 
	float: left; 
	width: 519px; 
	height: 100%;
}


/********  LEFT CONTENT   ********/

#leftContentContainer {
	position: relative;
	float: left;
	width: 230px;
	height: 100%;
}

#leftContent {
	position: relative;
	height: 100%;	
	left: 10px;
}

#leftContent p {
	padding: 0 10px;
	margin: 0;
}


#leftContent ul {
	position: relative;
	list-style-type: none;
	padding: 0 10px 5px 25px;
}


#leftContent li {
	position: relative;
	margin:0;
	padding: 2px 5px 0px 18px;	
	background-image: url(../images/bullet.gif);
	background-position: 0 65%;
	background-repeat: no-repeat;	
}



/********  RIGHT CONTENT   ********/

#rightContentContainer {
	position: relative; 
	float: left; 
	width: 165px; 
	height: 100%;
}



/******** FOOTER *********/
#footerContainer {
	position: relative;
	background: #678ead url(../images/footer-main-background.gif) repeat-x center top;
	height: 500px;
	
	border-bottom: 9px solid #686869;
}


#footer {
	position: relative;
	width: 932px;
	height: 100%;
	margin:0px auto;	
	font-size: 0.8em;
	color:#ffffff;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#footer ul {
	position: relative;
	margin:0;
	list-style-type: none;
	width: 932px;	
	height: 20px;
	float: left;
}

#footer li {
	position: relative;
	margin:0;
	padding: 8px 25px 5px 25px;	
	float: left;
	background-image: url(../images/footer-pipe.gif);
	background-position:0 75%;
	background-repeat:no-repeat;
}

#footerLinksContainer {
	position: relative;
	width: 932px;
	height: 100%;
	top: 10px;
}

#footerLinks {
	position: relative;
	float: left;
	width: 230px;
	height: 100%;
	background-image: url(../images/footer-links-divider.gif);
	background-position:90% 5%;
	background-repeat:no-repeat;
}

#footerLinks ul {
	position: relative;
	margin:0;
	list-style-type: none;
	width: 180px;	
	height: 100%;
}

#footerLinks li {
	position: relative;
	margin:0;
	padding: 2px 5px 0px 18px;	
	width: 160px;
	background-image: none;
}

#footerLinks h2 {
	margin:0;
	color: #ffffff;
}

#footerUtility {
	position: relative;
	width: 932px;
	top: 8px;
}

#footerUtility p {
	margin: 0;
	padding: 30px 0 20px 180px;
}

#footerUtility a {
	text-decoration: none;
}









