@import url(color.css);
@import url(typography.css);

html {
	text-align: center;
}

body {
	text-align: left;
}

/*
-----------------------------------------------------------------------------
CONTENT WRAPPERS
-----------------------------------------------------------------------------*/
#bd {
	/*border: solid 1px yellow;*/
	margin-bottom: 20px;
	border-radius: 0 0 6px 6px;
}
#main-body {
	padding-bottom: 40px;
}
#content-main {
	padding-bottom: 20px;
}

#page-profiles #content-main {
	min-height: 480px;
}
#page-home #content-main {
	padding-left: 0;
	min-height: 0;
}
#content-sub {
	clear: both;
	padding-top: 30px;
	border-radius: 0 0 5px 5px;
}
#page-intro {
	margin: 10px 10px 0 14px;
	padding: 2px 12px 4px 12px;
}

#page-intro p {
	padding-left: 0;
	color: #000;
}
#home-contact,
#home-contact-numbers {
	margin-top: 20px;
}
#helpful-resources {
	margin-top: 21px;
}
#questions h2 a {
	display: block;
	height: 208px;

}
#questions a span {
	display: none;
}

#legal {
	margin: 40px 20px 0 0;
}
#legal p {
	color: #7B4509;
	font-size: 70%;
	opacity: .5;
	text-align: justify;
}

#copy {
	text-align: center;
	font-size: 70%;
}
#copy p {
	color: #7B4509;
	margin: 0;
	padding: 20px 0 40px 0;
	opacity: .5;
}
#copy p a {
	color: #7B4509;
}

/*
-----------------------------------------------------------------------------
BRANDING
-----------------------------------------------------------------------------*/
#branding {
}
#branding h1 {
	margin: 0;
	padding: 0;
}
#branding h1 a {
	position: relative;
	z-index: 9999;
	display: block;
	margin: 0;
	padding: 0;
}
#branding h1 span {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	height: 1px;
}

#tag {
	display: none;
}
#page-title span {
	white-space: nowrap;
}

/*
-----------------------------------------------------------------------------
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.center {
	text-align: center;
}

h3, h4 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-weight: normal;
	font-size: 110%;
	margin: 10px 0 10px 0;
}
div.content-div {
	height: 1px;
	margin: 20px 20px 10px 10px;
}


/*
-----------------------------------------------------------------------------
Navigation
-----------------------------------------------------------------------------*/

.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 1.4em;
}

/*
.top-bar .name h1 a {
	width: 80%;
}


*/
.top-bar
,.title-area {
	min-height: 78px;
}

.top-bar .toggle-topbar.menu-icon a span {
	font-size: 60%;
	text-decoration: none;
	position: absolute;
	top: 18px;
	right: -6px;
}

/*
-----------------------------------------------------------------------------
LISTS
-----------------------------------------------------------------------------*/
dl {
	margin-left: 20px;
}
dl dt {
	font-size: 180%;
	margin-top: 12px;
}
dl dd {
	margin-left: 20px;
}

/* #section-header */
#section-header {
	margin-top: 20px;
	margin-bottom: 10px;
}

#section-header h2 {
	margin-bottom: 4px;
}
#content-main #section-header ul li {
	list-style: none;
}

#content-sub ul li {
	margin-bottom: 6px;
	font-size: 110%;
}

#content-main #section-header ul {
	margin-left: 0;
}
#content-main #section-header ul li {
	margin-bottom: 4px;
}
#nav-franchisors li a {
	color: #0075A1;
}
#nav-franchisees {
	color: #7B4509;
}


#content-main ul {
	margin-left: 40px;
}
#content-main ol {
	list-style-type: lower-latin;
	margin-left: 40px;
}
#content-main ol.cont {
	list-style-type: none;
}
#content-main ol li p {
	padding-left: 0;
}
#content-main ol li h3 {
	font-family: Arial;
	font-size: 110%;
}


#content-sub ul {
	margin-left: 20px;
}

.links-franchisors li {	margin-right: 20px;
}




.homepage {
	font-size: 80%;
	text-align: right;
	padding-right: 12px;
}

.homepage a {
	color: #666 !important;
}

div.hr {
	background: #fdc94d;
	height: 1px;
	line-height: 1px;
	margin: 20px 20px 10px 30px;
}



/*
-----------------------------------------------------------------------------
INLINE IMAGES AND MICROFORMATS
-----------------------------------------------------------------------------*/
.mugshot {
	float: right;
	width: 50%;
	margin: 38px 0 10px 20px;
	padding: 1px;
}
.mugshot img {
	border: solid 1px #666;
	padding: 1px;
}
.mugshot p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-style: italic;
	text-align: right;
	color: #666;
}
div.vcard {
	margin: .5em 20px .5em 40px;
}
div.vcard div.org, div.vcard div.fn {
	font-size: 140%;
	font-style: italic;
	margin-left: -.5em;
}
div.adr {
	margin-bottom: .5em;
}




.tabs-container h3 {
	display: none;
}

.side-note {
	padding: 10px;
	margin: 0 20px 10px 20px;
}


#content-sub .right
,#content-sub-sub .right {
	text-align: right;
}
#content-sub-sub h4 {
	font-weight: normal;
}


/*
-----------------------------------------------------------------------------
IMAGES
-----------------------------------------------------------------------------*/


#tag {
	background: url(../images/txt-tag.png) no-repeat;
	text-indent: -9999px;
	background-size: contain;
}
#page-home #tag {
	background: none;
}

.links-franchisors li
,.links-franchisees li {
	background: url(../images/info.gif) no-repeat left;
	padding-left: 22px;
}

a.external-link {
	background: url(../images/icon-ext-link.png) no-repeat right;
	padding-right: 14px;
}


#content-main ul li {
	list-style-image: url(../images/bullet-blue.png);
}

body.page-brown #content-main ul li {
	list-style-image: url(../images/bullet-brown.png);
}

/* content-main background */

#page-home #content-main {
	background: url(../images/bg-clouds.jpg) no-repeat left bottom #fff;
	background-size: cover;
}


#content-sub {
	background: url(../images/bg-content-sub.png) repeat-x #d5ce96;
}

div.content-div {
	background: url(../images/bg-div.png) repeat-x;
}

/*
-----------------------------------------------------------------------------
HOME PAGE
-----------------------------------------------------------------------------*/

#page-home p#page-intro {
	font-size: 160%;
	margin-top: 20px;
	padding: 0;
}

#page-home #page-title span {
	font-size: 60%;
}


/*Medium screens*/
@media only screen and (min-width: 40.063em) {

	#content-main {
		padding-top: 40px;
	}

	#page-home p#page-intro {
		margin-bottom: 40px;
	}
	#page-home #page-title {
		text-align: left;
		margin-left: 15%;
	}
	#page-home #page-title span {
		display: block;
		margin-left: 30%;
		font-size: 80%;
	}

	#branding
	,#nav-main {
		background: url(../images/bg-nav-main.png) repeat-x;
	}

	#branding {
		position: relative;
		left: -8px;
	}

	body.bg-option #content-main {
		background: url(../images/bg-content-option-b.jpg) bottom right no-repeat;
		min-height: 350px;
	}

	.text-align-alt {
		text-align: right;
	}

	.links-franchisors li {
		background: url(../images/info.gif) no-repeat right;
		padding-right: 22px;
	}
	#nav-franchisees
	,.links-franchisors li  {
		text-align: right;
	}
	#nav-main a {
		font-size: 80%;
		max-width: 80px;
	}
	#helpful-resources h3 {
		margin-top: 28px;
		font-size: 160%;
	}
	#tag {
		min-height: 32px;
		margin: 10px 0 0 10px;
	}

	#content-main {
		padding-bottom: 20px;
	}

	.top-bar {
		background: url(../images/bg-nav-main.png) repeat-x;
	}
	.top-bar
	,.title-area {
		height: auto;
		min-height: 58px;
	}

	.top-bar-section ul
	,.top-bar-section li:not(.has-form) a:not(.button)
	,.top-bar-section li:not(.has-form) a:not(.button):hover {
		background: none;
	}
	#nav-main a {
		text-align: center;
	}
	#nav-main a {
		color: rgb(0,0,0);
		text-decoration: none;
		display: block;
		height: 55px;
		text-align: left;
		text-decoration: none;
		padding-top: 10px;

	}

	#nav-main li {
		padding-top: 3px;
	}
	#nav-main li:hover {
		border-top: solid 3px rgb(0, 0, 0);
		padding-top: 0;
	}
	#nav-main a.top-pad {
		padding-top: 18px !important;
	}
	#nav-main a {
		text-align: center;
	}
	.title-area {
		width: 48%;
	}
	.top-bar .name h1 a {
		width: 100%;
	}

	.mugshot {
		width: auto;
	}

}

/* Large screens */
@media only screen and (min-width: 64.063em) {
	#nav-main a {
		font-size: 100%;
		max-width: 94px;
		line-height: 1.2em;
	}

	.title-area {
		width: auto;
	}


}