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

/* whitespace reset */

p, a, ul, li, h1, h2, h3, h4, h5, img, ol {
	margin:0;
	padding:0;
}

body {
	background:#f3f4f4;
	margin:0;
	font-size:62.5%;
}


h1,h2,h3,h2,h5 {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:2.8em;
	font-weight:200;
}

h2 {
	font-size:1.6em;
	margin-bottom:5px;
	
}


h3 {
	font-size:1.3em;
	margin-bottom:5px;
}

h4 {

}

h5 {

}

p {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#383a3b;
	margin-bottom:10px;
	line-height:1.4em;
}



li {
	font-family:Arial, Helvetica, sans-serif;
}


a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

p a {
	color:#267dca;
}

p a:hover {
	color:#000;
}

a img {
	border:none;
}

.bold {
	font-weight:bold;
}

.ulli{
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#383a3b;
	margin-bottom:10px;
	line-height:1.6em;
}
/* general classes */

.darkBlue {
	color:#0c263e;
}
.lightBlue {
	color:#267dca;
}

/* container */

#container {
	width:955px;
	margin:auto;
	
}


/* header */

#header {
	padding:10px 0;
	position:relative;
	
}

#header a {
	outline:none;
}

#headerRight {
	float:right;
	margin-top:55px;
	color:#000;
	font-size:1.6em;
	font-weight:bold;
}

#headerRight a {
	color:#000;
	font-size:1em;
}

#headerRight a:hover {
	color:#267dca;
}

/* menu */

#menu {
	background:url(../images/menuBg.jpg) no-repeat;
	width:957px;
	height:55px;
	margin-bottom:2px;
}

#menu li {
	list-style-type:none;
	float:left;
}

#menu li a {
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
}

.homeLink a:link, .homeLink a:visited { 
	width:85px;
	padding:20px 0 19px 0;
	background:url(../images/buttonHomeBg.jpg) no-repeat;
	display:block;
	text-align:center;
	outline:none;
}

.homeLink a:hover {
	background-position: 0 -55px;
	outline:none;
	
}

.homeLink a:active {
	background-position: 0 -110px;
	outline:none;
}

.link a:link, .link a:visited { 
	padding:20px 12px 19px 12px;
	background:url(../images/buttonBg.jpg) no-repeat top right;
	display:block;
	text-align:center;
	outline:none;
}

.link a:hover {
	background-position: right -55px;
	outline:none;
}

.link a:active {
	background-position: right -110px;
	outline:none;
}

.links {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;

}

/* feature */

#feature {
	width:955px;
	height:351px;
	background:url(../images/featureHome.jpg) no-repeat;
	border-left:1px solid #dedadb;
	border-right:1px solid #dedadb;
	text-align:center;
}

#feature h1 {
	background:#267dca;
	padding:10px 15px;
	width:655px;
	margin:150px 0 0 20px;
	float:left;
	color:#fff;
	
}

#feature h1 a {
	color:#fff;
	
}

#feature span {
	background:#267dca;
	padding:10px 15px;
	width:327px;
	margin:30px 20px 0 0px;
	float:right;
    font-size:20px;
    font-family:tahoma;
	color:#fff;
	
}

#feature span a {
	color:#fff;	
}

/* points */

#points {
	background:#fff;
	width:925px;
	padding:15px;
	border-left:1px solid #dedadb;
	border-right:1px solid #dedadb;
	height:190px;
}

#points ul li {
	list-style-type:none;
	float:left;
	width:275px;
	padding:5px;
	margin:0 12px 10px 11px;
	display:inline;
}

#points ul li p {
	margin-bottom:-2px;
	line-height:1.4em;
}

#points ul li a {
	color:#000;
	text-decoration:none;
	
}

#points ul li a:hover {
	color:#267dca;
}


/* bottom boxes */

#bottomBoxes {
	width:957px;
	height:178px;
	background:url(../images/bottomBoxesBg.jpg) no-repeat;
	margin-top:10px;
}

#bottomBoxes h3 a {
	color:#000;
	text-decoration:none;
	font-size:1em;
}

#bottomBoxes h3 a:hover {
	color:#267dca;
}

#bottomBoxes ul li {
	list-style-type:none;
	float:left;
	width:227px;
	height:168px;
	text-align:center;
	padding:10px 5px 0 5px;
}

.bottomBox1 {
	background:url(../images/bbImage1.jpg) no-repeat center 70px;
}

.bottomBox2 {
	background:url(../images/bbImage2.jpg) no-repeat center 69px;
}

.bottomBox3 {
	background:url(../images/bbImage3.jpg) no-repeat center 65px;
}

.bottomBox4 {
	background:url(../images/bbImage4.jpg) no-repeat 40px 75px;
}

/* footer */

#footer {
	padding:10px 2px 10px 2px;
	text-align:center;
}

#footer p {
	font-size:1.1em;
	color:#666;
}

#footerRight {
	float:right;
}

#footer a {
	color:#666;
	font-size:1em;
}

#footer a:hover {
	color:#267dca;
}


/*content wrapper */

#contentWrapper {
	background:#fff url(../images/leftMenuHeightFix.jpg) repeat-y;
	width:955px;
	border-left:1px solid #dedadb;
	border-right:1px solid #dedadb;
	min-height:500px;
	position:relative;
	
	
}


/* left menu */

#leftMenu {
	position:absolute;
	top:0;
	left:0;
	width:225px;
	border-right:1px solid #dedadb;
	background:#f6f7f7;
	
}


#leftMenu ul li {
	list-style-type:none;
	border-bottom:1px solid #dedadb;
	padding:20px;
	background:url(../images/leftMenuBg.jpg) repeat-x bottom;
	
}

#leftMenu ul li:hover {
	background:#e9ecec;
	
}

#leftMenu ul li a {
	text-decoration:none;
	color:#1b6cb4;
	font-weight:bold;
	font-size:1.2em;
}

#leftMenu ul li a:hover {
	color:#000;
}


.leaderAward {
	margin:10px 0 0 10px;
}

/* mainContent */

#mainContent {
	width:730px;
	margin-left:225px;
	
}

#testimonialHeader {
	padding:15px 10px 5px 10px;
	font-size:18px;
	color:#267dca;
}

#testimonial {
	padding:10px;
}

#testimonial p {
	font-size:11px;
}


/* main text */

#mainText {
	padding: 0 20px;
	position:relative;
}

#smallH1 {
	color:#267dca;
	font-size:1.8em;
	font-weight:bold;
	
}

#mainText h2 {
	margin-top:0px;
}

.franchiseeHeight {
	min-height:500px;
}


/* sub feature */

#subFeature {
	width:730px;
	height:234px;
	margin-bottom:20px;
	
}

#subFeature h1 {
	color:#267dca;
	line-height:1.1em;
}

#inqLink {
	color:#fff;
	background:#267dca;
	padding:5px 10px 7px 10px;
	line-height:40px;
	font-size:2em;
	text-decoration:none;
}

#inqLink:hover {
	background-color:#1062ab;
}



.sfClientServices {
	background:url(../images/sfClientServices.jpg) no-repeat;
}

.sfClientServices h1 {
	padding:40px 0 0 205px;
}

.csLink {
	margin:60px 0 0 205px;
}

.sfFranchisors {
	background:url(../images/sfFranchisors.jpg) no-repeat;
}

.sfFranchisors h1 {
	padding:60px 0 0 215px;
}

.ofLink {
	margin:60px 0 0 225px;
}

/* sub points */

#subPointsLeft {
	float:left;
	width:345px;
}

#subPointsRight {
	margin-left:350px;
	width:345px;
}


#subPoints li {
	list-style-type:none;
	padding:5px;
	margin:0 5px 10px 36px;
	
}

#subPoints li a {
	color:#000;
	text-decoration:none;
	
}

#subPoints li a:hover {
	color:#267dca;
}



/* franchisees Menu */

#franchiseesMenu {
	padding:35px 0 20px 0;
	position:relative;
	
}

#franchiseesMenu h1 {
	/*float:left;*/
	position:absolute;
	top:47px;
	left:25px;
	color:#267dca;
	font-size:1.5em;
	font-weight:bold;
	/*padding:22px 10px 0 70px;*/
}

#franchiseesForm {
	margin:10px 0 0 305px;
}

#areaHeader {
	margin:0 0 10px 0;
	text-align:center;
}

/* franchisee Preview */

#franchiseePreview {
	background:#f5f6f6;
	padding:20px;
	margin-bottom:10px;
}

#franchiseePreview h2 a {
	color:#000;
	text-decoration:none;
}

#franchiseePreview h2 a:hover {
	color:#267dca;
}

#franchiseePreview h3 {
	color:#267dca;
}

#franchiseePreview a {
	color:#267dca;
	text-decoration:none;
}

#franchiseePreview a:hover {
	text-decoration:underline;
}


#thumbnail {
	float:right;
	padding:5px;
	border:1px solid #dedadb;
	background:#fff;
	margin:0 0 5px 20px;
}

#thumbnail img {
	border:1px solid #dedadb;
}



/*tenTips*/

#tenTips {
	margin:20px 0 0 0;
}

#tenTips label {
	float:left;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#383a3b;
	
}

.tipsLarge {
	width:50px;
}

#tipsSubmit {
	margin-left:250px;
}

/*contact*/

#contact {
	margin:20px 0 0 0;
}

#contact label {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#383a3b;
}

.contactLabel {
	width:60px;
	float:left;
	
}

#contactSubmit {
	margin-left:250px;
}

#contactRed {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}

/*captcha */

#captchaHolder {
	border:1px solid #dedadb;
	background:#e1efff;
	padding:5px;
	width:310px;
}

#captchaHolder label {
	width:200px;
	padding-top:2px;
}


/*value to clients*/

#valuePic1 {
	float:right;
	margin:10px 0 10px 10px;
}


/* franchisee of year */

#franchiseePic {
	float:left;
	margin:0 10px 10px 0;
}


/*facebox */

#profile {
	width:700px;
	padding:15px;
	margin-left:225px;
}

#profile h3 {
	color:#267dca;
}

#largeImage {
	float:right;
	border:1px solid #dedadb;
	padding:5px;
	margin:50px 0 20px 20px;
}

#closeButton {
	float:right;
	cursor:pointer;
}

#profile ul {
	margin-bottom:10px;
	
}

#profile ul li {
	margin-left:20px;
	font-size:1.2em;
}


/* accounting software  ******/


#software {
	margin:10px 0 70px 0;
}

.softwarePic {
	float:right;
	padding:5px;
	border:1px solid #dedadb;
	margin:0 0 10px 15px;
}




/* facebox styles ******************
********************************* */

#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #3d3d42;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



/*  find jim pic     */

#findJim {
	position:absolute;
	top:60px;
	right:30px;
}

