﻿/* CSS Classes Related to Controls */

/*	BUTTONS */

.Buttons
{
    BORDER-RIGHT: #6b4100 1px solid;
	color: white;
    BORDER-TOP: #6b4100 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #6b4100 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #6b4100 1px solid;
    font-weight: normal;
    background-color: White;
	background-image: url(../../images/orangebg.jpg);
	background-position:right top;
	background-repeat:repeat-x;  
	padding: 3px;		
}

.IMGbtn
{	
	width:74px;
	height:52px;
}


/*	END OF BUTTONS */

/* LABELS */

/*.Labels_PageHeading
{
	font-family: Arial;
	font-size: 18px;
	color: #3b3b45;
	font-style:normal;
	font-weight: bolder;
	letter-spacing: -1px;
}

.Labels_PageSubHeading
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;	
	font-style: normal;
	font-weight: bold;
}

.Labels_Validation
{
	font-family: Arial;
	font-size: 11px;
	color: Red;	
	font-style: normal;
	font-weight: normal;
}
.Labels_Messages /* error messages, system messages etc */
/*{
	font-family: Arial;
	font-size: 11px;
	color: Red;	
	font-style: normal;
	font-weight: normal;
}
.Labels
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Small
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Medium
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Large
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
}

.Labels_Bold
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.Labels_SmallBold
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.Labels_MediumBold
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.Labels_LargeBold
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


/* END OF LABELS */

/* LINKS */
a:link, a:active, a:visited {
	color: #5599e6;
	text-decoration:underline;
}

a:hover {
	color: #5599e6;
	text-decoration:none;
}

/* END OF LINKS */



html, body {
	margin:0px;
	padding:0;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

#top-container 
{
	width:100%;
	background:#062f5e;
	border-bottom:1px #e29800 solid;
	height:33px;
}

	#top 
	{
		width:928px;
		height:32px;
		margin:auto;
		background:url(../../images/top-phone.jpg) no-repeat right;
	}

#header-container {
	width:100%;
	height:212px;
	background:url(../../images/bkg-header.jpg) repeat-x;	
}

	#header {
		width:928px;
		height:170px;
		margin:auto;
		text-align:center;
		background:url(../../images/bkg-header2.jpg) no-repeat center;	
	}

#nav-container {
	width:100%;
	height:42px;
	background:url(../../images/bkg-nav.jpg) no-repeat center;	
}

	#nav {
		width:928px;
		margin:auto;
	}

#content-container {
	width:100%;
	background:url(../../images/bkg-body.jpg) repeat-x #fff;	
}

	#content {
		width:900px;
		padding:14px;
		min-height:500px;
		margin:auto;
		background:#fff;
	}

	#privacypolicy {
		width:900px;
		padding:5px 14px 5px 14px;
		font-family:"Segoe UI";
		font-size:10px;
		line-height:18px;
		color:#000;
		margin:auto;
		border-top:1px solid #e29800;
		background:#a7caf2;
	}
	
	#privacypolicy a {
		color:#fff;
	}

	#footer {
		width:900px;
		height:149px;
		padding:14px;
		font-family:"Segoe UI";
		font-size:13px;
		line-height:22px;
		font-weight:bold;
		color:#fff;
		margin:auto;
		border-top:1px solid #e29800;
		background:url(../../images/bkg-footer.jpg) no-repeat;
	}
	
		#footer a {
			font-family:"Segoe UI";
			font-size:13px;
			text-decoration: none;
			color: #fff;
		}
		
		#footer a:hover, #footer a:focus {
			font-family:"Segoe UI";
			font-size:13px;
			color: #062f5e;
		}


	#footer-base {
		width:928px;
		height:16px;
		margin:auto;
		background:url(../../images/bkg-basefooter.jpg) no-repeat;
		text-align:center;
		color:#062f5e;
		font-size:11px;
	}
	
	
	
		#footer-base a {
			text-decoration: underline;
			color:#062f5e;
		}
		
		#footer-base a:hover, #footer a:focus {
			color: #062f5e;
			text-decoration: none;
		}
		
	#footer-base-franchise {
		width:908px;
		margin:auto;
		background:url(../../images/bkg-footer-franchise.jpg) no-repeat center bottom;
		border-top:1px solid #e29800;
		text-align:center;
		color:#062f5e;
		font-size:11px;
		padding:10px;
	}	
	
	#footer-base-franchise p {
		color:#fff;
	}
	
			#footer-base-franchise a {
			text-decoration: underline;
			color:#062f5e;
		}
		
		#footer-base-franchise a:hover, #footer a:focus {
			color: #062f5e;
			text-decoration: none;
		}
		
		
/* SUB SITE STYLES */
#header-container2 {
	width:100%;
	height:212px;
	background:url(../../images/bkg-header.jpg) repeat-x;	
}

	#header2 {
		width:928px;
		height:170px;
		margin:auto;
		text-align:center;
		background:url(../../images/bkg-header2.jpg) no-repeat center;	
	}
	
#nav-container2 {
	width:100%;
	height:42px;
	background:url(../../images/bkg-nav2.jpg) no-repeat center;	
}

	#nav2 {
		width:928px;
		margin:auto;
	}
#footer2 {
	width:900px;
		height:14px;
		padding:14px;
		margin:auto;
		border-top:1px solid #e29800;
		background:url(../../images/bkg-footer.jpg) bottom no-repeat;
	}

/* */	
.clear {
	clear:both;	
}

					.franch_photo {
						float:left;
						margin-top:10px;
						margin-right:10px;
						margin-bottom:40px;
						border: 1px solid #ff7e00;
					}
					
					.franchisee {color:#ff7e00;}
								
				

.divider {
	height:4px;
	padding:3px;
	clear:both;
	background:url(../../images/bkg-divider.jpg) repeat-x center;
}

h1 {
	margin:0;
	padding:0;
	font-size:29px;	
	color:#000;
	font-weight:normal;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
}

h2 {
	margin:0;
	padding:0;
	font-size:19px;	
	color:#000;
	font-weight:normal;
}

h3 {
	margin:0;
	padding:0;
	font-size:21px;	
	color:#88b8ee;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h4 {
	margin:0;
	padding:0;
	font-size:21px;	
	color:#062f5e;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h5 {
	margin:0;
	padding:0;
	font-size:19px;	
	color:#ff7e00;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h6 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#88b8ee;
	font-style:italic;
}

ul {
	margin:0;
	padding:5px 0px 5px 10px;	
}

ul li {
	list-style-image:none;
	list-style-type:none;
	padding:0px 0px 8px 18px;
	background:url(../../images/pawprint.jpg) no-repeat;
}

.img {
	border:1px solid #ff7e00;
		
}

table.chart {
	border-width: 1px;
	border-spacing: 2px;
	border-style: hidden;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}
table.chart td {
	padding: 5px;
	border: 1px solid #ff7e00;
}


/* Success Stories */

#left {
	width:415px;
	float:left;	
	background:#062f5e;	
	border:1px solid #ff7e00;
	padding:10px;
	color:#fff;
}

	#left-table {
		width:415px;
		background:#062f5e;	
		border:1px solid #ff7e00;
		padding:10px;
		color:#fff;
		vertical-align:top;
		line-height:18px;
	}

#right {
	width:415px;
	float:right;		
	background:#062f5e;	
	border:1px solid #ff7e00;
	padding:10px;
	color:#fff;

}

	#right-table {
		width:415px;
		background:#062f5e;	
		border:1px solid #ff7e00;
		padding:10px;
		color:#fff;
		vertical-align:top;
			line-height:18px;
	}
	
		#right-table1 {
		width:415px;
	
		padding:10px;
		color:#fff;
		vertical-align:top;
			line-height:18px;
	}
	
		

.bluebox {
	background:#062f5e;	
	border:1px solid #ff7e00;
	padding:10px;
	color:#fff;
}



.signature {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff7e00;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}

.txt-red {
	color:#ff0000;	
	font-size:11px;
}

.txt-dkblue {
	color:#062f5d;	
}

.txt-small {
	font-size:11px;
}

.note {
	padding:10px;
	margin:auto;
	border:3px double #ff7e00;
	background:#062f5e;
	color:#fff;
	text-align:center;
	font-size:11px;
}

.logout {
	float:right;
	width:125px;
	margin:10px;
	
	}
	
#News-Container {
	width:887px;
	background-color: #062f5d;
	height:25px;
	padding:8px 5px 5px 5px;
	margin:10px 0 0 0;
}

#RSS-Container {
	width:90px;
	float:right;
	color:#ff7e00;
	text-align:right;
}

#ajaxticker1{
	float:left;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.someclass{ //class to apply to your scroller(s) if desired
	float:left;
}

.someclass a {
	color:#fff;
}

.franchisecontainer {
	width:898px;
	height:400px;
	padding:20px 0 0 0;
	overflow:none;
	background:url(../../images/bg-franchise.jpg) no-repeat;
}

.franchise-left {
	float:left;
	padding:0 0 0 30px;
}

.franchise-right {
	float:right;
	padding:0 30px 0 0;
	width:48%;
	height:370px;
	background:url(../../images/doglaptop.jpg) no-repeat bottom center;
}


.franchise-quicklinks 
{
    text-align:center;
    padding:15px 5px 2px 5px;}

.large {
	font-size:18px;
	font-weight:normal;
}

.franchise-certs
{
    margin:0; padding:10px 0 10px 0; text-align:center; clear:both;}
	

