html,body {
	font-family: "Frutiger Light", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #007480;
	text-align: left; 
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#page
{
	width: 930px;
	margin: 20px auto;
	background-color: #fff;
	min-height: 600px;
}


#header_image
{
	padding: 0;
	margin: 0;
	width: 930px;
	min-height: 153px;
	float: left;
	text-align: center;
}

#header_image img
{
	margin: 0;
	padding: 0;
}

/*\*/
#header_image
{
	height: 153px;
}

/**/

/* Details for the top menu  */
#menu
{
	width: 900px;
}

#menu ul
{
	float: left;
	margin: 0;
	padding: 15px 0 10px 0;
	list-style-type: none;
}


#menu ul li
{
	height: 22px;
	float: left;
	padding-left: 30px;
}

#menu ul li a
{
	display: block;
	text-decoration: none;
	font-size: 130%;
	color: #007480;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#menu li.spaced 
{ 
	margin-left: 5px; 
}

/* The main content area of the pages */
#body
{
	border-top-width: 15px;
	border-left-width: 15px;
	border-bottom-width: 15px;
	border-right-width: 15px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	width: 900px;
	min-height: 600px;
	font-family: "Frutiger Light", Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

/*\*/
* html #body
{
	height: 600px;
}
/**/

#body.home
{
	border-left-width: 15px;
	border-bottom-width: 15px;
	border-right-width: 15px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	width: 900px;
	min-height: 450px;
	clear: both;
}

/*\*/
#body.home
{
	height: 450px;
}

/**/

/* colour coding for the areas of the web site */
.gen { border-color: #CCE3E6; color: #cce3e6; } /* general area of the web site */
.sal { border-color: #1A828D; color: #1a828d} /* property sales area of the web site */
.let { border-color: #5430B0; color: #5430b0; } /* preperty letting area of the web site */
.man { border-color: #0079B1; color: #0079b1;} /* property management area of the web site */

/* styles for the content */
/* home page */
#body.home #main_content
{
	width: 900px;
	color: #000;
	padding-bottom: 15px;
}

#body.home #main_content img
{
	border: none;
}


/* template one */
#main_content
{
	clear: both;
	width: 900px;
	min-height: 500px;
	color: #007480;
}


#main_content p
{
	/*padding: 10px 15px 15px 20px;
	margin: 0;*/
	font-size: 120%;
	line-height: 150%;
}

#right_content
{
	width: 435px;
	float: right;
	margin: 0px 20px 20px 10px;
	color: #007480;
	display: inline;
}

#main_content h1, #index_right_content h1
{
	margin:0;
	padding:0;
	padding-top: 13px;
	font-size: 250%;
	font-weight: lighter;
	text-align: left;
}

#main_content h2, #index_right_content h2
{
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: 160%;
}

#right_content p, #index_right_content p
{
	font-size: 120%;
}

/* right content lists for About Dundee*/
#right_content ul
{
	margin: 5px 0 5px 35px;
	padding: 0;
	font-size: 120%;
	list-style-type: circle;
}

#right_content ul.clear {
	list-style-type: none;
}

#right_content ul li
{
	margin: 0;
	padding: 2px 0 0 0;
}

#right_content ul li a
{
	padding-left: 35px;
	text-decoration: none;
	color: #007480;
	font-size: 140%;
	line-height: 150%;
	background: #fff url(/images/arrow.gif) no-repeat;
}

#right_content ul li a:hover
{
	text-decoration: underline;
	color: #007480;
}

#right_content a.text {
	font-size: 120%;
}

/* logo and text gif  */

#logo
{
	width: 450px;
	text-align: center;
	padding-top: 20px;
}

#body_links
{
	width: 400px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 130%;
	color: #007480;
}

/* div for left image on template one */
#left_content
{
	width: 400px;
	float: left;
	display: inline;
	/*padding: 20px 0 0 35px;*/
	margin: 20px 10px 20px 20px;
	text-align: center;
}

#prop-search #left_content {
	text-align: left;
	margin-left: 30px;
	width: 380px;
}

#left_content ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#left_content ul li a
{
	padding-left: 35px;
	text-decoration: none;
	color: #007480;
	font-size: 120%;
	line-height: 150%;
	background: #fff url(/images/arrow.gif) no-repeat;
}

#left_content a:hover
{
	text-decoration: underline;
	color: #007480;
}

/* used for left column images */
#img_one
{
	text-align: center;
	color: #007480;
	font-size: 120%;
}

#panarama
{
	clear: both;
	width: 840px;
	padding: 25px 5px 10px 30px;
}

#panarama img {
	width: 100%;
}

.phone
{
	font-weight: bold;
}

a.text
{
	color: #007480;
}



/* index page only */
#body.home #left_content {
	width: 420px;
	float: left;
	display: inline;
	margin-left: 20px;
}

#body.home #right_content {
	width: 400px;
	float: right;
	margin: 0 20px 0 10px;
	color: #007480;
	display: inline;
}

.let #left_content h1 {
	color: #5430b0;
}

/*\*/
* html #body.home #right_content {
	width: 380px;
	margin-left: 0px;
}

* html #body.home #left_content {
	width: 400px;
	margin-left: 10px;
}
/**/

#quick_link
{
	width: 420px;
	float: left;
	margin: 0 15px 0 15px;
}

/* end index page only*/

#b2 {
	text-align: right;
	margin-right: 10px;
}
#b2 a {
	color: #006;
	text-decoration: none;
	line-height: 25px
}

#b2 a:hover {
	text-decoration: underline;
}

/* Property Search CSS */
#prop-search #right_content h1 {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-size: 190%;
	color: #fff;
	background-color: #1a828d;
	width: 410px;
	padding-left: 10px;
	height: 30px;
	line-height: 28px;
}

.let #prop-search #right_content h1 {
	background-color: #5430b0;
}

#prop-search a.submit {
	background: url(/templates/common/images/arrow.gif) no-repeat 52px;
	padding-right: 20px;
}

.let #prop-search a.submit {
	background: url(/templates/common/images/let-arrow.gif) no-repeat 52px;
	padding-right: 20px;
}

.row {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.row-split {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.row-split label {
	float: left;
	text-align: right;
	width: 25%;
}

.let .row-split label {
	color: #5430b0;
}

.row-split span.widget{
	float: left;
	width: 21%;
	margin-left: 8px;
}

.row-split #submit a {
	color: #1a828d;
	text-decoration: none;
	font-size: 150%;
	float: right;
}

.let .row-split #submit a {
	color: #5430b0;
}

.row-split #submit input {
	background-color: #1a828d;
	color: #fff;
	border: 1px solid #000;
}

.let .row-split #submit input {
	background-color: #5430b0;
}

.row-split span.widget input, .row-split span.widget select {
	width: 100%;
}

.row label {
	float: left;
	text-align: right;
	width: 25%;
}

.let .row label {
	color: #5430b0;
}

.row span.widget {
	float: right;
	text-align: left;
	width: 73%;
}

.row span.widget input, .row span.widget select {
	width: 96%;
	color: #1a828d;
}

.let .row span.widget input, .let .row span.widget select {
	color: #5430b0;
}

.row span.widget input {
	width: 94%;
}

#results h1 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 180%;
	color: #fff;
	background-color: #1a828d;
	height: 30px;
	line-height: 30px;
}

.let #results h1 {
	background-color: #5430b0;
}

#results {
	padding: 30px;
	padding-top: 0;
}

.resultitem {
	width: 100%;
	height: 100px;
	clear: both;
}

.resultitem img {
	float: left;
	width: 100px;
	height: 100px;
}

.resultitem .address {
	float: left;
	margin-left: 40px;
	width: 200px;
	height: 100px;
	overflow: auto;
	padding-top: 5px;
}

.address .price {
	font-size: 120%;
}

.resultitem .details {
	padding-top: 5px;
	float: right;
	width: 450px;
	height: 100px;
	overflow: auto;
}

.let .resultitem .details h2 {
	color: #5430b0;
}

#results .selected {
	cursor: pointer;
	background-color: #e1eff0;
}

.let #results .selected {
	background-color: #D2C8F0;
}

#results .resultitem .details h2 {
	font-size: 120%;
	padding: 0;
}

#results .resultitem .details p {
	font-size: 95%;
	padding: 0;
	margin-top: 5px;
}

hr {
	color: #1a828d;
	height: 1px;
}

#prop-details {
	padding: 10px 30px;
}

#prop-details a {
	text-decoration: none;
	color: #1a828d;
}

.let #prop-details a {
	color: #5430b0;
}

#prop-details a.back {
	background: url(/templates/common/images/back-arrow.gif) no-repeat;
	padding-left: 20px;
	height: 20px;
	display: block;
}

.let #prop-details a.back {
	background: url(/templates/common/images/let-back-arrow.gif) no-repeat;
}

#prop-details img {
	border: none;
}

#prop-details h1 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 180%;
	color: #fff;
	background-color: #1a828d;
	height: 30px;
	line-height: 30px;
}

.let #prop-details h1 {
	background-color: #5430b0;
}

#prop-details #left_content {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 400px;
	padding-bottom: 10px;
}

#prop-details #right_content {
	width: 400px;
}

#prop-details #left_content img {
	width: 400px;
	height: 300px;
	border: 1px solid #999;
}

#imagestrip a.prev {
	display: block;
	height: 100%;
	width: 16px;
	background: url(/templates/common/images/left-arrow.gif) no-repeat 0;
}

.let #imagestrip a.prev {
	background: url(/templates/common/images/let-left-arrow.gif) no-repeat 0;
}

#imagestrip a.next {
	display: block;
	height: 100%;
	width: 16px;
	background: url(/templates/common/images/right-arrow.gif) no-repeat 0;
}

.let #imagestrip a.next {
	background: url(/templates/common/images/let-right-arrow.gif) no-repeat 0;
}

#imagestrip {
	width: 400px;
	margin-top: 10px;
}

#left_content #imagestrip img {
	width: 133px;
	height: 100px;
	float: left;
	margin-left: 40px;
	border: 1px solid #999;
}

#right_content p {
	margin: 10px 0px;
}

.let #prop-details #price-detail, .let #prop-details #house-features {
	color: #5430b0;
}

#prop-details #price-detail {
	margin-top: 20px;
	font-size: 150%;
}

#prop-details #address {
	font-size: 150%;
}

#prop-details #house-features {
	margin: 0;
	font-weight: bold;
}

#prop-details #house-detail {
	margin: 0;
}

#prop-details #schedule {
	margin-top: 20px;
}

#prop-details #pagelist {
	clear: both;
	height: 20px;
	min-width: 100px;
	color: #1a828d;
}

.let #prop-details #pagelist {
	color: #5430b0;
}

#prop-details #pagelist a {
	display: block;
	float: left;
	height: 19px;
	width: 20px;
	color: #fff;
	font-size: 110%;
}

#prop-details #pagelist a.on {
	background-image: url( /templates/common/images/sale-box-on.gif );
}
#prop-details #pagelist a.off {
	background-image: url( /templates/common/images/sale-box-off.gif );
}
.let #prop-details #pagelist a.on {
	background-image: url( /templates/common/images/let-sale-box-on.gif );
}
.let #prop-details #pagelist a.off {
	background-image: url( /templates/common/images/let-sale-box-off.gif );
}

p .price {
	font-size: 120%;
	font-weight: bold;
}