/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* general */
body {
	background:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#330000;
	width:auto;
}



/* layout */
div#container-main {
	border:0
	margin-left:34px;
	_margin-left:0;
	margin-top:16px;
	background-color:#fff;
	_width:600px;
	
	margin-bottom:16px;
	_margin:0;
	_width:100%;
}

div#container-flash {
	border:0;
	margin-left:34px;
	margin-top:16px;
	background-color:#fff;
	max-width:950px;
	min-width:300px;
	_margin-right:expression(document.body.clientWidth >950 ? document.body.clientWidth-950 +"px" : "0px");
	
	margin-bottom:16px;
}
div#container-top {
	padding-left:17px;
	padding-top:17px;
}

div#logo {
	width:320px;
	float:left;
}

div#nav {
	display:none;
	width:200px;
	padding-top:6px;
	padding-left:1px;
	margin-left:500px;
	line-height:12px;
	_line-height:6px;
}

div#nav p {
	margin:0;
	height:15px;
}
div#nav a {
margin:0;

}

div#nav a.clientlist {
	
}
div#nav a img {
	margin:0;
	
}


div#container-body {
	padding:23px;
}


div#container-bottom {
	padding:25px;
	padding-bottom:20px;
}

div#container-bottom-home {
	padding:25px;
	padding-bottom:60px;
}

div.column-left {
	float:left;
	width:240px;;
	margin-right:20px;
	
}

div.column-left img {
	width:240px;
}

div.column-wide {
	
}

div.column-writing {
	float:left;
	width:600px;
	margin-right:10px;
}

div.column-writing div.textblock {
	margin-bottom:0px
}

div.column-50 {
	float:left;
	width:26%;
}

div.column-single {
	float:left;
	width:30%;
}
/* typography */
h1 {
	color:#FF0099;
	margin-bottom:20px
}
h2 {
	color:#FF0000;
	font-weight:400;
	font-size:80%;
	margin-bottom:3px;
}

p { 
	font-size:75%;
	/* #330000 renders like black in FF/Mac */
	color:#47170D;
	line-height:125%;
}

a {
	color:#FF0099;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
}

.textblock {
	margin-bottom:20px;
	padding-right:37px;
}

.contactdetails {
	font-size:70%;
	margin-top:10px;
}

/* classes */
.quote-wide { margin-bottom:30px; }


.clr { clear:both;font-size:1%; }

.brightred {color:#FF0000; }
.magenta {color:#FF0099; }
.darkbrown {color:#330000; }
.midbrown {color:#993333; }

/* ids */

#quote-fml {
	width:205px;
	float:left;
	margin-right:15px;
	margin-top:10px;
	margin-left:0px;
}

#quote-richmond {
	width:255px;
	float:right;
	margin-top:10px;
	
}

#quote-fml img,
#quote-richmond img {
	margin-bottom:10px;
	
}

#clientlist-popup {

	width:300px;
	position:absolute;
	top:130px;
	top:-300px;
	left:-550px;
	z-index:1;
	visibility:hidden;
}

#pdflink {
	display:none;
}