@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-left: 100px;
}
#container {
	width: 900px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: right; /* this overrides the text-align: center on the body element. */
	height: 520px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../assets/images/grey-grass.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
} 

#container a {
	text-decoration: none;
	border-style: solid;
	color: #690;
	border: 0;
}
#container a:hover {
	border-style: solid;
	color: #000;
}

#header {
	margin-top: 15px;
	height: 60px;
	width: 900px;
	font-size: 10px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#mainContent {
	text-align: left;
	height: 435px;
	width: 640px;
	float: right;
	font-size: 0.65em;
	margin-right: 25px;
	color: #666;
} 
/* *****menu system************************************************ */
#masterdiv {
	width: 160px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 1em;
}
#container #masterdiv .menutitle{
	cursor:pointer;
	margin-bottom: 1px;
	color:#666;
	width:148px;
	padding:6px;
	text-align:right;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 0.8em;
}
#container #masterdiv .menutitle a {
	color: #999;
	font-size: 1em;
}
#container #masterdiv .menutitle a:hover {
	font-style: italic;
	color: #000;
}
.submenu{
	color: #CCC;
	text-align: right;
	font-size: 0.7em;
	padding-right: 6px;
}

/*content pages template************************************************/
#projectTitle {
	font-size:1.2em;
	font-weight: bold;
	width: 640px;
	margin-bottom: 15px;
}
.officesidebar {
	float: left;
	width: 240px;
	line-height: 1.5em;
	font-size: 0.8em;
}
.officecontent {
	width: 420px;
	background-position: right;
	float: right;
	position: relative;
	font-size: 0.8em;
	line-height: 1.5em;
}
.officesidebarbio {
	float: left;
	width: 180px;
}
.officecontentbio {
	width: 440px;
	height: 350px;
	float: right;
}

/* ****common************************************************* */
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearboth { /* 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;
}
.clearright {
	clear:right;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}
/*about us and admin pages************************************************ */
.text-fltlft {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
}
.text-fltrt {
	float: right;
	width: 200px;
	margin-top: 10px;
}

/*staff pages*************************************************************** */
#allstaff {
	float: right;
	clear: none;
	width: 350px;
	height: 430px;
}
.allstaff-row {
	width: 350px;
	height: 100px;
	float: left;
}
.allStaff_NewCell {
	float: left;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.allStaff-endcell {
	float: left;
	margin-top: 1px;
	margin-bottom: 40px;
}
.text-fltlft-250 {
	float: left;
	width: 250px;
	height: 350px;
	line-height: 14px;
	color: #333;
}
.one-fifty-fltrt {
	float: right;
	width: 150px;
	margin-right: 30px;
}
.one-eighty-fltrt {
	float: right;
	width: 180px;
	margin-right: 10px;
	margin-top: 10px;
}
.fltlft-30px-top {
	float: left;
	margin-top: 30px;
}
.fltrt-6-below-150 {
	float: right;
	text-align: right;
	margin-bottom: 6px;
	width: 150px;
}
.fltrt-6-below-150-bold {
	float: right;
	text-align: right;
	margin-bottom: 6px;
	width: 150px;
	font-weight: bold;
}
.fltrt-10-below-150 {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	width: 150px;
}
.fltrt-10-below-150-bold {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	width: 150px;
	font-weight: bold;
}
/*******awards & news***********************************************************/
.fltlft-news-280by300 {
	float: left;
	width: 280px;
	height: 300px;
	line-height: 14px;
	color: #333;
	margin-right: 20px;
	padding-top: 10px;
}
.fltrt-news-300by300 {
	float: right;
	width: 300px;
	height: 300px;
	line-height: 14px;
	color: #333;
	padding-top: 10px;
}
.awardlist {
	padding-bottom:0px;
}

.awardlist li {
	list-style-type: disc;
	color: #666;
	list-style-position: outside;
}
.awardlist ul {
}

.news-box {
	width: 600px;
	height: 340px;
}
#tab-box-container {
	height: 305px;
	width: 398px;
	float: left;
}

/*contacts and public realm plans belfast & derry****************************/
.fltlft-50px-left {
	float: left;
	margin-left: 50px;
}

/*common - portfolio images and navigation******************************************/
.fltlft-10px-right {
	float: left;
	margin-right: 10px;
}

/*navigation******************************************************/
#navbar {
	float: right;
	margin-top: 20px;
	width: 640px;
	height: 30px;
	top: 40px;
}
.fltlft-10px-right-active {
	float: left;
	height: 32px;
	margin-right: 10px;
	border:solid #330 2px;
}

/*common - awards and portfolio *****************************/
.fltlft-10px-top {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.fltrt-10px-top {
	float: right;
	margin-top: 10px;
}

/*portfolio-main page********************************************/
.project-end-pics-text {
	float: left;
	height: 40px;
	width: 152px;
	margin-bottom: 5px;
	font-size: 1.1em;
	margin-top: 5px;
}
.projectpic-text {
	float: left;
	height: 40px;
	width: 152px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.1em;
	margin-top: 5px;
}
/* **********publication page****************/
.publication-pic-text {
	float: left;
	width: 140px;
	font-size: 1.1em;
	margin-top: 5px;
}
.fltrt-40-below-150-bold {
	float: right;
	text-align: left;
	font-weight: bold;
	margin-bottom: 40px;
	width: 150px;
	font-size: 1.1em;
}

/* ***accreditation ************************************************** */
.isologo {
	float: left;
	height: 78px;
	width: 100px;
	margin-right: 25px;
	margin-top: 10px;
}
.accred_text {
	float: right;
	margin-top: 10px;
	width: 510px;
}
/* ***************************************************** */
#footer {
	width: 1010px;
	font-size: 0.6em;
	text-transform: lowercase;
	line-height: 1.5em;
	text-align: center;
} 
#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 */
}
#footer .footercentretext {
	color: #999;
}
.strapline {
	color: #666;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

/*end**************************************************************/
