@import url("reset.css");
@import url("structure.css");
@import url("nav.css");
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

/* IE5.5+ PNG FIX */
img, div, a, input { behavior: url(includes/iepngfix.htc) }


#skip {
	width: 0;
	height: 0;
	overflow: hidden;
}

.clear-all {
	clear: both;
	height: auto;
}
hr {
	background-image: url("../images/structure/hr_line.png");
	background-repeat:nrepeat-x;
	height: 1px;
	border: 0px;
	clear: both;
	margin-top:10px;
	margin-bottom:20px;
	display:block;
}
/*hr {
	display: none;
}*/
#right .hr {
	background-image: none;
}

/* -----------------------------------------------------------*/
/* ---------->>> IMAGE and PHOTO ALIGNMENTS ETC <<<-----------*/
/* -----------------------------------------------------------*/

.homepanelimgright {
	float: right;
	margin: 0 0 0 15px;
}

.imgright, .imgleft, .eventimg, #home-imagepanel {
	border: 3px solid #bedaee;
	padding:15px;
	background-color:#fff;
}
.imgborderlessright, .imgborderlessleft {
	padding: 5px;
}
.imgright, .imgborderlessright {
	float: right;
	margin: 0 0 30px 50px;
}
.imgleft, .imgborderlessleft {
	float: left;
	margin: 0 15px 30px 0;
}
.eventimg {
	float: right;
	margin: 0 0 15px 30px;
}
.imgcaption {
	font-size:9px;
}

.featureimageholder {
text-align:center;
	margin-bottom:20px;
}

.featureimage {
	border: 3px solid #bedaee;
	padding:15px;
	background-color:#fff;
}

/* END OF IMAGE ALIGNMENTS --------------------*/

#page-header {
	margin: 0;
	padding:0;
	height:115px;
	width:920px;
}

#page-wrapper {
	padding: 0;
	margin-bottom:30px;
	overflow: hidden;
}

/* --------------------------------------------*/
/* ------->>> HOME and SUBPAGE STYLES <<<------*/
/* --------------------------------------------*/

.more {
color:#000099;
font-weight:bold;
}

#homecontainer {
	margin: 20px 0;
	color:#c5e3f1;
}

#subcontainer 
{
	margin: 20px 0 0 0;
	color:#daedfa;
	background:#41a5d1;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px 30px 50px 30px;
}

#homecontainer #column1 {
width:455px;
margin:0 25px 0 0;
display:block;
float:left;
background-color:#0b6891;
-moz-border-radius: 8px;
border-radius: 8px;
padding:40px 30px 10px 30px;
}

#column1 .tickpanel {
float:left;
display:block;
margin:15px 0 40px 0;
}

#column1 .tickpanel ul {
margin:0;
list-style-type: none;
}

#column1 .tickpanel ul li {
padding-left:30px;
list-style-type: none;
}

#column1 .tickpanel li {
background:url(../images/structure/hometick.png) no-repeat;
/*background-repeat: no-repeat; */
background-position: 0 5px;
margin-bottom:2px;
line-height:25px;
}

#column1 .panel1 {
width: 210px;
}

#column1 .panel2 {
width: 240px;
}

#homecontainer #column2 {
display:block;
float:right;
width:375px;
}

#homecontainer #column2 h3 {
margin:0 0 10px 0;
}

#home-offerpanel, #home-tweetpanel, #home-mailingpanel {
-moz-border-radius: 8px;
border-radius: 8px;
padding:15px 20px;
line-height:20px;
}

#home-offerpanel {
background:#5ec7f2;
margin-bottom:20px;
color:#F4F4F4;
}

#home-offerpanel strong {
color:#666666;
}

#home-tweetpanel {
background:#0c9dd9;
margin-bottom:20px;
}

#twitter_div {
height:250px;
overflow:hidden;
}

#home-tweetpanel ul {
margin:0 0 0 20px;
}

#home-mailingpanel {
background:#41a5d1;
}




#homecontainer h2, #subcontainer h2 {
	font-size:30px;
	color:#FFF;
	margin-bottom: 1em;
}

#subcontainer h2 {
font-size:40px;
}

#homecontainer h3, #subcontainer h3 {
	font-size:18px;
	color:#FFF;
}



#homecontainer p, #subcontainer p
{
	line-height:22px;
	margin-bottom: 1.4em;
} 

.floatingpanel {
	/*width:450px; */
	display:block;
	padding:20px;
	margin:20px 0px;
	background:#78BBDC;
	color: #FFF;

}

.floatingpanel h3 {
	font-size:1.2em;
	margin-bottom:20px;
	color:#000;
}

/* --------------------------------------------*/
/* ----->>> HOMEPAGE SPECIFIC STYLES <<<-------*/
/* --------------------------------------------*/

/* -------- FEATURE PANEL STYLES ------------- */
#sliderholder {
/* width:920px; */
height:286px;
background:no-repeat url("../images/structure/homefeature_bg.png");
text-align:left;
}

#slider1 {
    width: 916px; /* important to be same as image width */
    height: 284px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
margin:0 auto;
}

#slider1Content {
    width: 916px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
  	padding: 10px 13px 10px 0;
    width: 916px;
    background-color: #41a5d1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
    color: #fff;
    display: none;
}

.slider1Image span strong {
    font-size: 14px;
}

.slider1Image span .bigmessage {
    font-size: 30px;
	font-family: 'Ubuntu', serif;
	line-height:36px;
}

.slider1Image .dark {
color:#003399;
}

.slider1Image .light {
margin:0 0 10px 20px;
display:block;
color:#CDDDE9;
}

#sliderholder .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
#sliderholder .right {
	right: 0;
	top: 0;
	width: 300px !important;
	height: 250px;
	line-height:18px;
}

#sliderholder .right p {
padding:5px 10px 5px 0;
}

#sliderholder .right ul {
list-style:square;
margin:10px 0 0 20px;
}

#sliderholder ul { list-style-type: none;}


/* ----- item panels on homepage and sub-pages ------- */

.home-itempanel {
	width:265px;
	height:200px;
	margin:0 5px 12px 5px;
	padding:10px 20px 0 20px;
	float:left;
	clear:right;
}

.sub-itempanel {
	width:265px;
	margin:0;
	padding:10px 20px 10px 20px;
	float:left;
}

.home-itempanel h3, .sub-itempanel h3 {
font-size:18px;
display:block;
line-height:28px;
border-bottom:none;
}

.home-itempanel .productpic, .sub-itempanel .productpic {
float:right;
margin:0 0 5px 15px;
}

.home-itempanel .text, .sub-itempanel .text,  .sub-itempanel .misctext {
display:block;
margin:10px 0 5px 0;
font-size:12px;
line-height:18px;
}

.home-itempanel .morebutton, .sub-itempanel .morebutton {
margin:2px auto;
height:41px;
width:124px;
overflow:hidden;
text-align:center;
line-height:41px;
font-weight:bold;
text-transform:uppercase;
}

.home-itempanel .morebutton a, .sub-itempanel .morebutton a  {
text-decoration:none;
display:block;
}

#subcontainer .standardpanel {
background: url("../images/structure/panel_bg_long.png") center top no-repeat;
}

#subcontainer .base {
width:305px;
height:13px;
display:block;
background:url("../images/structure/panel_bg_base.png") center top  no-repeat;
float:left;
margin: 0 0 10px 0;
}

#homecontainer .standardpanel {
background: url("../images/structure/panel_bg.png") top center no-repeat;
}

.standardpanel .text {
height:100px;
}

.standardpanel .misctext {
margin:10px 0 0 0;
}

.standardpanel a {
color:#046353;
}

.standardpanel a:hover {
color:#000;
}

.standardpanel .morebutton {
float:right;
}


.standardpanel .morebutton a {
color:#046353;
background:url("../images/structure/panel_btn.png") left top no-repeat;
}

.standardpanel .morebutton a:hover {
color:#39a08f;
background:url("../images/structure/panel_btn.png") left -41px no-repeat;
}

.specialpanel {
background: url("../images/structure/specialpanel_bg.png") top center no-repeat;
color:#524c2d;
}

.specialpanel .text {
color:#565211;
margin:10px 80px 0 10px;
}

.specialpanel .reportname {
font-size:14px;
font-weight:bold;
padding:10px 15px 5px 5px;
margin:0 30px 5px 0;
line-height:18px;
text-align:center;
}

.specialpanel .morebutton a {
color:#524c2d;
background:url("../images/structure/specialpanel_btn.png") left top no-repeat;
}

.specialpanel .morebutton a:hover {
color:#958945;
background:url("../images/structure/specialpanel_btn.png") left -41px no-repeat;
}

/* --------------------------------------------*/
/*---------- END OF HOMEPAGE STYLES -----------*/
/* --------------------------------------------*/


/* ----------------------------------------------------*/
/* --------->>> SPECIFIC SUBPAGE STYLES <<<------------*/
/* ----------------------------------------------------*/

#subcontainer .shortlinespace p {
line-height:16px;
}

#subcontainer .shortlinespace h3 {
margin:0;
}

.mapcontainer {
	padding:15px;
	width:420px;
	height:270px;
	background-color: #E2F1F1;
	margin:0 0 15px 0;
}

#map {
	width:420px;
	height:270px;
	border:1px solid  #999999
}

#subcontainer {
	font-size:13px;
}

#subcontainer h2 {
display:block;
line-height:83px;
height:83px;
margin:0 0 10px 0;
}


#subcontainer #bodycontent h3 {
	margin-bottom:10px;
	border-bottom: 1px solid #c9cfce;
}

#subcontainer #bodycontent {
width:560px;
float:left;
margin: 10px 0 0 5px;
}

#subcontainer #featurecontent {
width:310px;
float:right;
margin-left:70px;
}

#subcontainer #bodyfullwidth {
float:left;
width:98%;
margin: 10px 0 0 5px;
}

#subcontainer #bodyhalfwidth {
width:450px;
float:left;
margin: 10px 0 0 5px;
}

#subcontainer #otherhalfcontent {
width:450px;
float:right;
margin:10px 0 0 20px;
}

.intro_paragraph {
font-size:1.3em;
}

/*------- FAQ Styles ---------*/

#subcontainer .faq_question {
font-size:1.2em;
display:block;
margin:0 0 10px 0;
color:#000;
}

#subcontainer .faq_answer {
display:block;
margin:0 0 20px 10px;
}

#subcontainer .faq_answer p{
margin:0 0 5px 0;
line-height:16px;
}


/*------- END OF FAQ Styles ---------*/

/*------- Testimonial Styles ---------*/

#subcontainer .testimonial {
display:block;
margin:0 0 20px 0;
}

#subcontainer .testimonialtext {
display:block;
margin:0;
}

#subcontainer .testimonialtext p{
margin:0 0 5px 0;
}

#subcontainer .testimonialwriter {
display:block;
font-weight:bold;
}


/*------- END OF Testimonial Styles ---------*/

#subcontainer ul,  #subcontainer ol{
	margin:0 0 20px 40px;
	font-size:1.1em;
}

#subcontainer table {
border-collapse:collapse;
/* width:100%; */
}

#subcontainer table .100percent {
width:100%; 
}

#subcontainer table.coloured th {
text-align:left;
background:#269FA6;
padding:5px;
border:1px solid #EAEDF4;
font-size:0.8em;
color:#FFFFFF;
}

#subcontainer table.coloured th .tinytext {
font-size:9px;
}

#subcontainer table.coloured {
background: #C6F0F2;
border:1px solid #FFF;
/* vertical-align:top; */
line-height:15px;
padding:3px;
font-size:0.9em;
}

#subcontainer table.coloured td {
/*border:1px solid #FFF;
 vertical-align:top; */
line-height:15px;
padding:3px;
}

#subcontainer table.coloured tr {
border:1px solid #FFF;
}

#subcontainer table.coloured .odd {
background: #D3F3F5;
}

/* #subcontainer ul li {
	padding:0;
	margin-left:20px;
	list-style-type: square;
} */

#page-text {
width:650px;
float:left;
}

#page-text ul li, ol li ul, #twocolumnpage-text ul li, ol li ul {
	list-style: bullet;
	margin: 0 0px 0px 15px;
}

#sidelinks {
float:left;
width:180px;
margin:0 0 0 40px;
}

/* ----------------------------------------------------*/
/* ------->>> END OF SPECIFIC SUBPAGE STYLES <<<-------*/
/* ----------------------------------------------------*/

#pagetitle {
display:block;
}


/* ----------------------------------------------------*/
/* ----------->>> GENERAL LIST STYLES <<<--------------*/
/* ----------------------------------------------------*/

#generallist ul {
font-size:1.2em;
list-style-type: none;
padding: 0px;
}

#generallist li
{
background: url("../images/structure/sun_icon.gif");
background-repeat: no-repeat;
background-position: 0 3px;
margin-bottom:10px;
line-height:25px;
} 

#generallist ul li {
padding-left:30px;
list-style-type: none;
}

#servicelist h2 {
display:block;
margin-bottom:20px;
margin-left:20px;
}

#servicelist ul {
font-size:1.2em;
list-style-type: none;
padding: 0px;
}

#servicelist li
{
background: url("../images/structure/tickbullet.gif");
background-repeat: no-repeat;
margin-bottom:10px;
line-height:15px;
} 

#servicelist ul li {
padding-left:20px;
list-style-type: none;
}




/* --------------------- FORM STYLES ----------------------- */

#contactForm input.error, #contactForm select.error, #contactForm textarea.error {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}


form {
	color:#000;
}

form .generalcontactform {
	width:430px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border: solid 1px #CCCCCC;
  padding: 10px;
  padding-top:0px;
  margin: 0;
}

form fieldset legend {
  font-size: 140%;
  font-weight: normal;
  color: #000000;
  margin: 5px 0 10px 0;
  padding: 0 5px;
}

form fieldset legend .subset {
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 2px;
}

form fieldset div.notes {
  height: auto;
  margin-bottom:5px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/structure/icon_forminfo.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #CCCCCC;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.info {
  height: auto;
  padding: 5px;
  color: #666666;
  font-size: 88%;
}

form fieldset div.info p {
  color: #666666;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:250px;
	padding:3px;
	border:1px solid #c0c0c0;
	background-color:#f8f8f8;
}

label {
	width:150px;
	display:block;
	float:left;
	/*font-weight:bold;*/
	color:#000;
	margin-right:10px;
}

.deeplabel {
	min-height:40px;
	height:40px;
}

.radiobutton {
	width:15px;
	border:none;
	background:none;
	margin-right:40px;
}

.shortselect{
	width:150px;
	margin-right:10px;
}

input:focus, textarea:focus {
	border:1px solid #000;
}

.formbutton {
	margin-left:150px;
	border: 1px solid #CCC;
	font-size: 20px;
	background:url("../../images/structure/formbutton_bg.gif") repeat-x top #d9d9d9;
	height: 45px;
	margin: 10px 0 0 0;
	/*width: auto;*/
    width: 300px;
	color: #444444;
	padding: 3px 7px 5px 7px;
}



.formbuttonHover {
	margin-left:150px;
	border: 1px solid #CCC;
	font-size: 20px;
	background:url("../../images/structure/formbutton_bg.gif") repeat-x 20px #d9d9d9;
	height: 45px;
	margin: 10px 0 0 0;
	/*width: auto;*/
    width: 300px;
	color: #444444;
	padding: 3px 7px 5px 7px;
	cursor:pointer;
}

* html .formbutton {margin-left:153px;}
* html .formbuttonHover {margin-left:153px;}


