/*
===============================================		
Undo default styling of common (X)HTML browsers
===============================================
*/

	 /* Remove link underlines */
	 :link,:visited { text-decoration:none }

	 /* no list-markers by default */
	 ul,ol { list-style:none }

	 /* avoid browser default inconsistent heading font-sizes and pre/code/kbd too */
	 h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }

	 /* remove inconsistent (among browsers) default ul,ol padding or margin */
	 /* zero out spacing around pre, form, body, html, p, blockquote */
	 /* strip form margin and padding */
	 dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	 { margin:0; padding:0 }

	 /* remove blue link image borders & abbr borders */
	 a img,:link img,:visited img,abbr { border:0 }

	 /* de-italicize address,abbr */
	 address,abbr { font-style:normal }

	 /* get rid of ad frames inserted by local wifi connections e.g. AnchorFree */
	 iframe { display:none ! important; visibility:hidden ! important; margin-left: -10000px ! important  }
	 
/*
========================
APPLY FONTS & TYPOGRAPHY
========================
*/

h1 {
	font-size: 28px;
	font-family: georgia;
	line-height: 1.4em;
	padding: 30px 0 20px;
	text-align: center;
	color: #666;
	}
	
ul {
	color: #666;
	}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	color: #333;
	}
	
h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: #333;
	}

p {
	font-family: georgia;
	line-height: 1.5em;
	padding: 10px 0;
	font-size: 18px;
	color: #333;
	}

/*
-------------------
Cross-Site Defaults
-------------------
*/

body {
	font-family: ArialMT, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: url(../images/page-bg.gif) repeat;
	}		

h1, h2, h3, h4, h5 {
	font-weight: normal;
	}

div.clear {
	clear: both;
	}
	
a {
	color: #9C043F;
	}

	
/*
============================		
Set Basic/Common Page Layout
============================
*/	

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	}
	
div#header {
	height: 188px;
	}
	
div#logo {
	width: 128px;
	height: 128px;
	padding-top: 10px;
	background: #fff;
	margin: 20px auto;
	text-align: center;
	}
	
div#logo h1 {
	font-family: "gill sans";
	font-size: 21px;
	color: #9C043F;
	margin-top: 0;
	padding: 0;
	line-height: 1em;
	}
	
div#logo h1 .line2 {
	font-size: 18px;
	font-weight: light;
	color: #505050;
	}
	
div#nav {
	margin: 20px auto;
	}

div#nav ul {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
div#nav ul li {
	display: inline;
	}
	
div#nav ul li a {
	padding: 5px 10px;
	}
	
div#footer {
	width: 960px;
	margin: 40px auto;
	}
	
p.footer-text {
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	}
	
/*
====
HOME
====
*/

div.primary-module {
	width: 960px;
	height: 400px;
	background: url(../images/petersfield-street-houses.jpg) #dddddd;
	margin: 0 auto;
	border-top: 10px solid #505050;
	}
	
div.primary-module-text {
	width: 300px;
	height: 140px;
	float: left;
	margin: 260px 0 0 0px;
	background: #505050;
	}
	
div.primary-module-text p {
	text-align: center;
	color: #fff;
	padding: 20px;
	font-family: georgia;
	font-style: italic;
	font-size: 18px;
	line-height: 1.4em;
	}

	
div.primary-module-nav {
	width: 330px;
	height: 50px;
	background: #9C043F;
	margin-top: 350px;

	}
	
div.primary-module-nav p {
	color: #fff;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 8px;
	}
	
div.primary-module-nav-tenants {
	float: right;
	}

div.primary-module-nav-landlords {
	float: left;
	}
	
div.secondary-module {
	width: 300px;
	height: 300px;
	float: left;
	margin: 30px 10px 20px 20px;
	}
	
div.about-us {
	background: url(../images/petersfield-lettings-house-300.jpg);
	}
	
div.why-let-with-us {
	background: url(../images/kitchen-interior.jpg);
	}
	
div.the-south-downs {
	background: url(../images/downs-view.jpg);
	}
	
div.secondary-module h2 {
	background: #c0c9c4;
	height: 32px;
	padding-top: 16px;
	margin-top: 252px;
	}
	
div.secondary-module:hover {
	opacity: 0.8;
	}
	
/*
===========
INNER PAGES
===========
*/

div.banner {
	width: 960px;
	height: 140px;
	border-top: 10px solid #505050;
	margin: 0 auto;
	}
	
#about div.banner {
	background: url(../images/banner-tobys-cottage.jpg);
	}
	
#landlords div.banner {
	background: url(../images/banner-house-front-cream.jpg);
	}
	
#tenants div.banner {
	background: url(../images/banner-sheep-street-petersfield.jpg);
	}
	
#contact div.banner {
	background: url(../images/banner-town-houses-fronts.jpg);
	}
	
#southdowns div.banner {
	background: url(../images/banner-hillside-view.jpg);
	}
	
div.main-content {
	width: 560px;
	margin: 30px auto;
	}
	
div.main-content h2 {
	margin-top: 30px;
	padding: 30px 0 10px 0;
	border-top: 1px solid #ccc;
	}
	
div.main-content h3 {
	margin: 30px 0 10px 0;
	}
	
div.main-content p.quotation {
	font-style: italic;
	}

div.main-content p.quotation-attribution {
	font-size: 14px;
	padding: 5px 0 30px;
	}
	
div.main-content ul {
	font-size: 18px;
	line-height: 1.6em;
	list-style-type: circle;
	margin-bottom: 16px;
	}
	
div.main-content ul li {
	padding: 12px 0;
	}
	