/* DOCUMENT INFORMATION ------------------------------------
TITLE:			RCP London
LAST UPDATED:	21st September 2009
AUTHOR:			Ben Johnson, Clever Clover Ltd
NOTES:			Common project specific styles, followed by 
				a break down into the location styles.

-- CONTENTS -----------------------------------------------
	=1:		[STANDARDS / HTML]
	=2:		[TEXT STYLES]
	=3:		[CONTAINER]
	=4:		[HEADER]
	=5:		[BREADCRUMB]
	=6:		[MAINNAV]
	=7:		[SIDEBAR]	
	=8:		[MAIN]	
	=9:		[FOOTER]	
	=10:	[FORM]	
	=11:	[ATTRIBUTE]	
------------------------------------------------------------*/

/*------=1:	[STANDARDS / HTML] -----------------------------*/


body {
	background: #ffffff url(../images/container-bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	line-height: 21px;
	color: #3e3e3e;
	padding-bottom:30px;
}

a {color:#10244a;}

.red { color: #f54c4c;}
.blue { color: #1b70cb; }


/*------=2:	 [TEXT STYLES] -----------------------------*/
h1 {
	font-size: 3.6em;
	font-family: Century Gothic , Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: -1.5pt;
	margin: 0 0 10px 0;
}

h1 .blue {
	color:#3e3e3e;
}

h2 {
	font-family: Century Gothic , Arial, Helvetica, sans-serif;
	font-size: 2.4em;;
	color: #373737;
	line-height: 42px;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 1.4em;
	padding: 5px 0 0 0;
	margin: 0 0 4px 0;
}
h4 {
	font-size: 1.2em;
	color: #79ae55;
	font-weight: bold;
	letter-spacing: -0.2pt;
	margin: 0 0 4px 0;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}
p {
	padding: 2px 0 5px 0;
	line-height: 19px;
	color: #3e3e3e;
	font-size: 1.3em;
	text-align: justify;
}

li {
	color: #3e3e3e;
	font-size: 1.3em;
}

strong { font-weight: bold; }

a { 
	color: #0c64b6;
	text-decoration: none;
}

.link { 
	color: #03509e;
	text-decoration: underline;
}
a.nolink { 
	color: #ffffff;
	text-decoration: none;
}

.date {
	color: #414141;
	font-size: 14px;
	font-weight: bold;
}

/*------=3:	 [CONTAINER] ----------------------------------*/
.container {
	width:830px;
	margin:0 auto;
	position: relative;
}

/*------=4:	 [HEADER] ------------------------------------*/
.header {	
	width: 830px;
	height: 192px;
	background: url('../images/header-bg.jpg') no-repeat top;
}
	.headerContent {
		width: 830px;
		margin: 0 auto;
	}
	
	.peeps {
		width:596px;
		height:157px;
		background: url('../images/peeps.png') no-repeat center;
		position:absolute;
		top:33px;
		right:-190px;
	}
	
	.headerLinks {
		float: right;
		width: 550px;
		height: 34px;
		overflow: hidden;
	}
		.headerLinks ul {
			height: 34px;
		}
		.headerLinks ul li {
			height: 34px;
			float: right;
			display: inline;
			line-height: 30px;
		}
		.headerLinks ul li a {
			font-size: 12px;
			color: #171212;
			padding: 0 0 0 5px;
		}
	
	.memberNotes {
		float: right;
		height: 28px;
		width: 205px;
		display:none;
	}
		.memberNotes p {
			color: #333333;
			font-size: 14px;
			line-height: 26px;
			position: absolute;
			font-weight:bold;
		}
	
	.logo {
		width: 350px;
		height: 115px;
		position:absolute;
		top:50px;
		left:-110px;
	}	
	
	.tagline {
		width: 358px;
		height: 48px;
		position:absolute;
		top:90px;
		left:280px;
	}	
	
	.search {
		width: 302px;
		height: 38px;
		position:absolute;
		top:161px;
		left:2px;
	}
	
/*------=5:	 [BREADCRUMB] ------------------------------------*/
.breadcrumb {
	height: 28px;
	background: url(../images/breadcrumb-bg.gif) repeat-x;
	width: 810px;
	float:left;
	padding: 0 0 0 20px;
}
	.breadcrumb li {
		float: left;
		display: inline;
		font-size: 12px;
		color: #ffffff;
		line-height: 27px;
		padding: 0 0 0 5px;
	}
	.breadcrumb li a {
		color: #ffffff;
	}
/*------=6:	 [MAINNAV] ------------------------------------*/
.navigation {
	width: 830px;
	height: 33px;
	float:left;
	background: url(../images/nav-bk.jpg) no-repeat bottom left;
	-height:28px;
}

	ul.mainNav {
		float: left;
		width: 830px;
		padding-left:3px;
		height: 38px;
		margin-top: -1px;
		-height:28px;
		-padding-left:0px;
	}
	ul.mainNav li {
		float: left;
		position: relative;
		height: 38px;
		width:auto;
	}
	
	ul.mainNav li a {
		cursor: pointer;		
		width: 100%;
		line-height: 35px;
		text-align:center;
		color: #333333;
		font-size: 13px;
		font-weight: bold;			
		display: block;
		float:left;
		height:100%;
	}
	
	ul.mainNav li.home {
		background: url(../images/home.jpg) no-repeat;
		width:119px;
	}
	
		ul.mainNav li.home a:hover, ul.mainNav li.home a.selected {
			background: url(../images/home_on.jpg) no-repeat;
		}
	
	ul.mainNav li.recruit {
		background: url(../images/recruitment.jpg) no-repeat;
		width:154px;
	}
	
		ul.mainNav li.recruit a:hover, ul.mainNav li.recruit a.selected {
			background: url(../images/recruitment_on.jpg) no-repeat;
		}
	
	ul.mainNav li.calender {
		background: url(../images/calender.jpg) no-repeat;
		width:82px;
	}
	
		ul.mainNav li.calender a:hover, ul.mainNav li.calender a.selected {
			background: url(../images/calender_on.jpg) no-repeat;
		}
	
	ul.mainNav li.deaneries {
		background: url(../images/dean.jpg) no-repeat;
		width:131px;
	}
	
		ul.mainNav li.deaneries a:hover, ul.mainNav li.deaneries a.selected {
			background: url(../images/dean_on.jpg) no-repeat;
		}
	
	ul.mainNav li.faqs {
		background: url(../images/faq.jpg) no-repeat;
		width:59px;
	}
	
		ul.mainNav li.faqs a:hover, ul.mainNav li.faqs a.selected {
			background: url(../images/faq_on.jpg) no-repeat;
		}
	
	ul.mainNav li.about {
		background: url(../images/about.jpg) no-repeat;
		width:96px;
	}
	
		ul.mainNav li.about a:hover, ul.mainNav li.about a.selected {
			background: url(../images/about_on.jpg) no-repeat;
		}
	
	ul.mainNav li.contact {
		background: url(../images/contact.jpg) no-repeat;
		width:82px;
		float:right;
	}
	
		ul.mainNav li.contact a:hover, ul.mainNav li.contact a.selected {
			background: url(../images/contact_on.jpg) no-repeat;
		}
				
	ul.mainNav li a.selected, .mainNav li .subNav li a.selected {
		color:#651e88;
	}
		
	ul.mainNav li.spacer {

	}
			
ul.subNav { 
	width:160px;
	display: none;
	position: absolute;
	left: 0px;
	top: 34px;
	z-index: 99;
	background-color: #ffffff;
	border-right: 2px solid #651e88;
	border-left: 2px solid #651e88;
	border-bottom: 2px solid #651e88;
	padding: 0px;
	margin: 0px;
}

	.mainNav li .subNav li {
		display: block;
		margin: 0px;
		padding: 0px;
		float: none;
		line-height: 20px;
		height: 20px;
	}
	.mainNav li .subNav li a {
		display: block;
		margin: 0px;
		width: 90%;
		height: 18px;
		color: #333333;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		line-height: 20px;
		padding: 1px 7% 1px 3%;
		background-image:none;
	}
	.mainNav li .subNav li a:hover {
		background: #651e88 none;
		color:#fff;
	}

	

/*------=7:	 [SIDEBAR] ------------------------------------*/
.sidebar {
	float: right;
	width: 250px;
	padding:10px 0 0 20px;	
}

	.podRed {
		background: url(../images/podRed-bg.jpg) no-repeat top left;
		width: 250px;
		height: 112px;
		padding: 0 12px 10px 12px;
	}
	
	.podRed h2 { 
		color: #ffffff;
		font-size:18px;
		font-weight:bold;
		line-height:25px;
	}	
	.podRed p { 
		text-align: center;
		font-weight: bold;
		padding-top: 6px;
	}
	.podRed .decoration {
		background: url(../images/decoration.png) no-repeat top left;
		width: 75px;
		height: 90px;
		position: absolute;
		z-index: 1;
		right: -20px;
		top: 290px;
		-right:10px;
	}
	
	.podBlack {
		width: 250px;
		background: url(../images/podBlack-bg.gif) repeat-y center;
		margin-bottom: 10px;
	}
	.podBlack-top {
		width: 250px;
		background: transparent url(../images/podBlack-bg-top.gif) no-repeat top ;
	}
	.podBlack-bottom {
		width: 226px;
		background: transparent url(../images/podBlack-bg-bottom.gif) no-repeat bottom;
		padding: 0 12px 10px 12px;
		min-height: 300px;
	}
		.podBlack h2 {
			color: #ffffff;
			font-size:18px;
			font-weight:bold;
			line-height:25px;
		}
		
	.podBlue {
		width: 250px;
		background: url(../images/podBlue-bg.gif) repeat-y center;
		margin-bottom: 10px;
	}
	.podBlue-top {
		width: 250px;
		background: transparent url(../images/podBlue-bg-top.gif) no-repeat top ;
	}
	.podBlue-bottom {
		width: 226px;
		background: transparent url(../images/podBlue-bg-bottom.gif) no-repeat bottom;
		padding: 0 12px 10px 12px;
		min-height: 200px;
	}
		.podBlue h2 {
			color: #ffffff;
			font-size:18px;
			font-weight:bold;
			line-height:25px;
		}
	
	ul.news {
		padding: 0 12px 0 5px;
		list-style: none;
		margin: 0px !important;
	}
	ul.news li {
		background: url(../images/seperator.jpg) no-repeat bottom;
		padding-bottom: 4px;
		margin: 0px !important;
		margin-bottom: 4px;
		list-style: none;
	}
	ul.news li h3 {
		color: #1b6dc6;
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;	
	}
	ul.news li p {
		line-height: 19px;
		font-size: 1em;
	}
	ul.news li p a {
		color: #414141;
		font-size: 1em;
	}
	
		ul.downloads {
			padding: 10px;
			margin: 0px !important;
		}
		ul.downloads li {
			overflow: hidden;
			margin: 0 0 10px 0;
			list-style-type:none;
		}
		ul.downloads li p {
			height: 50px;
			display: block;
			float: left;
			padding: 5px 0 0 0;
			font-size: 12px;
			line-height: 16px;
			overflow: hidden;
		}
		ul.downloads li p span {
			font-size: 14px;
			font-weight: bold;
		}
		ul.downloads li a {
			height: 50px;
			display: block;
			width: 150px;
			float: left;
			background: url(../images/download.jpg) no-repeat left center;
		}

		ul.downloads li a[href$='.pdf'] 		{ background: url(../images/download_pdf.jpg) no-repeat left center; }
		
		ul.downloads li a[href$='.doc'], 
		ul.downloads li a[href$='.docx'],
		ul.downloads li a[href$='.rtf'],
		ul.downloads li a[href$='.txt'],
		ul.downloads li a[href$='.wps'] 		{ background: url(../images/download_word.jpg) no-repeat left center; }
/*------=8:	 [MAIN] ------------------------------------*/
.main {
	background: #ffffff url(../images/main-top.gif) left top no-repeat; 
	width: 810px;
	float:left;
	padding: 20px 10px 0 10px;
}

	.pictures {
		padding: 20px 0 0 0;	
	}
	
table {
	margin: 30px 0 0 0;
	border-top:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
	border-collapse:collapse;
}

table thead {
	background: url(../images/table-header-bg.jpg) top left repeat-x;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
}
	table thead th, table thead td {
		text-align: center;
		vertical-align: middle;
		height: 30px;
		line-height: 18px;
		padding: 0 10px 0 10px;
	}
	
table tbody td {
	color:#3e3e3e;
	border-bottom: 1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
	text-align:left;
	padding: 0.5em 0.5em;
	vertical-align: middle;
	font-size: 1.4em;
}

table tfoot {
	background-color: #a9a9a9;
	color: #000;
	font-weight: bold;	
	font-size: 1.4em;
}
	table tfoot td {
		text-align: center;
		vertical-align: middle;
		height: 30px;
		line-height: 20px;
		border-bottom: 1px solid #7F7F7F;
		border-left:1px solid #7F7F7F;
	}

.searchItem {
	margin: 0 0 14px 0;	
}

.newsItem {
	padding: 0 0 10px 0;
}
	.newsItem h2 {
		line-height: 20px;
		float: left;
	}
	.newsItem span.date {
		width: 110px;
		display: block;
		float: left;
		font-size: 14px;
		line-height: 10px;
		padding: 8px 0 0 15px;
	}
	.newsItem p a {
		color:#414141;
		font-size:1em;
	}
	

	.newsItemItem h2 {
		line-height: 20px;
		float: left;
		font-size: 1.3em;
	}
	.newsItemItem span.date {
		width: 110px;
		display: block;
		float: left;
		font-size: 1.2em;
		line-height: 10px;
		padding: 11px 0 0 10px;
	}
	.newsItem p a {
		color:#414141;
		font-size:1em;
	}


.faq .selected p.heading {
	color: #F95151 !important;
}	
	
/* -- GENERIC LIST STYLES -- */	
.main li, .main ul {
	list-style: disc outside;
	margin:0.3em 0 0.3em 3.8em;
}

.main ol li, .main ol {
	list-style: decimal outside;
	margin:0.3em 0 0.3em 1.4em;
}


/*------=9: [FOOTER] ------------------------------------*/
.footer {
	width: 830px;
	height: 63px;
	background: #fff url(../images/footer-bg.gif) no-repeat;
	float:left;
	margin-bottom:30px;
}

	.footer ul {
		float: right;
		height: 36px;
		margin: 26px 15px 0 0;
	}
	.footer ul li {
		float: right;
		color: #ffffff;
		display: inline;
		padding: 0 2px 0 0;
	}
	.footer ul li a {
		font-size: 12px;
		color: #ffffff;
		line-height: 34px;
	}
/*------=10: [FORM] --------------------------------------*/
label {
}

legend {
color:#535151;
font-size:14px;
font-weight:bold;
}
fieldset.border {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border:1px solid #AAAAAA;
margin:0;
padding:1em;
}

input {
}
.button-medium {
	background: url(../images/button-medium.jpg) no-repeat top left;
	width: 103px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-family: Century Gothic , Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	margin: 0 10px 0 10px;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
}
.button-large {
	background: url(../images/button-large.jpg) no-repeat top left;
	width: 214px;
	height: 47px;
	line-height: 38px;
	font-size: 20px;
	font-family: Century Gothic , Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #3e3e3e;
	cursor: pointer;
	margin:25px 0 0 6px;
}

input.text {
	background: url(../images/input.jpg) no-repeat;
	width: 166px;
	height: 23px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 5px 9px 0 9px;
}
.search input.text {
	background: url(../images/input.jpg) no-repeat;
	width: 166px;
	height: 18px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 5px 9px 0 9px;
}
input.button {
	background: url(../images/button.jpg) no-repeat;
	width: 25px;
	height: 24px;
	float: left;
	margin: 0 5px 0 5px;
	cursor:pointer;
}
/*------=11: [ATTRIBUTES] ----------------------------------------*/
 a[href^="http:"]	{ padding-right: 15px; background:transparent url(../images/media/external_link.gif) right no-repeat;}
 a[href^="mailto:"]	{ font-weight: bold; }

.download_type a {
	background: url(../images/media/download.jpg) no-repeat;
	height: 27px;
	display: block;
}
.download_type span {
	background: url(../images/media/download_background.jpg) right top no-repeat;
	height: 27px;
	float: left;
	margin-left: 40px;
	font-size: 1.2em;
	padding: 0px 25px 0 0;
	line-height: 27px;
	color: #fff;
}


.download_type a[href$='.pdf'] 		{ background: url(../images/media/download_pdf.jpg) no-repeat; }

.download_type a[href$='.doc'], 
.download_type a[href$='.docx'],
.download_type a[href$='.rtf'],
.download_type a[href$='.txt'],
.download_type a[href$='.wps'] 		{ background: url(../images/media/download_word.jpg) no-repeat; }

.download_type a[href$='.xls'], 
.download_type a[href$='.xlsx'],
.download_type a[href$='.csv'],
.download_type a[href$='.xlt'],
.download_type a[href$='.xlw'] 		{ background: url(../images/media/download_excel.jpg) no-repeat; }

.download_type a[href$='.zip'],
.download_type a[href$='.gzip'],
.download_type a[href$='.rar'] 		{ background: url(../images/media/download_zip.jpg) no-repeat; }

.nostyle {
	position:relative;
}

.nostyle h2 {
	padding-left:15px;
}

.nostyle a {
	padding:0px;
	margin:0px;
}

.nostyle .button-large {
	margin:20px 0 0 18px;
}

.nostyle .podBlue-bottom {
	height:10px;
	min-height:1px;
}

.nostyle a {
	background-image:none;
}
