/* --------------------------------------------------------------
 
CSS Document
Global style  -  Caraston Hall // Exeter, Devon
Author - Phil Clayton - Distractedpeople
http://www.distractedpeople.net/

--------------------------------------------------------------- */


/* ---------- Layout --------- */

html, body {
	height: 100%;
	text-align: center;
}

body {
	background-color: rgb(255, 255, 255);
}

.wrap {
	/* border: 1px solid red; */
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#topNav {
	width: 100%;
	border-bottom: 10px solid rgb(33, 99, 140);
	margin: 10px 0 10px 0;
}

#topNav .breadcrumbs {
	width: 400px;
	margin: 15px 0 0 0;
}

#topNav .accessFeatures {
	/* border: 1px solid red; */
	width: 400px;
	margin: 10px 0 5px 0;
}

#header {
	/* border: 1px solid red; */
	width: 100%;
}

#header a {
	border: 0;
}

#trans {
	width: 810px;
	float: left;
}

#headerStatement {
	margin: 5px 0 0 0;
	float: left;
}

.mainNav {
	border: 1px solid red;
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	background-color: transparent;
}

#supportNav {
	/* border: 1px solid red; */
	width: 227px;
	float: left;
}

#housingNav {
	/* border: 1px solid red; */
	width: 227px;
	float: left;
}

#bodyContent {
	/*border: 1px solid transparent; /* Quick fix to stop bodyContent being pushed at of place by property container */
	width: 100%;
	background: transparent url('../imgs/graphics/bodyContentBg.jpg') repeat-y 0% 0%;
}

.col1 {
	width: 439px;
	float: left;
	margin: 0;
	padding: 10px;
}

.col2, .formCol2 {
	float: left;
 	margin: 10px 0 0 5px;
	width: 435px;
}

.col2Narrow, .col3Narrow {
	width: 217px;
	float: left;
	margin: 0 0 0 2px;
	padding: 10px 5px 5px 5px;
	position: relative;
}

.col2Narrow .container, .col3Narrow .container, #newsArchive .container, #industryLink .container {
	width: 207px;
	margin: 5px 0 10px 1px;
	padding: 5px;
	background-color: rgb(224, 233, 239);
	/*border: 1px solid rgb(33, 99, 140);*/
}

#adobeDownload {
	float: left;
	width: 437px;
 	margin: 10px 0 0 8px;
	padding: 5px 5px 0 5px;
	background-color: rgb(224, 233, 239);
}


#newsArchive .container, #industryLink .container {
	background-color: transparent;
}

/* --------- Properties ---------- */

#property .container {
	width: 289px;
	border: 1px solid rgb(33, 99, 140);
	float: left;
	margin: 12px 0 12px 12px;
	background-color: rgb(224, 233, 239)
}

#property .info {
	width: 269px;
	float: left;
	margin: 10px;
}

#property .dLoads {
	width: 49%;
	float: left;
	margin-right: 1%;
}

#property ul {
	margin: 0;
	padding: 0;
}

#property ul li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}

/*#property a:link,  {
	color: #F7FCFF;
	text-decoration: none;
}

#property a:visited {
	/*color: rgb(224, 233, 239);
	text-decoration: none;
	border: 0;
}

#property a:hover {
	color: rgb(140, 32, 99);
	text-decoration: none;
}

#property a:active {
	/*color: rgb(140, 32, 99);
	text-decoration: none;
	border: 0;
}*/
	

/* --------- Sign Off and footer---------- */

.signOff {
	/* border: 1px solid red; */
	width: 100%;
	height: 80px;
	margin-top: 10px;
}

/*
#corporateSignOff {
	background: rgb(33, 99, 140); /*url('../imgs/graphics/corporateSignOff.jpg') no-repeat 0% 0%;
}

#supportSignOff {
	background: rgb(99, 141, 61); /*url('../imgs/graphics/supportSignOff.jpg') no-repeat 0% 0%;
}

#housingSignOff {
	background: rgb(140, 32, 99); /*url('../imgs/graphics/housingSignOff.jpg') no-repeat 0% 0%;
}
*/

.footer {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
}

#corporateFooter {
	border-top: none; /* for IE6 */ 
	border-bottom: 5px solid rgb(33, 99, 140);
}

#supportFooter {
	border-top: none; /* for IE6 */ 
	border-bottom: 5px solid rgb(99, 141, 61);
}

#housingFooter {
	border-top: none; /* for IE6 */ 
	border-bottom: 5px solid rgb(140, 32, 99);
}

#valid {
	width: 200px;
	float: left;
	margin: -10px 0 0 190px;
	padding: 0;
}


/* ---------- google map ----------- */

#mapCanvas {
	margin: 0 0 10px 2px;
	width: 450px;
	height: 340px;
}

/* ---------- general top navigation ---------- */

#genNav {
	float: left;
	width: 460px;
	background: transparent url('../imgs/graphics/genNavBg.jpg') repeat-x top left;
	height: 33px; /* Required to restrict genNav from expanding and covering selected arrow graphic */
	padding-top: 7px;
	position: relative;
	z-index: 1;
}

#genNav ul {
	background-color: transparent;
	margin-left: .5em; 
	padding-top: 17px; 
	font-weight: 100;
	position: relative;
	top: -8px;
}

#genNav ul li {
	display:inline;  
	font-weight: 100;
}

#genNav ul li a {
	color: #FFF;
	font-size: .95em;  
	font-weight: 100; 
	text-transform: lowercase; 
	text-decoration: none; 
	margin-right: 11px; 
	padding-bottom: 19px;
	display: inline-block; 
	background: transparent url('../imgs/graphics/genDropArrow.gif') -2000px 100% no-repeat;
	border: 0;
}

/* indicates selection with permenant arrow */
#genNav ul li a.selected {
	background-position: 50% 24px; 
	color: #fff; 
	font-weight: 100;
	border: 0;
}
	
#genNav ul li a:hover {
	background-position: 50% 24px;
	color: #fff; 
	font-weight: 100;
	border: 0;
}

#bodyContent ul {
	margin: 0;
	padding: 0;
}

#bodyContent ul li {
	list-style-type: none;
	font-size: .8em;  
	font-weight: 100; 
	text-transform: lowercase;
	line-height: 160%;
}

/* ---------- link ---------- */

#bodyContent a:link {
	color: rgb(33, 99, 140);
	text-decoration: none;
	border-bottom: 1px solid rgb(33, 99, 140);
}

#bodyContent a:visited {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px solid #555555;
}

#bodyContent a:hover {
	color: rgb(33, 99, 140);
	text-decoration: none;
	border: 0;
}

#bodyContent a:active {
	color: rgb(33, 99, 140);
	text-decoration: none;
	border: 0;
}

/*a.footer:link {
	color: rgb(33, 99, 140);
	text-decoration: none;
	border: none;
}

a.footer:visited {
	color: #555555;
	text-decoration: none;
	border: none;
}

a.footer:hover {
	color: rgb(33, 99, 140);
	text-decoration: none;
	border: none;
}

a.footer:active {
	color: rgb(33, 99, 140);
	text-decoration: none;
	border: none;
}*/

a img.property {
	border: 0;
	padding: 2px;
}

a:hover img.property {
	background-color: rgb(140, 32, 99);
}

/* ---------- font size form ---------- */

.accessFeatures form {
	border: 1px solid red;
	width: 75px;
	float: left;
	margin-left: 5px;
}

/* ---------- images ---------- */

img {
	font-size: .75em; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #bdbdbd;
}

.col2Narrow .container img, .col3Narrow .container img {
	margin-right: 5px;
}

.bLess {
	border: none;
}

.icon {
	margin-right: 5px;
}

.colLeft {
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid rgb(33, 99, 140)
}

.col1 a img {
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid rgb(33, 99, 140)
}

.col1 a:hover img {
	background-color: rgb(140, 32, 99);
}

.accomsThumb {
	padding-right: 5px;
}

.banner {
	margin-left: 5px;
}

#valid img {
	margin: 0;
	padding: 0;
}

.illustrations {
	margin-top: 10px;
}*/
