@charset "UTF-8";
body {
	font: 11.5px/17px Arial, Helvetica, sans-serif;
	background: #FFE3CA url(../graphics/header_grad.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0957a0;
}

a {
	color: #512e14;
	text-decoration: none;
	}
	
a:hover {
	color: #fb9a04;
}

.text {
	margin: 20px;
}
.intro {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #1a91cc;
}
#container {
	width: 932px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	padding: 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#titlerow {
	margin: 0px 20px;
	height:57px;
}
#title {
	float:left;
	width:700px;
}
#nav {
	text-align: center;
	height: 34px;
}

#mainBox {
	width: 892px;
	background: #FFEDDD;
	border: 1px solid #FDCA80;
	margin-right: 20px;
	margin-left: 20px;

}
#nestBox {
	background: #FFFFFF;
	border: 1px solid #FDE0B3;
	margin: 10px;
}
#footer {
	padding: 0 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: e34507;
}
.pic {
	border: 1px solid #fdca80;
	margin: 0px 20px 0px 0px;
	float: left;
	position: relative;
}

.pic_functional {
	border: 1px solid #fdca80;
	margin: 0px 18px;
	float: left;
	position: relative;
}
.pic_left {
	border: 1px solid #fdca80;
	margin: 0px 12px 0px 0px;
	float: left;
	position: relative;
}
.pic_right {
	border: 1px solid #fdca80;
	margin: 0px 0px 0px 12px;
	float: left;
	position: relative;
}
.filler {
	height:20px;
}
#functional {
	text-align: right;
}
