/***************/
/* main layout */
/***************/
body { background: url(../images/bg.png) top repeat-y #3c684c; margin: 0; padding: 0;  }

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

/* specific link colours for this site */
a         { color: #3c684c; text-decoration: none; }
a:link    { color: #3c684c; text-decoration: none; }
a:visited { color: #3c684c; text-decoration: none; }
a:hover   { color: #333333; text-decoration: underline; }
a:active  { color: #3c684c; text-decoration: underline; }


/********************/
/* formatting elements */
/********************/
.input { 
	background: #3c684c;
	border: 1px solid #fff;
	color: #fff;
	clear: both;
	margin-bottom: 8px;
	padding: 0 0 2px 5px;
	width: 262px;
}

.submit {
	background:#bfcdc5;
	border:0px;
	color:#3c684c;
	cursor:pointer;
	height:17px;
	width:56px;
}
.submit:hover{  background:#9aaaa1; color:#fff;}
/*******************/
/* header elements */
/*******************/
#header { padding:11px 0; background:#3c684c; }

#logo 		{ float: left; }
#contact 	{ float: right; width: 300px; }
#email 		{ padding-top: 10px;}
#slogan 	{ 
	color: #d8e1db;
	font-size: 1.5em;
	letter-spacing: -0.5px;
	padding: 25px 0px 0px 0px;
	text-transform: uppercase;
}

#slogan h1	{
	font-size: 18px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #E8E8E8;
	font-weight: normal;
}

#slogan h2	{
	font-size: 18px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #C0C0C0;
	font-weight: normal;
	letter-spacing: 0.5px;
}
	

/* nav */
ul#nav      {  margin:150px 0px 0px 213px; }
ul#nav li   { margin:0; padding:0; float: left; list-style:none; }

ul#nav li a {
	background: transparent url(../images/nav.gif) no-repeat scroll 0 0;
	display: block;
	height: 24px;
}
ul#nav li a { text-indent: -999px; overflow: hidden; }

#nav #nav-home a                { width: 60px; 	background-position: 	  0px 0px; }
#nav #nav-services a            { width: 85px; 	background-position:  -60px 0px; }
#nav #nav-our-team a            { width: 101px; background-position: -145px 0px; }
#nav #nav-articles a            { width: 87px; 	background-position: -246px 0px; }
#nav #nav-how-we-have-helped a  { width: 196px; background-position: -333px 0px; }
#nav #nav-news a                { width: 62px; 	background-position: -529px 0px; }
#nav #nav-blog a                { width: 61px;  background-position: -591px 0px; }
#nav #nav-contact a             { width: 89px;  background-position: -652px 0px; }


#nav #nav-home a:hover,
#nav #nav-home.selected a 								{ background-position:    0px -24px; }
#nav #nav-services a:hover, 
#nav #nav-services.selected a							{ background-position:  -60px -24px; }
#nav #nav-our-team a:hover,
#nav #nav-our-team.selected a							{ background-position: -145px -24px; }
#nav #nav-articles a:hover,
#nav #nav-articles.selected a							{ background-position: -246px -24px; }
#nav #nav-how-we-have-helped a:hover,
#nav #nav-how-we-have-helped.selected a		{ background-position: -333px -24px; }
#nav #nav-news a:hover,
#nav #nav-news.selected a									{	background-position: -529px -24px; }
#nav #nav-blog a:hover,
#nav #nav-blog.selected a									{ background-position: -591px -24px; }
#nav #nav-contact a:hover,
#nav #nav-contact.selected a							{ background-position: -652px -24px; }


/********************/
/* content elements */
/********************/
#main				{ padding:0; margin:0;}

/* left side Column */
#main-left 	{ float:left; font-size:1em; padding:0 11px 0 0; width:270px; }
#main-left a { color:#FFFFFF; text-decoration:underline; }
#main-left a:hover { color:#678973; text-decoration:underline; }

#recent-news { padding:0 0 11px 0; margin:0; }
#latest-blog { padding:0 0 11px 0; margin:0; }
#newsletter  { padding:0 0 11px 0; margin:0; }

.left-heading { background:#678973; height:28px; margin-bottom:11px; padding-top:3px; width: 270px;}
.left-image		{ border:1px solid #fff; margin-bottom:11px; }
.left-title		{ font-size:1.167em; font-weight:bold;}

#signup {
	background: transparent url(../images/signup-button.png) no-repeat scroll 0 0;
	height: 17px;
	text-indent: -999px; 
	overflow: hidden;
	margin-top:11px;
	width:56px; 
}
#signup:hover	{ background-position: 0px -17px; }

/* Main Content Area */
#main-right	{ background:#fff; float:left; width:675px; }

.banner 	{ border: 1px solid #474747; margin:11px;}
.main-title		{ 
	background:#d8e1db; 
	height:24px; 
	margin:auto;
	text-transform:uppercase; 
	width:654px;
}
.content 	{ width:633px; margin:auto; padding:20px 0 11px 0; font-size:1.083em;	color:#474747;}

.bordered-image { border:1px solid #474747; float:left; margin-right:11px; }

.pagination { text-align:right; font-weight:bold; }


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item:last-child          { }
.item .title   { font-size: 1em; font-weight: bold;}
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer 	{ padding:20px 0 11px; font-size:0.833em; line-height:1.333em }
#footer a { color:#FFFFFF; text-decoration: underline; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* 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 */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; margin-left:93px; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; margin-left:93px; } /* error box in red */
