
/*-main*/
* {
	outline: none;
	}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.2em;
	font-family: verdana, arial, sans-serif;
	color: #828282;
	}
	
/*-layout*/
#wrapper {
	width: 946px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
	position: relative;
	font-size: 1.1em;
	}
	/*-header*/
	#header {
		
		}
		#header h2 {
			display: none;
			}
		#title {
			display: block;
			width: 300px;
			height: 84px;
			margin-top: 6px;
			background: url(../images/title.png) no-repeat center center;
			float: left;
			}
		#top-telephone {
			float: right;
			clear: both;
			height: 30px;
			width: 400px;
			text-align: right;
			margin-right: 11px;
			margin-bottom: -30px;
			position: relative;
			bottom: 65px;
			font-size: 1em;
			color: #837e7a;
			}
	#nav {
		list-style: none;
		padding: 0;
		float: right;
		position: relative;
		top: 42px;
		}
		#nav li {
			display: block;
			float: left;
			display: block;
			padding: 0 12px 4px 12px;		
			
			
			height: 34px;
			font-size: 1.4em;
			margin-bottom: -1px;
			}
			.last {
				background: none !important;
				}
				.last a {
					padding-right: 0 !important;
					}
			.active {
				background: url(../images/nav-on.png) no-repeat center bottom;
				color: #d7711f;
				}

	/*-content*/
	#content {
		clear: both;
		border-top: 1px solid #c5c5c5;
		padding-top: 14px;
		line-height: 1.6;
		}
		#top-block {
			position: relative;
			z-index: 0;
			height: 402px;
			margin-top: -14px;
			background: url(../images/center-temp.jpg);
			}
		#top-block-1-2 {
			width: 594px;
			min-height: 330px;
			float: left;
			margin-right: 8px;
			background: url(../images/block-about.jpg);
			padding: 20px;
			}
		#top-block-1 {
			width: 305px;
			min-height: 370px;
			float: left;
			margin-right: 14px;
			}
		#top-block-2 {
			width: 305px;
			min-height: 370px;
			float: left;
			margin-right: 14px;
			}
		#top-block-3 {
			width: 305px;
			min-height: 370px;
			float: left;
			}
			#feature-block-1, #feature-block-2, #feature-block-3, #feature-block-4 {
				width: 214px;
				padding: 5px;
				padding-bottom: 7px;
				float: left;
				background: #fff;
				margin-top: 6px;
				border: 1px solid #c5c5c5;
				}
				#feature-block-1 {
					clear: left;
					}
				#feature-block-1, #feature-block-2, #feature-block-3 {
					margin-right: 14px;
					}
				#feature-block-1 h3, #feature-block-2 h3, #feature-block-3 h3, #feature-block-4 h3 {
					margin: 0 0 .5em 0;
					}
				#feature-block-1 div, #feature-block-2 div, #feature-block-3 div, #feature-block-4 div {
					width: 115px;
					float: right;
					}
				.thumb {
					width: 80px;
					height: 100px;
					float: left;
					margin-right: 10px;
					}
					#feature-block-1 .thumb {
						background: url(../images/feature-1.jpg);
						}
					#feature-block-2 .thumb {
						background: url(../images/feature-2.jpg);
						}
					#feature-block-3 .thumb {
						background: url(../images/feature-3.jpg);
						}
					#feature-block-4 .thumb {
						background: url(../images/feature-4.jpg);
						}
				.blank {
					background: url(../images/feature-blank.jpg) no-repeat center center #fff !important;
					}

				.blank1 {
					background: url(../images/feature-blank1.jpg) no-repeat center center #fff !important;
					}
				.blank2 {
					background: url(../images/feature-blank2.jpg) no-repeat center center #fff !important;
					}
				.blank3 {
					background: url(../images/feature-blank3.jpg) no-repeat center center #fff !important;
					}
				.blank4 {
					background: url(../images/feature-blank4.jpg) no-repeat center center #fff !important;
					}


	/*-footer*/
	#footer {
		clear: both;
		text-align: right;
		border-top: 1px solid #c5c5c5;
		margin-top: 14px;
		height: 40px;
		float: left;
		width: 100%;
		}
	* html #footer {
	}
		#footer-1 {
			width: 227px;
			margin-top: 14px;
			border-right: 1px solid #c5c5c5;
			padding: 28px 14px 28px 0;
			float: right;
			line-height: 1.4em !important;
			}
		#footer-2 {
			width: 227px;
			height: 120px;
			margin-top: 14px;
			float: right;
			}
		#footer-3 {
			width: 460px;
			margin-top: 14px;
			border-right: 1px solid #c5c5c5;
			padding: 28px 14px 28px 0;
			float: right;
			line-height: 1.4em !important;
			text-align: left !important;
			}

		.rand1 {
			background: url(../images/footer_beastie1.jpg) no-repeat center center;
			}

		.rand2 {
			background: url(../images/footer_beastie2.jpg) no-repeat center center;
			}

#top-block-1 ul.subnav li.subSubNav {
	text-indent: 10px;
	}
		.rand3 {
			background: url(../images/footer_beastie3.jpg) no-repeat center center;
			}
		.rand4 {
			background: url(../images/footer_beastie4.jpg) no-repeat center center;
			}
	
/*-links*/
a {
	color: #837e7a;
	text-decoration: none;
	}
	a:hover, a:active {
		color: #d7711f !important;
		}
	
/*-forms*/
input, textarea {
	border: 1px solid #c5c5c5;
	padding: 3px;
	width: 250px;
	margin: 0 0 5px 0;
	font-family: helvetica, verdana, arial, sans-serif;
	}
	textarea {
		font-size: 1em;
		}
#contact-submit {
	width: 100px;
	}

/*-generic*/
.sIFR-active h3 {
	visibility: hidden;
	font-size: 24px;
	color: #828282;
	}
h3.title {
	display: block;
	border-bottom: 1px dashed #c5c5c5;
	padding: 0;
	margin: 0 0 14px 0;
	font-size: 1.9em;
	font-weight: normal;
	height: 45px;
	}
body.news h3.title{
	margin-bottom: 0 !important;
	}
div#top-block-2 span {
	display: block;
	color: #d7711f;
	}
.image {
	width: 305px;
	height: 160px;
	background: #f9f9f9;
	margin-bottom: 14px;
	overflow: hidden;
	}
ul.subnav, ul.inline-list {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	}
ul.subnav {
	padding: 20px 0 5px 0;
	border-top: 1px dashed #c5c5c5;
}

	ul.subnav p {
	background: red;
	}
	ul.subnav li {
		margin-top: -8px;
		margin-top: -8px;
		font-size: 1.3em;
		}
		ul.subnav li a {
	display: block;
	margin: 6px 0;
	}

ul#detailsUl li span {
	color: #828282;
	}

* html ul.subnav li a {
	margin:0 !important;
	display: block !important;
	font-size: .95em !important;
	margin-bottom: -20px;
	}

*:first-child+html ul.subnav li a
{
	margin:0 !important;
	display: block !important;
	font-size: .95em !important;
	padding-bottom: 4px;
	} 
		body.our-work .landing ul.subnav {
			margin-top: -30px;
			}
#showreel-link {
	font-weight: bold;
	}
	#showreel-link img {
		position: relative;
		top: 4px;
		margin-right: 5px;
		}
		
p {
	color: #828282;
}

/*-helpers*/
.clear {
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.none {
	display: none;
	}
hr {
	color: #c5c5c5;
	background-color: #c5c5c5;
	height: 1px;
	border: 0;
	}
img {
	border: none;
	}

/* @group Todd's styles 13 Jan 2009 */

body.contact #top-block-2 p {
	margin: 0;
	}

body.our-work div#top-block-2 div.image {
	margin: 0 !important;
	margin-bottom: 14px !important;
}

body.our-work div#top-block-2 div {
	margin-top: -33px;
	}

body.services ul.inline-list li{
	display: inline-block;
	width: 100%;
	}

body.our-work div#landing {
	margin-top: 30px;
	}

body.services div#top-block-2 ul span {
	display: inline;
	margin: 0;
	font-weight: normal;
	}

#people-ul {
	padding: 0;
	} 

#people-ul li {
	float: left;
	width: 100%;
	}

#people-ul span {
	float: left !important;
	color:#828282 !important;
	}

#people-ul span.detail {
	float: right !important;
	color:#828282 !important;
	}

body.services div#top-block-2 ul span.detail {
	display: inline;
	float: right;
	margin-right: 4px;
	text-decoration: none !important;
	color: #828282;
	}

body.services div#top-block-2 ul span a {
	color: #828282;
	text-decoration: underline;
	}

body.services a.edit, body.our-work a.edit, body.contact a.edit {
		margin-right: 15px;
		}
		
body.news h4.newsTitle {
	margin: 0 !important;
	padding-top: 10px;
	border-top: 1px dashed #c5c5c5;
	
	
}

body.news h4.newsTitle a {
	text-decoration: none !important;
	font-size: 13px;
	font-weight: normal;
}

body.contact ul.subnav {
	
	border: none !important;
	padding-top: 20px;
}

body.contact h3.title {
	
	border-bottom: 1px dashed #c5c5c5;
	
}


* html body.our-work div#top-block-2 p
{
	padding-top: 5px;
}

*:first-child+html body.our-work div#top-block-2 p
{
	padding-top: 5px;
}

h3.title {
	border: none;
	margin-bottom: 0;
}

h3.about {
	border-bottom: 1px dashed #c5c5c5 !important;
}

div.small_boxes div {
	overflow: hidden;	
	height:114px !important;
	overflow: hidden;
	line-height: 1.3em;
	}
div#feature-block-1 div span p {
	margin: 0;
	margin-top: -10px;
	}

div.newsDateOfEntry {
	padding-bottom: 10px;
	}

div.small_boxes div div {
	float: right !important;
	width: 110px !important;
	position: relative;
}

div.small_boxes div div p {
	margin-top: 5px;
	font-family: verdana;
	word-spacing: 1px;
	line-height: 1.1em;
}

div.small_boxes div div a.link {
	position: absolute;
	top: 100px;
	right: 0;
	color: #d7711f;
	font-weight: bold;
}

div.small_boxes img {
	float: left;
}
	
div#serv-desc {
	margin-top: -30px;
}

div#subTitleForPeopleDetailPage {
	//clear:both;
	visibility: hidden;
	/*margin-top: -15px;
	margin-bottom: -5px;
	*/

}

div.firstParagraphTagContactsPage {
	margin-top: -26px;
	}

div#top-block-2 h3 {
	font-size:12px;
	margin-bottom: 10px;
	clear:both;
}

div#top-block-3 h2 {
	font-size:12px;
	margin-bottom: 10px;
}

div#top-block-3 h3 {
	font-size:11px;
	margin-bottom: 10px;
}

.contact div#top-block-2 h3 {
	margin-bottom: 15px;
}

h3#titleForPeopleDetailPage {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 0 !important;
}


h3#services_title {
	margin: 4px 0 0 0;
	padding-bottom: 14px;
	margin-bottom: 25px !important;
}

h4.home {
	margin: 0;
	margin-top: 2px;
	min-height: 27px;
	font-size: 1em;
}

h4#otherKeyPeopleHeaderPeopleDetail{
	padding:12px 0 12px 0 ;
	border-top: 1px dashed #c5c5c5;
	border-bottom: 1px dashed #c5c5c5;
}

object#services_title {
	height: 160px;
	margin-top: -59px;
	margin-bottom:-10px;
	
}

p.mapLinkContactsPage {
	margin-top: 10px !important;
	}
	
p#keyPeopleTextServicesDetail {
	margin: 0;
	clear:both;
}

span#feature-1 a {
	position: absolute;
	top: 640px;
	left: 180px;
	}
span#feature-2 a {
	position: absolute;
	top: 640px;
	left: 420px;
	}
span#feature-3 a {
	position: absolute;
	top: 640px;
	left: 660px;
	}
span#feature-4 a {
	position: absolute;
	top: 640px;
	left: 900px;
	}

span#spanForSubNavEdits a.edit {
	background: none;
	position: relative;
	}

ul#people-ul {
	list-style-type: none;
	padding: 0 !important;
	
}

span#success {
	color: #00800c;
}

span#error {
	color: #fd6668;
}

body.news div#content a {
	text-decoration: underline;
} 

/* @group IE Fixes */

* html body.services ul.inline-list {
	padding-top: 14px;
}

*:first-child+html body.services ul.inline-list {
 padding-top: 14px;
	
}


* html div#top-block-2 h3 {
	margin-bottom: 5px;
}

*:first-child+html div#top-block-2 h3 {
	margin-bottom: 5px;
}

* html div.small_boxes {
	margin-top: 4px;
}

*:first-child+html div.small_boxes {
	margin-top: 4px;
}

* html div.firstParagraphTagContactsPage {
	margin-top: -20px;
}

*:first-child+html div.firstParagraphTagContactsPage {
	margin-top: -20px;
}
* html #top-block {
	margin-top: -15px;
	}
*:first-child+html #top-block {
	margin-top: -15px;
	}

* html #top-telephone 
{
	margin-top: -10px;
}
*:first-child+html #top-telephone {
					margin-top: -10px;
					}
				* html .active {
					background: url(../images/nav-on.png) no-repeat center 27px;
					color: #d7711f;
					}
				*:first-child+html .active {
					background: url(../images/nav-on.png) no-repeat center 27px;
					color: #d7711f;
					}
		* html div#content{
			padding-top: 7px;
			}
		*:first-child+html div#content{
			padding-top: 7px;
			}

* html ul.subnav
{
	padding-bottom: 5px;
}

*:first-child+html ul.subnav
{
	padding-bottom: 5px;
}

/* @end */

/* @end */

/* @group Admin */

a.edit {
	display: inline-block;
	width: 36px;
	height: 19px;
	color: #fff;
	background: url(../images/admin/editButton.png) no-repeat right;
	padding:3px 12px;

	}
	
a.edit:hover {
	color: #333 !important;
	background: url(../images/admin/editButtonOver.png) no-repeat right;

	}

a#flash-edit {
	position: absolute;
	top: 482px;
	left: 900px;
	z-index: 400;
	}
	
div#debugger {
	position: fixed;
	width: 100%;
	color: #fff;
	background: url(../images/admin/logOutBar.png);
	height: 19px;
	font-size: 8px;
	text-align: right;
	padding: 0 !important;
}

* html div#debugger {
	font-size: 1em;
}

*:first-child+html div#debugger {
	font-size: 1em;
	padding: 0;
}

div#other_footer {
	padding-top: 25px;
	padding-bottom: 20px;
}



div#debugger a {
	color: #000;
	height: 19px;
	display: inline-block;
	padding: 0 10px 0 10px;
	background: gray url(../images/admin/logOutBarOut.png) no-repeat left bottom;
}

a#loggedin {
	background: none !important;
	color: #fff !important;
	cursor: default;
}


div#debugger a:hover {
	background: gray url(../images/admin/logOutBarOutOver.png) no-repeat left bottom;
	color: #000 !important;
}

div#debugger a#loggedin:hover {
	color: #fff !important;
}

input.form {
	font-size: 1em;
}

textarea.form {
	font-size: 1em;
}

body.generic h3.title {
	border-bottom: 1px dashed #c5c5c5;
}

ul.subnav li.on a {
	color: #d7711f !important;
}

.people_label {
	font-weight:bold;
}
/* @end */


#landing-title, #top-block-2 h3, #top-block-3 h2 {
	display: block;
	padding: 0;
	margin: 0 0 14px 0;
	font-size: 1.3em !important;
	font-weight: normal;

}

#top-block-2 h3 {
	margin-bottom:17px !important;
}
