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

Title : 
Author : Chris Munn / chris.munn@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Lincoln School site

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

/* COMMON AND GLOBAL */
body { font:62.5%/1.6 verdana, arial, helvetica, sans-serif; margin:0; padding:0; background:#eeeded url(../images/layup/bodyBg.jpg) top center no-repeat; 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:960px; margin:0 auto; text-align:left; font-size:110%; line-height: normal; background: url(../images/layup/containerBg.jpg) no-repeat; }   
#printHeader { display:none;}

#header { height: 156px; position: relative; margin-bottom: 22px; z-index:99999; }
#header #logo { position: absolute; top: 0px; left: 0px; }
#header #contactDetails { position: absolute; top: 0px; right: 0px; }
#header #headerNav { position: absolute; top: 0px; right: 85px; }
#header #headerNav ul { list-style: none; margin: 0px; padding: 0px; }
#header #headerNav li { float: left; background: url(../images/layup/navSeperator.gif) no-repeat top right; padding: 0px; }
#header #headerNav li.lastItem { background: none; }
#header #headerNav li a { color: #FFF; text-decoration: none; display: block; float: left; padding: 10px 18px 10px 18px; margin-right: 1px; font-weight: normal; }
#header #headerNav li a:hover,
#header #headerNav li a.active{ background: #2a4171; }

/* ----- LEFT COLUMN ----- */
#leftCol { float: left; width: 253px; }
#leftCol .padding { margin: 0px 0px 0px 11px; border: 1px solid #e0e3e8; background: #FFF; }
#leftCol .box { padding: 9px 0px 9px 9px; }

/* ----- RIGHT COLUMN ----- */
#rightCol { float: right; width: 673px; }

/* ----- CMS IMAGE ----- */
.internalImage { float: right; margin: 0px 0px 15px 15px; }
.internalImage .thumb { padding: 3px; border: 1px solid #007355; background: #FFF; }

/* ----- CMS FILE LIST ----- */
#fileList { float: right; margin: 0px 0px 15px 15px; width: 297px; clear: right; border: 1px solid #007355; background: #FFF; border-bottom: 0px; }
#fileList .fileLink { padding: 12px 10px 12px 35px; border-bottom: 1px solid #007355; background: url(../images/cms_layup/icons/fileListFile.gif) left no-repeat; }
#fileList .fileLink a { text-decoration: none;  }
#fileList .fileLink.pdf { background: url(../images/cms_layup/icons/fileListPdf.gif) left no-repeat; }
#fileList .fileLink.zip { background: url(../images/cms_layup/icons/fileListZip.gif) left no-repeat; }
#fileList .fileLink.doc { background: url(../images/cms_layup/icons/fileListWord.gif) left no-repeat; }
#fileList .fileLink.xls { background: url(../images/cms_layup/icons/fileListXls.gif) left no-repeat; }

/* ----- LIST ----- */
#list .listItem { height: 195px; }
#list .listItem a { text-decoration: none; font-weight: normal; cursor: pointer; color: #4b4b4b; }
#list .listItem .itemImage { display: block; float: left; width: 175px; height: 130px; background: url(../images/layup/noImage175x130.gif) 3px 3px no-repeat; }
#list .listItem .itemImage .borderGrey { margin: 0px; }
#list .listItem .itemDetails { float: left; width: 482px; height: 142px; background: #f8f6f2; }
#list .listItem .itemDetails .itemHeading { display: block; background: #0a3283; color: #FFF; padding: 8px 15px 8px 15px; font-weight: bold; }
#list .listItem .itemDetails .itemInfo { display: block; padding: 10px 15px 0px 15px; }
#list .listItem .itemReadMore { display: block; clear: both; color: #0a3283; font-weight: bold; padding: 0px 4px 0px 0px; margin-top: 1px; }
#list .listItem .itemReadMore .padding { padding: 4px 10px 4px 10px !important; background: #f8f6f2; display: block; }

/* ----- BOX LIST ----- */
#boxList .listItem { display: block; width: 183px; float: left; margin-right: 45px; }
#boxList .listItem.lastItem { margin-right: 0px; }
#boxList .listItem a { display: block; text-decoration: none; cursor: pointer; color: #1f1f1f; }
#boxList .listItem span { display: block; clear: both; padding-bottom: 15px; padding-left: 0px; height: 25px; text-align: center; }
#boxList .listItem .intImage { padding: 3px; width: 175px; height: 130px; background: url(../images/layup/noImage175x130.gif) 3px 3px no-repeat; }

/* ----- GOOGLE MAP ----- */
#rightCol .internalBox { background: #f8f6f2; padding-bottom: 10px; margin-bottom: 20px; }
#rightCol .boxHeading { display: block; background: #0a3282; color: #FFF; padding: 5px 15px 5px 15px; font-weight: bold; margin-bottom: 10px; }
#rightCol .boxDetails { display: block; padding: 0px 10px 0px 15px; }
#rightCol .boxDetails p { padding: 0px 0px 5px 0px; font-size: 11px; }
#rightCol #googleMap { display: block; float: right; margin: 0px 0px 0px 15px; }
#rightCol .internalBox .boxDetails .borderGrey { margin: 0px 0px 0px 0px; }


/* ----- GLOBAL CLASSES ----- */
.clear { clear:both; display: block; }
.clearSmall { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.printHide { display:block; }
.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; margin:0 0 15px 15px; }
.image_left { float:left; margin:0 15px 15px 0; }
.image_center { margin:0 auto; }
.hand { cursor:pointer; }
.seo {text-decoration:none;font-weight:normal;}
.ieLinkFix { background: url(../images/layup/ie6LinkFix.gif); }
.borderGrn { padding: 3px; border: 1px solid #007355; margin-bottom: 5px; }
.borderBlu3 { padding: 3px; border: 3px solid #0a3283; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}
h1 { font-weight: normal; font-size: 1.8em; color: #08296b; }
h2 { font-size: 1.2em; }

/* ----- TOP NAVIGATION ----- */
#primaryNav { margin: 0px 0px 0px 0px; height: 36px; position: absolute; bottom: 0px; left: 0px; width: 960px; }
#primaryNav ul { list-style: none; margin: 0px; padding: 0px 0px 0px 138px; height: 36px; width: 960px; position:relative; }
#primaryNav li { padding: 0px; margin: 0px; float: left; background: url(../images/layup/navSeperator.gif) no-repeat top right; }
#primaryNav li.lastItem { background: none; }
#primaryNav li a { display: block; text-decoration: none; padding: 10px 11px 12px; color: #FFFFFF; font-weight: normal; }
#primaryNav li a:hover,
#primaryNav li.active a { border-bottom: 5px solid #007355; padding-bottom: 7px; }

/* ----- SECONDARY NAVIGATION ----- */
#secondaryNav {}
#secondaryNav ul { list-style: none; margin: 0; padding: 10px 18px 10px 18px; }
#secondaryNav li { background: none; border-bottom: 1px solid #007355; padding: 0px; margin: 0px; }
#secondaryNav li a { display: block; text-decoration: none; color: #252525; padding: 10px 0px 10px 10px; font-weight: normal; position:relative; }
#secondaryNav li a:hover,
#secondaryNav li a.active { font-weight: bold; color: #007355; background: url(../images/layup/secondaryNavBullet.gif) 0px 14px no-repeat; padding-left: 15px; }
#secondaryNav li a img { display: inline; }
#secondaryNav li li { border: none; margin: 0px; padding: 0px; float: left; width: 184px; }
#secondaryNav ul ul { padding: 0px 0px 0px 20px; }
#secondaryNav li li a { display: block; background: #f2f8f6; border-bottom: 1px solid #FFF; }
#secondaryNav li li a:hover { background: #f2f8f6; padding: 10px 0px 10px 10px; }
#secondaryNav li li.lastItem { margin-bottom: 10px; }

/* ----- DROPDOWN NAV ----- */
#primaryNav ul li  ul {	left: -999em; position: absolute; }
#primaryNav ul li:hover ul,
#primaryNav ul li.sfhover ul { left: auto; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; display: block; width: 200px; }
#primaryNav ul li:hover ul li,
#primaryNav ul li.sfhover ul li { display: block; padding: 4px 0px 0px 0px;	margin: 0px; background: #ececec; width: 200px; min-height: 20px; border-bottom: 1px solid #CFCFCF; border-left: 1px solid #CFCFCF; border-right: 1px solid #CFCFCF; }
#primaryNav ul li:hover ul li a,
#primaryNav ul li.sfhover ul li a {	padding: 0px 5px 5px 10px; margin: 0px; font-weight:bold; color: #666666; position:relative; }
#primaryNav ul li:hover ul li a:hover,
#primaryNav ul li.sfhover ul li a:hover { color:#007355; text-decoration:underline; border:none; }
#primaryNav ul li.active ul li a,
#primaryNav ul li.sfhover ul li a { border-bottom: none; }

/* ----- 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/bullet.gif) 0px 11px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
#breadcrumbs { float: right; color: #08296b; font-weight: bold; }
#breadcrumbs a { color: #08296b; font-weight: normal; text-decoration: none; }
#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; }

/* ----- FOOTER ----- */
#footer { border-top: 1px solid #007355; margin-top: 10px; }
#footer .padding { padding: 10px 100px 0px 35px; }
#footer a { font-weight:normal; text-decoration:none; color: #000; }
#footer a:hover { text-decoration:underline;}

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}
ul { list-style: none; padding: 0px 0px 15px 20px; margin: 0px; }
ul li { background: url(../images/layup/bullet.gif) no-repeat 0px 4px; padding: 0px 0px 5px 15px; }

/* ----- LINKS ----- */
a { font-weight:bold; text-decoration: underline; color: #007355; cursor:pointer; }
a:hover { text-decoration: underline; color: #08296b; }
a:visited { text-decoration: underline; color: #8840ad; }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.required { color:#007355;}
.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;}
#submit { width:63px; height:19px; 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 #990000; 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: #990000; color : #FFF; font-weight: bold; }

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

/* ----- STOCK UPDATES FORM ----- */
#promoForm { padding:12px 0 0 19px; }
#promoForm .signupBoxes { margin-bottom:20px; margin-top:10px;}
#promoForm .signupBoxes label { float:left; width:450px; position:relative; top:4px;}
#promoForm .signupBoxes input { float:left; width: 14px; margin-right: 10px;}
#promoForm select { width:125px !important; margin-bottom: 10px; display:block; margin-right:15px;}
#promoForm .carSelects { padding-top:18px;}
#promoForm .submitButton { margin:5px 0 20px 0;}

/* ----- DOMTABS ----- */
.domTabs { padding-bottom: 30px; }
.domContent { border: 1px solid #333333; }
.dt1 { display: block; }

ul.domHeadings { padding: 0px; margin: 0px; list-style: none; }
ul.domHeadings li { float: left; }
ul.domHeadings li a { display: block; float: left; padding: 5px 10px 5px 10px; background: #000; color: #FFF; text-decoration: none; font-weight: bold; }
ul.domHeadings li a:hover, ul.domHeadings li.active a { background: #BCBCBC; color: #000; }
