@charset "utf-8";
#bg_top {
	background-image: url(../images/structure/bg_top.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
}
#header {
	background-image:url(../images/structure/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 140px;
	margin: 0px auto;
	padding: 0px;
}
#menu {
	background-image: url(../images/structure/bg_index.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}
#menu_shadow {
	background-image: url(../images/structure/bg_index_shadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 20px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}
#bg {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/structure/bg_content.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	background-image: url(../images/structure/bg_content_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 240px;
	height:auto !important;
	height: 240px;
}
#page_content {
	width: 920px;
	margin: 0px 0px 0px 30px;
}
#page_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page_content {display: inline-block;}
/* Hides from IE-mac \*/
* html #page_content {height: 1%;}
#page_content {display: block;}
/* End hide from IE-mac */
#col_right {
	width: 664px;
	float: right;
	border-left: 1px solid #EcEcEc;
}
#col_left {
	width: 248px;
	float: left;
	padding: 0 0 27px 0;
}
#col_left p {
	margin-left: 15px;
}
#col_left p.highlight, #col_left span.highlight {
	color: #7aaa1b;
}
#col_left .section {
	padding: 0 20px 24px 0;
}
#col_left h3 {
	margin: 18px 0 12px 15px;
}
.section {
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #dcdcdc;
}
#content.section {
	border: none;
	min-height: 300px;
	height: auto !important;
	height: 300px;

}
#content h3 {
	color: #000066;
	font-size: 130%;
}
.overlay {
	width: 200px;
	margin: 3px 0 10px 15px;
	padding: 0 15px 0 0;
	float: right;
}
#quadrants {
	background: url(../images/structure/boxes.gif) 0 0 repeat-y;
	width: 960px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0px auto;
}
#quadrants:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#quadrants {display: inline-block;}
/* Hides from IE-mac \*/
* html #quadrants {height: 1%;}
#quadrants {display: block;}
/* End hide from IE-mac */
#quadrants .quadrant {
	width: 180px;
	padding: 0px 30px 20px 30px;
	float: left;
}
.success {
	background-color: #EAFFEA;
	border: 1px solid #006600;
	padding: 10px;
	margin-bottom: 16px;
	color: #006600;
	font-weight: bold;
}
.failed {
	background-color: #FFDDDE;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-bottom: 16px;
	color: #006600;
	font-weight: bold;
}
.success p, .failed p {
	padding: 0px;
	margin: 0px;
}
.alert {
	border:solid 1px #98BE10;
	background:#F6FEDA;
	color:#222222;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	text-align:left;
	overflow: hidden;
}
.alert table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.alert table td {
	vertical-align: top;
}
.warning {
	border: 1px solid #CC0000;
	background: #FFCCCC url(../images/structure/warning.jpg) 6px 4px no-repeat;
	color:#CC0000;
	padding: 10px 10px 0px 130px;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-size: 110%;
	margin: 0px 0px 10px 0px;
}