/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background: #fff; color: #05313f; }

#bigHugeWrapper { background: #009ed9 url('../images/bg.png') bottom center repeat-x; color: #05313f; padding-top: 14px; padding-bottom: 140px; }

#bodyWrapper { width: 826px; margin: auto; }

/* specific link colours for this site */
a:link 	  { color:#024d66; text-decoration: none; }
a:visited { color:#024d66; text-decoration: none; }
a:hover   { color:#FFFFFF; text-decoration: none; }
a:active  { color:#024d66; text-decoration: none; }

a.moreLink { color: #024d66; }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-weight: normal; }
h1 { font-size: 1.25em; line-height: 1.25em; }
h2 { font-size: 1.083em; line-height: 1.083em; }


/*******************/
/* header elements */
/*******************/
#navContainer {  }

#navContainer #header { padding: 14px 46px 13px 17px; width: 783px; height: 129px; color: #024d66; background: transparent url('../images/head_bg.png') top left no-repeat; }
#navContainer #header #logo   { float: left; }
#navContainer #header #signup { float: right; font-size: 1.083em; margin-top: 10px; }
#navContainer #header #signup h1 { margin: 0; }
#navContainer #header #signup #signupForm { text-align: right; }
#navContainer #header #signup #signupForm input { border: 1px solid #11a6dc; background: #7dd9f0; color: #024d66; padding: 1px 6px 1px 6px; width: 194px; height:17px; margin-top: 5px; }
#navContainer #header #signup #signupForm input#signup_submit { border: none; background: none; padding: 0; width: auto; height:auto; }

#navContainer ul {
	margin: 0;
	padding: 0;
  margin-top: 4px;
  font-size: 1.083em;
}
#navContainer ul li { background: transparent url('../images/separator.gif') left top no-repeat; padding: 0 6px 0 13px; display: inline; text-transform: uppercase }
#navContainer ul li:first-child { background: none; }
#navContainer ul li a { text-decoration: none; color: #024d66; }
#navContainer ul li a:hover   { color:#FFFFFF; text-decoration: none; }

/********************/
/* content elements */
/********************/
#mainContainer {
	margin: 0;
	padding: 0;
  margin-top: 15px;
  position: relative;
}

#mainContent {  }

#mainContent.floatLeft { width: 580px; background: transparent url('../images/sidebar.gif') top right repeat-y; padding-right: 13px; padding-left:10px; }
#mainContent.floatLeft a:hover { background-color:#0094D4; }

.newsItem {}
.newsTitle { background-color:#FFFFFF; padding:3px; font-size:1.1em; font-weight:bold; margin-bottom:5px;}

#sidebar {
  float: right;
  width: 220px;
  margin-bottom: 180px;
}
#sidebar #news { font-size: 1.083em; }
#sidebar #news .newsItem       { padding: 2px 4px; color: #960429; }
#sidebar #news .newsItem:hover { background: url('../images/white.png'); }

a.moreLink { display: block; text-align: right; }

#innoStation { position: absolute; bottom: 0; right: 0; color: #686868; }

.floatLeft { float: left; }
.floatRight { float: right; }

hr {
	border-bottom: solid #bae6f5 1px;
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { width: 826px; margin: auto; padding-top: 5px; color: #05313f; }
#footer a { text-decoration: none; color: #05313f; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}

div.formrow label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */

/* message and error boxes, not just useful in contact form */
div.box { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
div.box.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
div.box.error { border-color: #f00; color: #f00; } /* error box in red */
