/*
	Tumut Real Estate CSS
	Design and CSS by David Nash
	davidnash.com.au
	January 2008
*/

html {
	font: small Georgia, serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

body {
	background: #eee;
	padding: 0; margin: 0; 
	
	color: #555;
	font-size: 135%;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #002366;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0.4em 0;
	line-height: 100%;
}

h1 { display: none; } /*only used for title*/

h2 { font-size: 200%; }

h3 { font-size: 170%; }

h4 { font-size: 140%; }

h5 { font-size: 125%; }

h6 { font-size: 100%; }

p {
	margin: 0;
	padding: 0 0 0.5em 0;
}

a { color: #002366; }

a:hover { color: #8C1604; }

a img { border-width: 0px; }

form { margin: 0; padding: 0; }

input, textarea, select {
	background-color: #f4f4f4;
	color: #333;
	padding: 3px;
	margin: 0px 2px;
	font-size: 95%;
	font-family: Arial, sans-serif;
	
	border: 1px solid;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	border-left-color: #b8b8b8;
	border-top-color: #a8a8a8;

}

button {
	background-color: #e8e8e8;
	color: #333;
	font-size: 96%;
	font-family: Arial, sans-serif;
	padding: 0.3em 0.8em 0.3em 0.4em;
	margin: 1em 1em 1em 0em;

	border: 1px solid;
	border-top-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #b8b8b8;
	border-bottom-color: #a8a8a8;
}

button img {
	vertical-align: bottom;
	padding-bottom: 1px;
	padding-right: 0.2em;
}

table { border-collapse: collapse; }

.clear { clear: both; }

.error, .req { color: #8C1604; }

.center {
	text-align: center;
}

.left {
	float: left;
	margin-left: 0em;
}

.right { text-align: right; }

.bold { font-weight: bold; }

.hint {
	color: #aaa;
	font-size: 85%;
	font-family: Arial, sans-serif;
}

.topspace { margin-top: 1.5em; }

.topspaceSmall { margin-top: 0.5em; }

.small { font-size: 90%; }

.textfield { width: 21.5em; }

.errorfield { border: 1px solid #8C1604; }

.o { color: #8C1604; }



/* structure */

.col {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#head {
	background: #8C1604;
	height: 100px;
}

#head #address {
	color: #eee;
	position: absolute;
	right: 0;
	top: 55px;
	text-align: right;
}

#main {
	background: #eee;
}


#foot {
	clear: both;
	background: #8C1604;
	position: relative;
	height: 60px;
}

#foot p {
	color: #eee;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#foot a { color: #ccc; }

#foot .left {
	position: absolute;
	left: 0;
	top: 20px;
}

#foot .right {
	position: absolute;
	right: 0;
	top: 20px;
}


/* navigation tabs */

#nav {
	float: left;
	width: 100%;
	background: #eee;
	font-size: 115%;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #ddd;
}

#nav ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	position: relative;
	top: 1px;
}

#nav li {
	display: inline;
	margin: 0; padding: 0;
}

#nav a {
	float: left;
	background: url("img/tab_left.gif") no-repeat 0 -42px;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	margin: 0 2px 0 0;
	cursor: pointer;
}

#nav a span {
	float: left;
	display: block;
	background: url("img/tab_right.gif") no-repeat 100% -42px;
	padding: 6px 15px 3px 6px;
	color: #444;
}

#nav a:hover {
	background-position: top left;
}

#nav a:hover span {
	background-position: top right;
}

#nav li#currentTab {
}

#nav li#currentTab a {
	background-position: 0 -84px;
}

#nav li#currentTab a span {
	color: #002366;
	background-position: 100% -84px;
	border-bottom: 1px solid #fff;
}

/* content */

#welcomeText {
	text-align: justify;
}

#content {
	clear: both;
	border: solid #ddd;
	border-width: 0 1px 1px 1px;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 20px;

}

#leftCol {
	float: left;
	width: 480px;
}

.bedBathCar {
	padding: 0 0 1em 0;
	margin: 0;
}

a#printLink, a#enquiryLink, a#rentalLink {
	display: block;
	padding-left: 20px;
	background: url("img/printer.gif") no-repeat top left;
	color: #888;
	text-decoration: none;
	margin: 0.5em 0;
	font-size: 95%;
}

a#enquiryLink {
	background: url("img/email_go.gif") no-repeat top left;
}

a#rentalLink {
	background: url("img/table_go.gif") no-repeat top left;
}

a:hover#printLink, a:hover#enquiryLink, a:hover#rentalLink {
	text-decoration: underline;
	color: #002366;
}

a#lettingLink {
	padding-left: 20px;
	background: url("img/table_go.gif") no-repeat top left;
}

#vitals {
	float: right;
	text-align: left;
	width: 280px;
}

#longDesc {
	clear: both;
	padding: 1em 0;
}

#rightCol {
	float: right;
	width: 250px;
}

#searchBox, #contactBox, .sideBox {
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
}

#searchBox h5 {
	padding: 0 0 5px 0;
	margin: 0;
}

#contactBox h5, .sideBox h5 {
	padding: 0 0 10px 0;
	margin: 0;
}

#searchBox select {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
	font-family: Arial, sans-serif;
}

#searchBox button {
	background: #eee;
	margin: 10px 2px 3px 0;
}

.detailedImage {
	float: left;
	margin: 10px 19px 8px 0;
}

#formAlert {
	display: none;
}

/*
	The Letting Application
*/

#rentApp {
	line-height: 110%;
}	

#rentApp h4 {
	padding: 1.5em 0 1em 0;
	clear: both;
}

#rentApp p { clear: both; }

#rentApp .l { width: 20em; } /*long text*/

#rentApp .c { /*checkbox*/
	clear: right;
}

#rentApp .t {
	line-height: 150%;
}

#rentApp label {
	display: block;
	width: 14em;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 90%;
}

#rentApp div {
	margin-bottom: 10px;
	float: left;
}

#rentApp button {
	margin-left: 17em;
}

