@import "../combined.css"; 

@import "../home.css";

@import "../formbuilder.css";

@import "../sIFR-screen.css";


/*--------------------------------------------------*/

/* from main */

body {
	font-size:62.5%;
	font-family:"Arial", "Verdana", sans-serif;
	background:#FFF;
	text-align:center;
}

div#siteWideTools {
	position:absolute;
	top:0;
	height:160px;
	width:99%;
	max-width:908px;
	text-align:right;
	margin:0 auto;
	overflow:hidden;
/*	z-index:10; */
	padding-right:5px;
}

div#contentWrapper {
	width:941px;
	position:relative;
	height:auto;
	padding-bottom:160px;
}
/*	div#wrapper div.altBg1 {
		background-image:url("../img/background/cliffs.jpg") no-repeat 17px bottom;
		}
	div#wrapper div.altBg2 {
		background-image:url("../img/background/flowers.jpg") no-repeat 17px bottom;
		}
	div#wrapper div.altBg3 {
		background-image:url("../img/background/turbines.jpg") no-repeat 17px bottom;
		}
	div#wrapper div.altBg4 {
		background-image:url("../img/background/dandelion.jpg") no-repeat 17px bottom;
		}
	div#wrapper div.altBg5 {
		background-image:url("../img/background/fishies.jpg") no-repeat 17px bottom;
		}
	div#wrapper div.altBg6 {
	background:url("../img/background/ocean.jpg") no-repeat 17px bottom;
		}
*/
div#siteWideTools ul#complementaryNav {
	float:right;
	margin-right:-6px;
}
	div#siteWideTools ul#complementaryNav li {
		display:block;
		float:left;
		margin-top:10px;
		background:none;
		padding:0;
		}
	div#siteWideTools ul#complementaryNav li a {
		display:block;
		padding:0 6px;
		border-right:1px solid #fff;
		font-size:0.9em;
		}



/* from home.css */

body#home div#contentWrapper {
	width:935px;
	background:none;
	min-height:0;
	padding:0;
	margin:0 6px;
	}
body#home div#content {
	width:935px;
	margin:0;
	}

/*--------------------------------------------------*/
