* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/bg.gif);
	color: #003F82;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% "Arial", Helvetica, sans-serif;
}

#outer {
	width: 840px;
	margin: auto;
	position: relative;
	text-align: left;
	margin-top: 20px;
}

#wrapper1 {
	height: 100%;
	background: #2071A2 url(../images/inner_bg.gif) 0 0 repeat-y;
}

#contentwrap {
	display: block;
	
	overflow: hidden;

	font-size: 0.75em; /* Global Content Font Size */
}

#header {
	background: #fff url(../images/header_bg.jpg) bottom right no-repeat;
	height: 137px;
}

	#headerleft {
		float: left;
		padding: 18px 0 0 20px;
	}
	
	#headerright {
		 float: right;
	}

#colwrap-left {
	float: left;
	width: 576px;
	overflow: hidden;
}

#phone {
	width: 264px;
	height: 56px;
	background: url(../images/phone.jpg) top right no-repeat;
}

.col-right {
	float: right;
	width: 264px;
}

#footer {
	background: #B2B9BF;
	clear: both;
	color: #003F82;
	font-size: 0.7em;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 25px;
}
	#footerleft {
		padding: 3px 0 0 22px;
	}
	
	#footerright {
		 float: right;
		 padding: 3px 22px 0 0;
		 width: 240px;
	}
	
	#footer a:link, #footer a:visited {
		color: #003F82;
	}
	
	#footer a:hover {}

/*** Horizontal Navigation (refer to horizontal_nav.css) ***/

#h-nav {
	display: block;
	background: #95A0A4 url(../images/nav_bg.gif) 0 0 repeat-x;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 22px;
}

/*** home page butons ***/

div.buttonrow {
	position: relative;
	margin: 0 0 1em 0;
	background: url(../images/buttonrowbg.gif) bottom left repeat-x;
	overflow: hidden;
	float: left;
	width: 532px;
}

div.buttonrowinner {
	position: relative;
	background: url(../images/blank.gif) top center repeat-y;
	overflow: hidden;
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 100%;
}

.button1 {
	width: 243px;
	background: url(../images/1offices.gif) 0 0 no-repeat;
	float: left;
}
.button2 {
	width: 243px;
	float: right;
	background: url(../images/2warehouses.gif) 0 0 no-repeat;
}
.button3 {
	width: 243px;
	background: url(../images/3steamclean.gif) 0 0 no-repeat;
	float: left;
}
.button4{
	width: 243px;
	float: right;
	background: url(../images/4windows.gif) 0 0 no-repeat;
}
div.buttonrowinner a:link, div.buttonrowinner a:visited {
	color: #fff;
	padding: 70px 10px 13px 15px;
	display: block;
	float: left;
}
div.buttonrowinner a:hover {
	text-decoration: none;
	color: #CEDAE6;
}

/*** Formatting ***/

a img { border: none; }

a:link, a:visited {
	color: #8F0002;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #8F0002;
}

p { margin: 0 0 1.5em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.8em;
	color: #4B77A8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

	h2 a:link, h2 a:visited {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #000;
		text-decoration: none;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.padding { padding: 22px; }
.padding1 { padding: 0 22px 22px 22px; float: left; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

.small {
	font-size: 0.9em;
	color: #85949B;
}

.quote {
	margin-left: 2em;
	font-style: italic;
	border-left: 4px solid #B8C9DC;
	padding-left: 10px;
	width: 90%;
}

/*** Forms ***/

form {
	margin: .5em 2em;
	font-size: 1.1em;
}

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	font-size: 85%;
	background-color: #fff;
	margin-left: 20em;
	line-height: 1.3em;
	padding: .2em .5em .3em;
	border: 1px solid #999;
	color: #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
	font-size: 0.9em;
}

fieldset div.cr p { margin-left: -10em; }

div.cr {
	margin-left: 9em;
}

fieldset div.cr label {
	text-align: left;
	display: inline;
	float: none;
}

.mandat { color: #ff0000; }

.mandat:after { content: "*"; }

.buttons { margin: 1em 0 0 9em; }

.removed { display: none !important; }

/*** Tables ***/

table, th, td { border: none; }