/*
 * ODD stylesheet
 *
 * Glyn's new colour palette
 * Black: #462829
 * Dark gray: #A6A0A0
 * Light gray: #CCCFCD
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

a img{
	border: 0;
}

a:link, a:visited{
	 color: #000000;
	 text-decoration: underline;
}

a:hover, a:active, a:focus{
	 color: #000000;
	 text-decoration: underline;
}

h1{
	font-size: 2em;
	font-weight: normal;	
}

h2{
	font-weight: normal;
	font-size: 1.4em;
}

h3{
	font-weight: bold;
	font-size: 1.3em;
}

h4{
	font-weight: bold;
	font-size: 1.2em;
}

.hideme {
	display: none;
	visibility: hidden;
}

.intro {
	font-weight: bold;
}

label{
	cursor: pointer;
}

.left{
	float: left;
}

p{
	font-weight: normal;
	font-size: 1.2em;
	color: #858480;
}

.right{
	float: right;
}

.spacer{
	clear: both;
}

#image-block{
	position: relative;
}

#image-block img{
	position:absolute;
	left:0;
	top: 0;
}

/**********************************************/
/* Header and page styles				*/
/**********************************************/

#outer-wrapper {
	position: absolute;
	margin-left: -470px;
	width: 940px;
	left: 50%;
	min-height: 100%;
}

#inner-wrapper {
	width: 884px;
	margin: 0 auto;
}

#header-wrapper {
	display: block;
	margin-left: 9px;
	padding: 30px 0 20px 0;
	width: 866px;
	text-transform: lowercase;
}

#header-wrapper hr{
	display: none;
}

#header-wrapper img {
	float: right;
	margin-top: 13px;
}

#header-wrapper p#greeting {
	font-size: 1.2em;
	font-weight: bold;
	color: #C4C3BF;
	margin-top: 7px;
}

#main-nav {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 7px;
	color: #CCCFCD;
}

#main-nav a:link, #main-nav a:visited {
	font-size: 0.9em;
	color: #462829;
	text-decoration: none;
}

#main-nav a:hover, #main-nav a:active {
	color: #462829;
	text-decoration: underline;
}

#main-nav .current a:link, #main-nav .current a:visited{
	color: #A6A0A0;
}

#main-nav .current a:hover, #main-nav .current a:active {
	color: #A6A0A0;
}

/**********************************************/
/* Homepage specific styles				*/
/**********************************************/

#home-banner-wrapper {
	width: 884px;
	min-height: 267px;
	display: block;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border-bottom: 24px solid #FFFFFF;
}
#IE6root #home-banner-wrapper {
	height: 266px;
}

#home-banner-reel {
	position: relative;
	display: block;
	height: 222px;
	width: 866px;
	border-left: 9px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
}

#home-banner-reel-1{
	z-index: 1;
}

#home-banner-reel-2{
	z-index: 2;
	position: absolute;
	top: 0;
}

#home-banner-wrapper p {
	margin: 0 0 0 9px;
	padding: 0;
	font-weight: bold;
	line-height: 24px;
}
#home-banner-wrapper p span.pipe {
	padding: 0 6px;
}
#home-banner-wrapper p span.more {
	color: #462829;
}
#home-banner-wrapper p a:link, #home-banner-wrapper p a:visited {
	text-decoration: none;
	color: #93928E;
}
#home-banner-wrapper p a:hover, #home-banner-wrapper p a:active {
	text-decoration: none;
	color: #462829;
}
#home-banner-wrapper p.left {
	float: left;
}
#home-banner-wrapper p.right {
	float: right;
	padding-right: 9px;
}

#home-content-wrapper {
	display: block;
	overflow: auto;
	width: 866px;
	margin-left: 9px;
	background-color: #ffffff;
	padding-bottom: 24px;
}
#intro-tile {	
	display: block;
	float: left;
	width: 159px;
	margin: 0 13px 0 0;
}

#intro-tile p {
	margin: 0 0 8px 0;
	line-height: 16px;
}

ul#home-tiles {
	display: block;
	float: left;
	width: 685px;
	border-left: 9px solid #ffffff;
}
ul#home-tiles li {
	display: block;
	float: left;
	width: 178px;
	min-height: 222px;
}
ul#home-tiles li.end {
	width: 151px;
}
#IE6root ul#home-tiles li {
	height: 222px;
}
ul#home-tiles li h2 {
	color: #462829;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 8px 0;
}
ul#home-tiles li h2 a:link, ul#home-tiles li h2 a:visited {
	text-decoration: none;
	color: #462829;
}
ul#home-tiles li h2 a:hover, ul#home-tiles li h2 a:active {
	text-decoration: none;
	color: #462829;
}

ul#home-tiles li .p-wrapper {
	display: block;
	width: 151px;
}

ul#home-tiles li p {
	color: #93928E;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 8px 0;
	line-height: 1.2em;
}

ul#home-tiles li p a:link, ul#home-tiles li p a:visited {
	text-decoration: none;
	color: #93928E;
}
ul#home-tiles li p a:hover, ul#home-tiles li p a:active {
	text-decoration: underline;
	color: #93928E;
}
ul#home-tiles li p span {
	/*color: #6AACC6;*/
	color: #462829;
	padding-left: 6px;
}
ul#home-tiles li p span a:link, ul#home-tiles li p span a:visited {
	text-decoration: none;
	color: #462829;
}
ul#home-tiles li p span a:hover, ul#home-tiles li p span a:active {
	text-decoration: none;
	color: #462829;
}

/**********************************************/
/* Other styles						*/
/**********************************************/

#basic-wrapper {
	display: block;
	width: 884px;
	overflow: visible;
	margin: 0 0 24px 0;
	padding: 0;
}

#basic-wrapper .our-clients-bg {
	background-image: url(../images/our-clients-bg-repeat-y.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#inside-nav {
	display: block;
	float: left;
	width: 168px;
	margin: 0 0 20px 9px;
	padding: 0;
}

#inside-nav div{
	margin-top: 50px;
}

#inside-nav h1 {
	display: inline;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	padding: 5px 10px 5px 10px;
}

#inside-nav p{
	display: block;
	margin: 27px 0 20px 0;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;	

}

#inside-nav ul {
	margin: 0;
	padding: 0;
}

#inside-nav ul li {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#inside-nav ul li a:link, #inside-nav ul li a:visited {
	color: #BF744C;
	text-decoration: none;
	display: block;
}
#inside-nav ul li a:hover, #inside-nav ul li a:active {
	color: #C39779;
	text-decoration: none;
	display: block;
}

#inside-nav .inside-nav-space{
	margin-top: 25px;
	font-size: 1.2em;
}

#basic-content-wrapper {
	display: block;
	overflow: visible;
	width: 685px;
	margin: 0 0 0 13px;
	padding: 0;
	float: left;
}
#IE6root #basic-content-wrapper {
	
}

#basic-banner-reel {
	display: block;
	width: 685px;
}

#basic-content-text {
	display: block;
	clear: both;
	margin: 0px 9px 9px 0px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top: 13px solid #ffffff;
	border-bottom: 13px solid #ffffff;
}

.services-bg{
	width: 600px;
}

#basic-content-text p{
	line-height: 1.2em;
	margin: 1em 0;
}

#IE6root #basic-content-text {
	margin-top: 9px;
}

#main-text-area {
	display: block;
	float: left;
	width: 460px;
	margin: 0 9px;
	padding: 0;
}
#IE6root #main-text-area {
	margin: 0 20px 0 10px;
	padding: 0;
}


#main-text-area h1, #main-text-area h2, #main-text-area h3 {
	margin: 0 0 16px 0;
	color: #462829;
}

#main-text-area p {
	margin: 0 0 16px 0;
	line-height: 1.2em;
}

#main-text-area p.quote {
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
}
#main-text-area p.quote span {
	font-style: normal;
}

#main-text-area ul {
	margin: 0 0 16px 38px;
}
#main-text-area ul li {
	list-style-type: disc;
	margin: 0 0 6px 0;
	font-size: 1.2em;
	color: #462829;
}
#main-text-area ul li span {
	color: #93928E;
}

.case-studies-bg{
	background-image: url("../images/basic-content-text-bg.jpg");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#small-right-text-area {
	display: block;
	float: right;
	width: 140px;
	padding: 0;
}

#small-right-text-area h2 {
	margin: 0px 0px 10px 4px;
	color: #462829;
	font-weight: bold;
}

ul#right-nav {
	font-size: 1.2em;
	text-align: left;
}
ul#right-nav li {
	line-height: 1.2em;
	background-image: url(../images/blue-right-arrow-list.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 9px;
	margin-top: 9px;
}
ul#right-nav li strong {
	display: block;
	margin-bottom: 8px;
	background-color: #ADACA8;
	color: #ffffff;
	padding: 2px 0;
}
ul#right-nav li a:link, ul#right-nav li a:visited {
	text-decoration: none;
	display: block;
	margin: 4px 8px 4px 4px;
	color: #BF744C;
}
ul#right-nav li a:hover, ul#right-nav li a:active {
	text-decoration: underline;
	display: block;
	margin: 4px 8px 4px 4px;
	color: #BF744C;
}
ul#right-nav li strong a:link, ul#right-nav li strong a:visited,
ul#right-nav li strong a:hover, ul#right-nav li strong a:active {
	color: #ffffff;
	
}

#IEroot #small-right-text-area {
	display: block;
	float: right;
	width: 135px;
	margin: 0px 20px 0px 0;
	padding: 0;
}
#IEroot #small-right-text-area {
	margin: 0;
	padding: 0;
}
#IE6root #small-right-text-area h2 {
	margin: 0px 0px 10px 0px;
	color: #462829;
	font-weight: bold;
}

#IE6root ul#right-nav li {
	line-height: 1.2em;
	margin: 0;
	padding: 8px 0 0 0;
	width: 120px;
}

#IE6root ul#right-nav li a:link, #IE6root  ul#right-nav li a:visited,
#IE6root ul#right-nav li a:hover, #IE6root  ul#right-nav li a:active {
	margin: 4px 10px 4px 0px;
}

/**********************************************/
/* Basic template styles					*/
/**********************************************/

#large-content-left {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 507px;
	background-color: #EFEEEC;
	margin-left: 9px;
}

#large-content-left h1, #large-content-left h2, #large-content-left h3{
	margin: 0 0 16px 0;
	color: #462829;
}

#large-content-left p {
	margin: 0 0 16px 0;
	line-height: 1.2em;
}

#large-content-right p{
	display: block;
	margin: 27px 0 20px 0;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;		

}

#large-content-right{
}

#small-banner {
	display: block;
	margin: 0;
	padding: 0;
	/*min-height: 256px;*/
}
#IE6root #small-banner {
	height: 256px;
}
#small-banner p {
	font-weight: bold;
	color: #93928E;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.2em;
	margin-left: 12px;
}

#small-banner p a:link, #small-banner p a:visited {
	text-decoration: none;
	color: #93928E;
}
#small-banner p a:hover, #small-banner p a:active {
	text-decoration: none;
	color: #462829;
}

#small-banner img {
	margin: 0;
	padding: 0;
}

#large-content-left-text-area {
	background-color: #ffffff;
	padding: 12px;
}

#large-content-right {
	display: block;
	float: left;
	width: 338px;
	margin: 0 0 0 21px;
	padding: 0;
}

#large-content-right div{
	margin-top: 50px;
}

#large-content-right h2 {
	display: inline;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background: #000000;
}

ul#thumbnail-feature-list {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	display: block;
}

ul#thumbnail-feature-list li {
	display: block;
	overflow: auto;
	padding: 10px 0;
	margin: 0;
}

.thumb-ft-left {
	width: 151px;
	display: block;
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
}
.thumb-ft-right {
	width: 169px; /* to allow 10 px effective margin at right */
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#thumbnail-feature-list li strong {
	display: block;
	float:left; 
	padding-right:5px;
	margin: 0 0 3px 10px;
}
#IE6root ul#thumbnail-feature-list li strong {
	margin-left: 4px;
}

ul#thumbnail-feature-list li em {
	display: block;
	float:left;
	margin: 0 0 3px 0;
}

ul#thumbnail-feature-list li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #93928E;
}
ul#thumbnail-feature-list li.current {
	background-color: #EFEEEC;
}

ul#thumbnail-feature-list li a:link, ul#thumbnail-feature-list li a:visited {
	text-decoration: none;
	display: block;
	color: #93928E;
	
}
ul#thumbnail-feature-list li a:hover, ul#thumbnail-feature-list li a:active {
	text-decoration: underline;
	display: block;
	color: #93928E;
}

ul#thumbnail-feature-list li strong a:link, ul#thumbnail-feature-list li strong a:visited {
	color: #BF744C;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
ul#thumbnail-feature-list li strong a:hover, ul#thumbnail-feature-list li strong a:active {
	color: #BF744C;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
}
ul#thumbnail-feature-list li em a:link, ul#thumbnail-feature-list li em a:visited {
	
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
ul#thumbnail-feature-list li em a:hover, ul#thumbnail-feature-list li em a:active {
	
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

#banner-wrapper {
	display: block; 
	background-color: #EFEEEC; 
	margin: 0; 
	padding: 0;
	width: 685px; 
}

#IE6root #banner-wrapper {
	height: 222px;
}

/**********************************************/
/* Pagination	 styles				*/
/**********************************************/

#pagination {
	display: block;
	overflow: auto;
	background-color: #ACABA7;
	margin: 0;
	padding: 0;
}

#pagination #prev {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#pagination #next {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}

#pagination #prev a:link, #pagination #prev a:visited, 
#pagination #next a:link, #pagination #next a:visited {
	font-size: 1.6em;
	color: #ffffff;
	line-height: 1em;
	padding: 9px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#pagination #prev a:hover, #pagination #prev a:active, 
#pagination #next a:hover, #pagination #next a:active {
	font-size: 1.6em;
	color: #ffffff;
	line-height: 1em;
	padding: 9px;
	display: block;
	text-decoration: underline;
	font-weight: bold;
}

/**********************************************/
/* Footer styles						*/
/**********************************************/

#footer-wrapper {
	display: block;
	clear: both;
	width: 848px;
	margin: 30px 0 10px 9px;
	padding: 10px;
	background-color: #A6A0A0;
	color: #EFEEEC;
	text-align: right;
}

#footer-wrapper a:link, #footer-wrapper a:visited {
	text-decoration: none;
	color: #EFEEEC;
	font-weight: bold;
}
#footer-wrapper a:hover, #footer-wrapper a:active {
	text-decoration: underline;
	color: #EFEEEC;
	font-weight: bold;
}

#footer-wrapper h2{
	display: none;
}

#footer-wrapper hr{
	display: none;
}

#footer-wrapper li{
	display: inline;
}

#footer-wrapper .left li{
	margin-right: 30px;
}

#footer-wrapper ol{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

/* Dumping place for crap */
#contact-right hr {
	height: 1px;
	margin: 10px 30px;
	border: 0;
	background-color: #EFEEEC;
	color: #EFEEEC;
}

#IE6root #contact-form {
	height: 260px;
}
#contact-form h2 {
	color: #462829;
	margin: 10px;
	padding: 0;
}
#contact-form p {
	color: #93928E;
	margin: 0 10px 10px 10px;
	padding: 0;
}
#IE7root #contact-form p {
	margin: 0 6px 6px 6px;
	padding: 0;
}
form#contact {
	margin: 10px 10px 0 10px;
	color: #5C5B59;
	
}
#IE7root form#contact  {
	margin: 6px 6px 0 6px;
}
form#contact ul {
	display: block;
	overflow: auto;
}
form#contact ul li {
	display: block;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}
form#contact label {
	display: block;
	float: left;
	width: 141px;
	margin-bottom: 10px;
	font-weight: bold;
}
form#contact input {
	width: 130px;
	display: block;
	float: left;
	border: none;
	background-color: #EFEEEC;
	margin-bottom: 6px;
	padding: 4px;
	color: #5C5B59;
}
form#contact textarea {
	border: none;
	background-color: #EFEEEC;
	margin-bottom: 6px;
	padding: 4px;
	width: 130px;
	color: #5C5B59;
}
form#contact input#submit {
	background-color: #462829;
	padding: 10px;
	width: 70px;
	float: right;
	color: #ffffff;
	font-weight: bold;
	margin-right: 4px;
}
#IE7root form#contact input#submit {
	padding-right: 14px;
}