﻿/******************************************************************************************/
/********** General Tags Defs **********/
/******************************************************************************************/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*vertical-align: baseline;*/
	font-family:'Lato', Arial, Helvetica, sans-serif; 
}

body {

	padding: 0;
	margin: 0;
	font-size: 100%;
	color: #000000;
	font-family:Calibri, Arial, Helvetica, sans-serif; 
 	text-align:center;
 	background: url('../images/bg.png') repeat-x;
	/*background: -webkit-linear-gradient(#58b4cb, #fff); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#58b4cb, #fff); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#58b4cb, #fff); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#58b4cb, #fff); /* S */
 	z-index:99;

}

h1, h2, h3, h4, h5, h6, b, strong, legend {
color: #1e8eab;
margin-bottom: 0.5em;
line-height: 100%;
}

h1 {
font-size: 2.4em;
color: #b0cd31;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

h5 {
font-size: 1.2em;
line-height:110%;
}

h6 {
font-size: 1em;
}

p {
font-size: 1em;
margin-bottom: 1.5em;
}

a, a u {
text-decoration: underline;
color: #033e79;
}

a:hover, a:hover u, a:focus, a:focus u, a:active, a:active u {
text-decoration: none;
}


/******************************************************************************************/
/********** Universal Classes **********/
/******************************************************************************************/
.txt-s {
font-size: 80%;
}

.txt-c {
text-align: center;
}

.txt-r {
text-align: right;
}

.flt-r {
float: right;
}

.clear {
clear: both;
}


/******************************************************************************************/
/**********  Container/Wrapper set to 960px to fit within a 1024px wide display  **********/
/******************************************************************************************/
.displaySun {
float:left;
background: url('../images/sun.png') no-repeat; 
width:126px;
height:163px;
margin-top:-27px;
position:relative;
z-index: 9;
}  
 
#container {
text-align: left;
margin: 0px auto;
width: 960px;
}

/******************************************************************************************/
/********** Top Section **********/
/******************************************************************************************/
#top h1 {
margin: 20px;
}

.logo {
float:right;
background: url('../images/bhft-logo.png') no-repeat; 
width:260px;
height:140px;
margin-top:-20px;
position:relative;
z-index: 2;
}
 
/*.nhs-logo {
float: right;
margin: 20px;
}
*/

#search {
text-align: right;
margin: 0 20px;
vertical-align: middle;
}

#breadcrumbs {
color: #033e79;
font-size: 80%;
margin: 20px 20px;
text-align: left;
}

.aeroplane {
position: absolute;
z-index:9; 
margin-top:10px;

}
/******************************************************************************************/
/********** Content **********/
/******************************************************************************************/
#content {
border: 3px solid #1e8eab;
border-radius: 35px;
-webkit-border-radius: 35px; 
-moz-border-radius: 35px;
padding: 15px;
margin: 85px 0px 0px 265px;
font-size: 1.2em;
line-height: 160%;
width: 665px;
background-color:#fff;
min-height:580px;
}

#content-jack {
border: 3px solid #1e8eab;
border-radius: 35px;
-webkit-border-radius: 35px; 
-moz-border-radius: 35px;
padding: 15px;
margin: 85px 0px 0px 265px;
line-height: 160%;
width: 665px;
font-size: 1.2em;
background:#fff url(../images/jack-in-the-box-large.png) no-repeat 99% 1%;
min-height:1810px!important;
}

#content-kiddies {
border: 3px solid #1e8eab;
border-radius: 35px;
-webkit-border-radius: 35px; 
-moz-border-radius: 35px;
padding: 15px;
margin: 85px 0px 0px 265px;
font-size: 1.2em;
line-height: 160%;
width: 665px;
background:#fff url(../images/kiddies-large.png) no-repeat 99% 1%;
min-height:1810px!important;
}

#content-dragons {
border: 3px solid #1e8eab;
border-radius: 35px;
-webkit-border-radius: 35px; 
-moz-border-radius: 35px;
padding: 15px;
margin: 85px 0px 0px 265px;
font-size: 1.2em;
line-height: 160%;
width: 665px;
background:#fff url(../images/dragons-large2.png) no-repeat 99% 0%;
min-height:1810px!important;
}


#content img {
margin: 20px;
}

select {
height: 26px;
width: 203px;
}

table {
width: 100%;
border: 1px solid #ccc;
border-collapse: collapse;
}

table th, table td {
font-size: 1em;
border: 1px solid #ccc;
padding: 6px;
}

th {
color: #000;
background-color: #ebebeb;
text-align: left;
}

td {
padding: 5px;
}

table.borderless {
border: 0px;
width: 100%;
margin-bottom: 1em;
}

table.borderless th, table.borderless td {
font-size: 1em;
border: 0px;
padding: 6px;
vertical-align:top;
}

.interested, .address {
width: 100%;
border: 0px;
}

.interested th, .interested td, .address th, .address td {
font-size: 1em;
border: 0px;
padding: 2px;
}


#content ul, #content-jack ul, #content-kiddies ul, #content-dragons ul {
line-height: 160%;
list-style-type: square;
margin: 2em 20px 2em 30px;
}

#content li {
margin-bottom: 1em;
}

#content hr {
height: 1px;
color: #ccc;
display: block;
width: 80%;
margin: 40px 0 35px 0;
}



/******************************************************************************************/
/********** Left Column **********/
/******************************************************************************************/
#left-col {
float:left;
margin: 65px 20px 30px 0px;
width:244px;
}


/******************************************************************************************/
/********** Right Column **********/
/******************************************************************************************/
#right-col {
float: right;
position: relative;
margin: 40px -240px 30px 10px;
width: 200px;
}


/******************************************************************************************/
/********** Column Panels **********/
/******************************************************************************************/


/********** General **********/
.panel {
font-size: 80%;
border: 1px solid #ccc;
margin-bottom: 20px;
padding: 6px;
}

.panel h2 {
font-size: 120%;
}

.panel li {
margin-bottom: 1em;
}

p.title {
margin: 0 0 0.25em 0;
}

p.text {
margin: 0 0 0.5em 0;
}

.panel p.date {
font-size: 90%;
color: #999;
margin-bottom: 1em;
text-align: right;
}

.more-icon {
background: url(../images/arrow-bullet.png) no-repeat left bottom;
margin-top: 2em;
margin-bottom: 0.5em;
padding-left: 20px;
vertical-align: text-bottom;
}

#testimonials {
background-color:#cde9f0; 
width: 650px; 
border: 3px solid #cde9f0; 
-webkit-border-radius: 20px; 
-moz-border-radius: 20px; 
border-radius: 20px; 
margin:50px auto 50px auto;	
}
	
.test-heading {
color: #1e8eab; 
margin-top: 10px; 
margin-bottom: 0px;	
font-size: 180%;
}

.quote1 {
position:absolute; 
margin-left: 600px; 
margin-top: -40px;	
}

.quote2 {
float: left; 
margin-right: 10px; 
margin-top: 10px; 
margin-left: 5px;	
}

.test-text {
color:#1e8eab; 
font-size:110%; 
padding:0px 10px; 
margin-top: 5px;	
}

.test-btm {
position:absolute; 
margin-top: 0px; 
margin-left: 560px; 
width:50px; 
height: 50px;	
}
/********** News/Blog Panel **********/
#news ul, #blog ul {
list-style-type:none;
}

#news .rss-icon, #blog .rss-icon {
background: url(../images/stock/rss.gif) no-repeat left top;
padding-left: 20px;
vertical-align: text-top;
}

#news {
border: 4px dotted #eb3796;
-webkit-border-radius: 20px; 
-moz-border-radius: 20px;
border-radius: 20px;
padding: 15px 10px 15px 10px;		
background-color:#fff;
font-family: 'Lato', sans-serif;
margin-top: 40px;
}

p.title a {
text-decoration: none;	
color: #000;
font-size: 120%;
font-weight:bold;
}

#news h2 {
background-color: #eb3796;
color:#fff;	
padding: 7px 15px 7px 10px;
-webkit-border-radius: 20px; 
-moz-border-radius: 20px;
border-radius: 10px;
font-size: 160%;	
font-family: 'Oswald', sans-serif;
width: 130px;
margin-top: -30px;
margin-left: 31px;
}

#form {
border: 3px dashed #ffa019;
-webkit-border-radius: 20px; 
-moz-border-radius: 20px;
border-radius: 20px;
padding: 15px 10px 15px 10px;		
background-color:#fff;
font-family: 'Lato', sans-serif;
margin-top: 40px;
}

#form h2 {
background-color: #ffa019;
color:#fff;	
padding: 7px 15px 7px 10px;
-webkit-border-radius: 20px; 
-moz-border-radius: 20px;
border-radius: 10px;
font-size: 130%;	
font-family: 'Oswald', sans-serif;
width: 150px;
margin-top: -30px;
margin-left: 21px;
}

/********** Logon/member's Panel **********/
#logon-panel form p {
margin: 0px 0px 4px 0px;
}

#logon-panel input {
font-size: 90%;
}

#members-pages, #members-docs {
margin: 0px 0px 20px 0px;
}

#members-content p {
margin: 0px 0px 4px 0px;
}

/********** Twitter Panel **********/
#twitter-feed ul {
list-style-type: none;
}

#twitter-feed .text {
font-style: italic;
}



/********** Related Links Panel **********/
#related-links {
border: 1px solid #ccc;
padding: 20px;
font-size: 90%;
}

#related-links ul {
margin: 10px 10px;
}



/******************************************************************************************/
/************* Forms *************/
/******************************************************************************************/
fieldset {
padding: 20px;
}

legend {
font-weight: bold;
color:#033e79;
}

input, textarea {
font-family:arial, helvetica, sans-serif;
padding: 2px;
font-size: 1em;
}

input.honey, .hdnVariableFld { 
display: none;
visibility: hidden; 
width: 1px;
height: 1px;
} 


/******************************************************************************************/
/********** Comments & Social Networking **********/
/******************************************************************************************/
#comments {
margin-top: 0.5em;
}

#comments h2 {
font-style: italic;
margin-bottom: 1em;
border-bottom: 2px solid #e1e1e1;
}

#comment-top {
width: 420px;
height: 30px;
margin: 20px 0px 0px 0px;
background: url(../images/stock/comment-top.gif) no-repeat 0px 0px;
}

#comment-mid {
width: 420px;
background: url(../images/stock/comment-mid.gif) repeat-y 0px 0px;
margin: 0px;
padding: 0px;
}

p.commentTxt {
margin: 0px 10px;
padding: 0px 10px;
text-indent: 30px;
background: url(../images/stock/quote1.gif) no-repeat 6px 0px;
}

.endQuote {
display: block;
margin: 0px 0px 10px 0px;
padding: 0px 0px 20px 0px;
background: url(../images/stock/quote2.gif) no-repeat 100% 100%;
}


p.replyIcon {
padding: 0px 0px 0px 20px;
margin: 0.2em 0px;
}

p.replyIcon a {
text-decoration: none;
background: url(../images/comment.gif) no-repeat 0% 50%;
padding: 0px 0px 0px 20px;
}

p.replyIcon a:hover, p.replyIcon a:focus, p.replyIcon a:active {
text-decoration: underline;
}

#commentDetails {
position: relative;
padding: 10px 0px 0px 0px;
border-top: 1px dotted #ccc;
margin-left: 20px;
margin-right: 20px;
margin-bottom: -10px;
z-index: 3;
}

#commentDetails p {
color: #999;
text-align: right;
font-size: 80%;
line-height: 120%;
margin: 0.2em 0px;
padding: 0px;
}

#comment-bot {
position: relative;
width: 420px;
height: 30px;
background: url(../images/stock/comment-bot.gif) no-repeat 0px 0px;
z-index: 1;
}


#replies {
padding-left: 50px;
background: url(../images/stock/reply-arrow.gif) no-repeat left 10px;
}

#replies #comment-top {
margin-top: -10px;
}

#social-networking {
margin: 0px 0px 0px 0px;
border-top: 1px solid #ccc;
padding: 20px 0px 20px 0px;
}

#share {
float: right;
text-align: right;
}



/******************************************************************************************/
/********** Icons **********/
/******************************************************************************************/
.window {
background-image: url('../images/stock/new-window.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 22px;
}

.pdf {
background-image: url('../images/stock/doc_icons/pdf.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 22px;
}

.new {
background-image: url('../images/stock/new.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 22px;
}

.email {
background-image: url('../images/stock/email.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 22px;
}

.windowpdf {
background-image: url('../images/stock/window-pdf.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 42px;
}

.windownew {
background-image: url('../images/stock/window-new.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 42px;
}

.pdfnew {
background-image: url('../images/stock/pdf-new.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 42px;
}

.windowpdfnew {
background-image: url('../images/stock/window-pdf-new.gif'); 
background-repeat: no-repeat; 
background-position: right center;
padding-right: 62px;
}


/******************************************************************************************/
/********** Footer **********/
/******************************************************************************************/
#footer {
clear:both;
color:#fff;
padding:10px 10px;
background:#1e8eab;
-webkit-border-radius: 25px; 
-moz-border-radius: 25px;
border-radius: 25px;
font-size:95%;
margin-top:0px;
text-align:center;
}

#footer a {
color:#fff;	
}

table.address td {
text-align:left;
font-size: 105%;
line-height:150%;
padding: 20px 5px;
}
table.address td strong {
color: #fff;
font-size: 105%;
line-height:150%;
}

.footer-top {
margin-top: 20px;	
}

table.login, table.login tr, table.login td {
border:0px;	
}

/******************************************************************************************/
/********** Forms **********/
/******************************************************************************************/

form.holiday, form.exit, form.attendance, form.illness, form.attendance  {
width: 640px;
border: 2px dashed #1e8eab;
padding: 10px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;		
border-radius: 15px;	
background-color:#f9f9f9;	
}

form.holiday legend, form.exit legend, form.attendance legend, form.illness legend, form.attendance legend {
background-color: #1e8eab; 
padding: 5px; 
color: #fff; 
margin-top: -41px; 
border: 1px solid #1e8eab; 
-webkit-border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-top-right-radius: 7px;
-moz-border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
margin-left: 5px;	
}

form.holiday label, form.exit label, form.attendance label, form.illness label, form.attendance label {
color: #1e8eab;
font-weight:bold;	
}

form.holiday input[type=text], form.exit input[type=text], form.attendance input[type=text], form.illness input[type=text], form.attendance input[type=text] {
background-color: #fff;
border: 1px solid #1e8eab;
height: 25px;
margin-bottom: 5px;
}

form.holiday input[type=submit], form.exit input[type=submit], form.attendance input[type=submit], form.illness input[type=submit], form.attendance input[type=submit] {
background-color: #1e8eab;
color:#fff;
border: 1px solid #1e8eab;
border-radius: 10px;
padding: 2px 20px;
cursor: pointer;
}

form.holiday input[type=submit]:hover, form.exit input[type=submit]:hover, form.attendance input[type=submit]:hover, form.illness input[type=submit]:hover, form.attendance input[type=submit]:hover  {
background-color: #fff;
color:#1e8eab;
border: 1px solid #1e8eab;
}

form.holiday input[type=reset], form.exit input[type=reset], form.attendance input[type=reset], form.illness input[type=reset], form.attendance input[type=reset] {
background-color: #777;
color:#fff;
border: 1px solid #999;
border-radius: 10px;
padding: 2px 20px;
cursor: pointer;
}

form.holiday input[type=reset]:hover, form.exit input[type=reset]:hover, form.attendance input[type=reset]:hover, form.illness input[type=reset]:hover, form.attendance input[type=reset]:hover {
background-color: #fff;
color:#777;
border: 1px solid #999;
}

form.exit textarea, form.attendance textarea {
background-color: #fff;
border: 1px solid #1e8eab;
font-size: 0.9em;
}

form.holiday select {
background-color: #fff;
border: 1px solid #1e8eab;
font-size: 0.9em;
height: 30px;
width: 344px;
margin-bottom: 5px;
}

form.exit td select {
background-color: #fff;
border: 1px solid #1e8eab;
font-size: 0.9em;
height: 30px;
width: 344px;
margin-bottom: 5px;
}

form.attendance select {
background-color: #fff;
border: 1px solid #1e8eab;
font-size: 0.9em;
width: 89px;
height: 25px;
}

form.attendance .small {
font-size: 0.9em;	
}

form.illness textarea {
background-color: #fff;
border: 1px solid #1d89c9;
font-size: 0.9em;
margin-bottom: 10px;
}

form.illness .small-text {
font-size: 0.7em;
line-height: 130%;
}

.right {
text-align: right; 
margin-right: 10px;
}

