/*
    First Class Web Solutions web site
    This file contains styles for laying out the page, and styling text outside
    of the main content areas. Copywrite (c) Peter R Hall 2009
*/
body {
    background: #ffffff url(../img/FCWS_bg.jpg) top left repeat-x;
}
div#homepage {
    width: 960px;  /* Fixed width is MUCH easier to style! */
    margin: 0px auto 10px auto;  /* Ensures that the page is horizontally centred. */
    position: relative;  /* Tells child elements to take their origin from the top-left of this element. */
    border: 0px #b0b0b0 solid; /*remove before live*/
    background: #ffffff url(../img/FCWS_content.jpg) top left repeat-y;
}
div#normpage {
    width: 960px;  /* Fixed width is MUCH easier to style! */
    margin: 0px auto 10px auto;  /* Ensures that the page is horizontally centred. */
    position: relative;  /* Tells child elements to take their origin from the top-left of this element. */
    border: 0px #b0b0b0 solid; /*remove before live*/
    background: #ffffff url(../img/content_norm_bg.jpg) top left repeat-y;
}
div#header {
    height: 170px;
    background: #333C5B url(../img/FCWS_header.jpg) top left no-repeat;
    position: relative;
}
/* The big company title in the top left */
a#branding {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 105px;
    height: 100px;
    color: white;
    text-decoration: none;  /* Remove underline. */
}
a#branding span {
    display: none; /* Text only visible to search engines and screen readers*/
}
/* A collection of small links at the top-right of the page. NOT NEEDED DELETE BEFORE GOING LIVE*/
div#site-tools {
    position: absolute;
    top: 10px;
    right: 10px;
}
div#site-tools,
div#site-tools a {
    color: white;  /* Links are blue by default, so this overrides that for the site tools. */
}

/* Create a banner under the header */
div#banner {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 5px;
	width: 950px;
	height: 225px;
	background: #303c5f /*url(../img/fcws_banner_bg2.jpg) top left no-repeat;*/
}
div#banner-left,
div#banner-right {
    float: left;
    display: inline;  /* Magic declaration to make it work in IE6. */
    height: 215px;
}
div#banner-left {
	width: 465px;
	margin: 0px;
	text-align: center;
	padding: 10px 0px 0px 0px; 
	border: #ffff00 0px solid;/*remove before live*/
	background: #ced1d9 url(../img/fcws_banner_bgl.jpg) top left no-repeat;
}
div#banner-right {
	width: 455px;
	margin: 0px;
	padding: 10px 15px 0px 15px; 
	border: #00ff00 0px solid;/*remove before live*/
	background: #ced1d9 url(../img/fcws_banner_bgr.jpg) top left no-repeat;
}
#banner-right #principles {
	width: 450px;
	height: 240px;
	display: block;
	overflow: hidden;
	border-style: solid;
	border-width: 0px;
}
ul#banner_rotate {
	margin: 0px 0px 0px 0px;
	border: 0px;
	left: 10px;
	top:30px;
}
ul#banner_rotate li {
	list-style: none;
	border-style: solid;
	border-width: 0px;
}
#banner_rotate innerfade {
	border-style: solid;
	border-width: 0px;
}
/* Creating the four inline boxes under the main banner on the home page*/
ul#guide {
	position: relative;
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 200px;
	background: #ffffff;
}
ul#guide li {
    float: left;
    display: inline;  /* Magic declaration to make it work in IE6. */
    margin: 0px 5px 0px 5px;
    padding: 10px 10px 0px 10px;
    border: 3px solid #b2b2b2;
    height: 185px;
    background: #ffffff;
    width: 193px;
}
ul#guide li a {
	background: url(../img/button.gif) top left no-repeat;
	width:170px;
	height:35px;
	position: absolute;
	top: 160px;
}
ul#guide a:hover  {
    background: url(../img/buttonhover.gif) top left no-repeat
}
ul#guide span {
    display: none; /*do not display the text on the nav buttons*/
}
ul#guide p {
	font-style: italic;
	color: #601016;
}
div#content {
	position: relative;
	margin: 0px auto 10px auto;
	padding: 0px 10px 0px 20px;
	top: 0px;
	left: 0px;
	width: 890px;
	border: 0px #000000 solid;/*remove before live*/
}
div#content h1, h2, h3 {
	color: #0b1940;
}
/* Create a two-column layout for the home page. */
div#content-homeprimary,
div#content-homesecondary {
    float: left;
    display: inline;  /* Magic declaration to make it work in IE6. */
    padding: 10px 10px 0px 0px;  /* No bottom padding, as the content text items have bottom margins. */ 
}
div#content-homeprimary {
    width: 670px;
}
div#content-homesecondary {
    width: 200px;
}
/* Create a two-column layout for the about page. */
div#content-normprimary,
div#content-normsecondary {
    float: left;
    display: inline;  /* Magic declaration to make it work in IE6. */
}
div#content-normprimary {
    width: 650px;
    padding: 20px 10px 0px 10px;  /* No bottom padding, as the content text items have bottom margins. */ 
}
div#content-normsecondary {
    width: 190px;
    padding: 20px 10px 0px 20px;  /* No bottom padding, as the content text items have bottom margins. */ 
}
div#content-normsecondary img {
	border: 2px solid #c4a0a3;
}
div#content-normsecondary h2 {
	text-align: center;
}
p span.highlight {
	font-style: italic;
	font-weight: 700;
	color: #0b1940;
}
span.info {
	font-weight: 800;
	color: #6b1218;
}

p.center img {
	display: inline
}

div.caption {
	margin-left:10px;
	margin-top:0px;
	text-decoration:none;
	padding:5px;
	width:305px;
	float:right;
	text-align:justify;
	font-style:italic;
	font-size:0.8em;
	color:#601016;
}
div.captionl {
	margin-right:10px;
	margin-top:0px;
	text-decoration:none;
	padding:5px;
	width:305px;
	float:left;
	text-align:justify;
	font-style:italic;
	font-size:0.8em;
	color:#601016;
}
div.caption img,
div.captionl img {
	border:1px #cccccc solid;
	display:block;
}
div.caption p,
div.captionl p {
	padding: 0px 10px 0px 5px;
}
p.back-to-top {
    font-size: 0.7em;
    text-align: center;
    color:#601016;
}
/* Block at bottom of page. */
div#footer {
    padding: 0px 20px 0px 20px;
    line-height: 35px;
    color: #e7e8ec;
    background: #591115 url('../img/FCWS_footer.jpg') top left repeat-y;
}
div#footer a {
	color: #ffffff;
}
