/*	www.plumbing.org.au 
	Screen CSS Document 
	last updated: 10-30-05
*/

/* Globals */

BODY {
	background: #FFF url(../media/BannerTile.gif) top center repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0; margin: 0; border: 0;
	}
#siteContainer {
	margin: 5px auto;
	width: 724px;
	background: #FFF
	}

/* Header Elements */
#siteHeader h1 {
	background: #46535e url(../media/BannerLogo2.gif) top left no-repeat;
	text-indent: -3000px;
	height: 95px;
	margin: 0; padding: 0; border: 0;
	}

/* Site Body Elements */
#siteBody {
	margin: 0 22px 0 172px;
	}
#siteBody h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #229b62;
	}
.newsBox {
	float: left;
	width: 254px;
	margin-right: 7px;
	}
.eventsBox {
	float: left;
	width: 254px;
	margin-left: 7px;
	}
.calendarBox {
	float: left;
	width: 254px;
	margin-left: 7px
}
.newsBox h3, .eventsBox h3, .calendarBox h3 {
	background: #ccc url(../media/ipa_h3bg.gif) top left repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #229b62;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: 0;
	}
.newsItem, .eventItem {
	margin: 0;
	padding: 5px;
	background: #fafafa;
	border-bottom: 2px solid #e7e7e7;
	font-size: 0.9em;
	}
.clearOut {
	clear: both;
	}
	
/* Navigation Elements */
#siteNavigation {
	float: left;
	margin: 25px 0 0 0px;
	width: 150px;
	}
#navList {
	list-style-type: none;
	border-top: 5px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	}
#navList li {
	background: #EEE;
	border-bottom: 1px solid #cacaca;
	}
#navList a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #495762;
	}
#navList a:hover {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	background: #495762;
	}
#navList .selected a {
	display: block;
	background: #65b88a;
	color: #FFF;
	}

/* Footer Elements */
#siteFooter {
	margin: 0 0 0 0;
	text-align: right;
	padding: 4px;
	border-top: 2px solid #939ea6;
	background: #9faaa5;
	font-size: 0.8em;
	color: #FFF;
	}
#siteFooter a {
	text-decoration: none;
	color: #FFF;
	margin: 0 0 4px 0
	}
	
/* HomePage Links */
#HPNavigation {
    clear: left;
	float: left;
	margin: 15px 0 0 0px;
	width: 150px;
	}
#HPnavList {
	list-style-type: none;
	border-top: 5px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	}
#HPnavList li {
	background: #EEE;
	border-bottom: 1px solid #cacaca;
	}
#HPnavList a {
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	color: #495762;
	}
#HPnavList a:hover {
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	color: #FFF;
	background: #495762;
	}
#HPnavList .selected a {
	display: block;
	background: #65b88a;
	color: #FFF;
	}
#Testimonials {
	list-style-type: none;
	border-top: 5px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	}
#Testimonials li {
	background: #EEE;
	border-bottom: 1px solid #cacaca;
	}
#Testimonials a {
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	color: #495762;
	}
#Testimonials a:hover {
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	color: #FFF;
	background: #495762;
	}
#Testimonials .selected a {
	display: block;
	background: #65b88a;
	color: #FFF;
	}
