@charset "utf-8";

/* -- generic site styles --*/

html,body{
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	background-color: transparent;
}
html,body, h1, h2, h3, h4, h5, p, img, img a {
	margin:0;
	padding: 0;
	border: 0;
}
html
{
	background: #E0E0E0 url(../images/bgRearTile.jpg) top left repeat-x;
}
h1,h2,h3,h4{
	font-size:1em;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}

a:active, a:link, a:visited{
	color: #000000;	
	text-decoration: none;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*declare separately otherwise IE goes mental*/
a:hover{
	text-decoration: underline;
}
img{
	border: none;
	padding: 0px;
	margin: 0px;
}
/*ul
{
	clear: both;
	margin-left: 0px;
	padding-left: 40px;
	list-style: none;	
}
ul li
{
	padding-left: 15px;
	background-image: url(../images/bulletArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}*/
strong
{
	color:	#552C92;
}
.strongGold
{
	color: #D8B161;
}
.siteClear
{
	clear: both;
	margin: 0;
	padding: 0;
}
.cAlign
{
	margin: 10px 0 10px 0;
	text-align: center !important;
}
.lAlign
{
	text-align: left !important;
	clear: both;
}
.adminTitle
{
	font-size: 1.3em;
	clear: both;
	color: #9369D1;
	font-weight: bold;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}
.adminTextBox
{
	width: 99% !important;
}
.adminTableBrder
{
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.adminTableBrder td
{
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	padding: 8px;
}

/* -- Container and background tiles -- */

#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 938px;
	background: transparent url(../images/bgTile.jpg) top left repeat-y;
}
#containerHeader
{
	position: relative;
	width: 866px;
	padding: 40px 34px 0 38px;
	min-height: 633px;
	background: transparent url(../images/bgHeader.jpg) top left no-repeat;
}
#containerFooter
{
	position: relative;
	width: 866px;
	height: 18px;
	margin: 10px 0 0 0;
	padding: 11px 34px 0 38px;
	background: #E0E0E0 url(../images/bgFooter.jpg) top left no-repeat;
}
/* -- upper navigation -- 
#navHolder
{
	position: relative;
	z-index: 1000;
	width: 863px;
	height: 24px;
	clear: both;
	background: transparent url(../images/navTile.jpg) top left repeat-x;	
}
#navCornerLeft
{
	float: left;
	width: 5px;
	height: 24px;
	background: transparent url(../images/navLeft.jpg) top left no-repeat;
}
#navCornerRight
{
	float: right;
	width: 5px;
	height: 24px;
	background: transparent url(../images/navRight.jpg) top left no-repeat;
}
.navLink
{
	float: left;
	margin: 0 0 0 0;
	padding: 5px 15px 6px 15px;
	background: transparent url(../images/navBreak.jpg) top right no-repeat;
}
.navLink a:link, .navLink a:active, .navLink a:visited
{
	color: #592787;
	font-size: 1.1em;
	font-weight: bold;
}
.navLink a:hover
{
	text-decoration: underline;
}
.navSubLink
{
	float: left;
	height: 22px;
}
.navSubLink .navLink
{
}
.navSubHolder
{
	height: auto;
	position: absolute;
	clear: both;
	top:23px;
	left:0px;
}
.subNavPos
{
	display:none;
	border: 1px solid #CCC;
	border-top: none;
	width: 170px;
}
.navSubHolder .navLink
{
	float:none;
	display:block !important;
	background: #E5DCED url(../images/navTileNoBorder.jpg) top left repeat-x;
}*/
/* Navigation */
#navHolder
{
	position: relative;
	z-index: 1000;
	width: 863px;
	height: 24px;
	clear: both;
	background: transparent url(../images/navTile.jpg) top left repeat-x;	
	margin: 0 0 12px 0;
}
#navCornerLeft
{
	float: left;
	width: 5px;
	height: 24px;
	background: transparent url(../images/navLeft.jpg) top left no-repeat;
}
#navCornerRight
{
	float: right;
	width: 5px;
	height: 24px;
	background: transparent url(../images/navRight.jpg) top left no-repeat;
}
.nav, .nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav 
{
	z-index: 100;
	/*position: relative;*/
	
	float: left;
}
.nav li 
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent url(../images/navBreak.jpg) top right no-repeat;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited 
{
	font: bold 1.1em/25px Verdana, Arial, Helvetica, sans-serif;
	color: #592787;
	display: block;
	padding: 0 9px;
	text-decoration: none;
}

.nav li a:hover 
{
	color: #592787;
	text-decoration: underline;
}
#nav-one li:hover a,
#nav-one li.sfHover a 
{
/*	background: transparent url(../images/navTile.jpg) top left repeat-x;*/
background: transparent url(../images/navBreak.jpg) top right no-repeat;
	color: #592787;
}
#nav-one li:hover ul a,
#nav-one li.sfHover ul a 
{
	background: transparent url(../images/navTile.jpg) top left repeat-x;
	color: #592787;
}
#nav-one li:hover ul a:hover,
#nav-one li.sfHover ul a:hover 
{
	color: #592787;
	text-decoration: underline;
}

.nav ul 
{
	list-style: none;
	margin: 0;
	width: 193px;
	position: absolute;
	top: -999em;
	left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul 
{
	top: 23px;
}
.nav ul li 
{
	float: none;
	height: 23px;
	background: transparent url(../images/navTileNoBorder.jpg) top left repeat-x;
}
.nav ul a 
{
	padding-right: 20px;
	width: 175px;
	white-space: nowrap;
}
.nav ul a:hover 
{
	color: #000;
}

/* -- logo and links header -- */
/* -- page admin -- */
.pageAdmin
{
	position: absolute;
	top: 1px;
	right: 35px;
}
.pageAdmin img
{
	float: left;
}
.pageAdmin .adminLinks
{
	float: left;
	margin: 4px 0 0 5px;
	color: White;
}
#headerHolder
{
	position: relative;
	height: 76px;
	margin: 0 0 18px 0;
}
#carterCorsonLogo
{
	float: left;
}
#carterCorsonContact
{
	float: right;
	color: #592787;
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: right;
	margin: 10px 0 0 0;
}
#carterCorsonContact img
{
	margin: 0 0 5px 0;
}

/* -- footer area -- */
#footerLinks
{
	float: left;
	width: 185px;
	margin: 20px 0 0 0;
}
#footerLinks a
{
	margin: 0 5px 0 0;
}
#footerText
{
	float: left;
	width: 470px;
	margin: 20px 0 0 0;
	text-align: center;
	line-height: 1.5em;
	color: #666666;
}
#footerTerms
{
	float: right;
	width: 208px;
	height: 37px;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 1.1em;
	background: transparent url(../images/termsBg.jpg) top left no-repeat;
}
#footerTerms a
{
	color: #784CA2;
}
/* -- upper display area -- */
#displayAreaLrg
{
	float: left;
	height: 188px;
	overflow: hidden;
	margin: 0 0 12px 0;
}
.displayAreaImg
{
	float: left;
	height: 118px;
	overflow: hidden;
}
.displayAreaImg,
.displayAreaImgHP
{
	float: left;
	width: 653px;
}
.displayAreaImgHP
{
	width: 647px;
}
.displayAreaImg ul,
.displayAreaImgHP ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#displayAreaCommon
{
	float: left;
	width: 194px;
	height: 178px;
	padding: 10px 0 0 22px;
	background: transparent url(../images/headerCommonBg.jpg) top left no-repeat;
}
#displayAreaMedCommon
{
	float: left;
	width: 210px;
	height: 118px;
}
#displayAreaMedCommon img
{
	float: left;
}
#displayAreaCommonTitle
{
	color: #DED3E9;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 6px 0;
}
.displayAreaCommonLink
{
	width: 161px;
	height: 15px;
	color: #FFFFFF;
	padding: 0 0 0 10px;
}
.displayAreaCommonLink a
{
	color: #ffffff;
}
#displayAreaMed
{
	float: left;
	height: 118px;
	overflow: hidden;
	margin: 12px 0 10px 0;
}
/* -- content area -- */

#contentColLeft
{
}
#contentColMid
{
}
#contentColLM
{
	float: left;
	line-height:1.9em;
	font-size: 1.1em;
	width: 640px;
}
#contentColLMR
{
	float: left;
	line-height:1.9em;
	font-size: 1.1em;
	width: 100%;
}
#contentColLM h1, #contentColLM h2, #contentColLM h3, #contentColLM h4, #contentColLM h5,
#contentColLMR h1, #contentColLMR h2, #contentColLMR h3, #contentColLMR h4, #contentColLMR h5
{
	font-size: 1.3em;
	float: left;
	padding: 15px 10px 5px 10px;
	clear: both;
	color: #9369D1;
	font-weight: bold;
}
#contentColLM a:link, #contentColLM a:active, #contentColLM a:visited,
#contentColLMR a:link, #contentColLMR a:active, #contentColLMR a:visited,
#contentColRight a:link, #contentColRight a:active, #contentColRight a:visited
{
	color: #552C92;
	text-decoration: underline;
}
#contentColLM a:hover,
#contentColLMR a:hover,
#contentColRight a:hover
{
}
#contentColRight
{
	float: right;
	margin: 0 6px 0 0;
	line-height:1.9em;
	font-size: 1.1em;
	width: 208px;
}
#contentColRight .icon
{
	float: left;
	margin: 0 10px 0 0;
}
#contentColRight .title
{
	float: left;
	font-size: 1.3em;
}
#contentColRight p
{
	clear: both;
	padding: 10px 0 0 0;
	margin: 0 0 15px 10px;
	text-align: justify !important;
}
.contentCopyHp, .contentCopy, .contentCopyBlank
{
	float: left;
	width: 100%;
	min-height: 33px;
	margin: 12px 0 0 0;
	background: transparent url(../images/sectionHeaderBreak.jpg) top left no-repeat;
}
.contentCopy
{
	background: transparent url(../images/sectionHeaderBreakSml.jpg) top left no-repeat;
}
#contentColLM ul,
#contentColLM ul li
{
	clear:both;
}
#contentColLM ul li
{
	margin: 0 0 15px 0;
}
#contentColLM ul li img
{
	display:block; 
	margin: 0px 5px 0 0px;
}

.contentCopyBlank
{
	position: absolute;
	background: none;
}
.contentCopyTitle
{
	float: left;
	width: 95%;
	font-size: 1.3em;
	padding: 0 0 0 10px;
}
#contentColLM p,
#contentColLMR p,
.contentCopyHp p
{
	float: left;
	clear: left;
	text-align: justify !important;
	width: 96%;
	padding: 10px 10px 0 10px;
}
.contentCopyTitle img
{
	float: left;
	margin: 10px 10px 10px 0;
}
#contentColRight .contentCopy
{
	margin: 0;
}
#contentColRight .contentCopyTitle img
{
	margin: 10px 10px 10px 0;
}
#contentColRight .contentCopyTitle h1, #contentColRight .contentCopyTitle h2, #contentColRight .contentCopyTitle h3, #contentColRight .contentCopyTitle h4, #contentColRight .contentCopyTitle h5
{
	font-size: 1.0em !important;
	margin-bottom: 10px !important;
}
.contentCopyTitle h1, .contentCopyTitle h2, .contentCopyTitle h3, .contentCopyTitle h4, .contentCopyTitle h5
{
	float: left;
	font-size: 1.1em !important;
	margin: 18px 0 10px 0 !important;
	padding: 0px !important;
	clear: none !important;
	color: #666666 !important;
	font-weight: normal !important;
}

.contentColRightCopy, .contentColRightCopyBlank
{
	float: left;
	padding: 0 0 0 9px;
	margin: 0 0 20px 0;
	min-height: 33px;
	background: transparent url(../images/sectionHeaderBreakSml.jpg) top left no-repeat;
}
.contentColRightCopyBlank
{
	background: none;
}
.contentColRightCopyComment
{
	float: left;
	margin: 10px 0 0 0;
	text-align: justify !important;
}
.contentColRightCopyComment img
{
	float: left;
}
.contentColRightCopyComment strong
{
	display: block;
	color: #666666;
	font-size: 0.8em;
}
.colRightCaseStudies
{
	clear: both;
	padding: 10px 0 10px 0;
}
.colRightCaseStudies .clientImg
{
	float: left;
	border: 1px solid #D3D3D3;
	margin: 0px 5px 0 0;
}
.colRightCaseStudies .clientText
{
	float: left;
	line-height: normal;
}
/* -- home page component -- */
.firstTitleHolder
{
	position: relative;
	height: 40px;
}
.firstParaRight
{
	float: right;
	width: 197px;
	margin: 0 17px 0 0;
}
.hpLogoMargin
{
	margin: 30px 0 0 0;
}
/* -- Enquiry Form -- */
#siteForm
{
	clear: both;
	padding: 10px;
}
#siteForm p
{
	padding: 10px 10px 0 0;
}
#siteForm span
{
	color: #552C92;
}
#siteForm label,
#siteForm input
{
	display: block;
}
#siteForm input,
#siteForm select,
#siteForm textarea
{
	font-size: 1.0em;
	color: #000000;
	font-family: Verdana;
	border: 1px solid #E2E3EA;
	width: 90%;
	padding: 4px;
}
#siteForm textarea
{
	height: 239px;
}
.formDDL
{
	width: 93% !important;
}
.leftFloat
{
	float: left;
	width: 40%;
}
.rightFloat
{
	float: right;
	width: 60%;
}
.wideFloat
{
	float: left;
	width: 100%;
	clear: both;
}
.btnAlign
{
	/*position: relative;
	text-align: right;
	right: 30px;*/
	float: right;
	margin: 10px 27px 0 0;
	*margin: 0 15px 0 0;
	clear: both;
}
.btnSml
{
	width: 59px !important;
	height: 22px;
	border: none !important;
	background: transparent url(../images/btnBgSml.gif) top left no-repeat;
}
.btnSml:hover
{
	width: 59px;
	height: 22px;
	text-decoration: underline;
	background: transparent url(../images/btnBgSml.gif) top right no-repeat;
}
/* ------ */
#map {
	float:left;
	width: 185px;
	height: 145px;
	margin: 0 20px 10px 10px;
	/*background: transparent url(../images/gMapImg.gif) top left no-repeat;*/
}
#map span, #map a
{
	visibility: hidden;
}
#contactAddress
{
	float: left;
	padding: 10px 0 0 10px;
	margin: 0 20px 0 0;
	width: 150px;
	background: transparent url(../images/sectionHeaderBreakSml.jpg) top left no-repeat;
}
#contactDetails
{
	float: left;
	padding: 10px 0 0 10px;
	width: 225px;
	background: transparent url(../images/sectionHeaderBreakSml.jpg) top left no-repeat;
}
/* -- Client List -- */
.clientLister
{
	float: left;
	clear: both;
	margin: 30px 0 0 0;
}
.clientListerLeft
{
	float: left;
	width: 110px;
}
.clientListerLeft .web
{
	padding: 0 0 0 23px;
	background: transparent url(../images/iconGoToSml.gif) top left no-repeat;
	background-position: 0px 2px;
}
.clientListerLeft .case
{
	padding: 0 0 0 23px;
	background: transparent url(../images/iconClientSml.gif) top left no-repeat;
	background-position: 0px 2px;
}
.clientListerMid
{
	float: left;
}
.clientListerLeftMid
{
	float: left;
	width: 620px;
	margin: 0 0 0 10px;
}
.clientListerMid .clientTitle, .clientListerLeftMid .clientTitle
{
	color: #666666;
	font-size: 1.2em;
}
.clientListerMid p, .clientListerLeftMid p
{
	padding: 0px !important;
}
.clientListerRight
{
	float: right;
	width: 167px;
}
.clientListerRight .areas
{
	float: right;
}
.timedSlideshow
{
	position: relative;
	width: 647px;
	height: 188px;
	background: transparent url(../images/headerPendulum.jpg) top left no-repeat;
}
/* -- new -- */
.newsLister
{
	float: left;
	clear: both;
	margin: 10px 0 20px 0;
}
.newsListerMid
{
	float: left;
	margin: 0 0 0 10px;
}
.newsListerMid .newsTitle
{
	color: #666666;
	font-size: 1.2em;
}
.newsListerMid p
{
	padding: 0px !important;
}
/* -- case -- */
.caseLister
{
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 20px 0;
}
.caseListerMid
{
	float: left;
	margin: 0 0 0 10px;
}
.caseListerMid .caseTitle
{
	color: #666666;
	font-size: 1.2em;
}
.caseListerMid p
{
	padding: 0px !important;
}
/* - link list -- */
.linkList
{
	clear: both;
	float: left;
	margin: 0px 0px 10px 10px;
	*margin: 0px 0px 10px 0;
	width: 100%;
}
.linkList img
{
	margin: 0 10px 0 0;
}
/* -- the team -- */
.teamMember
{
	float: left;
	margin: 10px 0 10px 0;
}
.teamMember img
{
	margin: 15px 10px 0 10px;
}
.teamMember p
{
	clear: none !important;
	float: none !important;
	width: auto !important;
}
/* -- the team sml -- */
.teamMemberSml
{
	float: left;
	margin: 0 0 0 0;
}
.teamMemberSml img
{
	margin: 15px 10px 0 10px;
}
.teamMemberSml p
{
	clear: none !important;
	float: none !important;
	width: auto !important;
}
