/*
	Purpose:	Global Screen CSS Document for http://www.jraresearch.com
	Site:		http://www.jraresearch.com
	Author:		Distinction Limited ( Greg Bloor )
	Version:	1.00 (June 2009)

===========================
Quick Code 
===========================

	0.0 - Reset
	1.0 - Layout
	2.0 - Navigation
	3.0 - Styling
    
===========================	

===========================
0.0 Reset 
===========================
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* PNG support for IE 5.5 */
* html img {
	behavior: url(../App_Themes/JRA/Images/iepngfix.htc)
}


/*
===========================
1.0 Layout 
===========================
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #87C143 url(../App_Themes/JRA/Images/bg/bg.jpg) top center no-repeat;
}

#container {
	position: relative;
	width: 884px;
	margin: 10px auto;	
}
#innerContainer {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
#logo {
	position: relative;
	float: left;
	width: 170px;
	text-align: center;
}
#navigation {
	position: relative;
	float: left;
	width: 620px;
	margin-left: 10px;
	margin-left: 10px;
}
#topSearch {
	position: relative;
	text-align: right;
	width: 50%;
	height: 85px;
	float: right;
}
#topContactDetails {
	position: relative;
	text-align: left;
	width: 50%;
	height: 85px;
	float: left;
}
#mainNavigation {
	position: relative;
	text-align: left;
	width: 100%;
	height: 50px;
}
#bodyContainer {
	position: relative;
	float: left;
	width: 100%;
}
#lowerBodyContainer {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
#searchBox {
	position: relative;
	text-align: right;
	width: 100%;
	clear: both;
}
#sideCol {
	position: relative;
	float: left;
	width: 150px;
	clear: left;
}
#mainCol {
	position: relative;
	float: left;
	width: 560px;
	margin-left: 35px;
	clear: right;
}
#wideCol {
	position: relative;
	float: left;
	width: 770px;
	min-height: 400px;
	height: auto;
	clear: both;
}
#submainCol {
	position: relative;
	float: left;
	width: 740px;
	clear: right;
}
.smallSideBox {
	position: relative;
	margin: 10px auto;
	text-align: center;
	width: 112px;
	height: 114px;
}
#boxBlue {
	background: url(../App_Themes/JRA/Images/bg-box-blue.png) 50% 50% no-repeat;
}
#boxOrange {
	background: url(../App_Themes/JRA/Images/bg-box-orange.png) 50% 50% no-repeat;
}
#boxPurple {
	background: url(../App_Themes/JRA/Images/bg-box-purple.png) 50% 50% no-repeat;
}
#colContainer {
	position: relative;
	float: left;
	clear: both;
	margin: 0.5em auto 0 auto;
	padding-bottom: 1em;
	width: 100%;
}
#subcolContainer {
	position: relative;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 1em;
	width: 100%;
}
.col33 {
	position: relative;
	float: left;
	width: 165px;
	margin-right: 20px;
}
.col50 {
	position: relative;
	float: left;
	width: 260px;
	margin-right: 20px;
}
.addressSideBox {
	position: relative;
	float: left;
	width: 150px;
	margin: 1.5em auto 0 auto;
}
#footer {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 1em auto;
}
.zoneTop {
	margin-bottom: 15px;
	text-align: right;
}
.zoneLeft {
	float: left;
	width: 400px;
	margin-right: 20px;
}
.zoneRight {
	float: right;
	width: 140px;
}
.roundedBox {
	background-color: #ffffff;
}
.roundedBoxTop div {
	background: url(../App_Themes/JRA/Images/corner_tl.png) no-repeat top left;
}
.roundedBoxTop {
	background: url(../App_Themes/JRA/Images/corner_tr.png) no-repeat top right;
}
.roundedBoxBottom div {
	background: url(../App_Themes/JRA/Images/corner_bl.png) no-repeat bottom left;
}
.roundedBoxBottom {
	background: url(../App_Themes/JRA/Images/corner_br.png) no-repeat bottom right;
}
.roundedBoxTop div, .roundedBoxTop, .roundedBoxBottom div, .roundedBoxBottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedBoxContent {
	margin: 0 10px;
}
.clear {
	position: relative;
	clear: both;
}
.staffHolder {

	margin: 10px;
	position:relative;
	float: left;
	width: 100px;
	height: 200px;
}
.staffPhoto {
	width:100px;
	height:133px;
	position:relative;
	text-align: center;
}
.staffName {
	padding: 5px 0;
}

#navBox {
	height: 135px;
}

.previewText {
	position: relative;
	float: right;
	width: 440px;
}
.previewImg {
	position: relative;
	float: left;
	padding: 3px;
}
.previewImgText {
	position: relative;
	padding-bottom: 30px;
}

/*
===========================
2.0 Navigation 
===========================
*/

.Horizontal {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}

/*
TOP MENU
*/

ul.topCMSListMenuUL {
	margin-left: 5px;
}

ul.topCMSListMenuUL,
ul.topCMSListMenuUL li,
ul.topCMSListMenuUL li a{
	display: inline;
	list-style-type: none;
	line-height: normal;
}

ul.topCMSListMenuUL li a:link,
ul.topCMSListMenuUL li a:visited {
	color: #656565;
	background-color: #fff;
	text-decoration: none;
}

ul.topCMSListMenuUL li a:hover,
ul.topCMSListMenuUL li a:active{
	background-color: #fff;
	color: #666;
	text-decoration: underline;
}

/* Add BG to the links */
.topCMSListMenuLink, 
.topCMSListMenuLinkHighlighted {
	position: relative;
	float: left;
	background: #fff url(../App_Themes/JRA/Images/bg-nav-separator.png) top right no-repeat;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #87c143;
}

ul.topCMSListMenuUL .topCMSListMenuLIfirst a.topCMSListMenuLink, 
ul.topCMSListMenuUL .topCMSListMenuHighlightedLIfirst a.topCMSListMenuLinkHighlighted {
	xmargin-left: 0;
	xpadding-left: 0;
}

.topCMSListMenuLIlast a.topCMSListMenuLink {
	/* This is wrong at the moment */
	background: none;
	border-right: 0;
}
	

/*
SUB MENU
*/

ul.topSubCMSListMenuUL {
	position: absolute;
	top: 20px;
	padding-top: 10px;
	margin-top: 10px;
	list-style-type: none;
	display: none;
	width: 100%;
}

ul.topSubCMSListMenuUL li.topSubCMSListMenuLIfirst a,
ul.topSubCMSListMenuUL li.topSubCMSListMenuHighlightedLIfirst a {
	margin-left: 5px;
}

ul.topSubCMSListMenuUL li a:link,
ul.topSubCMSListMenuUL li a:visited {
	color: #87c143;
	background-color: #fff;
	text-decoration: none;
}

ul.topSubCMSListMenuUL li a:hover,
ul.topSubCMSListMenuUL li a:active {
	background-color: #fff;
	color: #87c143;
	text-decoration: underline;
}


a.topSubCMSListMenuLink, 
a.topSubCMSListMenuLinkHighlighted {
	position: relative;
	float: left;
	font-size: 0.85em;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #87C143;
	text-decoration: none;
	border-right: 1px solid #666;
	background: none;
	margin: 0;
	padding: 4px 6px 4px 5px;
	margin-top: 5px;
}

li.topSubCMSListMenuLIlast a.topSubCMSListMenuLink, 
li.topSubCMSListMenuLIlast a.topSubCMSListMenuLinkHighlighted,
li.topSubCMSListMenuHighlightedLIlast a.topSubCMSListMenuLink, 
li.topSubCMSListMenuHighlightedLIlast a.topSubCMSListMenuLinkHighlighted {
	border-right: 0;
}

ul.topCMSListMenuUL li ul,
ul.topCMSListMenuUL li ul li {
	margin: 0;
	padding: 0;
	left: 0;
}

/*
SHOW CURRENT MENU ALWAYS
*/

ul.topCMSListMenuUL li.highlighted ul {
	display: block;
	z-index: 2;
}

/*
SHOW SUB MENU
*/

.Horizontal .topCMSListMenuUL li:hover ul,
.Horizontal .topCMSListMenuUL li a:hover ul, 
.Horizontal .topCMSListMenuUL li a ul:hover,
ul.topSubCMSListMenuUL:hover {
	display: block;
	z-index: 10;
	background-color: #fff;
}

/*
===========================
3.0 Styling
===========================
*/

h1 {
	font-size: 2.2em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0.35em;
	margin-bottom: 0.75em;
	color: #666;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	color: #87C143
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	color: #656565;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	color: #707D85
}
h5 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.75em;
	color: #707D85
}
p,
li,
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.7em;
	color: #656565;
}
td {
	vertical-align: middle;
}
ul {
	margin-left: 2em;
	margin-bottom: 1em;
	list-style-type: disc;
	color: #656565;
}
a:link,
a:visited {
	color: #87C143;
	text-decoration: underline;
	background-color: #fff;
}
a:hover,
a:active {
	color: #fff;
	background-color: #87c143;
	text-decoration: none;
}

#logo img {
	margin: 10px;
}
#logo a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#logo a:hover {
	background-color: #fff;
}
.imgVertHeading {
	position: absolute;
	margin-left: -54px;
	margin-top: 24px;
}
#topContactDetails p, 
#topContactDetails p a:link, 
#topContactDetails p a:visited {
	color: #656565;
	text-decoration: none;
}
#topContactDetails p a:hover {
	color: #656565;
	text-decoration: underline;
}

#mainCol h2 {
	margin-top: 1.5em;
}
.smallSideBox p {
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	padding: 10px 6px 0px 6px;
	line-height: 1.4em;
}
.smallSideBox p a:link, 
.smallSideBox p a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.smallSideBox p a:hover {
	color: #fff;
	text-decoration: underline;
}
.smallSideBox p strong {
	font-size: 1.4em;
	font-weight: bold;
}
.smallSideBox h4 {
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase
}
.smallSideBox h4 a:link, 
.smallSideBox h4 a:visited {
	color: #fff;
	text-decoration: none;
}
.smallSideBox h4 a:hover {
	color: #fff;
	text-decoration: underline;
}
.col33image {
	position: relative;
	height: 82px;
	width: 162px;
	overflow: hidden;
	border: 1px solid #87c143;
	margin-bottom: 5px;
}
.col33image img {
	margin-bottom: 3px;
}
#footer p {
	color: #fff;
}
#footer p a:link, 
#footer p a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
#footer p a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

.UploaderLabel {
	display: none;
}
.EditingFormTable {
	margin-top: 15px;
}
.EditingFormTable td {
	vertical-align: top;
	padding: 5px;
}
.EditingFormLabelCell {
	font-size: 1.2em;
	color: #656565;
}
.ErrorLabel {
	color: Red;
}
.EditingFormErrorLabel {
	color: Red;
}
.archive ul {
	margin: 0 0 15px 0;
	list-style: none;
}
.archive li {
	padding: 2px 0 2px 4px;
	border-bottom: dotted 1px #656565;
	list-style: none;
}
.archive a {
	color: #656565;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-bottom: 0.6em;
	color: #87C143;
	background-color: #fff;
	font-size: 0.9em;
}
.archive a:hover, 
.archive a:active, 
.CMSBreadCrumbsLink:hover, 
.CMSBreadCrumbsLink:active {
	text-decoration: none;
	color: #fff;
	background-color: #87c143;
}
.CMSBreadCrumbsLink, 
.CMSBreadCrumbsCurrentItem {
	color: #87C143;
	font-weight: bold;
	text-decoration: none;
}
.imgCaseStudy {
	position: relative;
	float: right;
	margin: 0 0 10px 20px;
	border: solid 1px green;
}
.imgCaseStudyThumb {
	position: relative;
	float: left;
	border: solid 1px green;
}
.caseStudyBody {
}
.preview {
	position: relative;
	clear: both;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #000;
}
.previewText a span.h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	color: #87C143;
	text-decoration: none;
}
.previewText a:link span.h2, 
.previewText a:visited span.h2 {
	text-decoration: none;
	color: #87c143;
	background-color: #fff;
}
.previewText a:hover span.h2 {
	text-decoration: none;
	color: #87c143;
	background-color: #fff;
}
.previewText p {
	margin-top: 10px;
}
blockquote {
	background: url(../App_Themes/JRA/Images/end-speech.jpg) bottom right no-repeat;
	padding: 0.5em 3.6em 0.5em 0;
	position: relative;
	clear: both;
}
blockquote p {
	position: relative;
	clear: both;
	background: url(../App_Themes/JRA/Images/start-speech.jpg) top left no-repeat;
	padding-left: 3.6em;
}
q {
	font-style: italic;
}
.formInput {
	width: 200px;
	border: 1px solid #666;
	padding: 3px;
}
table.credsTable td {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
span.dl {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
}
.staffName h3 {
	font-size: 1.1em;
	color: #666;
}
ul.CMSSiteMapList li ul li {
	font-size: 1.0em;
	line-height: 1.6em;
}

div.map {
	position: relative;
	width: 260px;
	height: 290px;
	overflow: hidden;
	border: 1px solid #666;
}