/**
 * @ Copyright: (c) 2008 CRM (Corporate Residential Management Ltd)
 */

*
{
	padding:0;
	margin:0;
}

body
{
	font:0.7em arial,sans-serif;
	background:url('../_img/_bg/main.jpg') repeat-x #003557;
}

a,a:visited
{
	border:0;
	text-decoration:none;
}

a:hover
{
	border:0;
}

a img,img,table,th,tr,td,p,form
{
	border:0;
}

.ie6
{
	clear:both;
}

p
{
	color:#fff;
}

h2
{
	float:left;
	padding:0;
	margin:0;
	line-height:100%;
	color:#ED2C25;
	font-family:arial;
	font-size:160%;
	font-weight:normal;
}

h2.withBorder
{
	width:100%;
	margin:0 0 11px 0;
	padding:11px 0 11px 0;
	border-bottom:1px solid #bbb;
}

h2.withPadding
{
	width:100%;
	margin:0 0 11px 0;
	padding:11px 0 11px 0;
}

ul.errList
{
	padding:0;
	margin:5px 0 15px 0;
	list-style-type:none;
}

ul.errList li
{
	padding:0 0 0 15px;
	margin:0 0 4px 0;
	font-size:110%;
	color:red;
	background:url(../_img/bullet-red.gif) 0 4px no-repeat;
}

/**
 * @ Section: CONTAINER
 */

div#site
{
	margin:0 auto;
	width:950px;
}

/**
 * @ Section: HEAD
 */

div#head
{
	float:left;
	margin:0 0 1px 0;
	width:950px;
	height:142px;
	overflow:hidden;
	background:url(../_img/_bg/uk-map.gif) 829px 0 no-repeat #0F4B7D;
} 

div#headLogo
{
	float:left;
	width:199px;
	height:71px;
}

div#headLogo img
{
	float:left;
	margin:47px 0 0 15px;
	width:199px;
	height:71px;
}

 /**
 * @ Section: NAV
 */

div#nav
{
	float:left;
	width:950px;
	height:37px;
	overflow:hidden;
	background:url(../_img/_bg/nav.gif) no-repeat;
}

div#nav ul
{
	margin:2px 0 0 15px;
	list-style-type:none;
}

div#nav li
{
	float:left;
	display:inline;
	height:23px;
	padding:9px 14px 0 14px;
	margin:0;
	font-size:110%;
	background:url(../_img/_bg/nav-sep.gif) right 12px no-repeat;
}

div#nav li a,div#nav li a:visited
{
	color:#fff;
}

div#nav li a:hover
{
	color:#fff;
	text-decoration:none;	
}

div#nav li a.s,div#nav li a.s:visited
{
	color:#fff;
}

div#nav li.f
{
	float:left;
	display:inline;
	height:23px;
	padding:9px 14px 0 0;
	margin:0;
	background:url(../_img/_bg/nav-sep.gif) right 12px no-repeat;
}

div#nav li.l
{
	float:left;
	display:inline;
	height:23px;
	padding:9px 0 0 11px;
	margin:0;
	background:0;
}

 /**
 * @ Section: MAIN
 */

div#main
{
	float:left;
	margin:10px 0 0 0;
	padding:25px 20px 20px 20px;
	width:910px;
	background:url(../_img/_bg/main-top.gif) 0 0 no-repeat #fff;
}

div#mainTitles
{
	float:left;
	margin:0 0 12px 0;
	width:910px;
}

div#titleLeft
{
	float:left;
	width:658px;
}

div#titleRight
{
	float:left;
	margin:0 0 0 20px;
	width:232px;
}

div#mainTabs
{
	float:left;
	padding:5px 0 0 0;
	width:658px;
	height:28px;
	overflow:hidden;
	background:#fff;
	border-bottom:2px solid #134B7C;
}

div#mainTabs p
{
	padding:0;
	margin:0;
	line-height:100%;
	font-size:110%;
}

div#mainTabs a,div#mainTabs a:visited
{
	display:block;
	width:100%;
	height:28px;
	color:#0E4B7A;
}

div#mainTabs a.s,div#mainTabs a:visited.s
{
	color:#fff;
}

div#tabAbout
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:69px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/about-off.gif) no-repeat;
}

div#tabAbout.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/about-on.gif) no-repeat;	
}

div#tabCompanyProfile
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:111px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/company-profile-off.gif) no-repeat;
}

div#tabCompanyProfile.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/company-profile-on.gif) no-repeat;	
}

div#tabOurPeople
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:83px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/people-off.gif) no-repeat;
}

div#tabOurPeople.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/people-on.gif) no-repeat;	
}

div#tabCurrentVacancies
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:120px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/vacancies-off.gif) no-repeat;
}

div#tabCurrentVacancies.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/vacancies-on.gif) no-repeat;	
}

div#tabLatestNews
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:90px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/news-off.gif) no-repeat;
}

div#tabLatestNews.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/news-on.gif) no-repeat;	
}

div#tabOverview
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:70px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/overview-off.gif) no-repeat;
}

div#tabOverview.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/overview-on.gif) no-repeat;	
}

div#tabCRMStudents
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:100px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/crm-students-off.gif) no-repeat;
}

div#tabCRMStudents.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/crm-students-on.gif) no-repeat;	
}

div#tabCRMFacilities
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:100px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/crm-facilities-off.gif) no-repeat;
}

div#tabCRMFacilities.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/crm-students-on.gif) no-repeat;	
}

div#tabCRMResidential
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:114px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/crm-residential-off.gif) no-repeat;
}

div#tabCRMResidential.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/crm-residential-on.gif) no-repeat;	
}

div#tabCRMConsultancy
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:119px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/crm-consultancy-off.gif) no-repeat;
}

div#tabCRMConsultancy.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/crm-consultancy-on.gif) no-repeat;	
}

div#tabCRMLondonStudents
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	height:20px;
        width: 92px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/crm-london-off.gif) no-repeat;
}

div#tabCRMLondonStudents.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/crm-london-on.gif) no-repeat;
}

div#tabCRMRelocation
{
	float:left;
	margin:0 1px 0 0;
	padding:10px 0 0 0;
	width:110px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background:url(../_img/_tabs/crm-relocation-off.gif) no-repeat;
}

div#tabCRMRelocation.s
{
	padding:8px 0 0 0;
	background:url(../_img/_tabs/crm-relocation-on.gif) no-repeat;	
}

div#mainArea
{
	float:left;
	width:658px;
}

div#mainArea.grey
{
	background:url(../_img/_bg/mid-right.gif) top right repeat-y;
}

div#mainLeft
{
	float:left;
	padding:0 20px 0 0;
	width:360px;
}

div#mainLeft h3
{
	margin:15px 0 10px 0;
	font-size:140%;
	font-weight:bold;
	color:#114678;
	line-height:100%;
}

div#mainLeft p
{
	margin:0 0 12px 0;
	font-size:110%;
	color:#4B4B4B;
	line-height:140%;
}

div#mainLeft p.position
{
	padding:0;
	margin:0 0 5px 0;
}

div#mainLeft p.person
{
	padding:0;
	margin:0 0 5px 0;
}

div#mainLeft p.caseStudy
{
	padding:0;
	margin:0 0 5px 0;
}

div#mainLeft a,div#mainLeft a:visited
{
	color:#4B4B4B;
	text-decoration:underline;
}

div#mainLeft ul
{
	margin:13px 0 12px 0;
	list-style-type:none;
}

div#mainLeft li
{
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	font-size:110%;
	color:#4B4B4B;
	background:url(../_img/_bg/bullet.gif) 0 4px no-repeat;
}

div#mainLeft a.person,div#mainLeft a:visited.person
{
	text-decoration:none;
}

div#mainLeft a.caseStudy,div#mainLeft a:visited.caseStudy
{
	text-decoration:none;
}

div.position
{
	float:left;
	margin:0 0 12px 0;
	padding:0 0 6px 0;
	width:360px;
	border-bottom:1px solid #BFBFBF;
}

div.position.l
{
	border-bottom:0;	
}

div.position h3
{
	margin:0 0 5px 0;
	font-size:140%;
	font-weight:bold;
	color:#114678;
	line-height:100%;
}

div.togglePerson
{
	float:left;
	width:360px;
}

div.person
{
	float:left;
	margin:0 0 10px 0;
	width:360px;
}

div.personPic
{
	float:left;
	margin:0 12px 0 0;
	width:60px;
}

div.personInfo
{
	float:left;
	width:288px;
}

div.personInfo h3
{
	margin:0 0 5px 0;
	font-size:140%;
	font-weight:bold;
	color:#114678;
	line-height:100%;	
}

div.latestNews
{
	float:left;
	width:658px;
	border-bottom:1px solid #BFBFBF;
}

div.latestNewsLeft
{
	float:left;
	padding:0 20px 0 0;
	width:360px;
}

div.latestNewsLeft h3
{
	margin:14px 0 8px 0;
	font-size:140%;
	font-weight:bold;
	color:#114678;
	line-height:100%;
}

div.latestNewsLeft h4
{
	margin:0 0 10px 0;
	font-weight:normal;
	font-family:arial,sans-serif;
	font-size:110%;
	color:#878787;
}

div.latestNewsLeft p
{
	margin:0 0 12px 0;
	font-size:110%;
	color:#4E4E4E;
}

div.latestNewsRight
{
	float:left;
	width:278px;
}

div.latestNewsPic
{
	float:left;
	width:278px;
}

div.latestNewsCaption
{
	float:left;
	padding:7px 13px 20px 13px;
	width:252px;
}

div.latestNewsCaption p
{
	font-size:100%;
	color:#4C4C4C;
}

div#caseStudies
{
	float:left;
	margin:10px 0 0 0;
	width:360px;
}

div.caseStudy
{
	float:left;
	margin:0 0 10px 0;
	padding:15px 0 0 0;
	width:360px;
	border-top:1px solid #BFBFBF;
}

div#mainMid
{
	float:left;
	width:278px;
}

div#midPic
{
	float:left;
	width:278px;
}

div#midCaption
{
	float:left;
	padding:7px 13px 8px 13px;
	width:252px;
}

div#midCaption p
{
	color:#707070;
	margin: 0 0 12px 0;
	line-height:140%;
}

div#map
{
	float:left;
	width:278px;
	height:292px;
}

div#directions
{
	float:left;
	margin:10px 0 10px 0;
	width:252px;
}

div#mainRight
{
	float:left;
	margin:0 0 0 20px;
	padding:11px 0 0 0;
	width:232px;
	border-top:1px solid #BFBFBF;
}

 /**
 * @ Section: NEWS
 */

div.news
{
	float:left;
	margin:0 0 11px 0;
	padding:0 0 11px 0;
	width:232px;
	border-bottom:1px solid #BFBFBF;
}

div.newsTop
{
	float:left;
	margin:0 0 8px 0;
	width:232px;
}

div.newsPic
{
	float:left;
	margin:0 10px 0 0;
	width:70px;
}

div.newsPic img
{
	float:left;
	width:70px;
}

div.newsTitle
{
	float:left;
	width:152px;
}

div.newsTitle h3
{
	margin:0 0 3px 0;
	font-family:arial;
	font-size:110%;
	font-weight:bold;
	color:#0E4F85;
}

div.newsTitle p
{
	font-size:90%;
	color:#868686;
}

div.newsBot
{
	float:left;
	width:232px;
}

div.newsBot p
{
	color:#4F4F4F;
	line-height:140%;
}

div.newsBot a,div.newsBot a:visited
{
	color:#124C7E;
	text-decoration:underline;
}

 /**
 * @ Section: VACANCIES
 */

div.vacancy
{
	float:left;
	margin:0 0 11px 0;
	padding:0 0 11px 0;
	width:232px;
	border-bottom:1px solid #BFBFBF;
}

div.vacancy.l
{
	border-bottom:0;
}

div.vacancy h4
{
	margin:0 0 5px 0;
	font-family:arial;
	font-size:110%;
	font-weight:bold;
	color:#154D7C;
	line-height:100%;
}

div.vacancy h5
{
	margin:0 0 5px 0;
	font-family:arial;
	font-size:110%;
	font-weight:normal;
	color:#888;
	line-height:100%;
}

div.vacancy p
{
	color:#4D4D4D;
	line-height:140%;
}

div.vacancy a,div.vacancy a:visited
{
	color:#124C7E;
	text-decoration:underline;
}

 /**
 * @ Section: PANELS
 */
 
div#panels
{
	float:left;
	width:658px;
	border-top:20px solid #fff;
	background:#fff;
}

div.panel
{
	float:left;
	margin:0 5px 5px 0;
	width:216px;
	height:155px;
	overflow:hidden;
	background:url(../_img/_bg/panel.gif) no-repeat;
}

div.panel.r
{
	margin-right:0;
}

div.panel.b
{
	margin-bottom:0;
}

div.panelTop
{
	float:left;
	padding:18px 0 0 12px;
	width:204px;
	height:30px;
	overflow:hidden;
}

div.panelMid
{
	float:left;
	padding:7px 16px 0 16px;
	width:184px;
	height:59px;
	overflow:hidden;
}

div.panelMid p
{
	color:#737373;
	line-height:140%;
}

div.panelBot
{
	float:left;
	width:216px;
	height:41px;
	overflow:hidden;
	text-align:center;
}

 /**
 * @ Section: FORMS
 */

div#contactForm
{
	float:left;
	margin:10px 0 0 0;
	width:360px;
}

div.formRow
{
	float:left;
	margin:0 0 8px 0;
	width:360px;
}

div.formLabel
{
	float:left;
	padding:0 8px 0 0;
	width:100px;
	text-align:right;
}

div.formLabel p
{
	padding:3px 0 0 0;
	margin:0;
}

div.formField
{
	float:left;
	width:252px;
}

input.postcode
{
	float:left;
	padding:0 5px 0 5px;
	width:119px;
	height:19px;
	font-size:100%;
	border:1px solid #7F9DB9;
	color:#707070;
}

input.contactField
{
	float:left;
	width:250px;
	height:19px;
	font-size:110%;
	border:1px solid #7F9DB9;
	color:#4B4B4B;
}

textarea.contactTextArea
{
	float:left;
	width:250px;
	height:102px;
	font-family:arial;
	font-size:110%;
	color:#4B4B4B;
	border:1px solid #7F9DB9;
}

button.contactSubmit
{
	float:left;
	width:183px;
	height:27px;
	border:0;
	cursor:pointer;
	background:url(../_img/_buttons/send.gif) no-repeat;
}

 /**
 * @ Section: BUTTONS
 */

button.directions
{
	float:left;
	margin:0 0 0 7px;
	width:114px;
	height:21px;
	border:0;
	cursor:pointer;
	background:url(../_img/_buttons/get-directions.gif) no-repeat;
}

button.contactSubmit
{
	float:left;
	width:114px;
	height:27px;
	border:0;
	cursor:pointer;
	background:url(../_img/_buttons/send.gif) no-repeat;
}

 /**
 * @ Section: FOOT
 */
 
div#foot
{
	float:left;
	margin:0;
	padding:0;
	width:950px;
	height:183px;
	overflow:hidden;
	background:url(../_img/_bg/foot-bar.gif) 0 0 no-repeat;
}

div#footNav
{
	float:left;
	margin:0;
	width:950px;
	height:63px;
	overflow:hidden;
	background:url(../_img/_bg/foot-nav.gif) bottom no-repeat;
}

div#footNavLeft
{
	float:left;
	margin:0;
	width:700px;
	height:63px;
	overflow:hidden;
}

div#footNavLeft ul
{
	padding:27px 0 0 12px;
	list-style-type:none;
}

div#footNavLeft li
{
	float:left;
	display:inline;
	padding:0 10px 0 10px;
	background:url(../_img/_bg/foot-nav-sep.gif) right 3px no-repeat;
}

div#footNavLeft li a,div#footNavLeft li a:visited
{
	color:#012C57;
}

div#footNavLeft li a:hover
{
	color:#0F4B7D;
}

div#footNavLeft li.f
{
	float:left;
	display:inline;
	padding:0 10px 0 0;
	background:url(../_img/_bg/foot-nav-sep.gif) right 3px no-repeat;
}

div#footNavLeft li.l
{
	float:left;
	display:inline;
	padding:0 0 0 10px;
	background:0;
}

div#footNavRight
{
	float:left;
	padding:16px 10px 0 0;
	width:240px;
	height:47px;
	overflow:hidden;
	text-align:right;
}

div#footNavRight img
{
	margin:0 0 0 15px;
}

div#footBase
{
	float:left;
	margin:10px 0 0 0;
	width:950px;
	height:110px;
	overflow:hidden;
	background:url(../_img/_bg/base.gif) no-repeat;
}

div#footBaseLeft
{
	float:left;
	padding:24px 0 0 0;
	width:140px;
	height:86px;
	overflow:hidden;
	text-align:right;
}

div#footBaseRight
{
	float:left;
	margin:28px 0 0 20px;
	width:790px;
	height:82px;
	overflow:hidden;
}

div#footBaseRight p
{	
	color:#A0B7C9;
	line-height:160%;
}

div#footBaseRight a,div#footBaseRight a:visited
{	
	color:#A0B7C9;
}

div#share
{
	float:left;
	padding:0;
}

div#xhtml,div#css2
{
	float:left;
	margin:0 8px 0 0;
	width:80px;
	height:15px;
}

div#xhtml img,div#css2 img
{
	float:left;
	width:80px;
	height:15px;
}