/* SD1 MOBILE CSS */


html,
body {
margin: 0 10px 10px 10px; /* A 10px Minimum MARGIN Left and Right prevents the browser from wobbling sideways on scroll. */
padding: 0;
border:0;/* This removes the border around the viewport in old versions of IE */

background:#ffffff;
/* background-image:url(../images/bg.png); background-repeat: repeat;
background-attachment: fixed;*/

font-family: Helvetica, Arial, san-serif;
-webkit-user-select: none;
-webkit-text-size-adjust: none;

/*OPACITY SETTINGS - OPTIONAL ASSIGN TO ELEMENT
-moz-opacity: 0.8 !important;
-webkit-opacity: 0.8!important;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
filter: alpha(opacity=80) !important; opacity: 0.8 !important;
*/

/*PREVENT SAFARI CHANGING TEXT SIZE ON ROTATE
-webkit-text-size-adjust:none;
*/

}


/* SET ONTAP (iPhone) Colour */

a {
-webkit-tap-highlight-color: #999999;
}


.clear {
clear:both;
}


h1 {
display: inline;
line-height: 35px;
font-size: 22px;
color: #007c85;
/* text-shadow: #666666 0 1px 0; */
}

h2 {
display: inline;
line-height: 30px;
font-size: 18px;
color: #007c85;
/* text-shadow: #666666 0 1px 0; */
}





/* HEADER STYLING */



#header {
background: #ffffff url(../images/bgHeader.png) repeat-x top;
border-top: 1px solid #007c85;
border-bottom: 1px solid #007c85;
padding: 0px;
margin: 0 -20px 0 -20px;
min-height: 60px;
-webkit-box-sizing: border-box;
}


/* H1 TITLE - REPLACE WITH LOGO IF REQUIRED */
#header h1 {
color: #fff;
font: bold 20px Helvetica;
text-shadow: #2d3642 0 -1px 0;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 49%;
padding: 5px 0;
margin: 14px 0 0 -24%;
position: absolute;
top: 0;
left: 50%;
}

#header a {
color: #FFF;
background: none;
font: bold 12px/30px Helvetica;
border-width: 0 5px;
margin: 0;
padding: 0 3px;
width: auto;
height: 30px;
text-shadow: #333333 0 -1px 0;
text-overflow: ellipsis;
text-decoration: none;
white-space: nowrap;
position: absolute;
overflow: hidden;
top: 16px;
right: 20px;
-webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
}

#header #backButton {
top: 16px;
left: 10px;
right: auto;
padding: 0;
max-width: 55px;
border-width: 0 8px 0 14px;
-webkit-border-image: url(../images/backButton.png) 0 8 0 14;
}






#header ul {
margin-top: 15px;
}


div.pre {
height: 60px;
}

div.pre a {
top: 25px !important;
right: 6px;
}

div.pre a#Backbutton {
left: 6px !important;
}



/* DEFAULT LIST STYLING */


ul {
color: #007c85;
background: #46a4ad;  /* DEFAULT LIST BAR COLOURS */
border: 1px solid #46a4ad;
font-size: 17px;
font-weight: bold;
padding: 0;   
margin: 0px 0px 0px 0px; /* SET MARGINS AROUND LIST BOXES */
-webkit-border-radius: 5px;
}



ul li {
color: #46a4ad;
border-top: 1px solid #46a4ad;
list-style-type: none;
padding: 10px 0px 10px 8px;

}




ul li a img.icon, ul li img.icon {
float: left;
display: block;
width:57px;
height:57px;
padding: 0px 20px 0px 0px;	/* SPACE BETWEEN ICON AND TEXT  */
margin: -18px -10px -16px -10px; /* ADJUST VALUES IN COMBINATION WITH DEFAULT LINK VALUES VELOW (ul li a, li.img a)  */
border:0;
}



/* SAFARI/WEBKIT ROUNDED LIST CORNERS */

/* FIRST */

li:first-child {
border-top: 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}

/* LAST */

li:last-child {
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom: 0;
}


/* LINK SPECIFICATION */

/* DEFAULT links on list */

ul li a, li.img a {
color: #ffffff; /* LINK DEFAULT COLOUR */
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
padding: 22px 10px 20px 16px; /* ADJUST VALUES IN COMBINATION WITH SPECIFIC IMAGE VALUES IF NECESSARY  */
margin: -10px;
}




/* LINKS */

ul li.link {
background-image: url(../images/arrow.png);
background-position: center right; /* ARROW POSITION */
background-repeat: no-repeat;
padding: 10px 10px 10px 10px;

}


ul li.link a {
color: #ffffff;
list-style-type: none;
background: transparent url(../images/bg_bar.png) repeat-x;
padding: -14px -10px -10px -10px;

}

ul li.link a:hover {
color: #ffffff;
list-style-type: none;
background: transparent url(../images/bg_bar_o.png) repeat-x;
padding: -14px -10px -10px -10px;

-webkit-tap-highlight-color: transparent;

}







/* FULL WIDTH BUTTON INDIVIDUALS */


ul.fullwidth {

background: #46a4ad;/* background: red; SETTING  COLOUR OR BACKGROUND HERE WILL CHANGE COLOUR OF SET*/
border: 1px solid #666666;
font-size: 10pt;
padding: -10px 0px 0px 0px;   
margin: 5px 0px 0px 0px; /* SET MARGINS AROUND LIST BOXES */
-webkit-border-radius: 5px;
}


ul.fullwidth li {
list-style-type: none;
padding: 10px 10px 10px 10px;
-webkit-border-radius: 5px;
}

ul.fullwidth li a {
color: #ffffff;
list-style-type: none;
padding: 10px 10px 10px 10px;
background: transparent url(../images/bg_bar.png) repeat-x;
-webkit-border-radius: 5px;
}

ul.fullwidth li a:hover {
color: ffffff;
list-style-type: none;
padding: 10px 10px 10px 10px;
background: transparent url(../images/bg_bar_o.png) repeat-x;
-webkit-border-radius: 5px;
}







/* HALF WIDTH BUTTONS */



ul.halfwidth {
border: 0;
background: none;
clear: both;
height: 45px;
}

ul.halfwidth li {
color: #46a4ad;
border: 1px solid #B4B4B4;
font-size: 14px;
text-align: center;
-webkit-border-radius: 8px;
-webkit-box-sizing: border-box;
min-width: 100%;
float:left;
display: block;
padding: 11px 10px 14px 10px;
margin-left:5px;
}

ul.halfwidth li + li {
float: right;


}


.half {
width: 100%;
}


.halfLeft {
width: 48%;
float:left;

}

.halfCenter {
width: 20px;
float:left;

}

.halfRight {
width: 48%;
float:right;
margin-right: 10px;
}



ul.halfwidth li a {
color: ffffff;
line-height: 16px;
margin: -11px -10px -14px -10px;
padding: 11px 10px 14px 10px;
background: #46a4ad url(../images/bg_bar.png) repeat-x;
-webkit-border-radius: 8px;
}

ul.halfwidth li a:hover {
color: #ffffff;
background: #007c85 url(../images/bg_bar_o.png) repeat-x;
}




/* END CONTACT */

ul.photoTitle {

background: #ffffff; 
clear: both;
min-height: 57px;
min-width: 57px;
position: relative;
margin-bottom: 10px;
}

ul.photoTitle li {
background: transparent;
min-height: 57px;
float: left;
margin: 0px 0px -5px 0px;
padding: 0px 0px 0px 0px;



}

il.photoTitle img {
padding:0;
width: 57px;
height: 57px;
border: 1px solid #999999;
-webkit-border-radius: 5px;
-webkit-box-sizing: border-box;

}

ul.photoTitle li + li {
border: 0;
background: none;
width: 70%;
margin: 10px 0px 0px 10px;
}


ul.photoTitle li h2 {
color: ##007c85;
margin: 0;
font: bold 17px Helvetica;
}


ul.photoTitle li h3, ul.photoTitle li p {
color: #333333;
margin: 0;
font: 14px Helvetica;
}


/* END CONTACT */


/* DATA FIELD STYLES */

.datafield {
background: #ffffff; /* OVER-RIDES DEFAULT STYLING */
font-size: 13px;
line-height: 18px;
color: #333333;
}


ul.datafield li small {
position: absolute;
right: 25px;
margin-top: 3px;
z-index: 3;
}

ul.datafield li h3 {
color:#333333;
width: 20%;
font: 14px Helvetica;
line-height: 18px;
margin: 0 10px 0 0;
float: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0;
}

ul.datafield li a {
color:#007c85;
font: bold 14px Helvetica;
line-height: 18px;
overflow: visible;
white-space: normal;
display: inline-block;
width: 60%;
padding: 0;
margin: 0 0 0 0;
vertical-align: top;
}

ul.datafield li big {
color:#333333;
font-size: 13px;
line-height: 18px;
font-weight: normal;
overflow: visible;
white-space: normal;
display: inline-block;
width: 60%;
}






ul.datafield li small {
font-size: 13px;
font-weight: bold;
}


/* END DATA FIELD STYLES */








/* IMAGE GALLERY */


#images {
background: #fff;
margin: 20px 0px 0px -14px;
padding: 0;

}

#images ul {
margin: 5px 0px 5px 0;
border: 0;
-webkit-border-radius: 0;

}

#images ul li {
border: 1px solid #999999;
-webkit-border-radius: 0;
width: 57px;
height: 57px;
float: left;
margin: 0 0 14px 14px;
background: #F4FBFE url(../images/image-loading.gif) no-repeat center center;
padding: 0;
}

#images ul li a {
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}


/* END IMAGE GALLERY */


/* SINGLE IMAGE */



.singleImage {
width: 100%;
}

.singleImageCenter {
text-align: center;
width: 280px;
}

.singleImageCell {
border: 2px solid #cccccc;
width: 264px;
height: 104px;    /* 4px Oversize to account for border */
margin: 0;
background: #F4FBFE url(../images/image-loading.gif) no-repeat center center;
padding: 0;
-webkit-border-radius: 5px;
-webkit-box-sizing: border-box;
}


/* SINGLE IMAGE */



/* GRID BOX NAVIGATION */

#gridBox {
width: 100%;
}

#gridBoxTwo {
width: 100%;
padding-top:15px;
clear: both;
}

#gridBoxThree {
width: 100%;
padding-top:15px;
clear: both;
}

.gridCell {
width: 25%;
float: left;
text-align: center;
font: bold 12px Helvetica;
color: #ffffff;
}

.gridCell a {
text-decoration: none;
color: #007c85;
text-shadow: #eeeeee 0 1px 0;
}





/* END GRID BOX NAVIGATION */





/* FORM STYLE */


/* FORM FIELDS*/



ul.form {
background: #ffffff; /* OVER-RIDES DEFAULT STYLING */
color: #007c85;
}

ul.form li {
padding: 7px 10px;
}

ul.form li.error { border: 1px solid red; }
ul.form li.error + li.error { border-top: 0; }

/* INPUT HIGHLIGHT */
ul.form li:hover { background: #007c85; }

ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
/* FORM TEXT COLOUR */
color: #333333; 

background: #fff url(../.png); /* this is a hack due the default input shadow that iphones uses on textfields */

border: 0;
font: bold 17px Helvetica;
padding: 0;
display: inline-block;
margin-left: 0px;
width: 100%;
-webkit-appearance: textarea;
}

ul li textarea {
height: 100px;
padding: 0;
text-indent: 0px;
font: bold 17px Helvetica;
}

ul li select {
text-indent: 0px;
background: transparent url(../images/arrow_down.png) no-repeat 98% 3px;
-webkit-appearance: textfield;
margin-left: 0px;
width: 102%;
}

ul li input[type="checkbox"], ul li input[type="radio"] {
margin: 0px 10px 0px 0px;
font: bold 17px Helvetica;
padding: 10px 10px;
}




.formExtras {
color: #333333;
font: bold 17px Helvetica;

}


.button {
font: bold 20px/48px Helvetica;
text-decoration: none;
text-align: center;
border-width: 0px 14px 0px 14px;
display: block;
margin: 3px 0;


-webkit-border-radius: 10px;
-webkit-box-sizing: border-box;



}


.buttonText {
color: #ffffff;
text-shadow: #666666 0px 1px 0;
-webkit-border-image: url(../images/input_button.png) 0 14 0 14;
background: #cccccc;

}






/* END FORM */



/* CONTENT */

.contentArea {
background: #ffffff; /* OVER-RIDES DEFAULT STYLING */
}

ul.contentArea li p {
text-align: left;
font-size: 14px;
line-height: 18px;
font-weight: normal;
margin: 0;
text-align: justify;
}

ul.contentArea li p { margin-top: 10px; }


ul.contentArea li {
background: none;
padding: 15px 10px;
color: #222;
}

ul.contentArea li a {
display: inline;
color: #007c85;
text-decoration: none;
}


ul.contentArea li h2 {
margin: 10px 0 5px 0;
color: #007c85;
font-size: 20px;
}


/* END CONTENT */


/* SINGLE IMAGE 2 */


.imageCaption {
background: #ffffff; /* OVER-RIDES DEFAULT STYLING */
color: #ffffff;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 3px 0px 0px 0px;
}



.imageCaption img {
border: 1px solid #999999;
width: 260px;
height: 200px;    /* 2px Oversize to account for border */
margin: 0px;
background: #F4FBFE url(../images/image-loading.gif) no-repeat center center;
padding: 0;
-webkit-border-radius: 5px;
-webkit-box-sizing: border-box;
margin: 0px 7px 0px 0px;
}


ul.imageCaption li h4 {
color:#ffffff;
font: 10px Helvetica;
line-height: 10px;
margin: 0 0 0 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0;
}


/* END SINGLE IMAGE 2 */


/* CONTENT AREA 2 */

.contentAreaTwo {
background: #ffffff; /* OVER-RIDES DEFAULT STYLING */
}

ul.contentAreaTwo li p {
text-align: left;
font: 14px Helvetica;
line-height: 17px;
font-weight: normal;
text-align: justify;
margin: 0;
}

ul.contentAreaTwo li p { margin-top: 10px; }


ul.contentAreaTwo li {
background: none;
padding: 15px 10px;
color: #333333;
}

ul.contentAreaTwo li a {
display: inline;
color: #007c85;
text-decoration: none;
}


ul.contentAreaTwo li h2 {
margin: 10px 0px 5px 0px;
color: #007c85;
font-size: 20px;
}

ul.contentAreaTwo img {
float:right;
margin: 10px 0px 10px 20px;

/*

border: 1px solid #999999;
-webkit-border-radius: 5px;
-webkit-box-sizing: border-box;

*/

}


/* END CONTENT AREA2 */


/* FOOTER */


#footerWrapper {


height: 30px;  
text-align: left;
font-size: 10px;
border-top: 1px solid #46a4ad;


}

#footerLeft {
float:left;

text-align: left;
left: 0px;
padding-top: 10px;
padding-bottom: 10px;

color: #007c85;

}

#footerRight {
float:right;
 
text-align: left;
left: 150px;
padding-top: 10px;
text-align: right;
padding-bottom: 10px;

color: #007c85;
}


.footLink {
color:#007c85;
text-decoration: none;
-webkit-text-fill-color: #007c85;
}

.footLinkIndent a {
color:#007c85;
text-decoration: none;
-webkit-text-fill-color: #007c85;
margin-left: 10px;
}


.footLink a {
color:#007c85;
text-decoration: none;
}




