@charset "utf-8";
/* Screen css */

html {
	/* force a scroll bar in browsers that hide it on short pages. Stops the horizontal jump. */
	height: 100%;
	margin-bottom: 1px;
	margin: 0 0 1px 0;
	padding: 0;
}

body {
	background-color: #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#container {
	background-color: #ECF5FC;
	color: #003366;
 	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#header {
	height: 120px;
}

#header img {
	margin: 45px 0 0 65px;
}

#header h1 {
	display: none;
}

#content {
	padding: 0 65px;
}

#content p {
	font-size: 120%;
	color: #666666;
}

#middle_content {
	width: 661px;
}

.content_box {
	width: 314px;
}

.content_box_top {
	background: url(../images/content_box_top.jpg) 0px 0px no-repeat #FFFFFF;
	height: 9px;
}

.content_box_content {
	background: url(../images/content_box_bg.jpg) top left repeat-y #ECF5FC;
	position: relative;
}

.left_content {
	float: left;	
}

.right_content {
	float: right;	
}

.content_box_header {
	color: #FFFFFF;
	background-color: #002359; 	
	font-size: 160%;
	width: 254px;
	padding: 0 30px 15px 30px;
}

.content_box_header span {
	display: block;	
}

.content_item {
	padding: 30px 0px;	
	height: 80px;
	position: relative;
}

.content_item img {
	position: absolute;
	top: 30px;
	left: 30px;	
}

.content_item p {
	padding: 20px 0 0 150px;
	width: 120px;
	margin: 0;
}

.content_item a {
	color: #666666;
	text-decoration: underline;
}

.content_item a:hover {
	text-decoration: none;	
}

.content_box_bottom {
	background: url(../images/content_box_bottom.jpg) 0px 0px no-repeat #FFFFFF;
	height: 9px;
}

.clear {
	clear: both;	
}

#footer {
	color: #FFFFFF;
	background-color:#002359; 	
	font-size: 88%;
	padding: 10px 20px;
}




