﻿/*******************************************************************/
/* First Point Properties CSS Document
/* By Paul Cooper
/* Created: 20/02/08
/* Modified: 21/02/08 (Paul Cooper)
/*******************************************************************/

body
{
    font-family: Verdana;
    font-size: 0.8em;
    color: #333;
    background: #828599;
}

html, body, form, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, legend, fieldset
{
    margin: 0;
    padding: 0;
}

a img
{
    border: none;
}

img
{
    display: block;
}

input {
background: #FFF !important;
color:#000;
border:1px solid #FFF;
} 

/*******************************************************************/
/* Layout Elements 
/*******************************************************************/

#fullcol 
{
    width: 900px;
    margin: 0 auto;
    border: 1px solid #fff;
    background: #303871;
    color: #fff;
}

#banner 
{
    height: 220px;
    background: url(images/banner.jpg) no-repeat top left;
}

#maincontent 
{
    padding: 10px;
}

#footer 
{
    width: 900px;
    margin: 10px auto 10px auto;
    color: #fff;
    font-size: 0.85em;
}

/*******************************************************************/
/* Homepage Styling
/*******************************************************************/

#homecontent 
{
    float: left;
    width: 640px;
    margin: 20px;
}

#homeaward 
{
    float: right;
    margin: 20px;
}

/*******************************************************************/
/* Content Styling
/*******************************************************************/

a 
{
    color: #fff;
}

h1 
{
    color: #ffe507;
    font-family: Tahoma;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 2.4em;
    margin: 0 0 10px 0;
}

h2
{
    color: #ffe507;
    font-family: Tahoma;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.8em;
    margin: 0 0 10px 0;
}

h3 
{
    color: #ffe507;
    font-family: Tahoma;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.4em;
    margin: 0 0 10px 0;
}

p 
{
    line-height: 1.8em;
    font-size: 0.9em;
    margin: 5px 0 10px 0;
}


#maincontent ul 
{
    margin: 15px;
}

#maincontent li 
{
    margin: 10px;
    line-height: 1.6em;
}

/*******************************************************************/
/* Menu Styling
/*******************************************************************/

#menu
{
    width: 900px;
    background: #000;
    background: #4A54A9 url(images/menu1.jpg) repeat-x;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size:14px;
}

#menu a 
{
    color: #ffe906;
    text-decoration: none;
    font-size:0.85em;
}

#menu a:hover 
{
    text-decoration: underline;
}

#menu li 
{
    list-style: none;
    float: left;
    display: block;
    letter-spacing:-1px;
    padding:8px 5px 8px 6px;
    /*padding: 10px 17px;*/
    border-right: 1px solid #fff;
    background: #4D5EF2 url(images/menu2.jpg) repeat-x;
}

#menu .alt 
{
    background: #4A54A9 url(images/menu1.jpg) repeat-x;
}

/*******************************************************************/
/* Homepage Styling
/*******************************************************************/

#homepagemodules 
{
    margin: 0;
    padding: 0;
}

#homepagemodules li 
{
    float: left;
    width: 277px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(images/hometile.jpg) repeat-y bottom left;
    height: 325px;
}

#homepagemodules li h2 
{
    background: url(images/homehead.jpg) no-repeat;
    height: 6px;
    padding: 30px;
}

#homepagemodules li .content 
{
    padding: 0 30px;
}

#homepagemodules li .content label 
{
    float: left;
    display: block;
    width: 200px;
}

#homepagemodules li .content select 
{
    float: left;
    display: block;
    width: 212px;
    padding: 3px;
    background: #20275E;
    color: #fff;
    border: 1px solid #fff;
}

#homepagemodules li .content .text 
{
    float: left;
    display: block;
    width: 204px;
    padding: 3px;
    color: #000;
    border: 1px solid #fff;
    background: #20275E;
}

#homepagemodules li .content .submit 
{
    float: left;
    display: block;
    width: 97px;
    margin: 10px 0 0 0;
    height: 30px;
    padding: 0 0 5px 0;
    color: #000;
    background: url(images/submit.jpg) no-repeat;
    border: none;
    cursor:pointer;
}

#homepagemodules li .content .propertyimage 
{
    float: left;
    margin: 0 5px 0 0;
}

#homepagemodules li .content p 
{
    margin: 0;
    padding: 0;
}

/*******************************************************************/
/* Footer Styling
/*******************************************************************/

#footer .bell 
{
    float: right;
    text-align: right;
    width: 300px;
}

.footer .copyright 
{
    width: 500px;
    float: left;
}

/*******************************************************************/
/* Results Page
/*******************************************************************/

.mainimg
{
    float: right;
    background: #303871;
    padding: 0 0 0 10px;
}

.heading  h2
{
    border-bottom: 1px solid #FFE507;
}

.images li 
{
    float: left;
    list-style: none;
}

#bodytext fieldset, #rooms fieldset
{
    padding: 20px;
    margin: 10px;
    border: 1px solid #fff;
}

#bodytext legend, #rooms legend 
{
    padding: 0 10px;
    margin: 10px 0;
    color: #FFE507;
    font-size: 1.1em;
    font-weight: bold;
}

.property
{
	width: 880px;
}

.property table
{
	font-size: 1.6em;
	margin: 0 10px 10px 8px;
}

.property table a
{
	color: #FFF;
	padding: 2px;
}

.property table a:hover
{
	color: #CCC;
	text-decoration: none;
}

.property table a:visited
{
	color: #CCC;
}

.detailimage
{
	float: left;
	background: #303871;
	padding: 2px;
	border: 1px solid #fff;
	margin: 0 15px 0 0;
}

.property h4
{
	background: #fff;
	padding: 5px 0 8px 0;
	margin: 0 0 15px 0;
}

.property h4 a
{
	color: #303871;
}

.property p
{
	color: #FFF;
	width: 760px;
	float: right;
	margin: 0 0 15px 0;
}

table, tr, td, th 
{
    border: none;
}

/*******************************************************************/
/* Form Styling
/*******************************************************************/

.form
{
    width: 500px;
    margin: 10px;
    font-size:11px;
}

.form dt
{
    float: left;
    width: 140px;
    margin: 0 0 10px 0;
}

.form dd 
{

    margin: 0 0 10px 0;
}

.form input, .form textarea
{
    padding: 5px;
    font-family: Verdana;
    font-size: 1em;
    color: #555;
    width: 220px;
}

.form .submit 
{
    width: 100px;
}

.searchFrame
{
	width:900px;
	height:630px;
	margin:0 0 0 -10px;
	padding:0;
	font-size:5em;
	border:none;
}

.searchFrame tr
{
}

#clientForm
{
	width:800px;
}

#clientForm dt
{
	padding:8px 0 3px 0;
}

#sellrequest input
{
	color:#000;
}

/*******************************************************************/
/* Global Classes
/*******************************************************************/

.clear 
{
    clear: both;
}