/* Wyatts Stylesheet
	Copyright 2007 Duncan Drury
*/
body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
	color:#505050;
	color:black;
	font-size:0.9em;
	background:#000099 url(images/clouds.jpg) fixed no-repeat;
}

#wrapper{
	position:relative;
	width:725px;
	margin:0 auto;
	height:450px;
	background:#FFC;
	border-left: double black 5px;
	border-right: double black 5px;
	opacity: .75;
	filter: alpha(opacity=75);
}

body>#wrapper{
	min-height:450px;
	height:auto;
}

#header {
	position:relative;
	left:160px;
	top:0;
	width:404px;
	height:84px;
	line-height:1.2em;;
	background: url(images/logo.png) no-repeat;
}
#header h1 a{
	display:block;
	width:404px;
	height:84px;
	text-indent:-5000px;
	text-decoration:none;
	margin-top:-20px;
}

#content{
	position:relative;
	padding:1px 10px 20px 20px;
	line-height:1.4em;
	width:548px;
}

#content h1, #content caption{
	font-size:1.4em;
	font-weight:bold;
	margin:5px 0;
}
#content h2{
	font-size:1.1em;
}

#content table, #content td, #content th{
	border:0;
}

#content caption, #content th{
	text-align:left;
}

#content a, #content a:visited{
	text-decoration:none;
}
#content a:hover{

}

#menu {
	position:absolute;
	top:90px;
	right:20px;
	width:110px;
	color:black;
	font-variant:small-caps;
	border-bottom:double black 5px;
}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
}
#menu li{
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:5px 0;
}

#menu a{
	display:block;
	width:100%;
	color:black;
	text-decoration:none;
}
#menu a:hover{
	color:red;
}

#footer {
	width:680px;
	margin:5px 20px;
	font-size:0.6em;
	border-top:double black 5px;
}

*>#footer{
	margin-left:20px;
}

#footer address {
	float:left;
	font-style:normal;
	width:49%;
	margin:0;
	padding:0;
}
#footer #contactDetails {
	float:right;
	width:49%;
	text-align:right;
	margin:0;
	padding:0;
}

#footer p#byline{
	clear:both;
	text-align:center;
}

ul#clientList{
	list-style: none;
	margin:0;
	padding:0;
}

ul#clientList li{
	font-size:0.8em;
	font-weight:bold;
	padding:5px;
}

#content p:first-letter {
	font-size:2.5em;
	line-height:0.85em;
	float:left;
	margin:-.08em 3px -.25em 0;
	padding:0;
}

#content p:first-line {
	font-size:1.2em;
	font-variant:small-caps;
}

#content blockquote{
	width:100px;
	float:left;
	font-size:.8em;
	line-height:1.3em;
	padding:5px 10px 5px 5px;
	margin:0;
	background:url(images/quote_start.png) no-repeat top left;
}

#content blockquote p{
	background:url(images/quote_end.png) no-repeat bottom right;
}

dt {
	font-weight:bold;
}

.inlinePic{
	float:right;
	margin: 5px 0 5px 5px;
	width:250px;
}
.inlinePic span{
	display:block;
	text-align:center;
	font-size:0.75em;
	margin:2px 0;
}
.teamPic {
	float:right;
	margin: 5px 0 5px 5px;
}	