/*
 * Site: Harbour Capital
 *
 * =============================================================================
 */

/* =============================================================================
   Base
   ========================================================================== */
body {
  min-width:980px;
}
#wrapper,
#banner hgroup,
#menu-main-navigation,
#footer-wrapper {
  width:980px;
  margin:0 auto;
}
#main {
  margin:30px 0 0;
  overflow:hidden;
}
.main-section {
  float:left;
  width:700px;
}
.complementary {
  float:right;
  width:250px;
}


/* =============================================================================
   Common
   ========================================================================== */
.text {
  background:#fff url(../img/standard/text-box-bg.png) repeat-x 0 0;
  border:1px solid #cdd2d9;
  padding:3px 4px 2px;
  text-align:left;
  margin:0;
  width:200px;
}
/*
.text:focus {
  box-shadow:0 0 3px #fdd017;
  -webkit-box-shadow:0 0 3px #fdd017;
  -moz-box-shadow:0 0 3px #fdd017;
}
*/
.u-hover {
  text-decoration:none;
}
.u-hover:hover {
  text-decoration:underline;
}

aside .widget {
  border:1px solid #d9dee2;
  background-color:#f6f7f8;
  padding:10px;
  margin:0 0 20px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget .widget-title {
  font-size:18px;
  color:#1d446b;
  font-weight:normal;
}
.widget .widget-description {
  font-size:11px;
  font-weight:normal;
  color:#555;
}
.widget .message-success {
  margin:10px 0 5px;
}
.widget .widget-list {
  line-height:19px;
  list-style-type:disc;
  margin:0;
  padding:5px 20px 0;
}
.widget .widget-list li {
  padding:3px 0;
}
.widget .widget-list li a {
  text-decoration:none;
}
.widget .widget-list li a:hover {
  text-decoration:underline;
}


/* =============================================================================
   Common Buttons
   ========================================================================== */
.btn-yellow-01 {
  cursor:pointer;
  position:relative;
  padding:6px 12px;
  color:#222;
  text-decoration:none;
  font-weight:bold;
  display:inline-block;
  border:none;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  background: #ffe931;
  background: -moz-linear-gradient(top, #ffe931 0%, #d3c025 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe931), color-stop(100%,#d3c025));
  background: -webkit-linear-gradient(top, #ffe931 0%,#d3c025 100%);
  background: -o-linear-gradient(top, #ffe931 0%,#d3c025 100%);
  background: -ms-linear-gradient(top, #ffe931 0%,#d3c025 100%);
  background: linear-gradient(top, #ffe931 0%,#d3c025 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe931', endColorstr='#d3c025',GradientType=0 );
}

.btn-blue-01 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeeee;
	padding: 11px 20px;
	background: -moz-linear-gradient(
		top,
		#548cab 0%,
		#2b6a89);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#548cab),
		to(#2b6a89));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
 
}

.btn-green-01 {
  cursor:pointer;
  position:relative;
  color: #fff;
  padding:6px 12px;
  text-decoration:none;
  font-weight:bold;
  display:inline-block;

  text-shadow: 0 -1px 0 #4c9021;

  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
  -o-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
}
.btn-green-01:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -ms-box-shadow: inset 0 1px 0 0 #8dbf67;
    -o-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}
.btn-green-01:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  }


.btn-custom {
  background: #222;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}


* Sizes ---------- */
.small.btn-custom {
  font-size: 11px;
}
.medium.btn-custom {
  font-size: 13px;
}
.large.btn-custom {
  font-size: 16px;
  padding: 10px 20px 11px;
}
 
/* Colors ---------- */
.yellow.btn-custom {
  border:1px solid #D9C62A;
  background-color: #FFE931;
  color:#555;
}


/* =============================================================================
   Common Forms
   ========================================================================== */
.form-vertical {
  overflow:hidden;
}
.form-vertical section {
  padding:5px 0;
}
.form-vertical label {
  display:block;
  padding:0 0 2px;
}
.form-vertical .text {
  width:217px;
}
.form-vertical .error label {
  color:#c00;
  font-weight:bold;
}
.form-vertical .error .text {
  border:1px solid #c00;
}



/* =============================================================================
   Message Box
   ========================================================================== */

.message-success {
  border:1px solid #8CD76B;
  background:#E7FFD6 url(../img/icons/icon-messages_16x16.png) no-repeat 10px 50%;
  padding:8px 10px 8px 31px;
  margin:0 0 15px;
  color:#4c8333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.message-error {
  border:1px solid #E77D7B;
  background:#FFE7E7 url(../img/icons/icon-messages_16x16.png) no-repeat -990px 50%;
  padding:8px 10px 8px 31px;
  margin:0 0 15px;
  color:#aa2220;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.message-warning {
  border:1px solid #FFD324;
  background:#FFF6BF url(../img/icons/icon-messages_16x16.png) no-repeat -1990px 50%;
  padding:8px 10px 8px 31px;
  margin:0 0 15px;
  color:#997d0e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.message-info {
  border:1px solid #7BA6D6;
  background:#E7F3FF url(../img/icons/icon-messages_16x16.png) no-repeat -2990px 50%;
  padding:8px 10px 8px 31px;
  margin:0 0 15px;
  color:#5C7CA0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.message-no-icon {
  padding:8px 10px;
  background-image:none;
}


/* =============================================================================
   Header
   ========================================================================== */

#banner {
  background: #0f2c48 url(../img/standard/header_294x260.png) repeat-x 0 0;
  height:110px;
}
#banner h1,
#banner h1 a {
  display:block;
  float:left;
  width:294px;
  height:110px;
  background: transparent url(../img/standard/header_294x260.png) no-repeat 0 -110px;
  text-indent:-9999px;
}

#banner section {
  float:right;
  position:relative;
}
#banner p {
  padding:30px 0 0;
  text-align:right;
}
#banner h2 {
  padding:15px 0 0;
  color:#ddd;
  font-size:16px;
}
#banner h2 span {
  color:#fff;
  font-size:20px;
  margin:0 0 0 10px;
}


/* =============================================================================
   Search
   ========================================================================== */
#header-search {
  position:absolute;
  top:23px;
  left:150px;
  /* background-color:#0B1C2D; */
  padding:8px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header-search .bg {
  background-color:#fff;
  padding:3px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:1px solid #888;
}
#header-search input {
  border:none;
  font-size:12px;
  color:#888;
}
.no-results h1 {
  font-size:16px;
  padding:0 0 10px;
}


/* =============================================================================
   Main Navigation
   ========================================================================== */

#main-navigation {
  overflow:hidden;
/*
  background-color:#dadada;
  border-bottom:1px solid #bbb;
*/

background: #888888;
background: -moz-linear-gradient(top,  #888888 0%, #777777 49%, #555555 50%, #777777 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(49%,#777777), color-stop(50%,#555555), color-stop(100%,#777777));
background: -webkit-linear-gradient(top,  #888888 0%,#777777 49%,#555555 50%,#777777 100%);
background: -o-linear-gradient(top,  #888888 0%,#777777 49%,#555555 50%,#777777 100%);
background: -ms-linear-gradient(top,  #888888 0%,#777777 49%,#555555 50%,#777777 100%);
background: linear-gradient(top,  #888888 0%,#777777 49%,#555555 50%,#777777 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#777777',GradientType=0 );

border-bottom:1px solid #aaa;
}
#menu-main-navigation {
  overflow:hidden;
  border-left:1px solid #888;
}
#menu-main-navigation li {
/*
  margin:0 15px 0 0;
*/
}
#main-navigation li:last-child {
  margin:0;
}
#menu-main-navigation li,
#menu-main-navigation li a {
  display:block;
  float:left;
  height:40px;
  line-height:40px;
  text-decoration:none;
  color:#fff;
  font-size:13px;
  font-weight:bold;
}
#menu-main-navigation li a {
  padding:0 15px;
  border-left:1px solid #555;
  border-right:1px solid #888;
}
#menu-main-navigation li a:hover {
  color:#fff;

background: #666666;
background: -moz-linear-gradient(top,  #666666 0%, #555555 49%, #333333 50%, #555555 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(49%,#555555), color-stop(50%,#333333), color-stop(100%,#555555));
background: -webkit-linear-gradient(top,  #666666 0%,#555555 49%,#333333 50%,#555555 100%);
background: -o-linear-gradient(top,  #666666 0%,#555555 49%,#333333 50%,#555555 100%);
background: -ms-linear-gradient(top,  #666666 0%,#555555 49%,#333333 50%,#555555 100%);
background: linear-gradient(top,  #666666 0%,#555555 49%,#333333 50%,#555555 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );

}
#menu-main-navigation li.current-menu-item a,
#menu-main-navigation li.current-menu-item a:hover {
background: #444444;
background: -moz-linear-gradient(top,  #444444 0%, #444444 49%, #222222 50%, #444444 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(49%,#444444), color-stop(50%,#222222), color-stop(100%,#444444));
background: -webkit-linear-gradient(top,  #444444 0%,#444444 49%,#222222 50%,#444444 100%);
background: -o-linear-gradient(top,  #444444 0%,#444444 49%,#222222 50%,#444444 100%);
background: -ms-linear-gradient(top,  #444444 0%,#444444 49%,#222222 50%,#444444 100%);
background: linear-gradient(top,  #444444 0%,#444444 49%,#222222 50%,#444444 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#444444',GradientType=0 );

}


/* =============================================================================
   Footer
   ========================================================================== */

#footer-bottom {
  background: #0f2c48 url(../img/standard/header_294x260.png) repeat-x 0 -220px;
  height:40px;
  margin:15px 0 0;
}
#footer-bottom section,
#footer-bottom nav {
  width:33%;
  float:left;
  line-height:40px;
  font-size:11px;
  color:#ccc;
}
#footer-bottom .copyright {
  text-align:center;
}
#footer-bottom .address {
  text-align:right;
}
#menu-footer-bottom {
  overflow:hidden;
}
#menu-footer-bottom li {
  float:left;
}
#menu-footer-bottom a {
  color:#ccc;
}
#menu-footer-bottom a:hover {
  color:#fff;
}
#menu-footer-bottom #menu-sitemap span {
  display:none;
}
#menu-footer-bottom .pipe {
  padding:0 7px;
}

#footer-quicklinks {
  overflow:hidden;
  margin:15px 0 0;
  padding:15px 0 0;
  border-top:2px solid #e6e7e8;
}
#footer-quicklinks nav,
#footer-quicklinks section {
  float:left;
  width:245px;
}
#footer-quicklinks h4 {
  font-size:16px;
  padding:0 0 3px;
}
#footer-quicklinks nav ul {
  list-style: disc;
  padding:0 0 0 20px;
}
#footer-quicklinks nav li {
  padding:3px 0;
}
#footer-quicklinks nav li a {
  text-decoration:none;
}
#footer-quicklinks nav li a:hover {
  text-decoration:underline;
}

#footer-quicklinks .recent-news {
  font-size:11px;
}
#footer-quicklinks .recent-news ul {
  padding:3px 0 0;
}
#footer-quicklinks .recent-news li {
  padding:0 0 8px;
}
#footer-quicklinks .recent-news a.item {
  display:block;
  text-decoration:none;
}
#footer-quicklinks .recent-news span {
  display:block;
}
#footer-quicklinks .recent-news span.title {
  margin:0 0 3px;
  font-size:13px;
}
#footer-quicklinks .recent-news span.date {
  font-style:italic;
}
#footer-quicklinks .recent-news a.item:hover span.title {
  text-decoration:underline;
}
#footer-quicklinks .recent-news span.excerpt,
#footer-quicklinks .recent-news span.date {
  color:#555;
}
.footer-apply {
  margin:15px 0 0 20px;
}
.footer-social {
  padding:10px 0 0 19px;
}
.footer-social img {
  margin:0 20px 0 0;
}
.footer-app {
  padding:0 0 0 19px;
}
.footer-app img {
  margin:10px 0 0;
}

/* =============================================================================
   Front Page
   ========================================================================== */

#main-callout {
  overflow:hidden;
}
#main-callout .description {
  float:left;
  width:320px;
}
#main-callout .description h1 {
  font-size:22px;
}
#main-callout .description h2 {
  font-size:14px;
  font-weight:normal;
  padding:10px 0;
  margin:5px 0 10px;
  border-top:1px solid #efda2e;
  border-bottom:1px solid #efda2e;
}
#main-callout .description ul {
  list-style: disc;
  padding:0 0 20px 20px;
}
#main-callout .description li {
  padding:3px 0;
}
#main-callout .gallery {
  float:right;
  width:640px;
  height:320px;
}

#sub-callout {
  overflow:hidden;
  margin:30px 0 0;
}
#sub-callout li {
  float:left;
  width:230px;
  margin:0 20px 0 0;
}
#sub-callout li.last {
  float:left;
  width:230px;
  margin:0;
}
#sub-callout li a {
  text-decoration:none;
}
#sub-callout li span {
  display:block;
  color:#555;
  text-decoration:none;
}
#sub-callout li span.title {
  font-size:16px;
  font-weight:bold;
  padding:5px 0 0;
}
#sub-callout li span.description {
  padding:2px 0 0;
}
#sub-callout li span.link {
  padding:2px 0 0;
  color:#044e99;
}
#sub-callout li a:hover span {
  color:#000;
}
#sub-callout li a:hover span.link {
  color:#044e99;
  text-decoration:underline;
}


#franchisees {
  overflow:hidden;
  margin:30px 0 0;
  border-top:1px solid #ddd;
  padding:10px 0 0;
}
#franchisees h3 {
  text-align:center;
  font-size:16px;
  padding:0 0 10px;
}
#franchisees ul {
  overflow:hidden;
}
#franchisees li {
  float:left;
  width:326px;
}
#franchisees span {
  display:block;
  text-align:center;
}
#franchisees span.image {
  padding:0 0 3px;
}
#franchisees li a:hover span {
  text-decoration:underline;
}


/* =============================================================================
   General Page
   ========================================================================== */

.page-general h1 {
  font-size:31px;
  padding:0 0 5px;
  font-weight:normal;
} 
.page-general h2 {
  font-size:16px;
  padding:0 0 5px;
}
.page-general h3,
.page-general p {
  font-size:13px;
  font-weight:normal;
  line-height:19px;
  margin:0 0 15px;
}
.page-general h4 {
  font-size:13px;
  font-weight:bold;
  padding:0 0 2px 12px;
  line-height:19px;
  background: transparent url(../img/icons/arrows-yellow_9x9.png) no-repeat 0 5px;
}
.page-general ul {
  list-style: disc outside none;
  padding: 0 20px 0 20px;
  margin:0 0 15px;
  line-height:19px;
}
.page-general li {
  padding:3px 0;
}
.page-general .section {
  margin:20px 0 0;
  padding-top:15px;
  border-top:1px solid #ccc;
}

.page-general ul.pdf-download {
  padding:0;
  list-style:none;
}
.page-general ul.pdf-download li {
  padding:5px 0;
}
.page-general ul.pdf-download li a {
  padding:0 0 0 24px;
  background:transparent url(../img/icons/icon-pdf_16x16.png) no-repeat 0 50%;
}


/* =============================================================================
   Franchise Groups
   ========================================================================== */

.finance-group header {
  overflow:hidden;
  padding:0 0 15px;
  margin:0 0 15px;
  border-bottom:1px solid #ccc;
}
.finance-group hgroup {
  float:left;
}
.finance-group header h1 {
  font-size:31px;
  font-weight:normal;
  margin:0 0 5px;
}
.finance-group header .description {
  padding:0 15px 0 0;
  line-height:19px;
}

/* =============================================================================
   Franchise Scroller
   ========================================================================== */
.franchise-scroller {
  overflow:hidden;
  padding:0 0 15px;
  margin:0 0 15px;
  border-bottom:1px solid #ccc;
}
.franchise-scroller h2 {
  padding:0 0 10px;
}
.franchise-scroller div.scrollWrapper {position:relative;overflow:hidden;width:100%;height:100%;}
.franchise-scroller div.scrollableArea {position:relative;width:auto;height:100%;}
.franchise-scroller div.scrollableArea span {position:relative;display:block;float:left;padding:0;margin:0;font-size:16px;padding:0 20px;font-weight:bold;}


/* =============================================================================
   Contact Us
   ========================================================================== */

.contact-us header {
  overflow:hidden;
  padding:0 0 15px;
}
.contact-us header h1 {
  font-size:31px;
  font-weight:normal;
  margin:0 0 5px;
}
.contact-us address,
.contact-us .driving-directions {
  font-style:normal;
}
.contact-us address p {
  font-size:16px;
}
.contact-us address label,
.contact-us .driving-directions label {
  font-size:16px;
  font-weight:bold;
  margin:0 5px 0 0;
}
.contact-us .mapp-container {
  border:2px solid #ccc;
}


/* =============================================================================
   Transportation Territories
   ========================================================================== */

.territory {
  overflow:hidden;
  margin:10px 0 0;
}
.territory h5 a {
  display:block;
  font-size:13px;
  color:#fff;
  padding:3px 10px 3px 22px;
  background: #1d446b url(../img/icons/arrows-white_9x9.png) no-repeat 10px 7px;
  cursor:pointer;
  text-decoration:none;
}
.territory h5 a:hover {
  background-color:#044E99;
}
.territory .container {
  background-color:#fff;
  padding:5px 10px;
  border:1px solid #ddd;
  display:none;
}
.territory .container p {
  font-size:13px;
  line-height:18px;
}
.territory .container hr {
  margin:5px 0;
}
.territories .expand h5 a {
  background-position:10px -55px;
}
.territories .expand .container {
  display:block;
}


/* =============================================================================
   Testimonials
   ========================================================================== */

.widget-testimonials li {
  font-size:11px;
  padding:5px 0;
  line-height:15px;
}
.widget-testimonials li span,
.widget-testimonials li em {
  display:block;
}
.widget-testimonials li em {
  font-style:normal;
  font-weight:bold;
}
.widget-testimonials li a {
  text-decoration:none;
}


/* =============================================================================
   Archives
   ========================================================================== */

.archives .main-header h1 {
  font-size:31px;
  font-weight:normal;
  margin:0 0 15px;
  border-bottom:1px solid #ccc;
}
.archives .main-section {
  margin:0 0 25px;
}
.archives .main-section header {
  padding:0 0 5px;
}
.archives .main-section h1 {
  font-size:16px;
  line-height:16px;
}
.archives .main-section time {
  font-size:11px;
}
.archives .main-section .read-more {
  padding:3px 0 0;
  font-size:11px;
}
.category-testimonials footer {
  padding:5px 0 0;
}


/* =============================================================================
   Sitemap
   ========================================================================== */
.sitemap section {
  float:left;
  width:350px;
}


/* =============================================================================
   Single Post
   ========================================================================== */
.single header {
  margin:0 0 5px;
}
.single h1 {
  font-size:18px;
  font-weight:normal;
}
.single time {
  font-size:11px;
}
.single p {
  margin:15px 0;
  line-height:19px;
}
.single-nav {
  margin:20px 0 0;
  font-size:11px;
}
.single-nav p {
  margin:0 0 3px;
}
.single-nav li {
  display:inline;
}
.single-nav .pipe {
  color:#999;
  margin:0 10px;
}
.horizontal-nav {
  float:left;
}
.horizontal-nav li {
  float:left;
}
.horizontal-nav li a {
  margin:0 15px 0 0;
}


/* =============================================================================
   Vendor Link
   ========================================================================== */
.vendor-link {
  padding:0 0 200px;
}
.vendor-link .vendor-image {
  margin:0 0 15px;
  text-align:center;
}
.vendor-link h1 {
  text-align:center;
  margin:0 0 15px;
}
.vendor-link h1,
.vendor-link h1 a {
  text-decoration:none;
  color:#555;
  font-size:24px;
  font-weight:normal;
}
.vendor-link h1 a:hover {
  color:#044E99;
  text-decoration:underline;
}
.vendor-link h2 {
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin:0 0 5px;
}
.vendor-link ul {
  width:440px;
  margin:0 auto 15px;
  font-size:14px;
  border-top:1px solid #ddd;
  padding:5px 20px 0;
}
.vendor-link ul li {
  padding:5px 0 5px 12px;
  background:transparent url(../img/icons/arrows-yellow_9x9.png) no-repeat 0 9px;
}
.vendor-link p {
  font-size:14px;
  margin:0 0 15px;
  text-align:center;
}
.vendor-link em {
  font-size:11px;
  color:#888;
  font-style:normal;
  display:block;
  text-align:center;
}


/* =============================================================================
   Vendor Link Apply
   ========================================================================== */
.vendor-link-apply {
  overflow:hidden;
  width:700px;
  margin:0 auto;
}
.vendor-link-apply header {
  overflow:hidden;
  padding:0 0 10px;
}
.vendor-link-apply header .logo {
  float:left;
}
.vendor-link-apply header h1 {
  font-size:25px;
  float:right;
  padding:30px 0 0 20px;
  font-weight:bold;
}
.vendor-link-apply header .vendor-logo {
  padding:10px 0 5px;
}
.vendor-link-apply header .vendor-title {
  float:none;
  padding:10px 0 0;
}
.vendor-link-apply form {
  overflow:hidden;
}
.vendor-link-apply section {
  background-color:#f7f7f7;
  overflow:hidden;
}
.vendor-link-apply h2 {
  padding:5px 10px;
  background-color:#1d446b;
  color:#fff;
  font-size:14px;
  font-weight:bold;

}
.vendor-link-apply section.first,
.vendor-link-apply section.first h2
{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.vendor-link-apply section.last {
  padding-bottom:10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.vendor-link-apply .row {
  margin:10px 0 10px 20px;
  overflow:hidden;
}
.vendor-link-apply .section {
  float:left;
  margin:0 20px 0 0;
}
.vendor-link-apply .label {
  display:block;
  font-weight:bold;
  padding:0 0 2px;
  font-size:13px;
}
.vendor-link-apply .label .required {
  margin:0 0 0 5px;
  color:#c00;
}
.vendor-link-apply .field {
  overflow:hidden;
  display:block;
}
.vendor-link-apply .field .options {
  float:left;
  margin:5px 10px 0 0;
}
.vendor-link-apply .field .options input {
  margin:0 3px 0 0;
}
.vendor-link-apply .text {
  font-size:14px;
  padding:5px 5px 4px;
  width:300px;
}
.vendor-link-apply .error-title {
  
}
.vendor-link-apply .error .label {
  color:#c00;
}
.vendor-link-apply .error .text {
  border:1px solid #c00;
}
.vendor-link-apply .error-message {
  font-size:11px;
  color:#c00;
}
.vendor-link-apply .narrow-1 {
  width:134px;
}
.vendor-link-apply .narrow-2 {
  width:191px;
}
.vendor-link-apply .wide-1 {
  width:640px;
}
.vendor-link-apply .agreement {
  margin:5px 0 0;
  font-size:11px;
  color:#888;
}
.vendor-link-apply .agreement .required {
  display:block;
  color:#c00;
  padding:0 0 3px;
}
.vendor-link-apply .submit {
  margin:15px 0 60px;
  text-align:center;
}
#add-principal {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  padding:5px 0 5px 12px;
  background:transparent url(../img/icons/arrows-blue_9x9.png) no-repeat 0 8px;
}
#add-principal:hover {
  text-decoration:underline;
}
#principal2 {
  display:none;
}


/* =============================================================================
   Franchisee
   ========================================================================== */

.franchisee {
    padding: 0 0 100px;
}
.franchisee .vendor-image strong {
  font-size:42px;
  font-weight:normal;
}
.franchisee h2 {
  font-size:18px;
}
.franchisee h3 {
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin:0 0 5px;
}
.franchisee table {
  margin-top:15px;
  margin-bottom:15px;
}
.franchisee td {
  padding:0 10px;
}
.franchisee td h2 {
  text-align:left;
  font-size:16px;
}
.franchisee ul {
  width:300px;
}
.franchisee .apply a {
  margin:0 30px;
}


/* =============================================================================
   Comments
   ========================================================================== */
#comments {
  float:left;
  width:700px;
  margin:20px 0 0;
  border-top:1px solid #eaeaea;
  padding:15px 0 0;
}
.commentlist {
  margin:0;
  padding:0;
  list-style:none;
}
article.comment {
  position:relative;
  margin:20px 0;
  padding:0 0 0 88px;
}
#comments .children {
  padding:0 0 0 88px;
}
.avatar-box,
.avatar-box-bg {
  position:absolute;
  top:0;
  left:0;
}
.avatar-box-bg {
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inner 0 0 5px #888;
  width:62px;
  height:62px;
}
.comment-author {
  padding:0 0 5px;
}
#comments .fn {
  margin-right:8px;
}
#comments .fn,
#comments .fn a {
  text-decoration:none;
  font-weight:bold;
  color:#044e99;
}
#comments .fn a:hover {
  text-decoration:underline;
}
#comments .time,
#comments time {
  font-size:12px;
  color:#999;
  font-style:italic;
  text-decoration:none;
}
#comments .time:hover {
  text-decoration:underline;
}
#comments p {
  margin:0;
  line-height:19px;
  padding:0 0 8px;
}
.comment-reply-link {
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
}
.comment-reply-link:hover {
  text-decoration:underline;
}
.comment-awaiting-moderation {
  color:#c00;
}
#comments .edit-link {
  margin:0 0 0 10px;
  font-size:11px;
}
.comment-edit-link {
  text-decoration:none;
}
.comment-edit-link:hover {
  text-decoration:underline;
}
#respond {
  margin:20px 0 0;
  border-top:1px solid #eaeaea;
  padding:15px 0 0;
}
#reply-title {
  font-weight:bold;
  padding:0 0 5px;
}
#reply-title #cancel-comment-reply-link {
  margin-left:10px;
}
.logged-in-as a {
  text-decoration:none;
}
.logged-in-as a:hover {
  text-decoration:underline;
}
#commentform p label {
  font-weight:bold;
  display:block;
  padding:0 0 3px;
}
#commentform #comment {
  width:500px;
}
#commentform .required {
  margin-left:3px;
}
#commentform .form-submit {
  padding:5px 0 0;
}
#commentform #submit {
  background: #222;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  border:1px solid #D9C62A;
  background-color: #FFE931;
  color:#555;
}