/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body	{
	background: url(sitegraphics/bg.jpg) 0 0 repeat-x #F8EEF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #333;
}

td	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}


a:link, a:visited {
	text-decoration: underline;
	color: #AA1638;
}
a:active, a:hover {
	color: #333;
}


p {
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin:  0 0 0.65em 0;
	font-size: 165%;
	font-weight: normal;
	color: #AA1638;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0.55em 0;
	padding: 0;
	font-size: 140%;
	color: #AA1638;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0.85em 0;
	padding: 0;
	font-size: 110%;
	color: #333;
}


li {
	margin-bottom: 0.4em;
}

ul {
	margin-bottom: 1.2em;
}


.highlight {
	font-weight: bold;
	color: #AA1638;
}


.imageleft	{
	padding: 0px 10px 10px 0px;
}
.imageright {
	float: right;
	padding: 0px 0px 10px 10px;
}



/*-------------------WRAPPERS-------------------*/


#wrapper {
	width: 930px;
	margin: 60px auto 0 auto;
	padding: 25px;
	background-color: #FFF;
}

#contentWrapper {
	width: 930px;
	background: url(sitegraphics/bg_contentwrapper.jpg) 0 0 repeat-x #FFF;
}


/*-------------------CONTENT-------------------*/


#contentMain {
	float: right;
	width: 690px;
	padding: 25px 0 0 0;
	font-size: 110%;
	color: #444;
}

#contentMain ul {
	margin: 0 0 1.2em 1em;
}
#contentMain li {
	padding: 0 0 0 12px;
	background: url(sitegraphics/bullet.gif) no-repeat 0 0.45em;
}

#contentMain p {
	line-height: 1.5em;
}


.twoColumn {
	float: left;
	width: 345px;
}


/*-------------------CONTENT SUB-------------------*/


#contentSub {
	float: left;
	width: 185px;
}

#address p {
	margin: 0 0 0.4em 0;
}
#address .caption {
	font-weight: bold;
}
#address .email {
}


/*-------------------NAV-------------------*/


#nav {
	height: 220px;
	margin: 0;
	padding: 15px 0 30px 0;
}


#nav li,
#nav a {
	display: block;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 30px;
	background-image: url(sitegraphics/nav.jpg);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav li a:hover { background-image: none;}

#nav-home a { background-position: 0px 0px;}
#nav-about a { background-position: 0px -30px;}
#nav-approach a { background-position: 0px -60px;}
#nav-expertise a { background-position: 0px -90px;}
#nav-clients a { background-position: 0px -120px;}
#nav-theatricalproductions a { background-position: 0px -150px;}
#nav-training a { background-position: 0px -180px;}
#nav-contact a { background-position: 0px -210px;}

#nav-home { background-position: -185px 0px;}
#nav-about { background-position: -185px -30px;}
#nav-approach { background-position: -185px -60px;}
#nav-expertise { background-position: -185px -90px;}
#nav-clients { background-position: -185px -120px;}
#nav-theatricalproductions { background-position: -185px -150px;}
#nav-training { background-position: -185px -180px;}
#nav-contact { background-position: -185px -210px;}


/*-------------------NAV CLIENTS-------------------*/


#contentMain #navClients {
	height: 310px;
	margin: 0 0 0 20px;
	padding: 0;
}


#contentMain #navClients li,
#contentMain #navClients a {
	display: block;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 30px;
	background-image: url(sitegraphics/nav_clients.gif);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#contentMain #navClients li a:hover { background-image: none;}

#contentMain #navClients-mod a { background-position: 0px 0px;}
#contentMain #navClients-nhs a { background-position: 0px -30px;}
#contentMain #navClients-cjs a { background-position: 0px -60px;}
#contentMain #navClients-privatesector a { background-position: 0px -90px;}
#contentMain #navClients-education a { background-position: 0px -120px;}
#contentMain #navClients-localgovernment a { background-position: 0px -150px;}
#contentMain #navClients-centralgovernment a { background-position: 0px -180px;}
#contentMain #navClients-housing a { background-position: 0px -210px;}
#contentMain #navClients-voluntary a { background-position: 0px -240px;}

#contentMain #navClients-mod { background-position: -185px 0px;}
#contentMain #navClients-nhs { background-position: -185px -30px;}
#contentMain #navClients-cjs { background-position: -185px -60px;}
#contentMain #navClients-privatesector { background-position: -185px -90px;}
#contentMain #navClients-education { background-position: -185px -120px;}
#contentMain #navClients-localgovernment { background-position: -185px -150px;}
#contentMain #navClients-centralgovernment { background-position: -185px -180px;}
#contentMain #navClients-housing { background-position: -185px -210px;}
#contentMain #navClients-voluntary { background-position: -185px -240px;}


/*-------------------NAV-------------------*/


#contentMain .caseStudies {
	clear: both;
	margin: 2em 0 0 0;
	padding-top: 1.7em;
	border-top: 1px solid #CCC;
}
#contentMain .caseStudies li {
	border-bottom: 1px solid #CCC;
	margin: 0 0 1.7em 0;
	padding: 0 0 1.7em 0;
	background: 0;
}
#contentMain .caseStudies h2 {
	font-weight: bold;
	font-size: 140%;
}

#contentMain .caseStudies .noHighlight {
	font-weight: normal;
}
#contentMain .caseStudies p {
	line-height: 1.6em;
}
#contentMain .caseStudies p.quote {
	clear: both;
	min-height: 30px;
	margin: 0 0 0 0;
	padding: 0 50px;
	background: url(sitegraphics/quotes_open.gif) no-repeat 0 0;
	font-style: italic;
	font-size: 110%;
}
#contentMain .caseStudies p.cite {
	min-height: 30px;
	padding: 10px 55px 0 0;
	background-image: url(sitegraphics/quotes_close.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 90%;
}
#contentMain .caseStudies .playwright {
	font-size: 80%;
	font-style: italic;
}
#contentMain .caseStudies p.backtotop {
	margin: 0;
	font-size: 80%;
}
#contentMain .caseStudies p.backtotop a:link, .caseStudies p.backtotop a:visited {
	color: #BABABA;
}
#contentMain .caseStudies p.backtotop a:active, .caseStudies p.backtotop a:hover {
	color: #333;
}

#contentMain .caseStudies .bulletList {
	margin: 0 0 1.2em 1em;
}
#contentMain .caseStudies .bulletList li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 12px;
	border: 0;
	background: url(sitegraphics/bullet.gif) no-repeat 0 0.45em;
}




#contentMain #awards {
	margin: 10px 0 0 0;
}
#contentMain #awards li {
	position: relative;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 135px;
	border: 0;
	background: 0;
}
#contentMain #awards img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px 0 0 0;
}


#contentMain .tickList {
}
#contentMain .tickList li {
	padding: 0 0 4px 25px;
	background: url(sitegraphics/bullet_tick.gif) 0.5em 0 no-repeat;
}


#titleHome { width: 450px; height: 30px; margin: 0 0 15px 0; text-indent: -1976px; background: url(sitegraphics/title_home.gif); }



.production {
	font-weight: bold;
	font-style: italic;
	color: #AA1638;
}

		

.address				{ font-size: 11px; }

.addresspadding			{ padding: 0px 25px 20px 25px; }

.asterisk				{ color: #AA1638; }

.bannerbottom			{ background: url(sitegraphics/banner_bg.jpg); background-repeat: repeat-x; border-top: 2px solid #FFFFFF; }

.bannertop				{ background: url(sitegraphics/banner_bg.jpg); background-repeat: repeat-x; border-bottom: 2px solid #FFFFFF; }

.bold					{ font-weight: bold; }

.bodytd					{ padding: 25px; }

.bullet					{ padding: 0px 5px 4px 0px; color: #AA1638; }

.bullettext				{ padding: 0px 0px 4px 0px; }

.contactuscaption		{ background-color:#F6F6F6; padding: 6px; border-bottom: 3px solid #FFF; vertical-align: top; font-weight: bold; }

.contactusfield			{ border: 1px #000000 solid; width: 100%; font-size: 12px; color: #000000; }

.contactusfieldtd		{ background-color:#F6F6F6; padding: 6px; border-bottom: 3px solid #FFF; width: 100%; vertical-align: top; }


#contentMain p.quote {
	clear: both;
	min-height: 30px;
	margin: 0 0 0 0;
	padding: 0 50px;
	background: url(sitegraphics/quotes_open.gif) no-repeat 0 0;
	font-style: italic;
	font-size: 110%;
}
#contentMain p.cite {
	min-height: 30px;
	padding: 10px 55px 0 0;
	background-image: url(sitegraphics/quotes_close.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	font-size: 90%;
}

.quoteperson			{ color: #AA1638; }

.sidecolumn				{ background-color: #AA1640; width: 180px; }

.sidenavtd				{ background: url(sitegraphics/sidenav_bg.jpg); background-repeat: repeat-x; background-color: #000000; padding: 20px 15px 20px 15px; border-top: 2px solid #FFFFFF; }

.sidenavSub 			{ margin-left:9px; color: #FFF; text-decoration:none; }

.sidequotecompany		{ font-size: 11px; font-weight: bold; }

.sidequotename			{ font-size: 11px; font-weight: bold; }

.sidequotetd			{ background: url(sitegraphics/sidequote_bg.jpg); background-repeat: repeat-x; background-color: #AA1640; border-top: 2px solid #FFFFFF; padding: 20px 15px 0px 15px; color: #FFFFFF; font-size: 12px; font-style:italic; }

.subtitle				{ font-weight: bold; color: #AA1638; font-size: 18px; }

.title					{ font-size: 20px; font-weight: bold; color: #AA1638; }

.client					{ font-weight: bold; font-size: 18px; padding-bottom: 8px; }

.clientlogo				{ margin-bottom: 6px; }

.footerlogo				{ margin-right: 10px; }

.eventcontact			{ font-size: 11px; }


#randomiser {
	width: 930px;
}


#linksAndResources p {
	margin-bottom: 0.15em;
}
#linksAndResources li {
	margin-bottom: 1.3em;
}
#linksAndResources h1 {
	margin: 0.75em 0 0 0;
	padding: 0.75em 0 0 0;
	border-top: 1px dotted #AA1640;
	font-size: 130%;
	color: #000;
}

#news h1 {
	margin: 0.75em 0 0.15em 0;
	padding: 0.75em 0 0 0;
	border-top: 1px dotted #AA1640;
	font-size: 130%;
	color: #000;
}
#news h2 {
	margin: 0 0 1em 0;
}

#trainingEvents h1 {
	margin: 0.75em 0 0.45em 0;
	padding: 0.75em 0 0 0;
	border-top: 1px dotted #AA1640;
	font-size: 130%;
	color: #000;
}
#trainingEvents h2 {
	margin: 0 0 1em 0;
	font-size: 110%;
}


#testimonial {
	margin: 0 0 20px 0;
	background-color: #333;
	color: #FFF;
	font-size: 90%;
}
#testimonial p.quote {
	margin: 0;
	padding: 0 10px;
}
#testimonial p.cite {
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: right;
}
#testimonial p.position {
	margin: 0;
	padding: 0 10px;
	text-align: right;
}
#testimonial p.company {
	margin: 0;
	padding: 0 10px;
	text-align: right;
	font-weight: bold;
	color: #AE233D;
}





A.addresslink             { text-decoration: none; color: #AA1640; }
A.addresslink:link        { text-decoration: none; font-weight: normal; color: #AA1640; }
A.addresslink:visited     { text-decoration: none; font-weight: normal; color: #AA1640; }
A.addresslink:active      { text-decoration: none; font-weight: normal; color: #000000; }
A.addresslink:hover       { text-decoration: none; font-weight: normal; color: #000000; }

A.ambritlink            { text-decoration: none; color: #000000; }
A.ambritlink:link       { text-decoration: none; font-weight: normal; color: #000000; }
A.ambritlink:visited    { text-decoration: none; font-weight: normal; color: #000000; }
A.ambritlink:active     { text-decoration: none; font-weight: normal; color: #000000; }
A.ambritlink:hover      { text-decoration: none; font-weight: normal; color: #000000; }


/*--------------------FOOTER-------------------*/

#footer {
	clear: both;
}



/*-------------------CAPTCHAS-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 177px; }

#errorList 					{ margin-left: 40px;  }


/*--------------------SITEMAP-------------------*/

.sitemap {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap li {
	margin-top: 0.75em;
	padding: 0.75em 0 0 15px;
	border-top: 1px solid #e0abba;
}

.sitemap2 {
	margin: 0.75em 0 0 0;
	list-style-type: none;
}
.sitemap2 li {
	margin: 0;
	padding: 0 0 0.3em 30px;
	border: 0;
}

.sitemap2 a:link, .sitemap2 a:visited {
	color: #000;
	font-weight: normal;
}
.sitemap2 a:active, .sitemap2 a:hover {
	color: #AA1640;
}
