/*	-------------------------------------------------------------
	Station Meadow View
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Template Styles
	Filename:		template.css
	Version:		1.1
	Date:			February 29th 2008
	-------------------------------------------------------------	*/
html { height: 100%; margin-bottom: 1px; }

body {
	margin: 0px;
	padding: 0px;
	background-color: #DADADB;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	visibility: hidden;
}
#container {
	background-image: url(../images/gen/main_bk.gif);
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #8A8D05;
	width: 960px;
	margin-left: 7px;
}
#logo {
	background-image: url(../images/gen/stat_logo.gif);
	background-repeat: no-repeat;
	height: 104px;
	width: 511px;
	float: left;
}
#showhomelogo {

	height: 104px;
	width: 88px;
	float: left;
}
#enquiry {
	background-image: url(../images/gen/enquiry.gif);
	background-repeat: no-repeat;
	height: 104px;
	width: 262px;
	float: right;
}

#menu {
	background-image: url(../images/gen/menu_bk.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
	padding-left: 860px;
}

#menu a{
	color: #686A04;
	text-decoration: none;
}
#main {
	width: 960px;
	margin-left: 7px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#col_left {
	background-color: #8A8D05;
	width: 148px;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	background-image: url(../images/gen/side_menu_bk.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#col_right {
	width: 810px;
	margin-top: 2px;
	margin-left: 2px;
	display: inline; /* This prevents the IE 5-6 Double Margin Float Issue*/
	float: right;
	display: inline;
}
.sidemnu_links {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.sidemnu_links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidemnu_apartments {
	padding-left: 15px;
	background-color: #CCCB8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #686A04;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sidemnu_apartments a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #686A04;
	text-decoration: none;
	margin-bottom: 20px;
}
#sidedropdown {
	background-color: #CCCB8F;
	padding: 5px 5px 5px 8px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 130px;
	border: 1px solid #686A04;
}
.sidemnu_spacer {
	height: 5px;
	width: 10px;
	font-size: 1px;
}
#footer {
	height: 17px;
	width: 925px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 15px;
	margin-right: 7px;
	margin-left: 7px;
}
#footer_lftlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	float: left;
}
#footer_rghtlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	float: right;
}
#footer_rghtlink a {
	text-decoration: none;
	color: #666666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686A04;
}
input {
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tbl_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCB8F;
}
.table {
	padding: 4px;
	color: #000000;
}
