@import url(home.css);
@import url(type.css);
@import url(nav.css);
@import url(forms.css);
@import url(errors.css);

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {

}

body {

}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
	background: #fff;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 100%;
	min-height: 300px;
}

/* =Head
----------------------------------------------- */

#head {
	background: #0a178c;
	width: 100%;
	height: 159px;
	margin: 0;
}

#head_region_1 {
	background: #e8e8e8 url(../images/bg_fade_grey.gif) top center repeat-x;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}

#head_region_1 h1 {
	background: url(../images/cqi_head.gif) top center no-repeat;
	padding: 0;
	width: 539px;
	height: 120px;
	text-indent: -5000px;
	float: right;
	position: relative;
	z-index: 200;
}

#head_region_2 {
 width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
}

#head_region_3 {
	background: #00052f url(../images/bg_fade_green.gif) top center repeat-x;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
}

/* =Content
----------------------------------------------- */

#content {
 background-color: transparent;
	width: 85%;
	min-height: 163px;
	_height: 163px;
 margin: 0 auto 0 auto;
	display:block;
}

#content_region_1 {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
	display: block;
	min-height: 420px;
	_height: 420px;

}

#content_region_1_cqi_home {
	width: 50%;
	padding: 0;
	margin: 20px 0 0 0;
	display: block;
	min-height: 420px;
	_height: 420px;
	float:left;
}

#content_region_1 #qnav {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content_region_1 #question {
	font: 13px Arial, Helvetica, sans-serif;
	padding: 10px 0;
}

#content_region_1 #user_answer {
	font: 13px Arial, Helvetica, sans-serif;
	padding: 10px 0;
	color: #333333;	
}

#content_region_1 #answer {
	font: 13px Arial, Helvetica, sans-serif;
	padding: 10px 0;
	color: #006600;	
}

#content_region_1 #answer  ul, #content_region_1 #answer  ol, #content_region_1 #answer  P {
	color: #006600;
}

#content_region_1 #reveal {
	font: 11px Arial, Helvetica, sans-serif;
	width: 105px;
	padding: 5px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	border: 1px solid #0a178c;
	text-align: center;
	position:relative;
	top:20px;
	left: 75%;
}


#content_region_2 {

}

#content_region_2_cqi_home {
	width: 300px;
	padding: 0;
	margin: 20px 0 0 0;
	display: block;
	min-height: 420px;
	_height: 420px;
	float:right;
}

#content_region_3 {

}


/* =Footer
----------------------------------------------- */

#foot {
 background-color: transparent;
	width: 95%;
	height: 40px;
 margin: 0 auto 0 auto;
	display:block;
	clear: both;
}

#foot_region_1 {
	padding: 0;
	margin: 0;
	display: block;
}

#foot_region_2 {

}

#foot_region_3 {

}

/* =Misc
----------------------------------------------- */

