/*set the body medium to 75% (1em = 12px)*/
body {
	font-family: "lucida grande", verdana, geneva, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../img/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/*************** Container ***************/
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/container_bg.gif);
	background-repeat: repeat-y;
}

/*************** Top ***************/
#top {
	background-image: url(../img/header_bg.gif);
	height: 10px;
}

/*************** Header ***************/
#header_home {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_home.jpg);
}

#header_aboutperth {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_aboutperth.jpg);
}

#header_contact {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_contactus.jpg);
}

#header_about {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_aboutcorporategolf.jpg);
}

#header_links {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_links.jpg);
}

#header_sitemap {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_sitemap.jpg);
}

#header_perthcourses {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_perthgolfcourses.jpg);
}

#header_privacypolicy {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_privacypolicy.jpg);
}

#header_perthbusiness {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_perthbusiness.jpg);
}

#header_termsandconditions {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_termsandconditions.jpg);
}

#header_perthvisitors {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_perthvisitors.jpg);
}

#header_email {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_email.jpg);
}

#header_faq {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_faq.jpg);
}

#header_relocation {
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/header_relocation.jpg);
}

/*************** Banner ***************/
#banner {
	text-align: right;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*************** Main Navigation ***************/
#globalnav {
	float: left;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 150px;
}

#globalnav ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#globalnav li a {
	padding: 0.8em;
	margin: 0px;
	display: block;
	color: #669900;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/** IEwin hack for maximum clickable area **/
/* Hides from IE5-mac \*/
* html #globalnav a {
	height: 1%;
}
/* End hide from IE5-mac */
		
#globalnav li a:hover {
	color: #669900;
	background-color: #EAFFD4;
}

#globalnav li a.active {
	color: #669900;
	background-color: #EAFFD4;
}

#globalnav li a#last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*************** Content ***************/
#contentcontainer {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#content {
	line-height: 1.8em;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	margin-left: 190px;
	padding-left: 20px;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #669900;
}

em.small {
	font-style: normal;
	font-size: 0.9em;
	font-weight: bold;
	color: #669900;
}

/*************** Footer ***************/
#footer {
	color: #666666;
	clear: both;
	line-height: 1.5em;
	font-size: 1.1em;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 10px;
	background-color: #E0E0E2;
	background-image: url(../img/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*************** Headings ***************/
h1, h2, h3, h4, h5, h6 {
	font-family: "lucida grande", verdana, geneva, sans-serif;
	color: #669900;
	line-height: normal;
}
	
h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	font-weight: normal;
}

/*************** Global ***************/
.hide {
	display: none;
}

a:link {
	text-decoration: underline;
	color: #669900;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

img {
	border: none;
}

object {
	display: block;
}

strong, b {
	font-weight: bold;
}

.floatedrightphoto {
	float: right;
	border: 3px solid #669900;
	margin: 15px 0px 15px 15px;
}

.floatedleftphoto {
	float: left;
	border: 3px solid #669900;
	margin: 15px 15px 15px 0px;
} 

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

hr {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: 0px;
	height: 1px;
	color: #669900;
	background-color: #669900;
}
