@import url(reset.css);
@import url(type.css);

body {
	background: #f6f4ed url(../images/top_bg.png) repeat-x;
	color: #000;
}

#container {
	margin: 0 auto;
	width: 757px;
}

#header {
	padding: 0 10px;
}

#content  {
	background: #fff url(../images/content_bg.png) repeat-y;
	padding: 15px 25px;
	font-family: Georgia, serif;
	color: #444;
}	

#footer {
	height: 18px;
	background: #A00734 url(../images/footer_bg.png) repeat-y;
	color: white;
	text-align: center;
	padding: 6px 0;
	line-height: 18px;
	font-size: 70%;
	margin-bottom: 1.5em;
}

#footer a {
	color: #fff;
}

.clear {
	clear: both;
	margin-left: -10px;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.content_main table.clearfix {
	clear: both;
}

.content_main {
	width: 475px;
	float: left;
	margin-left: -1px;
	display: inline;
	padding-right: 9px;
	min-height: 27em;
	border-right: 1px solid #DFC2CD;
}

.content_side {
	float: right;
	width: 210px;
	display: inline;
}

h3.project_area { border-bottom: none; }
h3#newcastle { margin-top: 3em; }
h2.spaced { padding-top: 1.5em; }

td {
	padding-left: .5em;
}

.content_side a, .content_main a {
	color: #555;
}

.content_side a:hover, .content_main a:hover {
	text-decoration: none;
}

.content_main ul, .content_main ol {
	margin-left: 3em;
}

.content_main li {
	list-style: disc;
}

.content_main ol li {
	list-style: outside decimal;
}

.blurb {
	padding: 1.5em;
	background-color: #FFECE6;
}

.blurb h1, .blurb h2, .blurb h3 {
	border: none;
	margin-top: 0;
}

ul.thumbs {
	margin-left: 1.5em;
}

.thumbs li {
	display: inline;
}

.thumbs li img {
	border: 1px solid #7E0935;
	vertical-align: middle;
	margin: .75em;
}

/* ========================== Menu Rollovers ===================== */

#menu {
	height: 34px;
}

.mainMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mainMenu li {
	float: left;
}

.mainMenu li a {
	display: block;
	height: 34px;
	background-position: top left;
	text-indent: -10000px;
	background-repeat: no-repeat;
}

.mainMenu li a:hover {
	background-position: bottom left;
}

#Home a {
	width: 65px;
	background-image: url(../images/menus/bca-menu_r1_c1.png);
}

#Services a {
	width: 87px;
	background-image: url(../images/menus/bca-menu_r1_c2.png);
}

#Projects a {
	width: 90px;
	background-image: url(../images/menus/bca-menu_r1_c3.png);
}

#People a {
	width: 77px;
	background-image: url(../images/menus/bca-menu_r1_c4.png);
}

#Forms a {
	width: 67px;
	background-image: url(../images/menus/bca-menu_r1_c5.png);
}

#Resources a {
	width: 102px;
	background-image: url(../images/menus/bca-menu_r1_c6.png);
}

#Careers a {
	width: 83px;
	background-image: url(../images/menus/bca-menu_r1_c7.png);
}

#Links a {
	width: 64px;
	background-image: url(../images/menus/bca-menu_r1_c8.png);
}

#Contact a {
	width: 102px;
	background-image: url(../images/menus/bca-menu_r1_c9.png);
}

/*======================= Sidebar ================= */

.content_side ul {
	padding: 0;
}

.content_side li {
	margin: .75em 0;
}

/*====================== People Styles ============ */

.person {
	clear: both;
	padding: 2em 1em 1em 1em;
}

.person img, .cv img {
	float: left;
	margin-right: 2em;
	background: url(../images/people/image_background.png) no-repeat;
	padding: 2px 9px 9px 2px;
	width: 100px;
	height: 150px;
}

.cv img {
	background: url(../images/people/large_background.png) no-repeat;
	width: 250px;
	height: 370px;
	margin-right: 1em;
}

.person h1, .person h2, .person h3, .cv h1, .cv h2, .cv h3 {
	border-bottom: none;
	clear: none;
}

.break {
	clear: both;
	padding-top: 1.5em;
}

/*===================== Contact Styles ============*/

.contact div {
	display: block;
	margin-bottom: 1em;
}

.contact div.adr {
	display: inline;
	margin: 0;
}

.contact strong
{
	float: left;
	display: block;
	margin: 0 2em 5em 0;
}

#map1, #map2 {
	width: 400px;
	height: 220px;
	margin: 2em auto 2em auto;
	background: #fff url(../images/loader.gif) center center no-repeat;
	border: 2px solid #7E0935;
}

#map1 span, #map2 span {
	display: none;
	speak: none;
}

/*===================== Homepage ============*/
#memberships {
	margin: 1.5em auto;
	text-align: center;
	vertical-align: middle;
}

.member { vertical-align: middle; }


.formfield {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}

.error {
	color: red;
}

.errorbox {
	color: red;
	border: 1px dashed red;
	background-color: #fffcfc;
	padding: 8px;
	margin: 20px;
}
.successbox {
	color: green;
	border: 1px dashed green;
	background-color: #fcfffc;
	padding: 8px;
	margin: 20px;
}

.pendingbox {
	color: orange;
	border: 1px dashed orange;
	background-color: #fffcfc;
	padding: 8px;
	margin: 20px;
}