@charset "utf-8";
/* CSS Document */


/*
colours:
RED: #E22738
*/
*{
	margin:0px; 
	padding:0px;
}
body {
	margin:0px; 
	padding:0px; 
	font: 0.7em arial, verdana, sans-serif; 
	color:#6d645d; 
	background-color:#FFFFFF;
}
h1{
	font-size:2em;
	font-weight:normal;
	padding-bottom:20px;
}
h2{
	font-size:1.5em;
	font-weight:normal;
}
h3{
	font-size:1em;
	font-weight:bold;
}
img{
	border:0;
}
a:link{
	color:#E22738;
	text-decoration:underline;
}
a:visited{
color:#B7182C;
text-decoration:underline;
}
a:hover{
color:#000000;
text-decoration:underline;
}

div#main{
	width:650px;
	background-color:#FFF;
	margin-left:0;
	margin-right: auto;
	text-align:left;
	top: 0px;
	margin-bottom:200px;
	border-right:0px solid #333333;
}
div#header{
	width:650px;
	height:100px;
}
div#logo{
	position:relative;
	top:0px;
	left:0px;
	width:190px;
	height:80px;
}
#topnav{
	display:none;
}

div#content{
	padding-left:10px;
	padding-right:10px;
}
div#breadcrumb{

	display:none;
}

div#mainimage{
	display:none;
}

div#maintext{
	border:0;
	margin-top:20px;
	float:left;
}
/*define various options for homepage, standard pg and full width pg*/
.homepage #maintext{
	width:400px;
	border:0px;
}

.contentpage #maintext{
	width:400px;
	border:0px;
}


.contentpage_fullwidth #maintext{
	width:600px;
	border:0px;
}

.homepage  #featurebox{
	width:190px;
	border:0px solid blue;
	margin-top:20px;
	float:right;
	background-color:#f7f7f7;
}
.homepage  #featurebox p{
	padding:10px;
	padding-top:0px;
	margin-top:0px;
	border:0px solid blue;
}
.homepage  #featurebox h2{
	padding:10px;
	border:0px solid blue;
}

.contentpage  #featurebox{
	width:190px;
	border:0px solid blue;
	margin-top:20px;
	float:right;
}
.contentpage  #featurebox p{
	padding:10px;
	padding-top:0px;
	margin-top:0px;
	border:0px solid blue;
}
.contentpage  #featurebox h2{
	padding:10px;
	border:0px solid blue;
}


div#footer{
	text-align:right;
	height:56px;
	padding:5px;
}
div#footer p{
	margin-right:30px;
	color:#CCC;
}
div#clientlist{
	margin-top:20px;
	border:0px solid blue;
}

hr{
	size:0px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	background-color:#f7f7f7;
	color:#f7f7f7;
	border-bottom:1px dotted #CCC;
}

.dottedline{
	width:100%;
	height:1px;
	background-repeat:repeat-x;
	display:block;
	margin:0px;
	border-bottom:1px dotted #CCC;
}

.clearfloat{
	clear:both;
}

div#label {
	display:none;
}




