/* 

General CSS Reset - resets most settings to "basic" across all browsers.

Should be *CUSTOMISED PER SITE* depending on requirements.

/*

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}
*/
body {
	line-height: 1.3;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input, textarea {
	vertical-align:middle;
	font-size: inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* ------------------ JC RAWLINGS ------------------ */


/* ------- GENERAL STRUCTURE -------- */
body {
	font: 12px/1.3 Helvetica, Arial, sans-serif;
}
#pagecontainer {
	width: 960px;
	margin: 0 auto;
	border: 0px solid red;
	overflow:hidden;
}

#header {
	width: 100%;
	background: url(images/est1950.gif) no-repeat 790px 10px #008CA8;
	height: auto;
	clear:both;
	overflow:hidden;
	margin-bottom: 2em;
}

#contentarea {
	width: 850px;
	margin: 0 auto;
	clear:both;
	overflow:hidden;
	padding-bottom: 5em;
}


/* ------- HEADER STUFF ----- */


#logo {
	padding: 20px 0;
	margin-left: 55px;
	float:left;
}


/* ----- NAV STUFF ------ */

#nav, #nav ul { /* all lists */
/* note: this css only goes up to 4 list levels (1 + 3 children) which should cover most scenarios */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border: 0px solid red;
	float:right;
	margin-right: 55px;
	_margin-right: 25px;
	margin-top: 75px;
	z-index: 200;
}

#nav a  { /* (inherited, for layout) */
	display: block;
	width: 102px;
}

#nav li { /* top level list item (inherited by all) */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	margin-left: 4px;
}

#nav li a { /*top level list item links */
	width: auto;
	background: url(images/nav-libg.jpg) no-repeat;
	text-align:center;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
	border: 1px solid #008ca8;
	border-bottom: none;
	padding: 4px;
}

#nav li a:hover, #nav li a.current, #nav li:hover a {
	background: #86C5D5;
	color: #008ca8;
}

#nav li ul { /* second level list */
	position: absolute;
	width: auto;
	min-width: 84px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	_display:none;
	background: #86C5D5;
	border: 1px solid #008CA8;
	border-top: none;
	margin-top: 0;
	padding: 0 8px;
	_width: 150px;
}






#nav li a[href="#"], #nav li a[href="#"] + ul {
	border: 0px solid red !important;
	width: 110px;
	padding: 4px;
}







#nav li ul li { /* second level list item */
	padding: 0;
	margin: 0;
	width: auto;
	_width: 145px;
	display:block;
	clear:left;
}

#nav li ul li a { /* second level list item link */
	font-size: 12px !important;
	height: auto;
	width: 100%;
	background-image:none;
	text-align:left;
	font: 13px Helvetica, Arial, sans-serif;
	text-decoration:none;
	color: #fff !important;
	background: url(images/nav-libg-nested.jpg) repeat-x;
	text-transform:none;
	border:none;
	display:block;
	clear:left;
	padding: 4px;
}


#nav li a[href="#"] + ul li a {
	padding-left: 8px;
	padding-right: 0;
}


#nav li ul li a:hover {
	color: #008ca8 !important;
	background-image:none;
}


#nav li ul li ul { /* third level list and below */
	margin: -1em 0 0 95px;
	background: #014896;
}

#nav li ul li ul li { /* third level list item and below */
	border-bottom: 1px solid #fff;

}

/* hide all the lists by moving them off the screen */

#nav li:hover ul ul, #nav li.over ul ul, #nav li:hover ul ul ul, #nav li.over ul ul ul {
	left: -999em;
	_display:none;
}

/* but show them when their parent is hovered */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav li li li.over ul { /* lists nested under hovered list items */
	left: auto;
	_display:block;
	
}

#photoslideshow {
	clear:both;
	z-index: 20;
	width: 100% !important;
	overflow:hidden;
	border: 0px solid red
}

#photocontrol {
	text-align:right;
	color: #fff;
	font-size: 15px;
	width: 850px;
}

#photocontrol a {
	color: #fff;
	padding: 0 5px;	
	text-decoration:none;
	
}


/* ------- CONTENT STUFF ----- */
#contentarea h2 {
	font: 35px/1.3 "Frutiger-Light", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #414141;
	color: #008ca8;
	margin-bottom: 0.7em;
}

#contentarea h3 {
	font: 20px/1.3 "Frutiger-Roman", Helvetica, Arial, sans-serif;
	color: #008ca8;
	margin-bottom: 0.7em;
}

#contentarea h4 {
	font: bold 14px/1.3 "Frutiger-Roman", Helvetica, Arial, sans-serif;
	color: #008ca8;
	margin-bottom: 0.7em;
}

#contentarea h5 {
	font: bold 13px/1.3 "Frutiger-Roman", Helvetica, Arial, sans-serif;
	color: #008ca8;
}

#contentarea h6 {
	font: normal 14px/1.3 "Frutiger-Roman", Helvetica, Arial, sans-serif;
	color: #008ca8;
	margin-bottom: 0.7em;
}



#contentarea p {
	font: 13px/1.3 Helvetica, Arial, sans-serif;
	color: #414141;
	margin-bottom: 1em;
}

#contentarea p.tagline {
	font: 35px/1.3 "Frutiger-Light", Helvetica, Arial, sans-serif;
	color: #414141;
}

#contentarea hr {
	color: #008ca8;
	border-top: 1px dashed #008ca8;
	border-bottom: none;
	clear: both;
	height: 0px;
	margin:  3em 0;
}

#contentarea a {
	color: #414141;
}	

ul.pagenav {
	margin-bottom: 2em;
}

ul.pagenav li {
	margin-bottom: 0.4em;
}

ul.pagenav li a {
	text-decoration:none;
	color: #414141;
	font: normal 11px/1.3 Helvetica, Arial, sans-serif;
}

ul.pagenav li a:hover {
	color: #008ca8 !important;
	font-weight:bold;
}

ol {
	margin-left: 1em;
}

ol li {
	text-decoration:none;
	color: #414141;
	font: normal 13px/1.3 Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	list-style-type: decimal;
	list-style-position: inside;
}

.tradingname {
	float:right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#contentarea table {
	font: 13px/1.3 Helvetica, Arial, sans-serif;
	color: #414141;
}

#contentarea table tr td {
	padding: 7px 0;
}

#contentarea table tr td p {
	margin-bottom: 0.4em;
}

#contentarea table  a {
	text-decoration:none;
}

#contentarea table a:hover {
	text-decoration:underline;
}

#contentarea table h5 {
	font-weight: normal;
}

#contentarea table#history{
	background: url(images/historybg.gif) repeat-y;
	margin-bottom: 2em;
}
#contentarea table#history tr td.dottop{
	background: url(images/dottop.gif) no-repeat 0 -40px;
}
#contentarea table#history tr td.dotbottom{
	background: url(images/dotbottom.gif) no-repeat 0 11px;
}

#contentarea table#history .date {
	color: #008ca8;
}


#contentarea table#history img {
}

/* ------------ PROJECT STUFF -------------- */

.project {
	width: 850px;
	height: 360px;
	clear:both;
	border: 0px solid red;
	margin-left: 55px;
	position:relative;
}

.projectimage {
	position:absolute;
	left: 0;
	bottom: 20px;
	width: 500px;
}

.projectinfo {
	position:absolute;
	width: 330px;
	right: 0;
	bottom: 7px;
	color: #fff;
}

.projectinfo h3 {
	font: normal 20px/1.3 "Frutiger-Roman", Helvetica, Arial, sans-serif;
	color: #fff;
	margin-bottom: 0.7em;
}

.projectinfo p {
	font: 14px/1.3 Helvetica, Arial, sans-serif;
	color: #fff;
	margin-bottom: 1em;
}

.projectlist {
	margin-bottom: 1em;
	clear:both;
}

.projectlist li {
	display:inline;
}

.sig {
	margin-top: 2em;
}