﻿body
{
	background-color: #b1bb1e;
	color: #333;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
}

a
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	color: #b1bb1e;
}

a img
{
	border: 0;
}

h1
{
	color: #b2bb1e;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

h2
{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

#Wrapper
{
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#Header
{
	background-image: url("Images/Head.png");
	height: 468px;
	position: relative;
	width: 800px;
}

#Header a.Home
{
	height: 145px;
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
}

#Header a.Leasing
{
	height: 50px;
	left: 410px;
	position: absolute;
	top: 165px;
	width: 205px;
}

#Nav
{
	background-color: #ccc;
	border-bottom: solid 1px #fff;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 6px 0;
	text-align: center;
}

#Nav a
{
	color: #000;
	padding: 0 15px;
	text-decoration: none;
}

#Nav a:hover
{
	color: #7399c6;
}

#MainContent
{
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	width: 525px;
}

#Sidebar
{
	color: #7399c6;
	float: left;
	margin-bottom: 20px;
	margin-left: 50px;
	width: 185px;
}

#Sidebar div
{
	margin-bottom: 25px;
}

#Footer
{
	background-color: #7399c6;
	border-top: solid 5px #fff;
	clear: both;
	color: #fff;
	font-family: Arial, sans-serif;
	height: 60px;
	position: relative;
	width: 800px;
}

#Footer #Address
{
	left: 20px;
	position: absolute;
	top: 15px;
}

#Footer #CBRE
{
	left: 590px;
	position: absolute;
	top: 25px;
}

#Footer #Unico
{
	left: 690px;
	position: absolute;
	top: 5px;
}

.InputForm
{
	height: 100%;
	left: 6px;
	position: relative;
}

.SuccessPanel
{
	background-color: #f1fbed;
	color: #76d750;
	padding: 8px 0;
	text-align: center;
}

.InputForm .LeftInputs
{
	float: left;
	left: 15px;
	position: relative;
	width: 360px;
}

.InputForm .LeftInputs #ZIPCodeInput
{
	left: 100px;
	position: absolute;
	top: 244px;
}

.InputForm .LeftInputs #ZIPCodeInput .RoundedTextBox, .InputForm .RightInputs #PriceInput .RoundedTextBox
{
	background-image: url("Images/ZIPCodeBox.gif");
	width: 150px;
}

.InputForm .RightInputs
{
	left: 290px;
	position: absolute;
	width: 350px;
}

.InputForm .Input
{
	margin-bottom: 10px;
}

.InputForm label
{
	clear: both;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.StyledRadioButtonList td
{
	font-size: 13px;
	font-weight: normal;
	padding-right: 20px;
}

.StyledRadioButtonList label
{
	display: inline;
	margin-bottom: 0;
}

.InputForm #Submit
{
	clear: both;
	left: 15px;
	margin-bottom: 30px;
	position: relative;
	top: 15px;
}

.InputForm #Privacy
{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin-left: 15px;
}

.RoundedDropDown
{
	border: 0;
	background: url("Images/ZIPCodeBox.gif") no-repeat;
	height: 27px;
	width: 73px;
}

.RoundedDropDown select
{
	border: 0;
	height: 23px;
	margin: 2px 0 0 4px;
	width: 65px;
}

.RoundedTextBox
{
	border: 0;
	background: url("Images/TextBox.gif") no-repeat;
	height: 27px;
}

.RoundedTextBox.Error
{
	background-image: url("Images/ErrorBox.gif");
}

.RoundedTextBox input
{
	background-color: #fff;
	border: 0;
	height: 20px;
	margin: 3px 0 0 5px;
	width: 230px;
}

.RoundedTextBox.Error input
{
	background-color: #fbe9e8;
}

.RoundedTextBox textarea
{
	background-color: #fff;
	border: 0;
	height: 98px;
	overflow: auto;
	margin: 3px 0 0 5px;
	width: 338px;
}

.RoundedTextBox.TextArea
{
	border: 0;
	background: url("Images/TextArea.gif") no-repeat;
	height: 105px;
	width: 346px;
}

.StyledRadioButtonList .Unchecked
{
	background: url("Images/radio-unchecked.gif") no-repeat;
}

.StyledRadioButtonList .Checked
{
	background: url("Images/radio-checked.gif") no-repeat;
}

.StyledDropDown-Wrapper
{
	border: 0;
	color: #333;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 16px;
}

div.StyledDropDown-Wrapper ul
{
	background: #fff;
	border: solid 1px #999;
	list-style-type: none;
	height: 200px;
	margin: -3px 0 0 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	width: 75px;
}

div.StyledDropDown-Wrapper ul li
{
	cursor: pointer;
	display: block;
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}

div.StyledDropDown-Wrapper ul li.Current
{
	background-color: #cdd8e4;
}

div.StyledDropDown-Wrapper ul li.Selected
{
	background-color: #eaf2fb;
}

.StyledDropDown-Wrapper label
{
	display: block;
}

.StyledDropDown
{
	background: url("Images/StateBox.gif") no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 25px;
	padding: 5px 0 0 5px;
}

.ContentBlock
{
	margin: 0 0 35px 21px;
}

.ErrorBlock
{
	background-color: #F9C8C5;
	color: #d52b1e;
	padding: 8px;
	text-align: center;
}

.ErrorLabel
{
	color: #d52b1e;
}

ul.Links
{
	left: -10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 580px;
}

ul.Links li
{
	display: inline;
	margin-left: 20px;
}

.Links span
{
	cursor: pointer;
	text-decoration: underline;
}

.Links span:hover
{
	color: #b1bb1e;
}

.FloorPlan
{
	margin-top: 40px;
}

#FloorPlanDownload
{
	left: 610px;
	position: absolute;
	width: 150px;
}

