/* ---------------------------------------- 

Created: Eric
Date: 06/16/2009

---------------------------------------- */

/* Import the resets style sheet... duh */
@import url("resets.css");

@media screen
{
	html, body
	{
		height:100%;
		margin:0;
		padding:0;
		text-align:center;
		width:100%;
	}
	
	body
	{
		color:#333;
		font:normal normal 13px Arial, Helvetica, sans-serif;
		
		background:#fff;
	}
	
	ul, ol
	{
		list-style:disc;
		margin:0 0 17px 0; 
		padding:0 0 0 15px;
	}
	
	p
	{
		margin-bottom:15px;
	}
	
	strong
	{
		font-weight:bold;
	}
	
	hr
	{
		color:#999;
		height:1px;
		margin:20px 0;
		width:100%;
	}
	
	a:link, a:visited
	{
		text-decoration:underline;
	}
	
	a:hover
	{
		text-decoration:none;
	}
	
	
	.floatLeft
	{
		float:left;
	}
	
	.floatRight
	{
		float:right;
	}

	/* clear without structural mark-up from PIE website*/
	.clear:after 
	{ 
		clear:both;
		content:"."; 
		display:block; 
		height:0;  
		visibility:hidden; 
	}
	
	.clear
	{ 
		display:inline-block;
		line-height:0; 
	}
	
	/* mac hide \*/
	* html .clear 
	{
		height: 1%;
	}
	
	.clear
	{
		display:block;
	}
	/* End hide */
	/* do not change or amalgamate clearfix styles*/
	
	.navy
	{
		color:#162751;
	}
	
	.lightGreen
	{
		color:#9abb28;
	}
	
	.lightGreen2
	{
		color:#9abb28;
		text-align:center;
	}
	
	.yellow
	{
		color:#e1d03f;
	}
	
	h1, h2, h3, h4, h5, h6
	{
		font-weight:bold;
	}
	
	h1
	{
		font-size:24px;
	}
	
	h2
	{
		font-size:18px;
		
		margin-bottom:26px;
	}
	
	h2.lightGreen2
	{
		color:#9abb28;
		text-align:center;
	
		margin:10px 0;
	}
	
	h2.darkBlue
	{
		color:#215592;
		font-weight:bold;
		
		margin-bottom:0;
	}
	
	h3
	{
		color:#162751;
		font-size:18px;

		padding:6px 0 3px 0;
	}
	
	h4
	{
		font-size:14px;
	}
	
	h5
	{
		font-size:10px;
	}
	
	#aspnetform /* Safari Fix */
	{
		margin:0;
		padding:0;
	}	
	
/* -------------------- Container -------------------- */
	
	#pbContainer
	{
		margin:0 auto;
		text-align:left;
		width:961px;
	}
	
	#pbPrintHeader
	{
		display:none;
	}	
	
	#pbHeader
	{
		background:url(../images/header_BG.jpg) left bottom no-repeat;
		height:327px;
		overflow:hidden;
		position:relative;
		width:100%;
	}

	#pbHeader .logo
	{
		left:30px;
		position:absolute;
		top:10px;
	}
	
	#pbHeader .requestAQuote
	{
		left:688px;
		position:absolute;
		top:96px;
	}
	
	#pbHeader .navigation
	{
		float:left;
		left:330px;
		position:absolute;
		top:50px;
	}
	
	#pbHeader .navigation a:link, #pbHeader .navigation a:visited
	{
		color:#fff;
		text-decoration:none;
	}
	
	
	#pbHeader .navigation a:hover
	{
		color:#e1d03f;
		text-decoration:underline;
	}
	
	#pbHeader .links
	{
		left:670px;
		position:absolute;
		text-align:right;
		top:210px;
		width: 214px;
	}
	
	#pbHeader .links a:link, 
	#pbHeader .links a:visited
	{
		color:#fff;
		font:normal 13px/100% Arial;
		text-decoration:none;
		
		display:block;
		padding-bottom:8px;
	}
	
	#pbHeader .links a:hover
	{
		text-decoration:underline;
	}
	
	#pbHeader .links a:link span.yellow, 
	#pbHeader .links a:visited span.yellow
	{
		color:#e1d03f;
	}
	
	#pbHeader .links a:link span.blue, 
	#pbHeader .links a:visited span.blue
	{
		color:#32abd9;
	}
	

/* -------------------- Splash Only -------------------- */

	#pbSplashBody
	{
		background:url(/images/splashBody_BG.jpg) left top no-repeat;
		height:458px;
		position:relative;
		width:100%;
	}
	
	#pbSplashBody .copy
	{
		color:#fff;
		font-size:12px;
		height:230px;
		left:94px;
		line-height:125%;
		overflow:hidden;
		position:absolute;
		top:42px;
		width:493px;
	}
	
	
	
	
	#pbSplashBody .daveLogo
	{
		left:640px;
		position:absolute;
		top:0;
	}
	#pbSplashBody .CustomerPetHealth {
		left:667px;
		position:absolute;
		top:151px;
	}
	
	#pbSplashBody .buttons
	{
		left:68px;
		position:absolute;
		top:275px;
	}
	
	#pbSplashBody .buttons a:link, #pbSplashBody .buttons a:visited
	{
		margin-right:14px;
	}
	
	/* -------------------- Splash Footer -------------------- */
	
	#pbSplashFooter
	{
		color:#fff;
		font-size:10px;
		font-weight:bold;
		
		float:left;
		left:68px;
		position:absolute;
		top:428px;
		width:832px;
	}
		
	#pbSplashFooter a:link, #pbSplashFooter a:visited
	{
		color:#fff;
		text-decoration:none;
	}
	
	#pbSplashFooter a:hover
	{
		text-decoration:underline;
	}
	
	#pbSplashFooter .left
	{
		float:left;
	}
	
	
	
	#pbSplashFooter .right
	{
		float:right;
	}
	
/* -------------------- Sub Page -------------------- */
	
	#pbSubBodyContainer
	{
		background:#132649;
		border-left:solid 8px #e1d03f;
		border-right:solid 8px #e1d03f;
		float:left;
		left:23px;
		position:relative;
		width:905px;
	}
	
	#pbSubBody
	{
		background:#fff url(../images/breadcrumb_BG.png) left top no-repeat;
		left:16px;
		float:left;
		margin-top:16px;
		padding-bottom:25px;
		position:relative;
		width:872px;
	}
	
	#pbBreadcrumb
	{
		font-size:11px; 
		
		border-bottom:solid 1px #132649;
		float:left;
		left:48px;
		margin-bottom:34px;
		padding:15px 0 12px 0;
		position:relative;
		width:802px;		
	}
	
	#pbBreadcrumb a:link, #pbBreadcrumb a:visited
	{
		color:#0099cc;
		text-decoration:none;
	}
	
	#pbBreadcrumb a:hover
	{
		text-decoration:underline;
	}
	
	#pbBreadcrumb .left
	{
		float:left;
		width:auto;
	}
	
	#pbBreadcrumb .right
	{
		float:right;
		width:auto;
	}
	
	#pbSubBodyLeft
	{
		float:left;
		left:48px;
		position:relative;
		width:525px;
	}
	
	#pbSubBodyRight
	{
		float:right;
		right:21px;
		position:relative;
		width:261px;
	}
	
	#pbSubBodyRight img
	{
		padding-bottom:20px;
	}
	
	#pbSubBodyOneColumn
	{
		float:left;
		left:48px;
		position:relative;
		width:776px;
	}
	
	a.requestAQuoteBTN:link, a.requestAQuoteBTN:visited
	{
		position:relative;
		left:10px;
	}
	
	/* -------------------- Forms -------------------- */
	
	.textBox, .textBox2
	{
		border:solid 1px #999;
		height:16px;
		margin-bottom:5px;
		padding-top:3px;
	}
	
	.textArea
	{
		border:solid 1px #999;
	}
	
	.ddl
	{
	}
	
	.requiredField
	{
		left:8px;
		position:relative;
		top:5px;
		z-index:2;
	}
	
	.catchTB
	{
		display:none;
	}
	
	
	/* -------------------- Contact Us -------------------- */
	
	#contactUs
	{
		font-size:11px;
		
		width:100%;
	}
	
	#contactUs td
	{
		padding-bottom:8px;
		vertical-align:top;
	}
	
	#contactUs .small
	{
		font-size:10px;
		
		margin-bottom:8px;
	}
	
	#contactUs .textBox
	{
		width:288px;
	}
	
	#contactUs .textArea
	{
		height:100px;		
		width:385px;
	}
	
	/* -------------------- Basic Info Table -------------------- */
	
	.quoteButton
	{
		cursor:pointer;
		margin-top:15px;
	}
	
	#basicInfo, #FacilityInfo table, #LastPage table, #KennelOperatorsInfo table, #MobilePetGroomersInfo table, #PetGroomersInfo table
	{
		margin:0 auto;
	}
	
	#basicInfo td, #FacilityInfo table td, #LastPage table td, #KennelOperatorsInfo table td, #MobilePetGroomersInfo table td, #PetGroomersInfo table td
	{
		padding-bottom:8px;
	}
	
	#basicInfo label, #FacilityInfo table td label, #KennelOperatorsInfo table td label, #LastPage table td label, #MobilePetGroomersInfo table td label, #PetGroomersInfo table td label
	{
		display:block;
		padding-right:20px;
	}
	
	#basicInfo .textBox, #FacilityInfo table td .textBox,  #LastPage table td .textBox, #KennelOperatorsInfo table td .textBox, #MobilePetGroomersInfo table td  .textBox, #PetGroomersInfo table td .textBox
	{
		width:286px;
	}
	
	 #FacilityInfo table td .textBox2, #KennelOperatorsInfo table td .textBox2,  #MobilePetGroomersInfo table td .textBox2, #PetGroomersInfo table td .textBox2
	 {
		 width:182px;
	 }
	 
	 #LastPage textarea
	 {
		 width:100%;
	 }
		
	
	/* -------------------- Pet Woes -------------------- */
	
	#petWoeBannerContainer
	{
		color:#fff;
		
		background:url(/Images/violator_BG.png) no-repeat left top;
		height:184px;
		margin-bottom:20px;
		position:relative;
		width:525px;
	}
	
	#petWoeBannerContainer .copy
	{
		left:141px;
		height:74px;
		overflow:hidden;
		position:absolute;
		top:68px;
		width:369px;
	}
	
	#petWoeBannerContainer .link1
	{
		left:141px;
		position:absolute;
		top:150px;
	}
	
	#petWoeBannerContainer .link1 a:link, #petWoeBannerContainer .link1 a:visited
	{		
		color:#fff;
		font-size:13px;		
		text-decoration:none;
	}
	
	#petWoeBannerContainer .link2
	{
		left:330px;
		position:absolute;
		top:150px;
	}
	
	#petWoeBannerContainer .link2 a:link, #petWoeBannerContainer .link2 a:visited
	{
		color:#fff;
		font-size:13px;
		text-decoration:none;
		
	}
	
	/* -------------------- Footer -------------------- */
	
	#pbFooter
	{
		color:#fff;
		font-size:10px;
		font-weight:bold;
		
		background:url(../images/footer_BG.png) left top no-repeat;
		float:left;
		height:67px;
		left:23px;
		position:relative;
		width:921px;
	}
	
		
	#pbFooter .left
	{
		float:left;
		left:50px;
		position:relative;
		top:25px;
	}
	
	#pbFooter .left a:link, #pbFooter .left a:visited 
	{
		color:#fff;
		text-decoration:none;
	}
	
	#pbFooter .left a:hover
	{
		text-decoration:underline;
	}
	
	#pbFooter .right
	{
		float:right;
		position:relative;
		right:50px;
		top:25px;
	}
	
	.simpleContainer
	{
		color:#000;
		margin: 0 auto;
		width: 250px;
	}
	
	.simpleTop
	{
		background: #fff url(/images/Simple_Top.png) top left;
		height: 54px;
		width: 100%;
	}
	
	.simpleBottom
	{
		background: #fff url(/images/Simple_Bottom.png) top left;
		height: 28px;
		width: 250px;
	}

	.simpleQuestionBase 
	{
		width: 100%;
	}
	
	.SimpleDarkBackground
	{
		background: #fff url(/images/Simple_Color_Background.png) top left repeat-y;
	}
		
	.SimpleLightBackground
	{
		background: #fff url(/images/Simple_Light_Background.png) top left repeat-y;
	}
	
	.simpleBottomBorder
	{
		border-bottom: dashed 1px #00aeef;
	}
	
	.simpleCopy
	{
		padding:10px 20px;
		margin: 0 8px;
	}
	
	.simpleCopyTop
	{
		padding:0 20px 10px 20px;
		margin: 0 8px;
	}
	
	#simpleButton
	{
		text-align:center;
		margin-top: 10px;
	}
	
	.simpleQuestion1Up
	{
		top: -10px;	
	}
	
	.simpleErrors
	{
		color:#fe0321;	
		text-align:center;
		width: 250px;
	}
	
	.simpleResponse
	{
		color:#000;	
		margin: 0 auto;
		text-align:center;
		width: 250px;
	}
	
	
	.PhoneNumber
	{
		left:777px;
		position:absolute;
		top:7px;
	}
	
	.FacebookLink
	{
		left:921px;
		position:absolute;
		top:7px;
	}
		
		/*SEARCH*/
	#plSearchContainer
	{
		background:url(/Images/gibsonsearchbackground.jpg) left top no-repeat;
		height:26px;
		left:185px;
		margin:0 auto;
		position:relative;
		top:30px;
		width:230px;
		z-index:8000;
	}
	#plSearch
	{
		
	}
	#plSearch .SearchBox
	{
		color:#718193;
		font-size:10px;
		font-weight:bold;
		
		background:url(/Images/googlesearchimage.jpg) left top no-repeat;
		border:none;
		left:11px;
		padding:5px 0;
		position:absolute;
		top:6px;
		width:150px;
	}
	
	#plSearch .SearchButton
	{
		left:173px;
		position:absolute;
		top:2px;
	}
	
}

@media print
{
	/* -------------------- Container -------------------- */
	
	#pbContainer
	{
		margin:0 auto;
		text-align:left;
		width:650px;
	}
	
	#pbPrintHeader
	{
		border-bottom:solid 1px #000;
		margin-bottom:15px;
		padding-bottom:15px;
		width:100%;
	}	
	
	#pbHeader
	{
		display:none;
	}

	
/* -------------------- Splash Only -------------------- */

	#pbSplashBody
	{
		height:337px;
		position:relative;
		width:100%;
	}
	
	#pbSplashBody .copy
	{
		height:120px;
		left:0;
		line-height:135%;
		width:650px;
	}
	
	#pbSplashBody .daveLogo
	{
		display:none;
	}
	
	#pbSplashBody .buttons
	{
		display:none;
	}
	
	
	/* -------------------- Splash Footer -------------------- */
	
	#pbSplashFooter
	{
		font-size:10px;
		font-weight:bold;
				
		width:650px;
	}
		
	#pbSplashFooter .left
	{
		display:block;	
	}
	
	#pbSplashFooter .left a:link, #pbSplashFooter .left a:visited 
	{
		display:none;
	}
	
	#pbSplashFooter .right
	{
		
	}
	
}

