﻿/*
	@title: H2O Main Style
	@author: Joshua Curtis
	@description: Main style sheet describing all main pages.
*/

/* Main Layout Styling */
body 
{
	background-image: url(../images/wrapperBG.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial;}
	
#headerLogo span
{
    color: #29458F;
	font-family: Trebuchet MS;
	font-size: 1.5em;
    position: absolute;
    right: 93px;
    bottom: 107px;}

body#index a#homeNav{background-image: url(../images/topNavItemOverRepeat.jpg); background-repeat: repeat-x; color: #FFFFFF;}
body#services a#servicesNav{background-image: url(../images/topNavItemOverRepeat.jpg); background-repeat: repeat-x; color: #FFFFFF;}
body#news a#newsNav{background-image: url(../images/topNavItemOverRepeat.jpg); background-repeat: repeat-x; color: #FFFFFF;}
body#aboutNav a#aboutNav{background-image: url(../images/topNavItemOverRepeat.jpg); background-repeat: repeat-x; color: #FFFFFF;}
body#casestudy a#csNav{background-image: url(../images/topNavItemOverRepeat.jpg); background-repeat: repeat-x; color: #FFFFFF;}
body#apply a#joNav{background-image: url(../images/topNavItemOverRepeat.jpg); background-repeat: repeat-x; color: #FFFFFF;}
body#contactNav a#contactNav{background-image: url(../images/topNavItemOverRepeat.jpg) !important; background-repeat: repeat-x; color: #FFFFFF;}
body#references a#ctNav{background-image: url(../images/topNavItemOverRepeat.jpg); background-repeat: repeat-x; color: #FFFFFF;}

.servicesBG
{
	background-image: url(../images/wrapperBGServices.gif) !important;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial;}
h1, h2, h3
{
	font-family: Trebuchet MS;
	font-weight: normal;}

h1
{
	font-size: 1.7em;
	color: #5495ca;
	padding-top: 10px;}

p
{
	font-size: 0.8em;}
/* Class Specific Region */

.left{float: left;}
.right{float: right;}
.textCenter{text-align: center;}
.clear{clear:both;}
.medWidth{width: 80%;}
.bigList{font-size: 0.7em;}
.list{font-size: 0.8em; line-height: 23px;}
.smallLineHeight{line-height: 17px !important;}
.highMargin{margin-top: 35px; line-height: 25px !important;}

.gray , .gray a{color: #9b9b9b;}
.italic{font-style: italic;}

.smallBlueText{color: #23498b; font-size: 0.8em;}
.services{margin-top: 260px !important;}

.noListStyle{list-style-type: none; font-size: 0.8em; margin: 0px; padding: 0px;}

.fakeHeader
{
	color: #23498b;
	font-size: 1.1em !important;}
	
.parentContentBlocks
{
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../images/contentBlockFade.jpg);}

.blueDivider
{	
	font-size: 1.2em;
	color: #5495CA;
	margin-left: 10px;
	padding-bottom:10px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/contentMainHeaderDividers.jpg);}
	
.last a
{
	background-image: none !important;}

.submitButton
{
	border: 0 !important;
	width: 91px !important;
	height: 26px;
	background-image: url(../images/formSubmitButton.jpg);}
/* End Class Specific Region */

#wrapper
{
	position: relative;
	width: 867px;
	margin: auto;
	padding: auto;}
	
	/* Header Specific Style Region */
	#header
	{
		float: left;
		position: absolute;
		height: 242px;}

		#headerLogo
		{
			height: 192px;
			width: 867px;
			background-image: url(../images/headerMainH2O.jpg);}
		#topNav
		{
			float: left;
			height: 47px;
			width: 867px;
			background-image: url(../images/topNavRepeater.gif);
			background-repeat: repeat-x;}
			
			#topNav ul
			{
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				list-style-type: none;
				display: inline;}
			
			#topNav ul li
			{
				display: inline;}
				
			#topNav ul li a
			{
				text-decoration: none;
				font-weight: bold;
				font-size: 0.9em;
				color: #162b4f;
				background-position: right;
				background-repeat: no-repeat;
				background-image: url(../images/topNavItemBorder.jpg);
				float: left;
				display: inline-block;
				margin: 0px;
				padding: 15px 14px 15px 14px;}
			
			#topNav ul li a:hover
			{
				background-image: url(../images/topNavItemOverRepeat.jpg) !important;
				background-repeat: repeat-x;
				color: #FFFFFF;}
	/* End Header Specific Style Region */
	
	/* Content Specific Style Region */
	#mainContent
	{
		position: absolute;
		margin-top: 242px;
		float: left;}
	
	#mainTopContent
	{
		float: left;
		width: 867px;}
		
		#mainTopContent p
		{
			line-height:19px;}
		
		.topContentImage
		{
			margin-top: 10px;
			margin-bottom: 10px;
			float: right;
			width: 418px;
			height: 260px;}
		
		#services{background-image: url(../images/services.jpg);}
		#home{background-image: url(../images/home.jpg);}
		#about{background-image: url(../images/about.jpg); width: 400px;}
		#caseStudiesImage{background-image: url(../images/caseStudies.jpg);}
		#contact{background-image: url(../images/contact.jpg);}
		#audits{background-image: url(../images/audits.jpg);}
		#saving{background-image: url(../images/saving.jpg);}
		#detection{background-image: url(../images/leakdetection.jpg);}
		#validation{background-image: url(../images/validation.jpg);}
		#logging{background-image: url(../images/logging.jpg);}
		#consultants{background-image: url(../images/consultants.jpg); width: 400px;}
		#news{background-image: url(../images/news.jpg);}
		#amr{background-image: url(../images/AMRdiagram.jpg);}
		
		#topContentMain
		{
			float: left;
			width: 445px;}
		
	#mainContentBody
	{
		width: 867px;
		float:left;
		padding-top: 10px;}
			
			#leftMainContentBody
			{
				float: left;
				width: 432px;}
				
				#leftMainContentBody p
				{
					line-height: 22px;}
					
				#leftMainBottom ul
				{
					margin: 0px 5px 0px 20px;
					padding: 0px;
					list-style-image: url(../images/listItemTick.jpg);}
					
				#leftMainBottom ul li
				{
					margin-left: 20px;
					padding-left: 15px;
					margin-bottom: 15px;
					font-weight: bold;
					color: #23498b;
					font-size: 0.9em;}
			
			#rightMainContentBody
			{
				float: left;
				width: 432px;}
			
			#makeAnEnquiry
			{
				float: left;}
				
				#contactHomeForm
				{
					margin-left: 10px;}
				
					#contactHomeForm input, textarea, input, select
					{
						font-weight: bold;
						font-size: 0.8em;
						font-family: Arial;
						color: #5d7499;
						padding:3px;
						margin: 4px;
						border-collapse: collapse;
						border: solid 1px #c3cbd1;
						background-color: #e4edf5;
						width: 150px;}
					
					#contactHomeForm textarea
					{
						overflow: auto;}
				
				#contactBottomText
				{
					width: 400px;
					margin-left: 25px;}
	/* Case Studies Slider Style Region */
	#sliderGalleryContainer
	{
		position: relative;
		/*background-image: url(../images/contentMainHeaderDividers.jpg);*/
		background-repeat: no-repeat;
		width: 395px;
		overflow: hidden;}
		#sliderGalleryContainer img
		{
			border: 0;}
		#sliderGalleryContainer ul
		{
			position: relative;
			padding: 0px;
			margin: 0px;
			white-space: nowrap;
			width: 1220px;
			list-style-type: none;}
			
			#sliderGalleryContainer ul li
			{
				display: inline;}
		
		#slider
		{
			background-repeat: no-repeat;
			background-image: url(../images/contentMainHeaderDividers.jpg);
			width: 395px;
			height: 30px;}
		
			.handle
			{
				position: absolute;
				width: 130px;
				height: 30px;
				background-image: url(../images/caseStudySliderHandle.gif);}

	/* End Case Studies Slider Style Region */

	/* End Content Specific Style Region */
	
	/* Footer Specific Style Region */
	
	#footer
	{
		padding-top: 10px;
		margin-top: 20px;
		float: left;
		width: 867px;}
		
		#copyRight
		{
			color: #666666;
			font-size: 0.8em;}
		
		#footerDrip
		{
			height: 18px;
			padding-left: 16px;
			font-weight: bold;
			background-image: url(../images/footerDrip.jpg);
			background-repeat: no-repeat;
			background-position: left;}
		
		#footerRSS
		{
			font-weight: bold;
			margin-right: 35px;}
		
		#footerRSS img
		{
			margin-right: 5px;}
		
		#osTopSecNav
		{
			padding-left: 20px;
			width: 847px;
			background-color: #f0f5fa;
			font-size: 0.8em;
			float: left;}
		
		#osTopSecNav a
		{
			padding: 1px 2px 1px 2px;
			text-decoration: none;
			color: #162B4F;}
		
		#osTopSecNav a:hover
		{
			color: #FFFFFF;
			background-color: #252a30;}
		
		/* Case Studies */
		
		.caseStudy
		{
			margin-top: 5px;
			border: solid 1px #9097BA;
			width: 95%;
			float: left;
			padding: 5px;}
		
		.caseStudy img
		{
			margin: 5px;
			float: left;}
		
		.caseStudy p
		{
			line-height: 17px !important;
			font-size: 0.8em;
			margin: 0px;}
		
		.error
		{
			color: #0000FF;
			clear:both;}
		
		.address li
		{
			line-height: 15px !important;}
		
		td
		{
			font-size: 0.8em;}