/* CSS Document */
/* Cougar Homes Pty Ltd */

body {
	background-color: #000000;
}

html {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1 {
	font-size: 120%;
	color: #F5AB32;
	font-weight: normal;
}

#topnav {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCA351;
	border-right-color: #CCA351;
	border-bottom-color: #CCA351;
	border-left-color: #CCA351;
}

#content {
	text-align: justified;
}

#content a {
	color: #F5AB32;
}
#content a:hover {}
#content a:hover img  {
	border: 1px solid #F5AB32;
}

#content-sub {}
#content-sub a {
	color: #666666;
}
#content-sub a:hover {
	color: #FFFFFF;
}

#sidenav {}
#sidenav ul {}
#sidenav li {
	list-style-type: none;
	text-align: right;
	padding-right: 0em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 1.8em;
	margin-right: 2em;
}
#sidenav li a {
	text-decoration: none;
	color: #999999;
}
#sidenav li a:hover {
	color: #F5AB32;
}

#botnav {
	color: #333333;
}
#botnav a {
	text-decoration: none;
	color: #666666;
}
#botnav a:hover {
	color: #FFFFFF;
}

#copyright {}
#copyright a:link {
	color: #333333;
	text-decoration: none;
}
#copyright a:visited {
	color: #333333;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFFFFF;
}

.photo-border {
	border: 1px solid #333333;
}

.grey-text {
	color: #D7D7D7;
}
input, textarea, select {
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #000000;
}


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit 
{
	background-color: #333333;
	background-image: url(../images/site/bg-linear.jpg);
	color: #CCCCCC;
} 
