/*
QA Room / qaroom.com
Adam Campbell / adam@hotmeteor.com - Coding
Gord Davis / gord@davisdesigns.com - Design
April 2007

Layout
*/

body {
	background:#d8dfe9 url(../images/bg_body.png) repeat-x left top;
	margin:0;
	padding:0;
}

/* Layout */

#container {
	background-color:#fff;
	margin:20px auto 0;
	padding:0 8px;
	width:909px;
}

#header {
	clear:both;
	height:115px;
	position:relative;
	width:100%;
}

#main {
	border:1px solid #3c73b9;
	margin-bottom:8px;
	padding:4px;
}

	#home #main {
		margin-bottom:30px;
	}

#page {
	margin-right:20px;
	margin-left:320px;
	padding-top:25px;
	padding-bottom:40px;
}

#sidebar {
	float:left;
	width:282px;
}

#footer {
	background-color:#094ba0;
	clear:both;
	padding:25px 0;
	text-align:center;
	width:100%;
}

#subfooter {
	background-color:#fff;
	clear:both;
	height:70px;
	width:100%:
}

.content {
	padding:20px 20px 10px;
}

.clr {
	clear:both;
	width:100%;
}

/* Index */

#left {
	float:left;
	margin:0 0 15px;
	padding-left:25px;
	position:relative;
	width:585px;
}

#right {
	background-color:#f2f2f2;
	float:right;
	margin:0 0 15px;
	width:280px;
}

.box {
	display:block;
	float:left;
	height:170px;
	padding:17px 25px;
	width:240px;
}

#quadrant {
	position:absolute;
	left:25px;
	top:200px;
	top /* */:185px;
	display:block;
	text-align:center;
	width:585px;
	z-index:10;
}

.nw {
	border-right:1px solid #bfd0e6;
	border-bottom:1px solid #bfd0e6;
}

.ne {
	border-bottom:1px solid #bfd0e6;
}

.sw {
	border-right:1px solid #bfd0e6;
}

.ne {
}










