body {
	width: 773px;
	margin: 0 auto;
	background: #e5ece3 url(images/background.gif) repeat-x top;
	font-family: "Trebuchet MS", "Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
	line-height: 1.7em;
}	

h1 {
	font-size: 2.8em;
	font-family: "Garamond", "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 10px 0;
	color: #333;

}

html[xmlns*=""] body:last-child h1 {
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-family: "Garamond", "Times New Roman", Times, serif;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 10px;
	background: url(images/diag-stripe.gif);
	color: #333;
}

html[xmlns*=""] body:last-child h2 {
	font-weight: normal;
}


p {
	margin: 0;
	padding: 0 0 10px 0;
}

a, a:link, a:visited {
	color: #557F47;
	text-decoration: none;
	border-bottom: dotted 1px #557F47;
	outline: none;
}

a:hover {
	border-bottom: none;
}

img {
	border: none;
}

#top {
	background: url(images/giles-cambray-specs.gif) no-repeat;
	height:200px;
	margin: 27px 0 0 0;
}

#top h1 {
	padding: 0;
	margin: 30px 0 0 0;
	float: right;
}

#top h1 a {
	display: block;
	background: url(images/giles-cambray.gif);
	width: 326px;
	height: 59px;
	text-indent: -5000px;
	border: none;
}

#top #topNav {
	clear: right;
	padding: 16px 0 0 140px;
}

* html #top #topNav {
	padding-top: 10px;
}

#top #topNav ul {
	margin: 0;
	padding: 0;
	
}

#top #topNav li {
	float: left;
	list-style: none;
}

#top #topNav li a {
	padding: 12px 25px 10px 25px;
	display: block;
	border: none;
	
}

#top #topNav li a:hover, #top #topNav li.current a {
	border-bottom: 5px solid #A9BFA2;
}

#top #topNav li a span {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
	display: block;
	text-indent: -5000px;
	cursor: hand;
}

#top #topNav li.home a span {
	background-position: left;
	width: 44px;
}

#top #topNav li.portfolio a span {
	width: 67px;
	background-position: -44px;
}

#top #topNav li.cv a span {
	width: 130px;
	background-position: -111px;	
}

#top #topNav li.articles a span {
	width: 59px;
	background-position: -241px;	
}

#top #topNav li.contact a span {
	width: 59px;
	background-position: right;
}

#content {
	background-color: #fff;
	background-image: url(images/content-middle.png);
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 30px;
}

* html #content {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.gilescambray.com/images/content-middle.png", sizingMethod="crop");
	height: 1%;
}

*:first-child+html #content {
	height: 1%;
}

#content .top {
	background: url(images/content-top.png);
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



* html #content .top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.gilescambray.com/images/content-top.png", sizingMethod="crop");
}

#content .bottom {
	background: url(images/content-bottom.png) bottom;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

* html #content .bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.gilescambray.com/images/content-bottom.png", sizingMethod="crop");
}


#content .imageHolder {
	width: 765px;
	height: 541px;
	overflow: hidden;
	margin-left: 3px;
	
}

#content .inner {
	padding: 25px 30px 15px 30px; 
}

#content .right {
	margin-left: 20px;
}

ul.greenLinks {
	padding: 0;
	margin: 0;
}
ul.greenLinks li {
	list-style: none;
}

ul.greenLinks li a, ul.greenLinks li a:visited, ul.greenLinks li a:active, ul.greenLinks li a:link {
	display: block;
	padding: 3px 10px 7px 10px;
	margin-bottom: 5px;
	background: url(images/greenLink.gif) repeat-x;
	height: 17px;
	width: 150px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

ul.greenLinks li a:hover {
	background: #829F77;
}


/* PORTFOLIO STYLES */

#portfolio #content h1 {
	background: url(images/icon-portfolio.gif) no-repeat left top;
	height: 34px;
	padding: 25px 0 10px 90px;
}

.item .imageWrap {
	float: left;
	margin-right: 10px;
}

.item .imageWrap a {
	border: 1px solid #333;
	display: block;
	width: 490px;
	height: 180px;
}

.item .imageWrap a img {
	border: 3px solid #fff;
}

.item .summary {
	display: table;
}

* html .item .summary {
	height: 1%;
}

*:first-child+html .item .summary {
	height: 1%;
}

.item .summary p {
	line-height: 1.2em;
}

.nossg p {
	padding-top: 100px;
}

.item p.involvement {
	line-height: 1.2em;
	padding-top: 5px;
}

p.ssg {
	margin: 0;
	padding: 20px 0 60px 0;
}
.ssg a {
	display: block;
	background: url(images/icon-ssg.gif) ;
	height: 27px;
	width: 57px;
	border: none;
}


.ssg a span {
	display: none;
}

#propertyinvestment p.ssg  {
	padding-bottom: 40px;
}

#propertyinvestment p.summary {
	padding: 0;
	margin:0;
}

#propertyinvestment p.involvement {

}

#logo ul {
	padding: 0;
	margin: 30px 0 0 80px;
}

#logo li {
	list-style: none;
	float: left;
	height: 130px;
	width: 50%;
}




/* CV STYLES */

#cv #content h1 {
	background: url(images/icon-cv.gif) no-repeat left 10px;
	height: 34px;
	padding: 25px 0 10px 90px;
}

#cv dt {
	float: left;
	width: 150px;
	margin-right: 20px;
	font-weight: bold;
	display: block;
	clear: left;
}

#cv dd {
	margin-left: 170px;
}

/* CONTACT */

#contact #content h1 {
	background: url(images/icon-contact.gif) no-repeat left 10px;
	height: 34px;
	padding: 25px 0 10px 90px;
}

#contact form {
	padding: 20px;
	margin: 0;
	background: url(images/diag-stripe.gif);
	color: #000000;
}

#contact label {
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
}

#contact input {
	width: 400px;
	padding: 5px;
	border: none;
}

html>body #contact input {
	font-size: 0.7em;
}

#contact textarea {
	font-family: "Trebuchet MS", "Verdana", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px;
	border: none;
	width: 400px;
	margin: 0;
	height: 200px;
}

#contact p.submit input {
	margin-left: 160px;
	width: 410px;
	background: #A9BFA2;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

* html #contact p.submit input {
	font-size: 1.2em;
}

*:first-child+html #contact p.submit input {
	font-size: 1.2em;
}

/* ARTICLES */

#articles #content h1 {
	background: url(images/icon-articles.gif) no-repeat left 10px;
	height: 34px;
	padding: 25px 0 10px 90px;
}


/* FOOTER STYLES*/

#footer {
	padding: 0 20px;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a {
	color: #666;
	border-bottom-color: #666;
}


/* GENERIC STYLES */

.left {
	float: left;
}

.right {
	float: right;
}

.clearleft {
	clear: left;
}

.clearBoth {
	clear: both;
}

a.pdf {
	background: url(images/pdf.gif) no-repeat;
	display: block;
	height: 45px;
	color: #333333;
	font-size: 1.1em;
	border: none;
	padding: 13px 0 0 60px;
	margin-top: 20px;
}

/* links area */

.links ul {
	margin: 0;
	padding: 0;
}

.links li {
	float: left;
	list-style: none;
}

.right .links li a {
	display: block;
	height: 34px;
	text-indent: -3000px;
	margin-left: 5px;
	border-bottom: none;
}

.links li.stumble a {
	background-image: url(images/icon-stumbleUpon.gif);
	width: 34px;
}

.links li.delicious a {
	background-image: url(images/icon-delicious.gif);
	width: 33px;
}

.links li.digg a {
	background-image: url(images/icon-digg.gif);
	width: 28px;
}

#chat {
	position: relative;
	top: -40px;
}
