@charset "utf-8";
body {
	background: url(../images/background.gif) repeat-x top;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	color: #000063;
}

#wrapper {
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
}

/* HEADER AND NAVIGATION */
#header_left {
	width:125px;
	height:50px;
	float:left;
	background:url(../images/header_left.gif) no-repeat bottom;
	padding:50px 0 0 90px;
}
#header_right {
	width:585px;
	height:100px;
	float:left;
	background:url(../images/header_right.gif) no-repeat bottom;
}

	/* NAVIGATION */
	#navigation {
		height:45px;
		width:585px;
		float:left;
		padding:25px 0 0 0;
		background:url(../images/header_top_right.gif) no-repeat bottom left;
	}
	#nav_left {
		width:25px;
		background:url(../images/nav_left.gif) no-repeat top left;
		float:left;
		height:45px;
	}
	#nav_center {
		background:url(../images/nav_center.gif) repeat-x top;
		float:left;
		height:35px;
		padding-top:10px;
	}
	#nav_right {
		background:url(../images/nav_right.gif) no-repeat top left;
		width:25px;
		float:left;
		height:45px;
	}
	
	/* BREADCRUM AREA */
	#breadcrum {
		width:555px;
		height:21px;
		float:left;
		text-align:right;
		padding:9px 30px 0 0;
	}

#quote {
	width:800px;
	height:180px;
	background:url(../images/quote_background2.jpg) no-repeat 0 10px;
	float:left;
	padding: 40px 0 0 0;
	text-align:center;
	margin-bottom:5px;
}
#left_half {
	width:400px;
	float:left;
}
#right_half {
	width:400px;
	float:right;
}
#subnav {
	width:240px;
	float:left;
	margin-top:10px;
}
#content {
	width:540px;
	float:left;
	padding:0 0 0 5px;
	margin:10px 0 0 5px;
}
#content_head {
	width:540;
	float:left;
}
	/* BG PICS FOR #content_head */
	


/* BOX CLASSES */
.boxtop_left_blue {
	width:30px;
	height:40px;
	background:url(../images/boxtop_left_blue.gif) no-repeat;
	float:left;
}
.boxtop_right_blue {
	background:url(../images/boxtop_right_blue.gif) no-repeat right;
	height:40px;
	float:left;
}
.boxtop_left {
	width:30px;
	height:20px;
	background:url(../images/boxtop_left.gif) no-repeat top left;
	float:left;
}
.boxtop_right {
	height:20px;
	background:url(../images/boxtop_right.gif) no-repeat  right;
	float:left;
}
.boxbody_wrapper {
	margin:0 4px 0 9px;
}
.boxbody {
	border-left:2px solid #6b7d98;
	border-right:2px solid #6b7d98;
	float: left;
	background: #f4f4f4;
	padding:5px 10px 0 10px;
	margin:0 4px 0 9px;
	width:auto;
	display:inline; /* for correcting an IE6 bug */
}
.boxbottom_left {
	height:30px;
	width:30px;
	background:url(../images/boxbottom_left.gif) no-repeat;
	float: left;
	margin: 0 0 10px 0;
	
}
#right_half .boxbottom_left, #right_half .boxbottom_right { /* for correcting an IE6 bug */
	_margin-top:-15px;
}
.boxbottom_right {
	height:30px;
	background:url(../images/boxbottom_right.gif) no-repeat bottom right;
	float: left;
	margin: 0 0 10px 0;
	display:inline; /* for correcting an IE6 bug */
}
	/* BOX WIDTHS */
	#left_half .boxtop_right, #left_half .boxbottom_right, #left_half .boxtop_right_blue,
	#right_half .boxtop_right, #right_half .boxbottom_right, #right_half .boxtop_right_blue {
		width:361px;
	}
	#right_half .boxbody, #left_half .boxbody {
		width:357px;
	}
	
	#subnav .boxtop_right, #subnav .boxbottom_right, #subnav .boxtop_right_blue,
	#subnav .boxtop_right, #subnav .boxbottom_right, #subnav .boxtop_right_blue {
		width:210px;
	}
	#subnav .boxbody, #subnav .boxbody {
		width:206px;
	}

/* OTHER CLASSES */
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
