@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #fff6e4;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	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 */
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #574c36;
}
th {
	text-align: left;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin: 0;
	padding: 5px;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 0;
}
a {
	color: #0272fa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.2em;
}
#headerMenu {
	background: #fff;
	margin-bottom:15px;
	width: 1000px;
	height: 27px;
}
#newsletterForm {
	float: right;
	margin: 2px 2px 2px 0;
}
#sidebar {
	margin-left: 560px;
	width: 432px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar p {
	margin: 0;
	padding: 0;
}
#sidebar h2 {
	color: #fff;
	padding: 3px 3px 3px 15px;
	margin: 0 0 3px 0;
}


.greenBox {
	border: 1px solid #bab5a6;
	margin-bottom: 15pxpx;
	width: 270px;
	float: left;
}
.greenBox h2 {
	background:#ca956d;
	color: #ffffff;
}



.brownBox {
	border: 1px solid #bab5a6;
	padding:0 0 10px 0;
	margin-bottom: 15px;
	width: 270px;
	float: right;
}
.brownBox h2 {
	background:#ca956d;
	color: #ffffff;
}

.brownBox2 {
	border: 1px solid #bab5a6;
	padding:0 0 10px 0;
	margin-bottom: 15px;
	width: 432px;
	float: right;
}

.brownBox2 h2 {
	background:#ca956d;
	color: #ffffff;
}

.box-content{
	
	padding: 5px;	
	margin:0 0  5px 0;
}




.holder {
	margin:0 0 15px 0;
}


#mainContent {
	float: left;
	width: 550px;
	margin: 0 0 10px 0;
	font-size: 1.2em;
} 
#topArticle {
	background: #e7e0d3;
	margin-bottom: 10px;
	width: 550px;
}
#topArticle h2 {
	color: #fff;
	padding: 5px;
	background:#ca956d;
}
#topArticle h3 {
	padding: 5px;
}
.articleLink {
	float: left;
	margin: 5px;
}
#bridges {
	border: 1px solid #a19f97;
	background: #f4ecdd;
	width: 615px;
	margin-bottom: 10px;
}
#bridges h2 {
	background:#ca956d;
	color: #FFF;
}
.bridgePage {
	width: 535px;
	background: url(images/bridge.jpg) no-repeat;
	background-position: top center;
	padding: 0 39px 0 39px;
}
.bridgePage img {
	border: 1px solid #ca956d;
	margin-top: 15px;
}
#collab a {
	font-size: 1.4em;
}

#collab p {
	margin-top:5px;
}
#footer { 
	border-top: 1px solid #e7e0d3;
	padding: 10px 0;
	text-align:	center;
	font-size: 0.8em;
} 
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.blueButton {
    border: none;
	background: #0272fa;
	width: 50px;
	height: 21px;
	color: #fff;
	font-size: 0.8em;
	
	}
.blueButton2 {
    border: none;
	background: none;
	width: 225px;
	height: 20px;
	color: #fff;
	font-size: 0.8em;
}
.blueButton:hover {
    border: none;
    background: #0272fa;
}
#container #mainContent p strong #HowWouldYouFeel2 {
	font-size: 1.6em;
}
