

/*  COLOURS  */

/*  
LIGHT BLUE #48aadb
DARK BLUE #005FA8
GREY 
*/

/* -----------------------------------*/
/* ----->>> GLOBAL SETTINGS <<<-------*/
/* -----------------------------------*/
 
html, body {
border:0;
margin:0;
padding:0;
/*overflow-y: scroll;*/
}

li {
	list-style: square outside; color:#D8CA16;
	margin-left: 4px;
	padding-left: 0;
	text-indent: 0;
}




/* TO CALCULATE EM SIZES: FONT PX SIZE / 16 (THE DEFAULT PX SIZE) eg: to get 20px, 20/16 = 1.7em */
/* TO CALCULATE EM LINE HEIGHT SIZES: LINE HEIGHT PX SIZE / 18 (THE DETERMINED LINE HEIGHT SET IN BODY)  */

body {
text-align: center;
font:100%/1.125 Arial, Helvetica, sans-serif;
background-color: #243c55;
background-image: url('/images/bg_gradient.jpg');
background-repeat: repeat-x;
background-position: top:
}

.bodyReset {
/* COPY CHANGES TO 'styles_adminFCK.css FOR TEXT EDITOR */
font-size: 0.725em;
line-height:1.6em;
color:#333333;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
color:#3a6787;
font-size:1.65em;
line-height:1.925em;
font-weight:bold;
text-transform:uppercase;
}

.h1 {
color:#3a6787;
font-size:1.65em;
line-height:1.925em;
font-weight:normal;
text-transform:uppercase;
}
 
h2 {
font-size:1.7em;
line-height:2em;
color:#48aadb;
}

.h2 {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size:1.7em;
line-height:2em;
color:#48aadb;
}
 


.h3 {
font-size:1.925em;
line-height:2em;
color:#48aadb;
}

.h3 {

}

.smallText {
	margin-top: 4px;
	font-size: 1.1em;
	line-height:1.6em;
	color:#333333;
}


/* -----------------------------------*/
/* --------->>> Side Nav <<<----------*/
/* -----------------------------------*/
/*
.sideNavOn {
	font-size: 1.15em;
	line-height:0.825em;
	color:#FFFFFF;
	text-decoration:none;
}

a.sideNavOn  {
	font-size: 1.15em;
	line-height:0.825em;
	color:#FFFFFF;
	text-decoration:none;
}

a.sideNavOn:hover {
	font-size: 1.15em;
	line-height:0.825em;
	color:#48aadb;
	text-decoration:none;
}

a.sideNavOn:active,  {
	font-size: 1.15em;
	line-height:0.825em;
	color:#FFFFFF;
	text-decoration:none;
}

a.sideNavOn:visited,  {
	font-size: 1.15em;
	line-height:0.825em;
	color:#FFFFFF;
	text-decoration:none;
}
*/
/* -----------------------------------*/
/* ---------->>> TOP Nav <<<----------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ------>>> General Styles <<<-------*/
/* -----------------------------------*/

p, ul, ol {
margin:0;
padding:0 0 10px 0;
}
 
ul, ol {
padding:0 0 10px 0.95em;
}
 
blockquote {
margin:1.7em;
padding:1.7em 1.7em 0 1.7em;
}
 
small {
font-size:1.25em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

.footer {

font-size: 0.95em;
line-height:1.925em;
color:#FFFFFF;
}



/* -----------------------------------*/
/* ---------->>> FORMS <<<------------*/
/* -----------------------------------*/ 
 
form {
margin:0;
padding:0;
display:inline;
}
 
select, textarea {
font:1.1em Arial, Helvetica, sans-serif;
}

input {
border: 1px solid #C5C6C7;
font:1.1em Arial, Helvetica, sans-serif;
color:#979797;
}
 
textarea {
width:100%;
font-size:1.65em;
line-height:1.925em;
}
 
label {
cursor:pointer;
}

option {
height:16px;
}

.formTopLabel {
	font:1.1em Arial, Helvetica, sans-serif;
	line-height:1.1em;
}

.fieldLong {
	font:1.1em Arial, Helvetica, sans-serif;
	width: 580px;
}

.contactTextareaBox {
	font:1.1em Arial, Helvetica, sans-serif;
	width: 580px;
	height: 50px;
}

.fieldSelectShort {
	font:1.1em Arial, Helvetica, sans-serif;
	width: 280px;
}

.fieldSelectSmall {
	font:1.1em Arial, Helvetica, sans-serif;
	width: 80px;
}

.fieldShort {
	font:1.1em Arial, Helvetica, sans-serif;
	width: 280px;
}

.fieldShortMSIE {
	font:1.1em Arial, Helvetica, sans-serif;
	width: 280px;
}

#topMargin5 {
	margin-top: 5px;
}

.formData {
	font:1.1em Arial, Helvetica, sans-serif;
	line-height:15px;
}


.formTextField {
	width: 150px;
	height: 16px;
	font-size: 1.1em;
	font-family: arial;
}

.formFileField {
	width: 250px;
	height: 22px;
	font-size: 1.1em;
	font-family: arial;
}

.formSecurityField {
	width: 175px;
	height: 16px;
	font-size: 1.1em;
	font-family: arial;
}

.formSecurityFieldError {
	width: 175px;
	height: 16px;
	font-size: 1.1em;
	font-family: arial;
	background-color: #ffffcc;
}

.formLabel {
font-size: 1.25em;
font-family: arial;
font-weight: normal;
color: #005FA8;
vertical-align: middle;
horizontal-align: top;
line-height: 0.95em;
}






/* -----------------------------------*/
/* ----------->>> LINKS <<<-----------*/
/* -----------------------------------*/
 
a,
a:link,
a:visited {
font-size: 1em;
line-height:2.4em;
color:#008c9a;
text-decoration:underline;
}

a:hover {
color:#005FA8;
text-decoration:underline;
}

a.linkGrey:link {
font-size: 0.715em;
line-height:15px;
color:#333333;
text-decoration:none;
}

a.linkGrey:visited {
font-size: 0.715em;
line-height:15px;
color:#333333;
text-decoration:none;
}

a.linkGrey:hover {
font-size: 0.715em;
line-height:15px;
color:#333333;
text-decoration:underline;
}

a.linkGrey:active {
font-size:0.715em;
line-height:15px;
color:#333333;
text-decoration:none;
}


a.linkGreyHeader:link {
font-size: 1.15em;
line-height:1.5em;
color:#B2B2B2;
text-decoration:none;
}

a.linkGreyHeader:visited {
font-size: 1.15em;
line-height:1.5em;
color:#B2B2B2;
text-decoration:none;
}

a.linkGreyHeader:hover {
font-size: 1.15em;
line-height:1.5em;
color:#48aadb;
text-decoration:none;
}

a.linkGreyHeader:active {
font-size: 1.15em;
line-height:1.5em;
color:#B2B2B2;
text-decoration:none;
}


a.linkHeaderWhite {
color:#FFFFFF;
font-size:1.15em;
line-height:1.7em;
font-weight:bold;
text-decoration:none;
}

a.linkHeaderWhite:visited {
color:#FFFFFF;
font-size:1.15em;
line-height:1.7em;
text-decoration:none;
}

a.linkHeaderWhite:hover {
color:#FFFFFF;
font-size:1.15em;
line-height:1.7em;
text-decoration:underline;
}

a.linkHeaderWhite:active {
color:#FFFFFF;
font-size:1.15em;
line-height:1.7em;
text-decoration:none;
}


/* COPY CHANGES TO 'styles_adminFCK.css FOR TEXT EDITOR */
a.linkMd {
font-size: 1.925em;
line-height:1.925em;
color:#008c9a;
text-decoration:underline;
}

a.linkMd:visited {
font-size: 1.925em;
line-height:1.925em;
color:#008c9a;
text-decoration:underline;
}

a.linkMd:hover {
font-size: 1.925em;
line-height:1.925em;
color:#333333;
text-decoration:underline;
}

a.linkMd:active {
font-size: 1.925em;
line-height:1.925em;
color:#008c9a;
text-decoration:underline;
}



a.linkFooter {
font-size:1.925em;
line-height:1.7em;
color: #48aadb;
text-decoration:none;
}

a.linkFooter:hover {
font-size:1.925em;
line-height:1.7em;
color: #005FA8;
text-decoration:none;
}

/* -----------------------------------*/
/* -------->>> TEXT STYLES <<<--------*/
/* -----------------------------------*/ 
.textSm {
font-size: 1.925em;
line-height:1.925em;
}

.textMd {
font-size: 1.925em;
line-height:1.6em;
}

.textLg {
font-size: 1.6em;
line-height:1.8em;
}

.textHeaderWhite {
color:#FFFFFF;
font-size:1.15em;
line-height:1.7em;
font-weight:bold;
}

.grey {
	color: #a1a1a1;;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

.border {
border: 1px solid #95A0A5;
}

.error {
	font-size: 1.15em;
	font-family: arial;
	font-weight: bold;
	color: red;
}



/* -----------------------------------*/
/* ------>>> GLOBAL CLASSES <<<-------*/
/* -----------------------------------*/
 
.clear         { clear:both; }
.float-left    { float:left; display: inline;margin:0 auto;}
.float-right   { float:right; display: inline;}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrapper       { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:0px 30px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.textBody {
 /*COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR 
font-size: 1em;
line-height:1.75em;*/
color:#333333;
}

.textBodyBold {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size: 1em;
line-height:1.75em;
color:#333333;
font-weight: bold;
}

.textBodyItalics {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size: 1em;
line-height:1.75em;
color:#333333;
font-style: italics;
}

.textBodyMd {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size: 1.25em;
line-height:2em;
color:#333333;
}

.textBodyBoldMd {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size: 1.25em;
line-height:2em;
color:#333333;
font-weight: bold;
}



