@import url(../contentStyles.css);

/*############################################################# 
#                                                             #
#   Stylesheet for site specific rules.                       #
#   Included only on frontend. Do not style CMS content       #
#   here as it is not included in the management system       #
#   for preview. Style CMS content in ContentStyles.css       #
#                                                             #
#############################################################*/


/* Typography
========================================================================================== */
body {
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;
	background-color: #505050;
}

/* Layout
========================================================================================== */
.wrap {
	background-color: #FFF;
	text-align: center;
}
.innerWrap {
	text-align: left;
	width: 744px;
	margin: 10px auto;
	overflow: hidden;
}
.logo {
	position: relative;
	font-size: 0.75em;
	font-weight: bold;
	width: 354px;
	height: 59px;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.logo span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../../Images/Logo.gif) no-repeat 0 0;
	width: 354px;
	height: 59px;
}
blockquote.strapline {
	float: right;
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;
	color: #505050;
}
.pageTitle {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 30px 30px;
	clear: both;
	text-indent: 15px;
	line-height: 2.4;
}
.content {
	clear: both;
	margin: 0 34px 20px;
}
.p1 { background-image: url(../../Images/banner-1.jpg); }
.p2 { background-image: url(../../Images/banner-2.jpg); }
.p3 { background-image: url(../../Images/banner-3.jpg); }
.p4 { background-image: url(../../Images/banner-4.jpg); }
.p5 { background-image: url(../../Images/banner-5.jpg); }

.footText {
	border-top: solid 3em #505050;
	position: relative;
}
.footText div {
	text-align: left;
	width: 744px;
	margin: 10px auto 0;
	position: relative;
}
.footText div div {
	width: 270px;
	float: left;
	clear: none;
	margin: 0 50px 0 0;
	position: relative;
	top: -2em;
	display: inline;
}
.footText div div div,
.footText div div p {
	background: none;
	clear: left;
	position: static;
	margin: 0;
	width: inherit;
}
.footText div div div p {
	padding: 0;
}
.footText a {
	float: right;
	font-weight: bold;
	margin: 3px 0 20px;
}
.footText h2 {
	font-size: 1.1em;
	margin: 0 0 5px;
	font-weight: bold;
}
.footText h2.tab {
	background: url(../../Images/tabLeftWhite.gif) no-repeat top right;
	float: left;
	margin-bottom: 20px;
	padding: 5px 20px;
	position: relative;
	font-size: 1.3em;
}
.footText h2.tab span {
	background: url(../../Images/tabRightWhite.gif) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.footText .paraControls {
	position: relative;
	top: 0;
}
.iso {
	position: absolute;
	top: -35px;
	right: -10px;
	z-index: 99;
}

/* Menus
========================================================================================== */
.headNav {
	background: #505050	url(../../Images/tabLeftGrey.gif) no-repeat bottom left;
	margin: -5px 0 20px;
	padding: 0 0 0 15px;
	float: right;
}
.footNav {
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 644px;
	padding-bottom: 100px;
	padding-right: 100px;
}
.headNav li,
.footNav li {
	display: inline;
	padding: 5px;
	float: left;
}
.headNav li.last {
	background: url(../../Images/tabRightGrey.gif) no-repeat bottom right;
	padding-right: 16px;
}
.headNav li a,
.footNav li a {
	color: #FFF;
	font-size: 0.687em;
	text-decoration: none;
}

/* Example Menu
========================================================================================== */
.examples {
	clear: both;
	margin: 0 0 180px;
	padding-bottom: 6em;
	position: relative;
	zoom: 1;
}
.examples * { /* Gives all elements hasLayout for ie7 background/disapearing content bug */
	zoom: 1;
}
.examples .btnIdea {
	position: absolute;
	top: 200px;
	left: 330px;
}
.examples img {
	display: block;
}
/* Top level
========================= */
.examples li {
	background: #F77B16 url(../../Images/tabLeftOrange.gif) no-repeat 0 0;
	margin-right: 3px;
	padding-left: 10px;
	float: left;
	list-style: none;
}
.examples li a {
	display: block;
	float: left;	
	background: #F77B16 url(../../Images/tabRightOrange.gif) no-repeat top right;
	padding: 0.4em 10px 0.4em 0;
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.examples h4 {
	color: #FFF;
	font-size: 0.75em;
	font-weight: normal;
	float: left;
	cursor: hand;
	cursor: pointer;
}
.examples li em {
   display: none;
}
/* Top On State
========================= */
.examples li.on {
	background: #853171 url(../../Images/tabLeftPurple.gif) no-repeat 0 0;	
	z-index: 99;
}
.examples li.on a {
	background: #853171 url(../../Images/tabRightPurple.gif) no-repeat top right;
}
.examples li.on em {
  display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 1.8em;
	width: 743px;
	font-style: normal;
	font-size: 0.75em;
	line-height: 2.0;
	text-indent: 10px;
	color: #FFF;
	background: #853171 url(../../Images/tabRightPurple.gif) no-repeat top right;
}
.examples li.on em span {
	font-weight: bold;
}

/* bottom level
========================= */
.examples li ul {
	position: absolute;
	width: 743px;
	background: #853171 url(../../Images/tabPurple.gif) no-repeat bottom left;
	padding-top: 25px;
	display: none;
	top: 1.75em;
	left: 0;
	z-index: 1;
}
.examples li.on li {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.examples li.on li a {
	background: none;
	margin: 0;
	padding: 0;
	border-left: solid 3px #FFF;
	width: auto;
}
.examples li li a.first {
	border: none;
	margin-left: 10px;
	display: inline;
}

/* Bottom On State
========================= */
.examples li.on ul {
	display: block;
	font-size: 0.812em;
	z-index: 1;
}
.examples li.on li strong {
	background: none;
	color: #FFF;
	display: block;
	font-weight: normal;
	text-align: center;
	width: 142px;
	padding: 3px 0;
	background: #AA6F9C url(../../Images/arrowOff.gif) no-repeat 95% 45%;
	z-index: 2;
	position: relative;
}
.examples li.on li.on strong {
	background: #853171 url(../../Images/arrowOn.gif) no-repeat 95% 45%;
}
.examples li li span {
	position: absolute;
	top: 104px;
	right: 0;
	width: 122px;
	min-height: 122px;
	height: auto !important;
	height: 122px;
	padding: 10px;
	margin-top: 1.25em;
	background-color: #AA6F9C;
	color: #FFF;
	font-size: 0.8em;
	display: none;
	z-index: 1;
}
.examples li li.on span {
	display: block;
}
.examples li li.on span a {
	position: absolute;
	right: 10px;
	bottom: 15px;
	border: 0;
}

/* Find us
========================================================================================== */
.Map {
	clear: both;
}
.Map img {
	float: left;
	margin-right: 30px;
}
.Map div.info {
	float: left;
	width: 300px;
}
.Map #Local {
	clear: both;
	width: auto;
	padding: 30px 0;
}
.Map #Local img {
	float: none;
}

/* Forms
========================================================================================== */
.form {
	border: none;
	margin: 0;
	padding: 0;
}
.form div {
	margin: 0;
}
.form label {
	text-align: right;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 5px;
}
.form table {
	width: 150px;
	margin-top: 6px;
}
.form table input,
.form table label {
	float: left;
	margin-top: 0;
}
.form input,
.form textarea {
	margin-top: 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	text-align: left;
}

/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 0 0 50px;
}
.Sitemap li
{
	margin-left: 15px;
	padding-bottom: 3px;	
	font-size: 0.687em;
}
.Sitemap li li {
	font-size: 1em;
}
.Sitemap ul 
{
    margin: 10px 0;
}
.Sitemap p
{
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns 
{
    float: left;
}
.pnlParaBtns select 
{
    position: relative;
    top: -4px;
}
.SiteHeader 
{
    float: right;
}
.pnlConfirm 
{
    clear: both;
    padding: 40px;
    text-align: center;
}
.paraControls
{
    clear: both;
}
.paraControls a:link,
.paraControls a:visited,
.paraControls a:hover,
.paraControls a:active 
{
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}