/*
Theme Name: Pye Tait Consulting
Theme URI: 
Description: Theme for the Pye Tait Consulting website.
Version: 1.0
Author: Peter Holliday
Author URI: 
Tags: Pye Tait
*/

/* ********************************************************************* */

/* ----- HTML TAGS ----- */

body {
	background-color: #002d62;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}

body.ie6 {
	behavior:url("/wp-content/themes/pyetait/js/csshover.htc");
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #002d62;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 a {
	color: #002d62;
	text-decoration: none;
}

h1 a:hover {
	color: #002d62;
	text-decoration: underline;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #444444;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2 a {
	color: #002d62;
	text-decoration: none;
}

h2 a:hover {
	color: #002d62;
	text-decoration: underline;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3 a {
	color: #444444;
	text-decoration: none;
}

h3 a:hover {
	color: #444444;
	text-decoration: underline;
}

p {
	padding: 5px 0px 5px 0px;
}

/* fixes IE disappearing text bug */
body.ie7 p, body.ie6 p {
	height: 100%;
}

img {
	border:none;
	margin: 0px;
	padding: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ----- END HTML TAGS ----- */

/* ********************************************************************* */

/* ----- LAYOUT ----- */
/* these styles are for containers and layout */

.siteContainer {
	padding: 0px;
}

.headerBGContainer1 {
	width: 100%;
	background: #002d62 url(images/template/bg-header-01.gif) repeat-x;
	height: 41px;
	
}

.headerContainer1 {
	width: 960px;
	height: 41px;
	line-height: 41px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

body.ie6 .headerContent1 {
padding-top: 10px;
}

.headerContent1 {
	color: #eeeeee;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

.headerContent1 a {
	color: #eeeeee;
	text-decoration: none;
}

.headerContent1 a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

.headerContent1 ul {
	list-style-type: none;
	display: inline;
}

.headerContent1 li {
	display: inline;
	padding: 0px 5px 0px 5px;
}

.headerContent1 ul li ul {
	display: none;
}

.headerContent1 form {
	display: inline
}

.headerContent1 input {
	display: inline;
	border: 1px solid #002d62;
	padding: 1px;
	font-size: 10px;
	color: #666666;
}

.headerSearchBox {
	display: inline;
	padding-left: 15px;
}

body.ie8 .btnSearchHeader,
body.ie7 .btnSearchHeader,
body.ie6 .btnSearchHeader{
	height: 17px !important;
	line-height: 13px;
	padding-top: -2px;
	margin: 0px 0px 0px 3px;
}

.btnSearchHeader {
	background: #fed97e url(images/template/bg-button.jpg) no-repeat center;
	border: 1px solid #002d62;
	cursor: pointer;
	font-size: 10px;
	color: #222222;
	padding: 0px 6px 0px 6px;
	margin: 0px 0px 0px 0px;
}

body.opera .btnSearchHeader {
	height: 18px;
	line-height: 13px;
	padding-top: 2px;
	margin: 0px 0px 0px 3px;
}

.headerBGContainer2Bottom {
	width: 100%;
	background: #ffffff url(images/template/bg-header-02-bottom.jpg) no-repeat top;
	height: 160px;
	position: relative;
	z-index: 1;
} 

.headerBGContainer2Top {
	width: 100%;
	background: url(images/template/bg-header-02-top.gif) repeat-x top;
	height: 160px;
	position: relative;
	z-index: 2;
}     

.headerContainer2 {
	width: 960px;
	height: 160px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.headerContent2 {
	padding: 45px 0px 0px 20px;
}

.middleBGContainer1 {
	width: 100%;
	background: #ffffff url(images/template/bg-middle.jpg) no-repeat top;
}

.middleContainer1 {
	width: 960px;
	min-height: 500px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.middleContentMenuContainer {
	float: left;
	width: 210px;
	margin: 10px 0px 0px 17px;
}

body.ie6 .middleContentMenuContainer {
	margin: 10px 0px 0px 10px !important;
}

.sideMenu {
	width: 210px;
}

.sideMenu ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/template/bg-transparent-spacer.gif);
}

body.ie6 .sideMenu ul {
	background-color: #ffffff;
}

.sideMenu li {
	position: relative;
	width: 210px;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	background: #fecb55 url(images/template/bg-menu-01.jpg) no-repeat center;
	color: #222222;
	font-size: 16px;
	float:left;
}

.sideMenu li a {
	width: 190px;
	display: block;
	color: #222222;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	border: 1px solid #d7b257;
}

.sideMenu li a:hover {
	display: block;
	color: #002d62;
	text-decoration: none;
	background: #fed97e url(images/template/bg-menu-hover.jpg) no-repeat center;
	border: 1px solid #bfbba6;
	z-index: 1000;
}

.sideMenu li ul {
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 4px 3px 4px;
	background-image: #ffe29e url(images/template/bg-transparent-spacer.gif);
	z-index: 4;	
}

/* Float menu items further in IE because it displays behind */
body.ie6 .sideMenu li ul,
body.ie7 .sideMenu li ul {
	left: 210px !important;
}


.sideMenu li:hover ul { display: block; }
.sideMenu li:hover ul li ul { display: none; !important }

.sideMenu li ul li {
	background: url(images/template/bg-menu-02.jpg) no-repeat center;
}

.sideMenu li ul li ul {
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 4px 3px 4px;
	background-image: url(images/template/bg-transparent-spacer.gif);
	z-index: 6;
}

.sideMenu ul li ul li:hover ul { display: block;}

.sideMenu li ul li ul li {
	background: url(images/template/bg-menu-03.jpg) no-repeat center;
}

/* ************ ----- HOME STYLES ----- ************ */ 

.middleContentPageContentContainerHome1 {
	float: left;
	width: 376px;
	margin: 10px 0px 0px 0px;
	color: #444444;
	font-size: 87.5%;
}

.middleContentPageContentContainerHome1 p {
	text-align: justify;
}

.middleContentPageContentContainerHome1 p a {
	color: #002d62;
	text-decoration: underline;
}

.middleContentPageContentContainerHome1 h1 {
	padding: 0px 0px 10px 0px;
}

.middleContentPageContentHome1 {
	padding: 0px 30px 0px 30px;
	background-color: #ffffff;
}

.middleContentPageContentContainerHome2 {
	margin: 60px 0px 0px 0px;
	float: left;
	width: 344px;
	font-size: 87.5%
}

.middleContentPageContentHome2 {
	width: 344px;
	height: 229px;
	padding: 0px 0px 0px 0px;
	background: url(images/template/bg-home-flash.gif) no-repeat top;
}

.homeFlash {
	width: 334px;
	height: 220px;
	padding: 4px 0px 0px 5px;
	z-index: -1000;
}

.middleContentInfobox1Container {
	width: 441px;
	height: 320px;
	float: left;
	margin: 40px 10px 0px 28px;
	background: url(images/template/bg-infobox.gif) no-repeat top;
	font-size: 87.5%
}

body.ie6 .middleContentInfobox1Container {
	margin: 40px 10px 0px 18px !important;
}

.middleContentInfoboxTitle {
	color: #222222;
	font-size: 16px;
	padding: 8px 15px 0px 15px;
}

.middleContentInfoboxTitle a {
	color: #222222;
	font-size: 16px;
	text-decoration: none;
}

.middleContentInfoboxTitle a:hover {
	text-decoration: underline;
}

.infoBoxFlowController {
	display: none;
}

.infoBoxFlowContainer {
	width: 300px;
	height: 199px;
}

.middleContentInfoboxContent {
	padding: 25px 15px 25px 15px;
	height: 170px;
}

.middleContentInfoboxHeader {
	padding: 0px 0px 15px 0px;
	color: #002d62;
	font-weight: bold;
	overflow: hidden;
}

.middleContentInfoboxHeader a {
	color: #002d62;
	text-decoration: none;
}

.middleContentInfoboxHeader a:hover {
	color: #002d62;
	text-decoration: underline;
}

.middleContentInfoboxText {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 14px 0px 0px;
	width: 170px;
	height: 159px;
	font-size: 14px;
	overflow: hidden;
}

.middleContentInfoboxImageContainer {
	float: left;
	background: url(images/template/bg-infobox-image.gif) no-repeat;
	width: 217px;
	height: 164px;
	background-color: #555555;
}

.middleContentInfoboxImageContent {
	padding: 3px 0px 0px 3px;
}

.middleContentInfoboxNavLeftContainer {
	width: 34px;
	height: 59px;
	margin-top: 11px;
	background: url(images/template/bg-infobox-button-left.gif) no-repeat top;
	float: left;
	margin-top: 10px;
}

body.ie7 .middleContentInfoboxNavLeftContainer {
	margin-top: 10px !important;
}

body.opera .middleContentInfoboxNavLeftContainer {
	margin-top: 11px !important;
	cursor: pointer !important;
}


body.ie6 .middleContentInfoboxNavLeftContainer,
body.ie8 .middleContentInfoboxNavLeftContainer {
	margin-top: 12px !important;
}

body.safari .middleContentInfoboxNavLeftContainer {
	margin-top: 100px !important;
}

.middleContentInfoboxNavLeftContainer:hover {
	width: 34px;
	height: 59px;
	display: block;
	background: url(images/template/bg-infobox-button-left-hover.gif) no-repeat top;
	cursor: pointer;
}

.middleContentInfoboxNavRightContainer {
	width: 34px;
	height: 59px;
	margin-top: 11px;
	background: url(images/template/bg-infobox-button-right.gif) no-repeat top;
	float: right;
	margin-top: 10px !important;
}

body.ie7 .middleContentInfoboxNavRightContainer {
	margin-top: 11px !important;
}

body.opera .middleContentInfoboxNavRightContainer {
	margin-top: 11px !important;
	cursor: pointer !important;
}

body.ie6 .middleContentInfoboxNavRightContainer,
body.ie8 .middleContentInfoboxNavRightContainer {
	margin-top: 12px !important;
}

body.safari .middleContentInfoboxNavRightContainer {
	margin-top: 100px !important;
}

.middleContentInfoboxNavRightContainer:hover {
	width: 34px;
	height: 59px;
	display: block;
	background: url(images/template/bg-infobox-button-right-hover.gif) no-repeat top;
	cursor: pointer;
}

.middleContentInfobox2Container {
	width: 441px;
	height: 294px;
	float: left;
	margin: 40px 28px 0px 10px;
	background: url(images/template/bg-infobox.gif) no-repeat;
}

body.ie6 .middleContentInfobox2Container {
	margin: 40px 18px 0px 10px !important;
}

/* ************ ----- END HOME STYLES ----- ************ */ 

/* ************ ----- PAGE STYLES ----- ************ */ 

.middleContentPageContentContainerPage1 {
	float: left;
	width: 500px;
	margin: 10px 0px 0px 0px;
	color: #444444;
	font-size: 87.5%;
}

.middleContentPageContentContainerPage1 p {
	text-align: justify;
}

.middleContentPageContentContainerPage1 p a {
	color: #002d62;
	text-decoration: underline;
}


.middleContentPageContentContainerPage1 h1 {
	padding: 0px 0px 10px 0px;
}

.middleContentPageContentPage1 {
	padding: 0px 30px 0px 30px;
	background-color: #ffffff;
}

.bottomNavContainer {
	font-size: 12px;
}

.bottomNavContainer a {
	color: #002d62;
}


.bottomNavLeft {
	float: left;
	text-align: left;
}

.bottomNavRight {
	float: right;
	text-align: right;
}

.middleContentPageContentContainerPage2 {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 217px;
	text-align: center;
}

.middleContentPageContentPage2 {
	width: 217px;
	padding: 50px 0px 0px 0px;
}

.middleContentPageContentPage2ImageContainer {
	width: 217px;
	height: 164px;
	background: url(images/template/bg-page-image.gif) no-repeat top;
}

.middleContentPageContentPage2ImageContent {
	padding: 3px 0px 0px 0px;
}

.middleContentPageContentPage2TestimonailContainer {
	width: 210px;
	margin: 20px auto;
}

.sideBoxTopContainer {
	width: 210px;
	height: 35px;
	background: url(images/template/bg-side-box-top.gif) no-repeat;
}

.sideBoxTopContent {
	color: #002d62;
	font-size: 16px;
	text-align: left;
	padding: 8px 10px 0px 10px;

}

.sideBoxMiddleContainer {
	width: 210px;
	background: url(images/template/bg-side-box-content.gif) repeat-y top;
	text-align: left;
}

.sideBoxMiddleContentContainer {

}

.quoteStart {
	width: 200px;
	height: 18px;
	background: url(images/template/bg-side-box-quote-start.gif) no-repeat left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}


.sideBoxMiddleContentTop {
	text-align: left;
	font-size: 14px;
	padding: 0px 30px 0px 35px;
	color: #444444;
}

.quoteEnd {
	width: 200px;
	height: 18px;
	background: url(images/template/bg-side-box-quote-end.gif) no-repeat right;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

.sideBoxMiddleContentBottom {
	text-align: right;
	font-size: 10px;
	padding: 0px 10px 0px 30px;
	color: #444444;
}

.sideBoxBottomContainer {
	width: 210px;
	height: 13px;
	background: url(images/template/bg-side-box-bottom.gif) no-repeat;
}


/* ************ ----- END PAGE STYLES ----- ************ */ 

.footerBGContainer1 {
	width: 100%;
	background-color: #ffffff;
	padding-top: 50px;
}

.footerContainer1 {
	width: 960px;
	margin: 0px auto;
	height: 110px;
}

.footerContainer1 p {
	font-size: 16px;
	color: #333333;
	padding: 2px 0px 0px 0px;
}

.footerContainer1 a {
	text-decoration: none;
	color: #002d62;
}

.footerContainer1 a:hover {
	text-decoration: underline;
	color: #002d62;
}

.footerContainer1Icon {
	float: left;
	margin-right: 20px;
}

.footerContent1LeftContainer {
  display: none;
}

/*
.footerContent1LeftContainer {
	float: left;
	width: 320px;
	height: 110px;
}
*/

.footerContent1LeftContent {
	padding: 20px 20px 0px 20px;
}

 /*
.footerContent1CentreContainer {
	float: left;
	width: 320px;
	height: 110px;
}
*/

.footerContent1CentreContainer {
	float: left;
	width: 320px;
	height: 110px;
	padding-left: 175px;
}

.footerContent1CentreContent {
	padding: 20px 20px 0px 20px;
}

.footerContent1RightContainer {
	float: left;
	width: 320px;
	height: 110px;
}

.footerContent1RightContent {
	padding: 20px 20px 0px 20px;
}

.footerBGContainer2 {
	width: 100%;
	background: #002d62 url(images/template/bg-footer-02.gif) repeat-x top;
	border-top: 1px solid #fdb813;
}

.footerContainer2 {
	width: 960px;
	margin: 0px auto;
	height: 140px;
	color: #dddddd;
	font-size: 12px;
}

.footerContainer2 a {
	text-decoration: none;
	color: #dddddd;
}

.footerContainer2 a:hover {
	text-decoration: underline;
	color: #dddddd;
}


.footerContent2Container01 {
	width: 115px;
	float: left;
	text-align: center;
}

.footerContent2Content01 {
	padding: 30px 20px 30px 20px;
}

.footerContent2Container02 {
	width: 260px;
	float: left;
}

.footerContent2Content02 {
	padding: 30px 30px 30px 30px;
}

.footerContent2Container03 {
	width: 206px;
	float: left;
}

.footerContent2Content03 {
	padding: 30px 30px 30px 30px;
}

.footerContent2Container04 {
	width: 260px;
	float: left;
}

.footerContent2Content04 {
	padding: 30px 30px 30px 30px;
}

.footerContent2Container05 {
	width: 115px;
	float: left;
	text-align: center;
}

.footerContent2Content05 {
	padding: 30px 20px 30px 20px;
}

.footerContent2Spacer {
	width: 2px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.footerContainer3 {
	width: 960px;
	margin: 0px auto;
	color: #dddddd;
	font-size: 11px;
	padding: 0px 0px 20px 0px;
}

.footerContainer3 a {
	text-decoration: none;
	color: #dddddd;
}

.footerContainer3 a:hover {
	text-decoration: underline;
	color: #dddddd;
}


.footerContent3Container01 {
	float: left;
	text-align: left;
	width: 200px;
}

.footerContent3Content01 {

}

.footerContent3Container02 {
	float: right;
	text-align: right;
}

.footerContent3Content02 {

}

/* ************ ----- OTHER STYLES ----- ************ */ 

.entryDetails {
	float: left;
	text-align: left;
	font-size: 75%;
	color: #444444;
}

.entryDetails a {
	color: #cd8200;
	text-decoration: underline;
}

.entryDate {
	float: right;
	text-align: right;
	font-size: 75%;
	color: #666666;
}

.post {
	padding-bottom: 50px;
}

.page {
	padding-bottom: 50px;
}
.searchBoxContent {
	padding-top: 10px;
}

.btnSearch {
	background: #fed97e url(images/template/bg-button.jpg) no-repeat center;
	border: 1px solid #bfbba6;
	cursor: pointer;
	font-size: 14px;
	color: #222222;
	padding: 0px 6px 0px 6px;
	margin: 0px 0px 0px 5px;
}

body.ie7 .btnSearch {
	height: 21px;
	line-height: 18px;
	padding: 0px 6px 1px 6px;
}

.searchResults {
	padding-bottom: 20px;
}

/* ************ ----- CONTACT FORM STYLES ----- ************ */ 

#quick_contact_form{
	width:100%;
	padding:0px 0px 0px 0px;
	position:relative;
}

.contactFormContainer {
	width: 430px;
	padding: 10px 10px 10px 10px;
}

.contactFormContainer a {
	color: #002d62;
	text-decoration: underline;
}

.contactFormRow {
	padding: 5px 0px 5px 0px;
}

.contactFormItem {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 10px;
}

.contactFormInput {
	float: left;
	width: 320px;
}

.contactFormContainer .inputText,
.contactFormContainer .inputText .quick_contact_focused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
	border: 1px solid #f1deb1;
	padding: 1px 3px 1px 3px;
	background-color: #f8f8f8;
}

.contactFormContainer .inputTextarea,
.contactFormContainer .inputTextarea .quick_contact_focused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 95%;
	height: 75px;
	border: 1px solid #f1deb1;
	padding: 1px 3px 1px 3px;
	background-color: #f8f8f8;
}

.captchaResetText {
	font-size: 11px;
}

.btnContactSubmit {
	background: #fed97e url(images/template/bg-button.jpg) no-repeat center;
	border: 1px solid #bfbba6;
	cursor: pointer;
	font-size: 14px;
	color: #222222;
	padding: 2px 8px 2px 8px;
	margin: 10px 0px 0px 0px;
}

body.ie7 .btnContactSubmit {
	height: 21px;
	line-height: 18px;
	padding: 0px 6px 1px 6px;
}

.contactFormSubmitMessage {
	padding: 10px 0px 10px 0px;
}

quick_contact_message{ color:#007a00; }
quick_contact_error{ color:#a80000; }
quick_contact_faded{ color:#888888; }
quick_contact_focused{ color:#222222; }

.contactFormItem img {
	width: 90% !important;
}

/* ************ ----- END CONTACT FORM STYLES ----- ************ */


/* ************ ----- END OTHER STYLES ----- ************ */ 

/* ----- END LAYOUT ----- */

/* ********************************************************************* */


/* ----- FORMATTING ----- */
/* these styles are for formatting */

/*
.middleContentPageContentHome1 ul,
.middleContentPageContentPage1 ul {
	margin: 5px 10px 5px 10px;
	list-style-type: disc;
}

.middleContentPageContentHome1 ol,
.middleContentPageContentPage1 ol {
	margin: 5px 10px 5px 10px;
	list-style-type: decimal;
}
*/

body.ie6 .middleContentPageContentHome1 ul,
body.ie6 .middleContentPageContentPage1 ul,
body.ie7 .middleContentPageContentHome1 ul,
body.ie7 .middleContentPageContentPage1 ul {
  height: 100%;
  margin: 5px 10px 5px 20px;
 	list-style-type: disc;
  list-style-position: outside; 
}

body.ie6 .middleContentPageContentHome1 ol,
body.ie6 .middleContentPageContentPage1 ol,
body.ie7 .middleContentPageContentHome1 ol,
body.ie7 .middleContentPageContentPage1 ol {
  height: 100%;
  margin: 5px 10px 5px 20px;
	list-style-type: decimal;
  list-style-position: outside;    
}

.middleContentPageContentHome1 li,
.middleContentPageContentPage1 li {
	padding: 3px 0px 3px 0px;
}

body.ie6 .middleContentPageContentHome1 li,
body.ie6 .middleContentPageContentPage1 li,
body.ie7 .middleContentPageContentHome1 li,
body.ie7 .middleContentPageContentPage1 li {
	margin: 0px 0px 0px 20px;
}

.middleContentPageContentHome1 blockquote,
.middleContentPageContentPage1 blockquote {
	padding: 10px 10px 10px 10px;
	font-style: italic;
	color: #666666;
	display: block;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}


.floatRight {
	float: right;
}

.yellow {
	color: #fdb813;
}

.blue {
	color: #002d62;
}

.textBold {
	font-weight: bold !important;
}

.textNormal {
	font-weight: normal;
}

.textUnderline {
	text-decoration: underline;
}

.textItalic {
	font-style: italic;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight{
	text-align: right;
}

.textAlignJustify {
	text-align: justify;
}

.fontSize18 {
	font-size: 18px;
}

.fontSize75Percent {
	font-size: 75%;
}

.displayInline {
	display: inline;
}

.displayBlock {
	display: block;
}

.isoImage {
	margin: 10px 0px 10px 0px !important;
}

/* ----- END FORMATTING ----- */

/* ********************************************************************* */

