* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../images/main-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}


/* Top Styling */
#main-wrapper {
	margin: 0px auto;
	width: 780px;
}

#masthead-nav-top {
	height: 5px;
	margin-top: 5px;
	background-color: #00009d;
	background-image: url('../images/masthead-top-bg.gif');
	background-position: top;
	background-repeat: no-repeat;
}
#masthead-wrapper {
	background-color: #00009d;
	height: 73px;
	background-image: url('../images/logo.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 2px solid #ffffff;
}

#global-nav-wrapper {
	padding: 3px 5px 6px 10px;
	background-color: #b8b8b8;
	background-image: url('../images/main-nav-bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}
#global-nav-wrapper ul {
	list-style: none;
}
#global-nav-wrapper li {
	margin-right: 15px;
	display: inline;
}
#global-nav-wrapper a:link,
#global-nav-wrapper a:visited {
	color: #ffffff;
	text-decoration: none;
}
#global-nav-wrapper a:hover,
#global-nav-wrapper a:active {
	color: #ffffff;
	text-decoration: underline;
}


/* Main Content Styling */
#main-content-top {
	background-color: blue;
	height: 5px;
}
#main-content-wrapper {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#main-content {
	width: 100%;
	background-color: #ffffff;
	background-image: url('../images/main-content-bg.gif');
	background-repeat: repeat-y;
}

/* Left Content */
#left-content-wrapper {
	float: left;
	width: 150px;
	padding: 10px 0px 0px 0px;
	background-color: #ececec;
	background-image: url('../images/left-col-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#left-content-wrapper h1 {
	font-size: 11px;
	margin: 0px;
	padding: 3px 5px 5px 5px;
	background-color: #b8b8b8;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
}

/* Middle Content */
#middle-content-wrapper {
	float: left;
	width: 480px;
	padding: 10px 0px 0px 0px;
}
#middle-content-wrapper h1 {
	font-size: 11px;
	margin: 0px;
	padding: 4px 10px 5px 5px;
	background-color: #00009d;
	color: #ffffff;
	overflow: hidden;
}
.middle-splash {
	padding-bottom: 7px;
	background-image: url('../images/splash-img-bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
#middle-content-wrapper p {
	margin: 4px 4px 4px 4px;
	padding: 5px;
	color: #666666;
	font-size: 10px;
	/*background-color: #ececec;
	border: 1px solid #b8b8b8;*/
}
#middle-content-wrapper p a:link,
#middle-content-wrapper p a:visited {
	font-weight: bold;
	color: #00009d;
	text-decoration: none;
}
#middle-content-wrapper p a:hover,
#middle-content-wrapper p a:active {
	color: #00009d;
	text-decoration: underline;
}


#middle-content-wrapper form {
	margin: 0px 9px 8px 9px;
	padding: 10px 10px 6px 10px;
	_padding: 8px 10px 5px 10px;
	background-color: #ececec;
	border: 1px solid #b8b8b8;
}

/*.form-style {
	margin: 0px 9px 8px 9px;
	padding: 10px 10px 6px 10px;
	_padding: 8px 10px 5px 10px;
	background-color: #ececec;
	border: 1px solid #b8b8b8;
}*/



.form-row {
	margin-bottom: 8px;
}
.form-label {
	float: left;
	width: 160px;
	color: #555555;
	font-weight: bold;
	font-size: 10px;
}
.form-element {
	float: left;
}
.form-element select {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #00009d;
}
.form-element input {
	width: 98px;
	_width: 102px;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	_margin-left: -9px;
	font-weight: bold;
	color: #00009d;
}

.submit-button {
	font-weight: bold;
	color: #00009d;
	font-size: 10px;
}

#middle-content-wrapper .img-border {
	margin: 0px 0px 8px 9px;
	/*padding: 0px 0px 0px 0px;*/
	border: 1px solid #b8b8b8;
}






/* Search Results Styling */
.prop-box-wrapper {
	margin: 0px 9px 15px 9px;
	/*background-color: #ececec;*/
	font-size: 10px;
	color: #555555;
}
.prop-box-wrapper a:link,
.prop-box-wrapper a:visited {
	color: #00009d;
	text-decoration: none;
}
.prop-box-wrapper a:hover,
.prop-box-wrapper a:active {
	color: #00009d;
	text-decoration: underline;
}
.prop-box-address {
	width: 448px;
	padding: 5px;
	background-color: white;
	border-top: 1px solid #ececec;
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
	color: #555555;
	font-weight: bold;
}
.prop-box-address a:link,
.prop-box-address a:visited {
	color: #555555;
}
.prop-box-address a:hover,
.prop-box-address a:active {
	color: #555555;
	text-decoration: underline;
}

.prop-box-details-wrapper {
	padding: 7px;
	background-color: #ececec;
}
.prop-box-title {
	font-weight: bold;
	color: #555555;
}
.prop-box-desc {
	width: 448px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prop-box-info-wrapper {
	margin-top: 10px;
}
.prop-info-text {
	margin-bottom: 4px;
}
.prop-box-details-left {
	float: left;
	width: 230px;
}
.prop-box-details-right {
	float: right;
	text-align: right;
	width: 210px;
}
.prop-box-details-right-2 {
	float: right;
	text-align: left;
	width: 210px;
}
.prop-detail-map-link {
	text-align: right;
}
.prop-box-img-border {
	margin-top: 6px;
	border: 2px solid #555555;
}
.prop-box-img {
	margin-top: -40px;
}
.prop-box-img-not-let {
	
}
.let {
	position: relative;
	top: 45px;
}

.prop-images-wrapper {
    margin-top: 10px;	
    /*text-align: right;*/
}
.prop-images-wrapper img {
	margin: 2px 2px 0px 0px;
	/*border: 2px solid #555555;*/
}

.request-viewing {
	margin-right: 63px;
}
.email-page {
	
}
.print-page {
	margin-left: 63px;
}

.google-map {
	text-align: right;
	margin: 0px 25px 10px 0px;
}

/* Right Content */
#right-content-wrapper {
	float: left;
	width: 150px;
	padding: 10px 0px 0px 0px;
	background-color: #ececec;
	background-image: url('../images/right-col-bg.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
#right-content-wrapper h1 {
	font-size: 11px;
	margin: 0px;
	padding: 3px 5px 5px 5px;
	background-color: #b8b8b8;
	color: #ffffff;
	overflow: hidden;
	text-align: left;
}
#right-content-wrapper p {
	margin: 5px;
	color: #555555;
}


/* Landlords Form Styling */
.wide-select {
	width: 100px;
}
.wide-text {
	width: 800px;
}
.form-error {
	color: #EE0000;
}



/* Footer Styling */
#footer-wrapper {
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 6px 10px;
	_padding: 2px 10px 6px 10px;
	border-top: 1px solid #b8b8b8;
	background-color: #00009d;
	background-image: url('../images/footer-bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}
#footer-right a:link,
#footer-right a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer-right a:hover,
#footer-right a:active {
	color: #ffffff;
	text-decoration: underline;
}
#footer-right ul {
	list-style: none;
}
#footer-right li {
	display: inline;
}


/* extra styling bits and bobs */
.office-details {
	float: left;
	margin: 0px 10px 15px 28px;
	color: #666666;
	font-size: 10px;
}

.office-details a:link,
.office-details a:visited {
	margin-top: 3px;
	font-weight: bold;
	color: #00009d;
	text-decoration: none;
}
.office-details a:hover,
.office-details a:active {
	color: #00009d;
	text-decoration: underline;
}



/* Request a viewing styling */
.request-viewing-content {
	margin-top: 10px;
	font-weight: bold;
	color: #666666;
}
.request-viewing-content td {
	/*padding-right: 30px;*/
	padding-bottom: 5px;
	font-size: 10px;
}
.request-viewing-content input {
	color: #00009d;
	font-weight: bold;
	font-size: 10px;
}
.request-input {
	width: 200px;
}
.request-viewing-content p {
	color: white;
	margin: 0px 9px 8px 9px;
	margin: 0px;
	padding: 10px 10px 6px 10px;
	_padding: 8px 10px 5px 10px;
	background-color: #ececec;
	border: 1px solid #b8b8b8;
}
.request-text {
	font-size: 10px;
	color: #ffffff;
	margin: 0px 9px 8px 9px;
	padding: 6px 10px 6px 10px;
	_padding: 8px 10px 5px 10px;
	/*background-color: #ececec;
	border: 1px solid #b8b8b8;*/
}

/* Print Styling */
.print-header {
	display: none;
}



/* Tenants Styling */
.tenants-box-wrapper {
	width: 465px;
	margin: 0px 0px 7px 7px;
}
.tenants-box-top {
	padding: 2px 0px 3px 4px;
	background-color: #00009d;
	background-image: url('../images/tenants-box-top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}

.tenants-box-middle {
	padding: 7px;
	background-image: url('../images/tenants-box-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
.tenants-title {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.tenants-table {
	margin: 6px 0px 0px 0px;
	background-color: #ececec;
	border: 2px solid #00009d;
}
.tenants-question {
	width: 20%;
	padding: 3px;
	color: #666666;
	font-weight: bold;
}
.tenants-answer {
	padding: 3px;
	color: #666666;
}
.tenants-divide {
	border-top: 1px dashed #666666;
}
.tenants-box-text {
	margin-top: 5px;
	color: #666666;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.tenants-box-text a:link,
.tenants-box-text a:visited {
	text-decoration: underline;
	color: #ff0000;
}
.tenants-box-text a:hover,
.tenants-box-text a:active {
	text-decoration: none;
	color: #cc0000;
}

.tenants-box-bottom {
	padding: 2px 0px 3px 4px;
	background-color: #00009d;
	background-image: url('../images/tenants-box-bottom.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}

.question {
	font-weight: bold;
}

.small {
	font-size: 9px;
}