@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#edf2ee;
}

div.Container {
	border:none;
	width:800px;
	height:1800px;
	color:#000000;
	font-family: Georgia, Garmond, serif;
	margin:5px auto;
}

div.banner {
	background-image:url(./photoshop%20slices/Banner/Banner_04.png);
	width:100%;
	height:175px;
	float:left;
	overflow:hidden;
}

div.NavButtons {
	position:relative;
	width:800px;
	height:33px;
	float:left;
}

	div.Home {
		width:65px;
		height:33px;
		position:relative;
		float:left;
	}
	
	div.About {
		position:relative;
		width:85px;
		height:33px;
		float:left;
	}
	
	div.Services {
		position:relative;
		width:115px;
		height:33px;
		float:left;
	}
	
	div.Products {
		position:relative;
		width:226px;
		height:33px;
		float:left;
	}
	
	div.Franchise {
		position:relative;
		width:209px;
		height:33px;
		float:left;
	}
	
	div.Contact {
		position:relative;
		width:100px;
		height:33px;
		float:left;
		overflow:hidden;
	}

div.PageFrameTop {
	position:relative;
	float:left;
}

div.centercontainer {
	background-image:url(./photoshop%20slices/Banner/Center-Column.png);
	background-repeat:repeat-y;
	float:left;
	width:100%;
}

div.leftcolumn {
	float:left;
	width:489px;
	padding:0px 25px 10px 40px;
}

div.Sidebar {
	width:200px;
	height:100%;
	text-align:center;
	float: right;
	margin-right:23px;
	display: inline;
	margin-left: Auto;
}

	div.sidebarimg {
	width:197px;
	float: right;
	margin: 15px auto 7px auto;
	}
	
	div.sidebartext {
	width:162px;
	padding:8px;
	border-width:1px;
	border-style:solid;
	border-color:#723E6F;
	float: right;
	margin: 0px 10px 7px 10px;
	display: inline;
	}

div.PageFrameBottom {
	background-image:url(./photoshop%20slices/Banner/Page-Frame-Bottom-01.png);
	height:20px;
	clear:both;
}

div.footer {
	width: 100%;
	float: left;
}

div.footercenter {
	width: 624px;
	text-align:center;
	float: left;
}

div.footerimg {
	width: 88px;
	float: left;
}

h3 {
	color:#000000;
	font-family: Trebuchet, Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.size10 {
	font-size:10px;
}

.size11 {
	font-size:11px;
}

.size12 {
	font-size:12px;
}

.size13 {
	font-size:13px;
}

.color {
	color:#7B4374;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.indent {
	margin-left:40px;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.kern {
	margin-top:0px;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color: #753B76;
	font-style: italic;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ba82b8;
}

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

a:active {
	text-decoration: none;
}

.Bodylist {
	font-size: 12px;
	margin-left: 20px;
}

form {
	text-align: right;
	margin-right: 50px;
}

div.zephyrimg {
	position:relative;
	text-align: center;
}

div.gogreenscore {
	background-color:#e9f3ea;
	margin: 10px 23px;
	width: 180px;
	float:right;
	text-align:center;
	padding:10px;
	font-size:11px;
	}

.gogreenscore a {
	color:#2cb431;
}