/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : John Davies / john.davies@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Rickmansworth site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body { font:62.5%/1.6 arial, verdana, helvetica, sans-serif; margin:0; padding:0; background:#ffffff url(../images/layup/bodyBg.gif) top left repeat-x; color:#000000; text-align:center; }
/*  This font sizing is for standards based browsers (firefox, opera, mozilla) that can re-size text.  
Declaring the font size in pixels makes it more consistent across browsers. */
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px; }
/* some browsers don't inherit the font into tables or textareas! */

/* ----- IDS ----- */
#container { width: 858px; margin:0 auto; text-align:left; font-size:120%; line-height: 17px; }   
#printHeader { display:none;}

#header { position: relative; height: 148px; background: url(../images/layup/headerBg.jpg) top left no-repeat; }
#header #logo { position: absolute; top: 0px; left: 0px; }
#header #contactDetails { position: absolute; top: 60px; right: -10px; }
#header #slogan { position: absolute; top: 82px; right: 0px; }

#leftHome { float: left; width: 617px; margin-left: 11px; margin-right: 37px; display: inline; }
#leftHome #mainImage { margin-bottom: 9px; }
#leftHome #jumpPoints { height: 150px; }
#leftHome #jumpPoints .jump { float: left; margin-right: 10px; }
#leftHome #jumpPoints .last { margin-right: 0px; }

#leftHome #jumpPoints .jumpHolder { width:199px; height:150px; float:left; margin:0px 10px 0px 0px;}
#leftHome #jumpPoints .last {margin-right: 0; }
#leftHome #jumpPoints .jumpHolder a { width:199px; height:150px; display:block;}
#leftHome #jumpPoints .jumpHolder a .imageHolder { display:block; border:#c7c7c7 1px solid;}
#leftHome #jumpPoints .jumpHolder a .title {display:block; margin-top:11px;}


#leftHome #homeContent { padding: 22px 0px 0px 10px; }
#leftHome #homeContent #welcome { float: left; width: 302px; padding-right: 20px; }
#leftHome #homeContent #message { float: left; width: 285px;}
#leftHome #homeContent #message .thumb { float: left; margin: 0px 10px 8px 0px; width: 88px; display: inline; position: relative; }
#leftHome #homeContent #message .thumb .frame { position: absolute; top: -4px; left: -4px; }

#rightHome { float: left; width: 181px; margin-right: 11px; }
#rightHome .box { }
#rightHome .box a { display: block; width: 181px; text-decoration: none; cursor: pointer; font-weight: normal; border-bottom: 1px solid #b9ccdd; padding-bottom: 8px; padding-top: 8px; }
#rightHome .box .title { text-transform: capitalize; display: block; margin-bottom: 10px; color: #114578; font-size: 1.5em; font-family: Verdana, Arial, Helvetica, sans-serif; }
#rightHome .box .content { display: block; padding: 0px 0px 15px 0px; }
#rightHome .box .link { display: block; font-weight: bold; background:url(../images/layup/bulletBlue.gif) 0px 7px no-repeat; color: #185690; padding: 0px 0px 0px 12px; font-size: 0.9em; }
#rightHome .box .events { display: block; padding-bottom: 12px; }
#rightHome .box .thumb { display: block; background: url(../images/layup/noImage176x132.gif) top left no-repeat; width: 176px; height: 132px; border: 1px solid #c7c7c7; margin-bottom: 7px; }
#rightHome .box.last a { border-bottom: 0px; }

#leftCol { float: left; width: 165px; margin-left: 11px; margin-right: 28px; display: inline; }
#rightCol { float: left; width: 641px; margin-right: 11px; display: inline; }
#rightCol #cmsImageDownloads { float: right; width: 340px; margin: 0px 0px 20px 20px; font-size: 0.9em; }
#rightCol #cmsImageDownloads .cmsImage { width: 340px; height: 253px; border: 1px solid #c7c7c7; }
#rightCol #cmsImageDownloads .downloads { margin-top: 9px; }
#rightCol #cmsImageDownloads .downloads ul { list-style: none; padding: 0; margin: 0; }
#rightCol #cmsImageDownloads .downloads li { margin-bottom: 12px; }
#rightCol #cmsImageDownloads .downloads li a { display: block; text-decoration: none; color: #6d6d6d; width: 196px; padding: 5px 0px 5px 39px; } 
#rightCol #cmsImageDownloads .downloads li a:hover { text-decoration: underline; }
#rightCol #cmsImageDownloads .downloads li.pdf a { background: url(../images/layup/iconPdf.gif) 6px 2px no-repeat; }
#rightCol #cmsImageDownloads .downloads li.word a { background: url(../images/layup/iconWord.gif) 6px 2px no-repeat;}

/* ----- CLASSES ----- */
.clear { clear:both; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; padding:0 0 15px 15px; }
.image_left { float:left; padding:0 15px 15px 0; }
.image_center { margin:0 auto; }
.hand { cursor:pointer; }
.blue { color: #185690; }

/* ----- IMAGE FRAMES / LISTS ----- */
#internalList {}
#internalList .listItem { width: 160px; float: left; height: 170px; }
#internalList .galleryItem { width: 160px; float: left; height: 122px; }
#internalList .listItem a { display: block; cursor: pointer; font-weight: normal; text-decoration: none; }
#internalList .listImage { width: 150px; padding: 2px; border: 1px solid #C7C7C7; display: block; }
#internalList .itemHeading { color: #185690; display: block; padding: 5px; }

#newsList {}
#newsList .listItem { padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; border-bottom: 1px solid #b9ccdd; }
#newsList .listItem a { display: block; cursor: pointer; font-weight: normal; text-decoration: none; float: left }
#newsList .listImage { width: 150px; padding: 2px; border: 1px solid #C7C7C7; display: block; float: left; }
#newsList .itemHeading { color: #185690; display: block; padding: 5px; width: 470px; padding: 0px 0px 10px 0px; float: left; }
#newsList .itemDetails { width: 470px; display: block; float: left; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight: normal;}
h1 { color: #114578; font-size: 1.5em; font-family: Verdana, Arial, Helvetica, sans-serif; } 
h2 { color: #114578; font-size: 1.5em; font-family: Verdana, Arial, Helvetica, sans-serif; } 

/* ----- TOP NAVIGATION ----- */
#primaryNav { width: 858px; margin-bottom: 9px; height: 43px; font-size: 0.9em; }
#primaryNav ul { list-style: none; margin: 0; padding: 0; }
#primaryNav li { display: block; float: left; border-right: 1px solid #fff; }
#primaryNav li a { display: block; float: left; text-decoration: none; color: #6d6d6d; padding: 13px 11px 12px 11px; }
#primaryNav li a:hover { color: #185690; background: url(../images/layup/navHover.gif) top center no-repeat; }
#primaryNav li .active { color: #185690; background: url(../images/layup/navHover.gif) top center no-repeat; }
#primaryNav li.last { border: none; } 

/* ----- SECONDARY NAVIGATION ----- */
#secondaryNav { margin-top: 28px;  font-size: 0.9em; }
#secondaryNav ul { list-style: none; margin: 0; padding: 0; }
#secondaryNav li {  }
#secondaryNav li a { display: block; width: 152px; padding: 7px 0px 7px 12px; text-decoration: none; background: url(../images/layup/bulletGrey.gif) 0px 13px no-repeat; color: #6d6d6d; border-bottom: 1px solid #b9ccdd; }
#secondaryNav li a:hover { text-decoration: none; background:url(../images/layup/bulletBlue.gif) 0px 13px no-repeat; color: #185690; }

/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
#sitemap li { background:url(../images/layup/bulletSitemap.gif) 0px 11px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
#pageInfo { font-size: 0.9em; margin-left: 11px; margin-bottom: 12px; }
#breadcrumbs { }
#breadcrumbs a { text-decoration: underline; color: #185690; }
#breadcrumbs .active { color: #185690; }
/*
#pagination { float: right; }
#pagination a { padding: 0px 4px 0px 4px; text-decoration: none; }
#pagination a:hover { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination .active { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination span { display: block; float: left; padding: 0px 2px 0px 2px; }
*/
#pagination { float: right; }
#pagination a { padding: 0px 4px 0px 4px; text-decoration: none; }
#pagination a:hover { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination .active { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination span { display: block; float: left; padding: 0px 2px 0px 2px; }
.pagination { height: 25px; }
.pagination ul { height: 25px; list-style: none; padding: 0px; margin: 0px; float: right; }
.pagination ul li { float: left; padding: 0px 2px 0px 2px; }
.pagination ul li a { text-decoration: none; }  

/* ----- FOOTER ----- */
#footer { border-top: 1px solid #b9ccdd; margin-top: 20px; padding: 10px 10px 10px 10px; font-size: 0.9em; color: #5c5c5c; }
#footer a { font-weight:normal; text-decoration:none; color: #5c5c5c; }
#footer a:hover { text-decoration:underline;}

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}

/* ----- LINKS ----- */
a { color:#000000; font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; display:inline; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.required { color:#4376a3;}
.checkRadio { width:20px; position:relative; left:-7px;}
#frmContact { margin-bottom:15px;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#btnSubmit { width:55px; height:18px; border:none;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #4376a3; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #4376a3; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }