/*********************************************************/
/*                    GENERIC ELEMENTS                   */
/*********************************************************/

html{background-color: #C8C8C8;} /*Light Grey*/

body
{
	background-color: #8B8B8B; /*Dark Grey*/
	text-align: left;
	margin: 0px;
	padding: 0px;
}

br{line-height: 15px;}

form{margin:0;padding:0;}

/*********************************************************/
/*                 FONT-RELATED ELEMENTS                 */
/*********************************************************/

h2, h3, h4, p{margin:0;padding:0 0 5px 0}

h2, h3, h4
{
	font: 16pt/16pt "Times New Roman", Times, serif;
	color: #8B8B8B;  /*Dark Grey*/
	text-align: left;
}

h3{font-size:13pt;color:#900;}

h4.bottom{font-size:14pt; color: #8B8B8B; text-align: center; margin-top: 10px;}

h5
{
	font:bold 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666; 
	margin:0px auto;
	padding: 4px 10px;
	background-color: #FDFF01;
	text-align: left;
}

p
{
	font:normal 9pt/14pt Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	text-align: left;
}

/*The various hyperlinks and their associated properties.*/
a:link {text-decoration: none;}
a:hover {text-decoration: underline;}
.network_text a {text-decoration: underline; color: #FFFFFF;}
.caption a {text-decoration: underline; color: #666666; font-size: 11px;}
.db_caption a {text-decoration: underline; color: #666666; font-size: 11px;}

/*********************************************************/
/*                    LAYOUT ELEMENTS                    */
/*********************************************************/

#container{background-color: #FFFFCC;} /*Lemon Yellow*/

#header
{
	background: #000  url("images/new_header.gif") no-repeat top left;
	height: 180px;
	width:auto;
}

* html #header {min-height: 180px;} /* Minimum Height hack for Internet Explorer.*/

.top_anim{position:absolute;top:0px;left:0px;}

#dobson_logo
{
position:absolute;
top:10px;right:20px;
}

* html #dobson_logo {padding-top: 25px;}

#header_text
{
	position:absolute;
	left:10px;
	top:130px;
	text-align: left;
	font: bold 14px "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: 1.75px;
}

/*The DIV in which the navigation is contained.*/
#header div#nav
{
	position:absolute;
	top:152px;
	right:0px;
	width:665px;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
}

/*The UL which forms the basis of the navigation.*/
#header div#nav ul
{
	position:relative;
	top:0;
	left:0;
	list-style: none;
	margin:0;
	padding:0;
}

/*The LI which represents each item. Background is the bulk of the tab image.*/
#header div#nav li
{	
	float: left;
	display:inline;
	background:  url("images/std_tab_left.gif") no-repeat left top;
	margin-right: 2px;
	padding: 0 0 0 4px;
}

#link1{width:57px;}/* home */
#link2{width:95px;}/* search */
#link3{width:70px;}/* let search */
#link4{width:82px;}/* mortgages */
#link5{width:58px;}/* about */
#link6{width:78px;}/* mailing list */
#link7{width:88px;}/* mailing list */
#link8{width:85px;}/* contact us */

/*The A which represents the tab link. Background is the left sliver of the tab image.*/
#header div#nav li a 
{ 
	display: block;
	background:  url("images/std_tab_right.gif") no-repeat right top;
    padding: 7px 14px 6px 10px;
	text-decoration: none;
	color: #FFFF66;
}

#header div#nav li a:hover {text-decoration: underline;}

#header div#nav li.current {background:  url("images/current_tab_left.gif") no-repeat left top;}

#header div#nav li.current a
{
    background:  url("images/current_tab_right.gif") no-repeat right top;
	color: #3D3D3D;
}

#header div#nav li.highlight {background: url("images/highlight_tab_left.gif") no-repeat left top;}

#header div#nav li.highlight a
{
    background:  url("images/highlight_tab_right.gif") no-repeat right top;
	color: #CC0000;
}

#left_column
{

	position:absolute;
	top:181px;
	left:0;
	width: 160px;
	background-color: #FFFFCC; /*Lemon Yellow*/
	padding: 5px 0 0 5px;
	text-align: center;
	margin:0;
}

#star_property
{
	background-color: #FFFF99; /*Medium Yellow*/
	margin-bottom: 5px;
}

#schools_box
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8B8B8B;  /*Dark Grey*/
	height: 67px;
}

#schools_box img
{
	float: left;
	margin:5px;
}
/*The DIV containing the NAEA logo on each page.*/
.left_logo
{
	margin-top: 20px;
	margin:10px auto;
}

/*The DIV containing the content on each page.*/
#content
{
	min-height:440px;
	width:auto;
	padding:0 0 0 30px;
	margin:10px 20px 0 160px;
}
* html #content{height:440px;padding-top:10px;}

#content.home{margin:10px 270px 0 160px;}

/*********************************************************/
/*             CONTENT-SPECIFIC ELEMENTS                 */
/*********************************************************/

#content a:link, #content a:active, #content a:visited{color:#900; text-decoration: none;}
#content a:hover{color:#999; text-decoration: underline;}

/*A generic means of aligning pictures to the right or left of text.*/
.picright
{
	float: right;
	margin: 0px 0px 10px 10px;
	border:1px solid #000;
}

.picleft
{
	float: left;
	margin: 0px 10px 10px 0px;
	border:1px solid #000; /*Black*/
}

/*A means of removing the blue link border from hyperlinked images.*/
.borderless img{border: 0px;}

/*A generic means of starting a new DIV, aligned to the left or right, and clearing previous content.*/
.align_left
{
	text-align: left;
	clear: both;
}

.align_right
{
	text-align: right;
	clear: both;
}

#view_prop_btn
{
	text-align: left;
	padding: 5px;
}

/*The shop-front image used on the homepage.*/
#shop_front_img
{
	position: absolute;
	top: 190px;
	right: 0px;
	margin:10px 0 0 0;
	background: url("images/shop_front.jpg") no-repeat top right;
}

#db_shop_front_img
{
	position: absolute;
	top: 190px;
	right: 0px;
	margin:10px 0 0 0;
	background: url("images/db_shop_front.jpg") no-repeat top right;
}

/*The DIV containing the Home Sale Network text on the homepage.*/
#network
{
	display:block;
	width:60%;
	background: #008f65  url("images/network_bg.jpg") no-repeat top right;
	min-height: 90px;
	margin: 10px 0 0 0;
	padding:0 155px 0 0;
	text-align: left;
}

* html #network{width:60%; height: 90px;}

/*The text used in the address section of the feature property box.*/
p.feature_address
{
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #c00; /*Red*/
	background-color: #FFFF99; /*Lemon Yellow*/
	text-align: left;
	margin:0;
	padding:2px 0;
}

/*The text used in the price section of the feature property box.*/
p.feature_price
{
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c00;  /*Red*/
	background-color: #FFFF99;  /*Lemon Yellow*/
	text-align: center;
	margin:0;
	padding:0;
}

/*The text used in the Home Sale Network box.*/
p.network_text
{
	color: #FFFFFF; /*White*/
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 19px;
	padding-left: 19px;
	padding-right: 0px;
}

/*The text used in the text beneath the shop-front image on the homepage.*/
p.caption
{
	text-align: left;
	margin-top: 220px;
	margin-left: 20px;
	margin-bottom: 40px;
	font-size: 10px;
	font-weight: bold;
	width: 228px;
}

p.db_caption
{
	text-align: left;
	margin-top: 295px;
	margin-left: 20px;
	margin-bottom: 40px;
	font-size: 10px;
	font-weight: bold;
	width: 228px;
}

/*The text used on the footer that is on each page.*/
p.footer_text
{
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #8B8B8B; /*Dark Grey*/
	text-align: left;
	margin-left: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
}

/*The text used wherever small, yellow text is required.*/
p.small_text
{
	font-family: Geneva, Arial, helvetica, sans-serif;
	line-height:13px;
	font-size: 10px;
	color: #FFFF00; /*Yellow*/
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	margin-left: 66px;
	padding-top: 6px;
}

/*The small hyperlink text used on various pages.*/ 
p.small_text a
{
	text-decoration: none;
	color: #FFFFFF;
}

/*The text used wherever small, yellow underlined text is required.*/
.small_text_ul
{
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

/*The table used to display local schools.*/
#schools
{
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-top:1px solid #8E8E8E;
	border-left:1px solid #8E8E8E;
	border-collapse: collapse; 
}

/*The caption of the table used to display local schools. Placed at bottom of table, but this is ignored by Internet Explorer*/
caption
{ 
    width: auto;
    text-align: right; 
	margin-top: 10px;
	font-size: 10px;
}
#schools th, #schools td
{
	border-bottom:1px solid #8E8E8E;
	border-right:1px solid #8E8E8E;
}

/*The table headers used in the local schools table.*/
#schools th
{
	padding:4px;
	background-color: #ff4;
	color: #8e8e8e; /*Lemon-yellow*/	
	width: 32%;
}

/*The table data cells used in the local schools table.*/
#schools td
{
	background-color: #ffa; /*Light Green*/
	line-height: 150%;
	padding-left: 5px;
}

/*The hyperlinks used in the local schools table.*/
#schools a
{
	color:#C00;
	font-size: 10px;
}

/*The table used to correctly align the "Mailing List" form.*/
#form_table
{
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	border-style: none;
	border-collapse: collapse; 
	padding: 0px;
	margin: 0px;
}

/*The text used to highlight the phone numbers in the local schools table.*/
.phone_text
{
	font-size: 10px;
	font-weight: bold;
}

dl.contact
{
	float: left;
	clear: right;
	padding: 10px 0px;
	margin: 0; 
	font-weight: bold;
	text-align: center;
	width: 50%;
} 
dl.contact dd
{
	padding: 3px;
	margin: 0;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
} 

/*********************************************************/
/*                    FOOTER ELEMENTS                    */
/*********************************************************/

/*The footer that appears on all pages, clearing all content above it to remain at the bottom of the page.*/
#footer
{
	clear: both;
	background-color: #3D3D3D; /*Dark Grey*/
	height: 30px;
	margin-top: 20px;
} 

/*********************************************************/
/*                    FORM ELEMENTS                      */
/*********************************************************/

form#searchForm
{
	background: url(http://www.denbybeevers.co.uk/stat/quicksearch_title.gif) no-repeat;
	padding: 0 5px;
}

form#searchForm fieldset
{
	/* background: #bbb; */
	border: 0;
}

form#searchForm input,select
{
	/* background: #fff; */
	color: #666;
	font-size: 10px;
	margin-right: 10px;
	padding: 0;
	width: 110px;
}

form#searchForm label
{
	color: #666;
	font-size: 8px;
	line-height: 20px;
	text-transform: uppercase;
}

form#searchForm p
{
	float: left;
	margin: 0 3px;
}

form#searchForm p a.submit_but
{
	background: url(btns/btn_search.gif) no-repeat;
	display: block;
	height: 25px;
	margin-top: 10px;
	width: 120px;
}

form#searchForm p a.submit_but span
{
	left: -9999px;
	position: absolute;
	width: 0;
}

form#searchForm select#bed{width: 40px;}

form#searchForm select#typ{width: 101px;}

form#searchForm td.checkTypes input, form#searchForm td.checkAreas input, form#regForm td.checkTypes input, form#searchForm td.checkAreas input  
{
	float:left;
	margin: 0 1px 0 0;
	width: 15px;
}
form#searchForm td.checkTypes h4 input, form#searchForm td.checkAreas h4 input, form#regForm td.checkTypes h4 input, form#regForm td.checkAreas h4 input {float:right;width:15px;}

form#searchForm td h4, form#regForm td h4
{
	clear:left;
	width:469px;
	background-color:#FFFF99;
	margin:10px 0;padding:4px;
	color: #8B8B8B;
	font:normal 14pt/18pt "Times New Roman", Times, serif;
	text-align: left;
}

form#searchForm td.checkTypes h4
{
	display: block;
	margin:2px 1px;
	padding:0;
	width: 155px;
}

form#searchForm td.checkAreas h4, form#regForm td.checkAreas h4
{
	display: block;
	margin:2px 0px;
	padding: 4px 0px 4px 4px;
	width: 151px;
}

* html form#searchForm td.checkAreas h4, form#regForm td.checkAreas h4 {margin: 2px 0px;}

form#searchForm td.checkTypes p
{
	font-size:10px;
	background: #E6E6CC;
	display: block;
	margin:2px;
	padding:0;
	width: 155px;
}
* html form#searchForm td.checkTypes p {line-height:21px;}

form#searchForm td.checkAreas p, form#regForm td.checkAreas p
{
	font-size:10px;
	background: #E6E6CC;
	display: block;
	margin:2px 0px;
	padding:0;
	width: 155px;
}

* html form#searchForm td.checkAreas p, form#regForm td.checkAreas p {line-height:21px; margin: 2px 0px;}

form#searchForm td.checkTypes p a, form#searchForm td.checkAreas p a, form#regForm td.checkAreas p a
{
	font-size:10px;
	background: #E6E6CC;
	display: block;
	margin:0;
	padding:4px 0 4px 5px;
	text-decoration:none;
}

* html td.checkTypes p a, td.checkAreas p a
{
	padding:2px 0 4px 5px;
}
form#searchForm td.checkTypes p a:hover, form#searchForm td.checkAreas p a:hover, form#regForm td.checkAreas p a:hover
{
	background: #ff0!important;
}

form#regForm p a.btn_reg
{
	background: url(btns/btn_register.gif) no-repeat;
	display: block;
	height: 25px;
	margin-top: 10px;
	width: 120px;
}

form#regForm p a.btn_reg span{display:none;}
