/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	





/* main page styles */

body {
	width:100%;
	text-align : left;
	background-image: url(../pagepix/header-bg-white.gif);
	background-repeat: repeat-x;
}

#mainheader {
	height: 128px;
	width: 100%;
	background-image: url(../pagepix/cambridge-house-hands-white.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 

#top-image {
	background-image: url(../pagepix/house-in-hands.jpg);
	background-repeat: no-repeat;
	background-position: 887px 0px;
	background-attachment: fixed;
	height: 131px;
	width: 100%;
}

/* main wrapper div */

#container {
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
}

/* header  */

#header {
	width: 790px;
	height: 214px;
}



#bar {
	width:100%;
	background-image:url(../images/bar_bg.jpg);
}
#logo{
	padding-left: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	height: 128px;
	background-image: url(../pagepix/new-logo.jpg);
	}
/*


/* old main navigation */

#nav {
	display: block;
	padding-top: 0px;
	float: right;
	height: 46px;
	width: 1017px;
	margin-right: 8px;
	background-image: url(../pagepix/empty-tab.gif);
	background-repeat: no-repeat;
	background-position: 335px 6px;
	font-size:12px;
}



/* main content */

#wrap-col {
	background-image: url(../pagepix/dotted-vert.gif);
	background-repeat: repeat-y;
	width: 1012px;
	background-position: 808px;
	float: left;
	margin-bottom: 10px;
	padding-left: 18px;
	overflow: hidden;
}




#left-col {
	float: left;
	text-align: left;
	margin-bottom: 15px;
	width: 783px;
	padding-right: 20px;
	padding-top: 5px;
}

/* right side column */

#right-col {
	float: left;
	margin-bottom: 20px;
	width: 163px;
}


#sidelinks {
	width: 163px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
}

#sidelinks ul
{
	list-style-type: none;
}

#sidelinks a
{
	display: block;
	width: 130px;
	padding-right: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../pagepix/home-icon.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	line-height: 26px;
}

#sidelinks a:link, #navlist2 a:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#sidelinks a:hover
{
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
	background-image: url(../pagepix/home-icon-hover.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}



/* links page box */


#link-box{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
}
 
 #link-box img{
	border: 1px solid #999999;
	margin: 4px; 
 }

.local {
	margin-bottom: 3px;
}

.homeimglinks {
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* footer */


#footer {
	clear: both;
	width: 1004px;
	text-align: center;
	background-image: url(../pagepix/footerbg.gif);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 8px;

}

#footer li {
	line-height:150%;
	text-align:center;
	font-size:0.95em;
	display:inline;
}

#footer li a {
	color:#cc0000;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-weight: normal;
}

#footer li a:hover {
	color:#cc0000;
	font-size: 10px;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-weight: normal;
}

/* below footer stripes */


#base {
	background-image: url(../pagepix/bar2.gif);
	background-repeat: repeat;
	clear: both;
	height: 40px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	display: block;
	float: none;
	margin-top: 5px;
	text-align: center;
}


#base p {
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}

#base a {
	font-size: 11px;
	color: #FFFFFF;
}


/* text & misc styles */

p {
	line-height: 150%;
	font-size: 85%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;	
}

h1 {
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #000000;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #000000;
}

.input-box {
	background-color: #fdf3f3;
}

A:link	{
	text-decoration:underline;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
}

A:visited	{ 
	text-decoration:underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #003399;
}

A:hover	{ 
	text-decoration:underline;  
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
}

A:active	{
	text-decoration:underline;
	font-size: 11px;
	color: #003399;
}




/* a-z of home moving box */
 
 #az-box{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
	margin-left: 16px;
}

#az-box select {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
}

/* mortgage & stamp duty calc tables */

#calctable {
	padding: 5px;
	background-color: #FFFFFF;
}

#calctable td {
	padding-left: 5px;
}

#contacttable {
	padding: 5px;
	background-color: #FFFFFF;
}

#contacttable td {
	padding-left: 10px;
}

#contacttable2 {
	padding: 3px;
	background-color: #FFFFFF;
}

#contacttable2 td {
	padding-left: 5px;
}

/* top navigation - image based */

ul#nav {
	height:46px;
	margin-top: 0px;
	padding-top: 0px;
	width: 1017px;
}

ul#nav li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	text-indent:-9999px;
}

ul#nav li a {
	border:0;
	text-decoration:none;
	display:block;
	background-color: transparent;
	background-image: url(../pagepix/nav-12-words2.gif);
	background-repeat: no-repeat;
}


li#home a {
    width:52px;
	height:40px;
}

li#properties a {
	width:70px;
	height:40px;
}

li#about a {
	width:67px;
	height:40px;
}

li#contact a {
	width:75px;
	height:40px;
}

li#location a {
	width:62px;
	height:40px;
}

li#where a {
	width:98px;
	height:40px;
}

li#marketing a {
	width:130px;
	height:40px;
}

li#register a {
	width:163px;
	height:40px;
}

li#valuation a {
	width:63px;
	height:40px;
}

li#epc a {
	width:38px;
	height:40px;
}

li#legal a {
	width:89px;
	height:40px;
}

li#rental a {
	width:104px;
	height:40px;
}




li#home a:hover, li#home a:focus {
	background-position:0px -40px;
	 }

li#properties a:link, li#properties a:visited {
	background-position:-52px 0px;
}
li#properties a:hover, li#properties a:focus {	
	background-position:-52px -40px;
	}

li#about a:link, li#about a:visited {	
	background-position: -122px 0px;
	}
li#about a:hover, li#about a:focus {	
	background-position: -122px -40px;
	}

li#contact a:link, li#contact a:visited {	
	background-position: -189px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -189px -40px;
	}

li#location a:link, li#location a:visited {	
	background-position: -264px 0px;
	}
li#location a:hover, li#location a:focus {	
	background-position: -264px -40px;
	}

li#where a:link, li#where a:visited {	
	background-position: -326px 0px;
	}
li#where a:hover, li#where a:focus {	
	background-position: -326px -40px;
	}
	
li#marketing a:link, li#marketing a:visited {	
	background-position: -424px 0px;
	}
li#marketing a:hover, li#marketing a:focus {	
	background-position: -424px -40px;
	}
	
li#register a:link, li#register a:visited {	
	background-position: -554px 0px;
	}
li#register a:hover, li#register a:focus {	
	background-position: -554px -40px;
	}
	
li#valuation a:link, li#valuation a:visited {	
	background-position: -717px 0px;
	}
li#valuation a:hover, li#valuation a:focus {	
	background-position: -717px -40px;
	}
	
li#epc a:link, li#epc a:visited {	
	background-position: -780px 0px;
	}
li#epc a:hover, li#epc a:focus {	
	background-position: -780px -40px;
	}
	
li#legal a:link, li#legal a:visited {	
	background-position: -818px 0px;
	}
li#legal a:hover, li#legal a:focus {	
	background-position: -818px -40px;
	}
	
li#rental a:link, li#rental a:visited {	
	background-position: -907px 0px;
	}
li#rental a:hover, li#rental a:focus {	
	background-position: -907px -40px;
	}


/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
	background-position:0px -80px;
}

body#property-page ul#nav li#properties a {
	background-position:-52px -80px;
}

body#about-page ul#nav li#about a {
	background-position:-122px -80px;
}

body#contact-page ul#nav li#contact a {
	background-position:-189px -80px;
}

body#location-page ul#nav li#location a {
	background-position:-264px -80px;
}	

body#where-page ul#nav li#where a {
    background-position:-326px -80px;
}

body#marketing-page ul#nav li#marketing a {
    background-position:-424px -80px;
}

body#register-page ul#nav li#register a {
    background-position:-554px -80px;
}
body#valuation-page ul#nav li#valuation a {
    background-position:-717px -80px;
}	

body#epc-page ul#nav li#epc a {
    background-position:-780px -80px;
}	

body#legal-page ul#nav li#legal a {
    background-position:-818px -80px;
}	

body#rental-search ul#nav li#rental a {
    background-position:-907px -80px;
}		
	
	
	
	
	
	
	
	

/* misc */

.simpleborder {
	border: 1px solid #999999;
}


.subheadimg {
	padding-bottom: 2px;	
}












/* second featured nav might break first */




ul#second-nav {
	height:31px;
	width: 692px;
	margin-left: 7px;
	overflow: hidden;
	margin-top: 7px;
}

ul#second-nav li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
}

ul#second-nav li a {
	border:0;
	text-decoration:none;
	display:block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../pagepix/second-nav2.gif);
}


li#propertiesf a {
width:170px;
	height:31px;
}

li#locationf a {
	width:172px;
	height:31px;
}

li#contactf a {
	width:172px;
	height:31px;
}

li#rentalf a {
	width:172px;
	height:31px;
}

li#propertiesf a:hover, li#homef a:focus {
	background-position:0px -31px;
	 }
li#locationf a:link, li#locationf a:visited {	
	background-position:-172px 0px;
	}
li#locationf a:hover, li#locationf a:focus {	
	background-position:-172px -31px;
	}
li#contactf a:link, li#contactf a:visited {	
	background-position: -346px 0px;
	}
li#contactf a:hover, li#contactf a:focus {	
	background-position: -346px -31px;
	}
	
li#rentalf a:link, li#rentalf a:visited {	
	background-position: -520px 0px;
	}
li#rentalf a:hover, li#rentalf a:focus {	
	background-position: -520px -31px;
	}

	


/* text lists with bullet */

#content-list
{
	list-style: none;
	font-size: 70%;
	line-height: 170%;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-list li 
{
	padding-left: 18px;
	background-image: url(../pagepix/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.highlighted{
	color: #330065;
}

.overseas-pic{
	margin-bottom: 8px;
	margin-left: 8px;
}

#overseas-box{
	margin-top: 14px;
}


#overseas-box h2 a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


.overseas-details{
	height: 170px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 14px;
	padding-top: 6px;
	margin-bottom: 8px;
	padding-right: 6px;
}

.overseas-thumbs{
	float: right;
	padding-left: 10px;
}


.interiorpic{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	margin-left: 14px;
	margin-top: 8px;
	margin-right: 3px;
}

.p-indent {
	padding-left: 30px;
}

.ul-marketing {
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style-type: disc;
	padding-left: 30px;
	padding-right: 30px;
}

.ul-marketing2 {
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	list-style-type: disc;
	padding-left: 30px;
	padding-right: 30px;
}

.ul-hip {
	line-height: 170%;
	
	margin-left: 30px;
}

.black-text {
	color: #000000;
}

.li-hip {
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style-type: disc;
	color: #D91F22;
	padding-left: 15px;
	margin-left: 15px;
	padding-right: 30px;
}

.li-disc{
	font-size: 14px;
	line-height: 22px;
	list-style-type: disc;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #004a94;
}

.formtext {
	font-size: 85%;
	color: #000000;
}

#personal, #drugs, #bottomform {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#personal2 {
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#v-bottomform2 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#v-bottomform3 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#v-bottomform4 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#v-bottomform5 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#r-bottomform2 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#r-bottomform3 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#r-bottomform4 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#r-bottomform5 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#r-bottomform6 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#r-bottomform7 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#r-bottomform8 {
	padding: 15px 15px 15px 15px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#register-form {

	border: 1px solid #CCCCCC;
	width: 515px;
	
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#valuation-form {

	border: 1px solid #CCCCCC;
	width: 515px;
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#legal-form {

	border: 1px solid #CCCCCC;
	width: 350px;
	
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.lowercase {
	text-transform: lowercase;
}
.italic {
	font-style: italic;
}
