/*

GREEN #d6df24
PURPLE #9f2063

*/


/*MAIN FRAME*/



body {

	font-family: Hevlvetica, Arial, sans-serif;
	font-size: 13px;
	color: #111111;
	text-align: left;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
	
#totalcontainer {
		margin: 0 auto;
		text-align: left;
		width: 800px;
		background: #fff;
		margin-top: 40px;
		height: auto;
}

/*PRIMARY BLOCKS*/


#monteith-scott-logo {
	display: block;
	width: 600px;
	height: 125px;
	float: right;
	margin-top: 12px;
	text-indent: -5000px;
}


#column1 {
	width: 174px;
	margin: 12px 12px 0 12px;
	position: absolute;
	height: auto;
	display: inline;
}

#column2 {
	width: 385px;
	display: inline;
	height: auto;
	min-height: 400px;
	float: left;
	margin-left: 198px;
}

#column2b {
	width: 589px;
	display: inline;
	height: auto;
	min-height: 400px;
	float: left;
	margin-left: 198px;
}

#column3 {
	width: 204px;
	margin: 50px 0 0 12px;
	height: auto;
	float: left;
}

#strap {
	display: block;
	width: 800px;
	height: 97px;
	float: left;
	clear: left;
	margin-top: 30px;	
}

#strap h2{
	display: none;
}

#intro-flash {
	height: 534px;
	width: 777px;
	margin: 10px 0 15px 6px;
	display: block;
	clear: both;

}

.sector-block{
	display: inline;
	width: 185px;
	float: left;
	margin-left: 12px;
	height: 200px;
	margin-bottom: 0px;
	background: #444;
	overflow: hidden;
}

.sector-summary {
	background: #333;
	color: #ddd;
	font-size: 14px;
	line-height: 16px;
	padding: 6px;
	height: 100%;
}

/* COLUMN 1 */

	#mainmenu {
		display: block;
	}
	
	#submenu {
		display: block;
		float: left;
	}
	
	#submenutitle {
		margin-top: 53px;
	}
	
	#submenu li a{
		color: #000;
		padding: 2px 0 2px 0;
		display: block;
		width: 174px;
	}


	#submenu li.active a {
		color: #aaa;
	}




/* FOOTER MENU */

	#footermenu {
			margin: 0 auto;
			width: 800px;
	}
	
	#footermenu li {
		display: inline;
	}
	
	#footermenu li a{
		float: left;
		display: inline;
		color: #888;
		padding: 12px 12px 24px 12px;
	}
	
	#footermenu li a:hover{
		color: #333;
	}

/* COLUMN 2 */

	#pagetitle {
		height: 50px;
	}


/* COLUMN 3 */

#sidebar {
	margin-top: -10px;
	margin-left: 5px;
}	



/* SECTOR BLOCKS */

h3#sector-block-title {
	display: inline;
	width: 185px;
	float: left;
	margin: 5px 0 10px 12px;
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
}



/* MISCELLANIOUS */

	#clearme {
		display: block;
		clear: both;
	}


	#googlebox{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	#googlelink {
		font-size: 10px;
		margin-bottom: 20px;
		display: block;
	}

/* TYPOGRAPHY */  


	 a:link, a:visited {
		text-decoration: none;
	}

	a:hover {
		color: #333;
		text-decoration: none;
	}
	
	
	p {
		margin-bottom: 12px;
		line-height: 18px;
		color: #444;
	}
	
	
	#column2 p {
		padding-right: 10px;
	}
	
	h3 {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
	}
		
	h4 {
		line-height: 14px;
		font-size: 13px;
		font-style: italic;
		margin: 24px 0 6px 0;
		color: #777;
	}
	
	blockquote p{
		display: block;
		width: 375px;
		font-style: italic;
		font-size: 14px;
		border-top: 1px solid #aaa;
		padding-top: 15px;
		margin-bottom: 5px;
		line-height: 20px;
		color: #777;
	}
	
	cite{
		display: block;
		width: 375px;
		font-size: 11px;
		font-weight: bold;
	}
	
	#caption-title {
		color: #222;
		margin-top: 5px;
		margin-bottom: 0px;
		width: 190px;
	}
	
	#caption {
		line-height: 14px;
		font-size: 13px;
		font-style: italic;
		margin: 0px;
		color: #777;
		width: 190px;
	}
	
	#caption-small {
		line-height: 14px;
		font-size: 11px;
		font-style: italic;
		margin-top: 2px;
		width: 190px;
		margin-bottom: 5px;
	}

	#caption-email a{
		line-height: 14px;
		font-size: 13px;
		margin-top: 0px;
		width: 187px;
		display: block;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		padding: 6px 0 6px 0;
	}

	#pagetitle {
		height: 35px;
		font-size: 26px;
		overflow: hidden;	
	}


	#mainmenu li a {
		text-transform: uppercase;
	}



/* MAIN MENU ACTIVE LINKS */

	#homepage li#home-page a,
	#aboutpage li#about-page a,
	#newspage li#news-page a,
	#clientspage li#clients-page a,
	#peoplepage li#people-page a,
	#sectorspage li#sectors-page a,
	#workpage li#work-page a,
	#contactpage li#contact-page a {color: #ddd;}


/* PEOPLE BOX */

	.people_box {
		display: block;
		margin-top: 3px;
		height: 120px;
		cursor : url("first.cur"), url("second.cur"), pointer;	
	}
	
	
	.people_box img {
		width: 120px;
		height: 120px;
		display: inline;
		float: left;
		margin-right: 10px;
		cursor : pointer;	
		}
	
	.people_box h3 {
		display: block;
		padding-top: 10px;
		
	}
	
	
	.work_title a,
	.work_subhead a,
	.work_description a{
		width: 300px;
		display: block;
		margin-left: 6px;
	}

	.work_subhead a {
		color: #888;
		margin-bottom: -5px;
	}

	.work_description a{
		color: #222;
	}


/* CLIENT LIST */

	.clientlist{
		font-size: 11px;
		color: #444;
	}

/* AJAX GALLERY */

	#placeHolder {
		display: block;
		width: 385px;
		height: 385px;
		margin-bottom: 10px;
		margin-top: 10px;
	}


	
	#thumbnail {
		float: left;
		display: block;	
		width: 93px;
		height: 93px;
		display: inline;
		margin: 9px 6px -4px 0;
	}
	
	#thumbnail:hover {
		width: 91px;
		height: 91px;
		border: 1px solid #fff;	
		overflow: hidden;}
	
	


/* CONTACT FORM */

	#contact_form{
		margin-top: 50px;
	}
	
	#contact_form #from,
	#contact_form #subject,
	#contact_form #message	{
		width: 300px;
		padding: 4px;
		font-size: 13px;
	}
	

	
	#contact_form label {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		margin-top: 12px;
	
	}
	
	#submit {
		color: #000;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		background: #fff;
		padding: 2px;
		border-top: 4px #fff solid;
		border-right: 4px #fff solid;
	}
	
	#submit:hover {
		color: #fff;
	}
	
/* BACK TO TOP */	
	
	#backtotop {
		float: right;
		margin: 58px 12px 0 0;		
		color: #bbb;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		background: #fff;
		padding: 2px;
		border-top: 4px #fff solid;
		border-left: 4px #fff solid;
		border-bottom: 4px #ccc solid;
		border-right: 4px #ccc solid;
	}
	
	#backtotop:hover {
		color: #fff;
	}
	
	/*NEWS ITEM*/
	
	.newsItem{
		border-bottom: 1px solid #d6cdb4;
		width: 100%;
		padding: 20px 0;
	}
	
	.newsImage{
		float: left;
	}
	
	small.newsDate{
		font-size: 11px;
		color: #666;
		width: 380px;
		float: right;
	}
	
	.newsItem h3{
		width: 380px;
		float: right;
		padding: 2px 0;
	}

	.newsItem .subheading{
		display: block;
		width: 380px;
		float: right;
		font-weight: bold;
		color: #222;
		margin-bottom: 5px;
	}
	
	.newsItem p{
		display: block;
		width: 380px;
		float: right;
	}
	
	
	.navNext{
		padding-top: 10px;
		float: left;
	}
	
	.navPrev{
		padding-top: 10px;
		float: right;
	}