/****************************************
*										*
*	Thorndon Cook - 2015                *
*										*
*****************************************/
/* MAIN COLORS */
.black { color: #000; }
.larkspur-blue { color: #548dcb; }
.rust { color: #cb9254; }
.rust-light { color: #f0ddc8; }

/********* BODY + SET-UPS *********/
html { min-height: 100%; }

body
{
	min-height: 100%;
	height: 100%;
}

body
{
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	border: 0;

}

h1, h2, h3, h4, h5, h6 {
color: #666; 
font-family: Futura, 'Trebuchet MS', Arial, sans-serif;

}

h1 {
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26px;
	color: #333;
}
h2{
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15px;
}
p {
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.3em;
}
blockquote {
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18px;
}

img
{
	-ms-interpolation-mode: bicubic;
	border: 0;
}


/* BASE CONTAINER ELEMENTS */
#Outer
{
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 2em;
	background: none;
}

#center
{
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	min-height: 900px;
	background-repeat: repeat-x;
	background-position: 50% -84px;
	padding-bottom: 30px;
}

a {
color: #666; 
text-decoration: none;
}
a.visited, a.active, a:hover{
color: #666; 
}
a:hover{
text-decoration: underline;
}

#content ul.simpleList, ul.capabilityList
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.3em;
	margin-left: 0;
	padding-left: 2em;
	margin-top: 0;
	padding-top: 0;
}
#content ul.simpleList li, ul.capabilityList li
{
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}
#content ul.simpleList li h3, ul.capabilityList li h3 {
margin:0;
padding:0;
margin-bottom: 2px;
}
#content ul.simpleList li div, ul.capabilityList li div
{
display: none;
}

#pageIndex #center
{
	width: 100%;
	margin: 0 ;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% -10px;
}

#center #content div, #center #content p { text-align: left; }

#headerOuter
{
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px #cb9254 solid;
	top: 0;
	height: 100px;
	background-image: none;
	background-color: #eee;

}

div#headerContainer
{
	margin: 0;
	padding: 0;
}

#ThorndonCookLogoGel
{
display: none;
}

#ThorndonCookLogoContainer, #ThorndonCookBannerContainer  {
height: 60px;
margin-left: auto;
margin-right: auto;
}

#ThorndonCookLogoContainer {
display: none;
}

#ThorndonCookTopImage{
display: none;
}


#ThorndonCookLogoContainer #LogoImage{
height: 90%;
margin: 2px;
}

#ThorndonCookBannerContainer {
right: 20px;
}

#ThorndonCookBannerContainer #BannerImage{
height: 90%;
margin: 2px;
}

#display-page_heading {
display: none;
}
#pageIndex #display-page_heading {
display: block;
}

#header, #footer
{
	/*	width: 980px; */
	margin: 0 auto;
	position: relative;
	color: #999;
	font-size: 14px;
	z-index: 1;
}

#header p
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#footerWrap
{
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #ebebeb;
	height: 30px;
	bottom: 0;
	z-index: 200;
	display: block;
}

#footerWrap #footerInner
{
	background-color: #ececec;
	color: #777;
	font-size: 11px;
}

div#copyrightStatement
{
	margin-top: 8px;
	border: 0;
	height: 30px;
	float: right;
	margin-right: 60px;
}

div#contentbottom div.social
{
	border-top: 1px #3c3c37 dotted;
	width: 500px !important;
	padding-top: 40px;
	margin-top: 40px;
}

div.social
{
	margin-top: 0;
	margin-right: 60px;
	width: 300px;
	float: right;
}

div.social div
{
	width: 30px;
	height: 30px;
	float: right;
	padding-left: 5px;
	position: relative;
}

#contentbottom div.social div { float: left; }

div.social div img
{
	position: absolute;
	width: 30px;
	height: 30px;
}

div.social div img.hover
{
	z-index: 2020;
	display: none;
}

div#content {
	margin: 0;
	padding: 0;
}
#mainBlock {
width: 98%;
padding-left: 20px;
}

div.backTop
{
display: none;
page-break-after: always;
}

div.backTop a{
text-decoration: none;
color: #ccc;
}

div.backTop a:hover{
text-decoration: none;
color: #666;
}

div.profile {
page-break-after: always;
}

#profileListWrap,  #projectListWrap{
clear: both;
}
#profileListWrap, #profileListWrap li, #profileListWrap li li,
#projectListWrap, #projectListWrap li, #projectListWrap li li
{
width: 90%;
font-size: 9px;
}

#profileThumbWrap{
width: 90%;
font-size: 9px;
position: relative;
display: block;
height: 140px;
clear: both;
}
#profileThumbWrap ul.profileThumbs {
padding-left: 0;
margin-left: 0;
}

#profileThumbWrap ul.profileThumbs li.profileType
{
	width: 1px;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	position: relative;
	list-style-type: none;
	list-style-position: inside;
	height: 100%;
	float: left;
}
#profileThumbWrap ul.profileThumbs li.profileType.first
{
	width: 1px;
	margin-left: 0;
}

#profileThumbWrap ul.profileThumbs li.profileType h2
{
	position: absolute;
	top: 0;
	width: 200px;
	text-transform: capitalize;
	font-weight: normal;
}


#profileThumbWrap ul.profileThumbs li.profileThumb
{
	width: 60px;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-top: 40px;
	list-style-type: none;
	list-style-position: inside;
}
#profileThumbWrap ul.profileThumbs li.profileThumb h4
{
display: none;
}

#profileThumbWrap ul.profileThumbs li.profileThumb:hover h4
{
display: block;
width: 400px;
position: absolute;
}


#profileThumbWrap ul.profileThumbs li.profileThumb div.profileThumbImage {
width: 100%;
}



#profileThumbWrap ul.profileThumbs li.profileThumb div.profileThumbImage img {
width: 100%;
}

ul#profileList, ul#projectList {
width: 90%;
margin-left:0;
padding-left: 0;
}
ul#profileList li,ul#projectList li
{
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-top: 10px;	
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	


}
ul#profileList li div.profileImage ,
ul#projectList li div.projectImage 
{
width: 120px;
float: left;
margin-right: 20px;
margin-bottom: 10px;

}
ul#profileList li div.profileContent,
ul#projectList li div.projectContent
{
	margin-left: 0;
	padding-left: 0;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}

ul#projectList li div.projectContent h3{
margin-top: 6px;
font-size: 13px;
}



ul#profileList li div.profileContent ul,
ul#projectList li div.projectContent ul
{
	margin-left: 0;
	padding-left: 2em;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}
ul#profileList li div.profileImage img
{
width: 120px;
}

ul#profileList li div.profileContent ul li,
ul#projectList li div.projectContent ul li
{
	list-style-type: disc;
	list-style-position: outside;
	font-weight: normal !important;
	font-size: 13px;
	background-image: none;
	border: none;
	padding-bottom: 0;
	padding-top: 0;
	line-height: 1.1;
	margin:0;
	margin-left: 14px;
}

ul#profileList li.profileType { text-transform: capitalize; 	background-image: none; margin: 0; padding:0}
ul#profileList li.profileType h2 { padding-bottom: 0; margin-bottom: 0;}
ul#profileList li.profile h3 { padding-bottom: 0; margin: 0; margin-bottom: 10px;}
ul#profileList li.profile ul  {margin-bottom: 10px; }
ul#profileList li.profile ul li {padding-bottom: 1px; }


ul#projectList li.projectType { text-transform: capitalize; 	background-image: none; margin: 0; padding:0}
ul#projectList li.projectType h2 { padding-bottom: 0; margin-bottom: 0;}
ul#projectList li.project h3 { padding-bottom: 0; margin: 0; margin-bottom: 10px;}
ul#projectList li.project ul  {margin-bottom: 10px; }
ul#projectList li.project ul li {padding-bottom: 1px; }



div#display-page_image {
	width: 45%;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
div#display-page_image img{
	width: 100%;
}
div#display-page_image div.caption{
width: 100%;
text-align: center;
font-size: 10px;
margin-top: 5px;
}




@media all and (max-width: 960px)
{
	div#headerContainer { width: 960px; }
	#headerWrap, #footerWrap { width: 960px; }
	#footerWrap #footerInner { width: 960px; }
	div.breadCrumbsWrap { width: 960px; }

	div#headerContainer
	{
		width: 100%;
		height: 100px;
		background-image: none;
	}
	#ThorndonCookLogoContainer, #ThorndonCookTopImage {
	display: none;
	}
	
	
	div#content {
		width: 100%;
	}
	#profileThumbWrap ul.profileThumbs li.profileThumb
	{
		width: 50px;
		margin-right: 5px;
	}
	ul#profileList li div.profileImage 
	{
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	ul#profileList li div.profileImage img
	{
	width: 100%;
	}

}

div.errorMsg
{
display: none;
}

div.errorMsg h3
{
	font-size: 1.2em;
	text-align: left;
}

div.debugMsg
{
display: none;
}

div.debugMsg h3
{
	font-size: 1.2em;
	text-align: left;
}


