/* CSS Document */

body
{
	/*width: 1155px;
	margin: auto;
	behavior: url("assets/js/csshover.htc");*/
	background-color: #341808;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #341808;
	position: relative;
}

h1,h2,h3,h4
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
}

img {
	/*behavior: url("assets/js/pngbehavior.htc");*/
}


/* Menu Styles
===============================================================*/
ul.menu
{
	float: right;
}

ul.menu li, ul.menu li
{
	float: left;
	height: 34px;
}

ul.menu li.last
{
}

ul.menu li a
{
	padding: 0px 10px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #341808;
	border-right: 1px solid #ffffff;
	display: block;
}

ul.menu li.last a
{
	border-right: none !important;
	padding-right: 0px;
}

ul.menu li.active a, ul.menu li a:hover
{
	color: #ffffff !important;
}

ul.menu li ul
{
	display: none;
	position: absolute;
	overflow: visible;
	height: 30px;
	background: transparent url("../js/blank.gif");
	padding-top: 5px;
	right: 0px;
	min-width: 687px;
	z-index: 100;
}

ul.menu li:hover ul
{
	display: block;
}

ul.menu li.active ul
{
	display: none;
}

ul.menu li ul li
{
	height: 22px;
	background: none;
	display: inline !important;
}

ul.menu li ul li a
{
	color: #341808;
	font-size: 10px !important;
	font-weight: normal;
	line-height: 24px !important;
	height: 22px !important;
	border-right: none !important;
	padding: 6px 5px;
	display: inline;
}

ul.menu li ul li.last a
{
	padding: 6px 5px !important;
}

ul.menu li.active
{
	background: none !important;
}

/* Header
===============================================================*/

#header
{
	height: 240px;
	position: relative;
	text-align:left;
	z-index: 40;
}

#headerFlash embed#draHeader
{
	/*display: block;*/
	z-index: 0 !important;
}

#headerContent
{
	width: 850px;
	margin: 0px auto;
	position: relative;
}

#header h1, #header h2
{
	position: absolute;
	top: 99px;
	left: 0;
	background: transparent url("../images/logo-header.png") no-repeat ;
	height: 89px;
	width: 262px;
	text-indent: -9999px;
	float: left;
}

#headerMenuWrapper
{
	position: absolute;
	right: 0px;
	top: 130px;
}

#header ul.menu li ul
{
	/*margin-top: 130px;*/
	margin-top: 1px;
}


/* Contact Slideout
===============================================================*/
#contact
{
	background-color: #341808;
	/*margin-top: -124px;*/
}

#contact a:hover
{
	color: #ffffff;
}

#contact #contactContent
{
	width: 835px;
	background-color: #341808;
	height: 124px;
	position: relative;
	/*margin-top: -124px;*/
	margin-left: auto;
	margin-right: auto;
	z-index: inherit;
}

#contact #contactWrapper
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#contact .contactItem
{
	height: 60px;
	float: left;
	border-right: 1px solid #9a8c84;
	margin-left: 20px;
	margin-top: 32px;
	font-size: 13px;
	color: #ffffff;
}

#contact #contactContent .contactItem .button
{
	vertical-align: middle;
	margin-right: 14px;
	float: left;
	margin-top: 15px;
}

#contact #contactContent .contactItem p
{
	margin-top: 11px;
	line-height: 18px;
	float: left;
}

#contact #contactContent #contactEmail
{
	font-style:italic;
	line-height: 60px;
	width: 170px;
}

#contact #contactContent #contactPhone
{
	width: 156px;
}

#contact #contactContent #contactPhone p span
{
	font-style: italic;
}

#contact #contactContent #contactAddress
{
	width: 445px;
	border-right: 0;
}

#contact #contactContent #contactAddress p
{
	width: 128px;
}

#contact #contactContent #contactAddress #map
{
	/*border: 1px solid #71bde2;*/
	float: right;
	line-height: 0px;
}

#contact #contactClose
{
	position: absolute;
	bottom: 5px;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 11px;
	clear: both;
	display: block;
}

#contact #contactClose img
{
	margin-right: 5px;
	vertical-align: middle;
}


/* Content
===============================================================*/

#contentWrapper
{
	width: 100%;
	background-color: #f6f6f6;
}

#content
{
	width: 850px;
	/*margin-left: 150px;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 44px;
	clear: both;
	background-color: #f6f6f6;
}

#content a:hover
{
	color: #341808;
}

#content #featuredCaseStudy
{
	margin-bottom: 47px;
}

#content .featuredRow
{
	clear: both;
}

#content h2, #content #pageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #341808;
	font-weight: bold;
	padding-left: 13px;
	letter-spacing: 2px;
	height: 36px;
}

#content .featuredHeading h2
{
	display: inline;
	float: left;
	padding: 0px 13px 0px 16px;
	height: 28px;
	line-height: 27px;
	clear: both;
}

#content .featuredRow .featuredHeading
{
	/*border-bottom: 4px double #95877f;*/
	border-left: 1px solid #95877f;
	border-right: 1px solid #95877f;
	background: transparent url("../images/featured-header-bg.gif") repeat-x bottom;
	height: 36px;
}

#content .featuredRow .featuredHeading h2
{
	border-right: 1px solid #95877f;
}

#content .featuredHeading a
{
	float: right;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	height: 28px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	/*color: #4893b7;*/
}

#content .featuredHeading a:hover
{
	/*color: #341808;*/
}

#content .featuredRow .featuredHeading a
{
	border-left: 1px solid #95877f;
}

#content .featuredContent
{
	/*margin-left: 35px;*/
	clear: both;
	float: right;
	width: 815px;
	margin-top: 22px;
}

#content #featuredCaseStudy .featuredContent a.clientImage
{
	float: left;
	width: 400px;
}

/*
#content #featuredCaseStudy .featuredContent a.clientImage:hover
{
	overflow: hidden;
	border: 3px solid #341808;
	width: 394px;
	height: 214px;
	cursor: pointer;
}

#content #featuredCaseStudy .featuredContent a.clientImage:hover img
{
	margin-top: -3px;
	margin-left: -3px;
}
*/

#content #featuredCaseStudyDetail
{
	width: 380px;
	float: right;
}
#content #featuredCaseStudyDetail .clientName
{
	text-transform: uppercase;
	color: #341808;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content #featuredCaseStudyDetail .clientName span
{
	padding-right: 5px;
	margin-right: 5px;
	font-size: 10px;
	font-weight: normal;
	border-right: 1px solid #95877f;
	float: left;
	line-height: 29px;
	text-transform: uppercase;
}

#content #featuredCaseStudyDetail .clientName a
{
	color: #341808;
	padding-right: 25px;
}

#content #featuredCaseStudyDetail .clientName a:hover
{
	color: #a7a7a7;
	background: transparent url("../images/themes/featured-arrow.gif") no-repeat center right;

}

#content #featuredCaseStudyDetail p
{
	line-height: 20px;
}

#content #featuredText
{
	line-height: 20px;
}

#content .relatedLinks
{
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	margin-top: 17px;
}

#content .relatedLinks a
{
}

#content .featuredItems
{
	width: 245px;
	border-bottom: 1px solid #95877f;
	float: left;
	margin-right: 40px;
	margin-bottom: 47px;
	display: block;
}

#content .featuredItems.last
{
	margin-right: 0px;
}

#content .featuredItems .clientImage
{
	display: block;
	width: 245px;
	height: 90px;
	overflow: hidden;
	cursor: pointer;
}

/*
#content .featuredItems:hover .clientImage
{
	border: 3px solid #341808;
	width: 239px;
	height: 84px;
}

#content .featuredItems:hover .clientImage img
{
	margin-left: -3px;
	margin-top: -3px;
}
*/

#content .featuredItems .clientName
{
	font-size: 11px;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 8px;
	color: #341808;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	position: relative;
}

#content .featuredItems:hover .clientName
{
	color: #a7a7a7;
	background: transparent url("../images/themes/featured-arrow.gif") no-repeat center right;
}
#content .featuredItems .clientName img
{

	position: absolute;
	right: 0px;
	top: 1px;
}


/* About Us
==============================================================*/

#aboutBanner
{
	margin-left: 34px;
	display: block;
	margin-bottom: 22px;
}

#aboutContent
{
	float: left;
	width: 527px;
	font-size: 15px;
	line-height: 24px;
	margin-left: 34px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

#aboutGallery
{
	margin-top: 4px;
	margin-bottom: 14px;
	width: 245px;
	float: right;
}

#aboutGallery a
{
	font-size: 0;
	margin-bottom: 26px;
	display: block;
}

/* Faces
===============================================================*/

#content .facesItems
{
	width: 245px;
	border-bottom: 1px solid #aeaeae;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 8px;
}

#content .facesItems.last
{
	margin-right: 0px;
}

#content .facesItems.first
{
	clear: left;
}

#content .personName
{
	border-bottom: 1px solid #aeaeae;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 8px 0;
	padding: 0 0 6px 0;
}

#content .jobTitle
{
	font-weight: normal;
	padding-left: 3px;
	text-transform: lowercase;
}

/* Footer
===============================================================*/

#footer
{
	background-color: #341808;
	position: relative;
	clear: both;
}

#footer #copyright
{
	color: #ffffff;
	position: absolute;
	top: 28px;
	left: 89px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 24px;
	display: block;
}

#footer #copyright img
{
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -2px;
}

#footerContent
{
	width: 850px;
	clear: both;
	height: 122px;
	position: relative;
	background-color: #341808;
	margin: 0px auto;
}

#footer ul.menu
{
	margin-top: 28px;
}

#footer ul.menu li a
{
	font-weight: normal;
	border-right: 1px solid #9a8c84;
}

#footer ul.menu #bottomNav2:hover
{
	background: transparent url("../images/work-arrow-footer.gif") no-repeat bottom center;
}

#footer ul.menu li ul
{
	right: 0px;
	bottom: 30px;
}

#footer ul.menu li ul li
{
	background-color: #583a26;
}

/* Overrides
===============================================================*/

ul.menu #topNav2.active:hover, #footer ul.menu #bottomNav2.active:hover
{
	background: none;
}

/* Float cleaing -- Firefox
===============================================================*/

ul.menu:after, #header:after, #content:after, #content .featuredRow:after, #content .featuredHeading:after, #content .featuredContent:after, #contact #contactContent:after,#contact #contactContent .contactItem:after, #content #featuredCaseStudy:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}



#contact #contactContent .contactItem p.telephone{
    margin-top: 20px !important;
}
