@charset "UTF-8";
/* CSS Document */

body {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF url(images/amb_red_back.gif) top center no-repeat;
	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: #000000;
}

#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	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. */
}

#pageTop {
float: right;
width: 750px;
height: 142px;
text-align:right;
background: url(images/whole_top.gif) top left no-repeat;
}

#mainContent {
	padding: 16px 10px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F2F0F1 url(images/curve_top.gif) top left no-repeat;

}


/*.mailLink {
margin: 106px 0px 0px 0px;
} */

h1 {
color: #FFFFFF;
font-size: 16px;
font-style: normal;
}


#unit {
float:left;
width: 230px;
colour: #666666;
line-height: 13px;
padding:;
margin: 0px 10px 10px 0px;
}
.thumbnail {
padding: 8px 0px 8px 0px;
}

.thumbTitle {
font-family: Georgia;
font-size: 18px;
color: #336699;
line-height: 18px;

}

.thumbSubtitle  {
font-family: Georgia;
font-size: 11px;
color: #669933;
line-height: 14px;
text-transform: uppercase;

}

.thumbLink{
font-family: Georgia;
font-size: 10px;
color: #669933;
line-height: 16px;
text-decoration: none;
}

.thumbLink:hover {
color: #99CC66;
text-decoration: none;
}

.thumbdate {
color: #454545;
}

/* for Shadowbox Gallery */
.hidden {
  display: none;
}

#footer {
text-align: left;
width: 750px;
height: 17px;
background: url('images/footer.gif') top left no-repeat;
padding: 0px 0px 10px 0px;

}

#boilerplate {
float: left:
font-family: Georgia;
color: #7e6d75;
margin: 0px 0px 40px 0px;
}

#boilerplate a {
text-decoration:none;
color: #900;
}

#boilerplate a:hover {
text-decoration:none;
color: #000;
}

