body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

/*      ------ standard fixes ------  */
img {
	border: 0;
}

td {
	vertical-align: top;
	font-size: 11px;
}

div, img, h1, h2, h3, dl, dd, dt, ul, li, form, p {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

span, a, b {
	background-repeat: no-repeat;
}

ul {
	list-style-image: none;
	list-style-type: none;

}

h1, h2, h3 {
	font-size: 13px;
	font-weight: normal;
}

/*      ------ remove for dynamic optimisation -------   */

.access, hr, #nav-breadcrumb, #nav-access {
	display: none;
}

#nav-primary h2, #nav-secondary h2 {
	display: none;
}

/*      ------ links -------   */

a:link { text-decoration: underline; color: #3366CC; }
a:visited { text-decoration: underline; color: #3366CC; }
a:active { text-decoration: underline; color: #3366CC; }
a:hover { text-decoration: underline; color: #333333; background-color: #FFEBC1;}

/*      ------ containers -----------*/

#header, #intro, #content, #footer {
	clear: both;
	width: 100%;
	z-index: 10;
}

#global {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

body {
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/background_body.gif");	
	background-position: 697px 0px;
	background-repeat: repeat-y;
}

/* ------------ access -------------- */

#breadcrumb {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 100%;
	border-top: solid 4px #FF9900;		
}

#breadcrumb p 
{
	padding: 6px 0px 0px 20px;
}

#access {
	position: absolute;
	top: 25px;
	right: 20px;
	width: 120px;
	text-align: right;
}

/* ----------- header --------------- */

#header 
{
	height: 120px;
}

#branding {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 300px;
}

#branding h2 
{
	font-size: 20px;
	color: #3366CC;	
}

#contact {
	position: absolute;
	top: 25px;
	left: 428px;
	width: 406px;
	text-align: right;
}

#contact p {
	margin: 0px 0px 8px 0px;
}

/*      ------ navigation: primary ------- */

#nav-primary {
	position: absolute;
	top: 95px;
	left: 105px;
}

#nav-primary ul {
	padding: 0px 0px 10px 10px;
}

#nav-primary ul li {
	float: left;
	margin: 0px 12px 20px 0px;
	
}

#nav-primary ul li a, #nav-primary ul li span {
	display: inline;
	float: left;
	padding: 0px 0px 6px 0px;
}

#nav-primary ul li a:hover {
	border-bottom: solid 2px #FFB901;
	background-color: transparent;
}

/* ------------- navigation secondary -------- */

#nav-secondary li {
	margin: 0px 0px 15px 0px;	
}

#nav-secondary li.selected {
	font-weight: bold;
}

body.article #nav-secondary {
	position: absolute;
	top: 327px;
	left: 2px;
	width: 170px;
	font-weight: bold;
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
}

body.article #nav-secondary ul li {
	padding-left: 15px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/bullet_arrow_black.gif");
	background-position: 0px 4px;
	margin: 10px 10px 10px 20px;		
}
 
body.article #nav-secondary  ul li a{
	text-decoration: none;	
}

body.article #nav-secondary ul li a:hover {
	text-decoration: underline;	
	color: #0066CC;
	background-color: #FFFCCC;
}

body.property #nav-secondary {
	position: absolute;
	top: 327px;
	left: 2px;
	width: 170px;
	font-weight: bold;
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
}

body.property #nav-secondary ul li {
	padding-left: 15px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/bullet_arrow_black.gif");
	background-position: 0px 4px;
	margin: 10px 10px 10px 20px;		
}
 
body.property #nav-secondary  ul li a{
	text-decoration: none;	
}

body.property #nav-secondary ul li a:hover {
	text-decoration: underline;	
	color: #0066CC;
	background-color: #FFFCCC;
}


/* ------------- intro: page/default ------------------ */

#intro-container {
	float: left;
}

body.homepage #intro-container {
	width: 697px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/intro_photo_index.jpg");
	height: 290px;	
}

body.article #intro-container {
	width: 697px;
	height: 215px;
	margin: 0px 0px 0px 0px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/background_fade_1.jpg");
	background-position: 0px 22px;
	background-repeat: repeat-x;
}


body.homepage #intro h1 {
	font-size: 22px;
	font-weight: normal;
	width: 305px;
	margin: 60px 33px 20px 395px;
}

body.article #intro img {
	float: left;
	margin: 0px;
}

body.article #intro h1 {
	margin: 35px 0px 0px 295px;
}

#intro p {
	font-size: 14px;
	line-height: 150%;
	color: #333333;	
	width: 305px;
	margin: 0px 0px 20px 395px;
}

body.article #intro.property h1 {
	font-size: 22px;
	font-weight: normal;
	width: 305px;
	margin: 40px 33px 20px 180px;
}

body.article #intro.property h1 {
	font-size: 22px;
	font-weight: normal;
	width: 305px;
	margin: 40px 33px 20px 180px;
}


body.homepage #intro ul.properties {
	line-height: 160%;	
	font-size: 11px;
	color: #000000;
	width: 305px;
	margin: 0px 0px 0px 395px;
}

body.homepage #intro ul.properties li {
	padding-left: 15px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/bullet_arrow_white.gif");
	background-position: 2px 4px;		
	color: #000000;	
}
 
body.homepage #intro ul.properties li a {
	text-decoration: none;	
	color: #000000;
}

body.homepage #intro ul.properties li a:hover {
	text-decoration: underline;	
	color: #000000;
}

body.homepage #intro div.calltoaction ul {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 34px 0px 0px 15px;
}

body.homepage #intro div.calltoaction ul a {
	text-decoration: none;	
	color: #000000;
}

body.homepage #intro div.calltoaction ul li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/bullet_arrow_white.gif");
	background-position: 2px 3px;			
}

body.homepage #intro div.calltoaction ul li.first {
	width: 190px;	
}

body.homepage #intro div.calltoaction ul li.first a {
	color: #ffffff;	
}

body.homepage #intro div.calltoaction ul li.first a:hover {
	color: #333333;
}



/* ---------- calltoaction ---------- */

body.article #intro {
	position: relative;
}

body.article #intro ul.calltoaction {
	position: absolute;
	top: 170px;
	left: 300px;
}

body.article #intro.property ul.calltoaction {
	position: absolute;
	top: 170px;
	left: 180px;
}

body.article #intro ul.calltoaction {
	position: absolute;
	top: 170px;
	left: 300px;
}

body.article #intro ul.calltoaction li {
	padding-left: 15px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/bullet_arrow_white.gif");
	background-position: 2px 3px;	
}

body.article #intro ul.calltoaction li a {
	color: #ffffff;	
	font-weight: bold;
	text-decoration: none;
}

body.article #intro ul.calltoaction li a:hover {
	color: #333333;
}

/* ---------- content -------------- */

body.homepage #content-container {
	padding: 0px 0px 0px 0px;
}

body.article #content-container {
	margin: 0px 0px 0px 186px;
	width: 490px;
}

/* ---------- formatting ----------- */

#content {
	color: #333333;
}

#content p {
	font-size: 11px;
	clear: both;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	line-height: 16px;
}

body.article #content p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#content p.together {
	padding: 0;
	margin: 0px 0px 4px 0px;
}

#content p.intro {
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
	color: #3366CC;
}

#content ul {
	margin: 0px 0px 15px 0px;
}

#content ul li {
	font-size: 11px;
	padding-left: 15px;
	background-image: url(../graphics/bullet_disc.gif);
	background-position: 2px 4px;
	line-height: 16px;
}

#content ol li 
{
	line-height: 16px;
	font-size: 11px;
	padding-left: 15px;
	background-image: url(../graphics/bullet_disc.gif);
	background-position: 2px 4px;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#content ul.features li {
	float: left;
	width: 200px;	
	padding-right: 10px;
}

#content p.link {
	padding-left: 15px;
	background-image: url(../graphics/bullet_disc.gif);
	background-position: 2px 4px;
}

#content dl dd {
	margin: 0px 0px 0px 30px;
	color: #666666;
}

#content dl dd.large {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	margin: 15px 0px 8px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #EBAB01;
}

#content h3 {
	margin: 10px 0px 8px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #E2E2E2;
	padding: 2px 0px 2px 4px;
}

#content div.item {
	width: 385px;
}

#content div.item p.link {
	font-weight: bold;
}

/* --------- summary: property details ------------ */
#content.property p.intro {
	font-size: 15px;
	line-height: 140%;
	font-weight: bold;
	color: #666666;
}

#content.property p.intro2 {
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #000000;
}

#content.property h2 {
	margin: 15px 0px 0px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #3366CC;
}

#content.property h3 {
	margin: 5px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FFB901;
	padding: 2px 0px 0px 0px;
	background-color:#FFFFFF;
}

#content.property h4 {
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
	padding: 2px 0px 0px 0px;
	background-color:#FFFFFF;
}

#content.property h5 {
	margin: 5px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 2px 0px 0px 0px;
	background-color:#FFFFFF;
}


#content.property table.rent td {
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	background-color:#FFFFCC;
	border: 2px solid #FFFFFF;
}

/* --------- summary: news page ------------ */

.news {
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	background-color:#FFFFCC;
	border: 2px solid #FFFFFF;
}


/* --------- summary: homepage and section ------------ */

#content div.columns {
	width: 100%;
}

#content div.columns div {
	float: left;
}

/* ---------- content: homepage ------------- */

body.homepage #content {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

body.homepage #content div.columns div.column-1 {
	width: 213px;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

body.homepage #content div.columns div.column-2 {
	width: 213px;
}

body.homepage #content div.columns div.column-3 {
	width: 213px;
	border-left: 10px solid #FFFFFF;
}

body.homepage #content div.column-1 ul {
	margin: 0px 0px 0px 0px;	
}

body.homepage #content div.columns ul li {
	padding-left: 15px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/bullet_arrow_yellow.gif");
	background-position: 2px 4px;		
	color: #3C64A9;	
}

body.homepage #content img {
	display: block;
}

body.homepage #content h2 {
	margin: 15px 0px 8px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

/* ---------- content: properties ------------- */

div.property #content img {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px #999999;
}

div.property #content ul li {
	background-image: none;
	padding: 0px;
}

div.property #content ul li.link, #property-index #content ul li {
	padding-left: 15px;
	margin: 6px 0px 0px 0px;
	background-image: url("http://oakwoodabroad.co.uk/resources/graphics/bullet_arrow_yellow.gif");
	background-position: 2px 4px;
	font-size: 12px;	
}

/* ---------- related: newsletter ------------- */

#related {
	position: absolute;
	top: 520px;
	left: 20px;
	width: 155px;
}

body.homepage #related {
	position: absolute;
	top: 254px;
	left: 34px;
	width: 155px;
}

div.property #related {
	top: 520px;
}


#related p {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

#related form 
{
	color: #9D9D9D;
}

#related form h3
{
	font-size: 12px;
	font-weight: bold;
}

#related form label 
{
	display: block;
	clear: both;
	padding: 10px 0px 3px 0px;	
	color: #686868;	
	font-size: 11px;
}

#related form div.controls 
{
	margin: 8px 0px 0px 0px;
} 

#related form input.button 
{
	clear: both;
	font-size: 11px;	
}

/* ---------- Navigation: global ---------------- */

#nav-global {
	position: absolute;
	left: 15px;
	top: 90px;
}

#nav-global a {
	text-decoration: none;	
	color: #c6c6c6;
}

#nav-global ul {
	float: left;
	width: 200px;
	padding: 15px 0px 50px 0px;
}

#nav-global li {
	float: left;
	padding: 0px 20px 0px 0px;
}

#nav-global a:link, #nav-global a:visited {
	color: #999999;
}

/* --------- footer logos --------*/

#footer-logos {
	position: absolute;
	left: 380px;
	top: 20px;
}

/* ---------- footer ----------- */

#footer {
	position: relative;
	font-size: 11px;
	color: #999999;
}

#footer #footer-container {
	padding: 22px 0px 0px 15px;
}

#footer-summary dl dd.overview {
	color: #999999;
	font-weight: bold;
}

#footer-summary dl dd.address {
	clear: both;
	width: 100%;
}

#footer-summary dl dd.phone {
	clear: both;
}
#insurance{
	float: left;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.insurance{
	float: left;
}
#col3content{
	float: left;
	width: 210px;
}

