/* <!-- */
/* General styles */
html,body {background:#c1c1c1}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.clearer {height:1px; overflow:hidden; width:100%; line-height:1px; font-size:1px; background:none; clear:both;}
.clear { clear:both;}
/* Main Wrapper */
#wrapper {
	width:1000px;
	margin:0 auto;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:96.5%;
	padding:0 0 0 3.5%;
	height:208px;
	position:relative;
	background-position: left center; 
	background-repeat:no-repeat;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:1em 0 50px 0;
	overflow:hidden;
}
/* Full page settings */
.fullpage {
	background:#fff;		/* page background colour */
}
.fullpage .col1 {
	width:93%;			/* page width minus left and right padding */
	left:3.5%;			/* page left padding */
}

/* 2 Column (right menu) settings */
.rightmenu {
	background:#f2f1f1;		/* right column background colour */
}
.rightmenu .colleft {
	right:33%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:67%;			/* left column content width (left column width minus left and right padding) */
	left:33%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:29%;			/* right column content width (right column width minus left and right padding) */
	left:35%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
.leftmenu {
	background:#f2f1f1;		/* right column background colour */
}
.leftmenu .colleft {
	right:70%;			/* right column width */
	background:#fff;	/* left column background colour */
}
.leftmenu .col1 {
	width:65%;			/* right column content width */
	left:100%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:27%;			/* left column content width (column width minus left and right padding) */
	left:6.5%;			/* (right column left and right padding) plus (left column left padding) */
}

div#agency.rightmenu .colleft {
	right:38%;			/* right column width */
}
div#agency.rightmenu .col1 {
	width:62%;			/* left column content width (left column width minus left and right padding) */
	left:38%;			/* (right column width) plus (left column left padding) */
}
div#agency.rightmenu .col2 {
	width:34%;			/* right column content width (right column width minus left and right padding) */
	left:40%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	padding:10px;
	margin:0;
}

/* --> */
