/* CSS for  Xpress MedCare: Urgent care facility in Silver Spring Maryland*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #3b2512;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	background: url('http://www.dcweddinghair.com/dev/images/bg-header.gif') top center no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #fde3ea;
}


/* Global Styles */

a, a:link { color: #66963a; text-decoration: underline; }
a:hover { color: #a0c23a; text-decoration: none; }
#left-content h1 { 
	margin-top: 4px; 
	color: #E91D5A;
	font-size: 2em;
	padding: 6px 10px 6px 10px;
	margin: 0 0 20px 0;
	text-align: left;	
	letter-spacing: 1px;
	background-color: none;
	border-bottom: none;

}
h1 {
	font-size: 2em;
	padding: 6px 10px 6px 10px;
	margin: 0 0 20px 0;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
	background-color: #c6a388;
	border-bottom: 5px solid #996633;
}

h2 {
	color: #996633;
	font-size: 1.4em;
}
h3 {
	color: #66963a;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
}
h4 {
	color: #66963a;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
}
table { border-collapse: collapse; } /* Removes all padding and spacing from table cells */
input, select, option { padding: 2px; }
ul, ol {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: normal;
}
li { margin: 0 0 10px 0; padding: 0; line-height: 1.4em; }
p { margin: 0 0 15px 0; padding: 0; }
blockquote {
  margin: 0 0 15px 0;
  padding: 15px 15px 0 15px;
  line-height: normal;
  font-style: italic;
  color: #66963a;
  border: 1px solid #98c8cf;
	background: url('http://www.dcweddinghair.com/dev/images/img-grey-gradient.gif') top repeat-x;
}
blockquote p { padding: 0 0 15px 0; margin: 0; }

table { width: 100%; border-collapse: collapse; }
table th {
  padding: 3px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #CCCCCC;
}
table td { padding: 3px; }

small { font-size: .79em; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b, .bold { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .79em; }
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

img { border: 0; }
img.l { margin: 0 10px 0 0; border: 3px solid #c0c0c0; }
img.r { margin: 0 0 0 10px; border: 3px solid #c0c0c0; }

.email_confirm, .hide, .hideme { display: none; }


/* Site Colors */

.light-green { color: #99cccc; }
.dark-green { color: #000033; }
.green { color: #66963a; }
.blue { color: #66963a; }
/*.blue { color: #4d7bb8; }*/
.light-blue { color: #99cccc; }
.purple { color: #006699; } /* bright blue #006699 */ 
.gray, .grey { color: #666666; }
.light-gray, .light-grey { color: #e5dfd5; }
.red { color: #cc0000; }
.black { color: #000000; }
.tan { color: #d9c794; }
.pink { color: #ff3333; } /*bright red*/












/* Navigation */

#nav { 
	clear: both;
	height: 31px;
	border-top: 1px solid #fde3ea;
	border-bottom: 1px solid #fde3ea;
	background: url('http://www.dcweddinghair.com/dev/images/img-grey-nav.gif') top left repeat-x;
	z-index: 5;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	width: auto; /* width needed or else Opera goes nuts */
	background: url('http://www.dcweddinghair.com/dev/images/img-faded-line.gif') right no-repeat;
}
#nav ul li.last { background: none; }

#nav ul li a {
	display: block;
	width: auto;
	padding: 9px 20px 8px 20px;
	color: #66963a;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li#active a,
#nav ul li a:hover { color: #a0c23a; } 

#nav ul li ul { /* second-level lists */
	position: absolute;
	background: none;
	margin: 0;
	padding: 0;
	width: 180px;
	left: -999em;
}
#nav ul li ul li { 
	margin: 0; 
	padding: 0;
	font-size: .89em;
	text-align: left;
	background: none;
}
#nav ul li ul li a { 
	width: 170px;
	margin: 0; 
	padding: 5px;
	color: #FFFFFF;
	background-color: #f06687;
}
#nav ul li ul li a:hover { background-color: #eb1a5a; color: #FFFFFF; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* Layout */

#wrap {
	width: 968px;
	text-align: center;
	margin: 0 auto;
}

#header { 
	height: 70px;
	text-align: left;
}
	#header #logo {
		position: absolute;
		margin: 15px 0 0 17px;
	}
	#header .r {
		padding: 15px 25px 0 0;
		text-align: right;
		color: #66963a;
		letter-spacing: -1px;
		vertical-align: middle;
	}
	
	/*#find-location a{
		display: block;
		height: 31px;
		text-indent: -9999px;
	}
	
	#find-location li{
		list-style:none; float: right;
	}
	
	#find-location li.location a{
	width: 200px;
	background-image: url('http://www.dcweddinghair.com/dev/images/img-rollover.png');
	background-repeat: no-repeat;
}
	
	#find-location li.location a:hover{background:url('http://www.dcweddinghair.com/dev/images/img-rollover.png') no-repeat 0 -31px;}*/



#header-wrap {
	top: 0px;
	height: 351px;
	width: 100%;
	margin: 0;
/*background: url(http://www.dcweddinghair.com/dev/images/bg-heading-wrap.gif) top left repeat-x;
*/
	z-index: 1;
}
/*	
	#header-wrap #right {
	width: 50%;
	float: right;
	background: url('http://www.dcweddinghair.com/dev/images/bg-heading-right.gif') top right repeat-x;
	z-index: 1;
	}
	#header-wrap #left {
	width: 50%;
	float: left;
	background: url('http://www.dcweddinghair.com/dev/images/bg-heading-wrap.gif') top left repeat-x;
	z-index: 1;
}*/

#banner {
	clear: both;
	width: 964px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 4;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: thin;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #fde3ea;
}
#banner p { 
	padding: 25px 20px 0 540px; 
	margin: 0 15px 10px 0;
	background: url('http://www.dcweddinghair.com/dev/images/img-r-quotation.png') bottom right no-repeat; 
}
#banner p span {
	display: block; 
	padding: 10px 0 0 50px;
	background: url('http://www.dcweddinghair.com/dev/images/img-l-quotation.png') top left no-repeat; 
}

#banner strong { font-size: 1.2em; }
#banner .small { font-size: .89em; } 

#banner.home { /*height: 289px;*/ height: 246px; background-image: url('http://www.dcweddinghair.com/dev/images/banner-bg-img.jpg'); }

#banner.interior { 
	height: 246px;
}
/*
#banner.about-us { background-image: url('http://www.dcweddinghair.com/dev/images/banner/about-us.jpg'); }
#banner.career-center { background-image: url('http://www.dcweddinghair.com/dev/images/banner/career-center.jpg'); }
#banner.contact-us { background-image: url('http://www.dcweddinghair.com/dev/images/banner/contact-us.jpg'); }
#banner.default { background-image: url('http://www.dcweddinghair.com/dev/images/banner/default.jpg'); }
#banner.employer-services { background-image: url('http://www.dcweddinghair.com/dev/images/banner/employer-services.jpg'); }
#banner.faqs { background-image: url('http://www.dcweddinghair.com/dev/images/banner/faqs.jpg'); }
#banner.home { background-image: url('http://www.dcweddinghair.com/dev/images/banner/home.jpg'); }
#banner.in-the-news { background-image: url('http://www.dcweddinghair.com/dev/images/banner/in-the-news.jpg'); }

#banner div { padding-right: 45px; line-height: 1.4em; }*/

#buttons {
	height: 175px;
	background: url('http://www.dcweddinghair.com/dev/images/bg-boxes.gif') bottom repeat-x #3b2512;
	border-top: 1px solid #3b2512;
	border-bottom: 3px solid #3b2512;
}

.button-block {
	float: left;
	text-align: left;
}
.button-block h2 { color: #FFFFFF; margin: 10px 0 5px 10px; }

#special-services.button-block strong { 
  display: block; 
  margin-bottom: 2px;
  padding-bottom: 2px;  
  border-bottom: 1px solid #f9e8da;
}

.button-block#learn-more {
	width: 262px;
	height: 175px;
	font-size: 1.1em;
	font-weight: bold;
}
.button-block#learn-more p.why-see-us { padding: 25px 20px 0 70px; text-align: center; }
.button-block#learn-more strong {
	color: #FFFFFF;
	font-size: 1.4em;
}
.button-block#learn-more strong.x-large { font-size: 1.6em; }
.button-block#learn-more a.learn-more-link { 
  display: block;
  height: 150px;
	padding: 25px 25px 0 75px;
  text-decoration: none;
  color: #ccff99;
}
.button-block#learn-more a.why-see-us { 
  display: block;
  height: 150px;
	padding: 25px 25px 0 75px;
  text-decoration: none;
  color: #996633;
  text-align: center;
}
.button-block#learn-more span.book-now {
	display: block;
	float: left; 
	margin: 2px 0 0 1px;
	width: 130px;
	height: 20px;
	color:#f9e8da;
}

.button-block#learn-more span.why-see-us{
	display: block;
	float: right; 
	margin: 45px -10px 0 0;
	width: 112px;
	height: 29px;
	background: url('http://www.dcweddinghair.com/dev/images/button-why-see-us.png') top left no-repeat;
}
.button-block#learn-more span.why-see-us:hover { background-position: bottom left; }

.button-block#special-services {
	float: left;
	width: 432px;
	height: 175px;
	border-left: 1px solid #f9e8da;
	border-right: 1px solid #f9e8da;
	background: url('http://www.dcweddinghair.com/dev/images/img-promo.jpg') top left no-repeat;
}
.button-block#special-services a {
	display: block;
	width: 113px;
	padding: 65px 15px 0 15px;
	float: left;
	color: #ccff99;
	font-size: 1.1em;
	text-decoration: none;
	line-height: normal;
}
.button-block#special-services a strong { font-size: 1em; }
.button-block#special-services a:hover { color: #ffffff; }

a.keratin {	background: url('http://www.dcweddinghair.com/dev/data/thumbnails/bkt5beforetreatment.png') top center no-repeat; }
a.physicals { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; 
background: url('http://www.dcweddinghair.com/dev/data/thumbnails/bridalwavyhairstyle.png') top center no-repeat; }
a.employer-services {	background: url('http://www.dcweddinghair.com/dev/data/thumbnails/washingtonianbride.png') top center no-repeat; }

.button-block#physicals {
	float: left; 
	width: 262px;
	color: #FFFFFF;
}
.button-block#employer-services p { padding: 10px 0 0 10px; font-size: 1.1em; }
.button-block#employer-services a.learn-more {
	display: block;
	float: right; 
	width: 132px;
	height: 128px;
	background: url('http://www.dcweddinghair.com/dev/images/button-folder-learn-more.png') top left no-repeat;
}
.button-block#employer-services a.learn-more:hover { background-position: bottom left; }

.button-block#fran-buttons {
	float: left;
	width: 432px;
	height: 175px;
	border-left: 1px solid #f9e8da;
	border-right: 1px solid #f9e8da;
	background: url('http://www.dcweddinghair.com/dev/images/bg-middle-box.jpg') top left no-repeat;
}
.button-block#fran-buttons a {
	display: block;
	width: 113px;
	margin-top: 10px;
	padding: 0 15px 0 15px;
	float: left;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	line-height: normal;
}
.button-block#fran-buttons a strong { 
  display: block; 
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #aacfd7; 
}
.button-block#fran-buttons a:hover { color: #aacfd7; }
.button-block#fran-buttons h2 { color: #FFFFFF; margin: 0 0 80px 0; }
a.take-pride {	background: url('http://www.dcweddinghair.com/dev/images/icon-doctors.png') center top no-repeat; }
a.save-time {	border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; background: url('http://www.dcweddinghair.com/dev/images/icon-clipboard.png') center top no-repeat; }
a.get-directions {	background: url('http://www.dcweddinghair.com/dev/images/icon-america-arrow.png') center top no-repeat; }

.button-block#hair-news {
	float: left; 
	width: 262px;
}
.button-block#hair-news a.more-locations { float: left; margin-left: 17px; }
a.more-locations {
	display: block;
	width: 229px;
	height: 136px;	
	background: url('http://www.dcweddinghair.com/dev/images/more-locations.png') top left no-repeat;
}
a.more-locations:hover { background-position: bottom left; }

#content {
	clear: both;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.8em;
	border-top: 10px solid #FFFFFF;
	border-bottom: 25px solid #FFFFFF;
}

#left-content {
	float: left;
	padding-left: 33px;
	width: 585px;
}
	#left-content h2 {
		color: #996633;
		font-size: 1.4em;
		padding: 0 0 8px 0;
		margin: 0 0 20px -18px;
		position: relative;
		border-bottom: 1px solid #f9e8da;
	}
	#left-content h3 {
		color: #66963a;
		font-size: 1.2em;
		padding: 0;
		margin: 0 0 10px 0;
	}
	
.content-box {
	float: left;
  width: 600px;
	margin: 0 0 15px -17px;
	color: #66963a;
  font-size: 1.1em;
  border-top: 1px solid #ccff99;
	background: url(../images/img-lime-gradient.gif) top repeat-x;
}
	.content-box ul {
	float: left;
	width: 170px;
	padding: 10px;
	font-size: .89em;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	}
	.content-box ul li {
		width: 150px;
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
		line-height: normal;
		font-weight: bold;
		background: url(../images/img-pink-right.png) 0px 4px no-repeat;
	}
  .content-box p { padding-left: 20px; }

#right-content {
	float: left;
	margin: 4px 0 0 10px;
	width: 325px;
	line-height: 1.4em;
}
#right-content h2 {
	height: 29px;
	width: 325px;
	margin: 0;
	padding: 0;
	color: #66963a;
	font-size: 1.4em;
	background: url('http://www.dcweddinghair.com/dev/images/img-heading7.png') top left no-repeat;
}
#right-content h2 span { display: block; padding: 7px 0 0 35px; }
#right-content h2 a { color: #66963a; text-decoration: none; }
#right-content h2 a:hover { color: #a0c23a; text-decoration: none; }

.right-block {
	margin: 0 15px 15px 15px;
	padding: 15px 30px 15px 30px;
	background: url('http://www.dcweddinghair.com/dev/images/img-grey-gradient.gif') top repeat-x;
}
.right-block#right-news { line-height: normal; }
.right-block#right-news a {
	text-decoration: none;
	font-size: .89em;
}
.right-block#right-news a:hover { text-decoration: underline; }
.right-block#right-find-a-center { background-image: url('http://www.dcweddinghair.com/dev/images/bg-dark-green-gradient.gif'); }
.right-block#accept-insurance { background-image: url('http://www.dcweddinghair.com/dev/images/bg-dark-green-gradient.gif'); }

.right-block#accept-insurance a.learn-more-insurance {
	display: block;
	float: right; 
	width: 138px;
	height: 123px;
	background: url('http://www.dcweddinghair.com/dev/images/learn-more-insurance.png') top left no-repeat;
}
.right-block#accept-insurance a.learn-more-insurance:hover { background-position: bottom left; }
.right-block#accept-insurance p { margin-right: 140px; font-size: .89em; }

.right-block#testimonials h3 {
  margin: 0;
  padding: 0;
}
.right-block#testimonials h4 {
  margin: 0;
  padding: 0;
}
.right-block#testimonials p {
  margin: 0 0 8px 0;
  padding: 0;
}

.right-block#right-services h3 { font-size: .89em; margin: 0; padding: 0; }
.right-block#right-services img.l { border: 0; margin-top: 3px; }

a.readmore {
	display: block;
	font-weight: bold;
	text-align: right;
	color: #666666;
	text-decoration: none; 
}
a.readmore span { padding-left: 3px; text-decoration: underline; color: #006699; }
a.readmore:hover span { text-decoration: none; color: #666666; }

#bwm-copy { }


#UserAdminLoginForm .input,
#UserAdminLoginForm .submit  { clear: both; padding-top: 10px; line-height: 1em; background-color: none;}
#UserAdminLoginForm label {
  float: left;
  width: 80px;
  font-weight: bold;
  line-height: 1em;
}
#UserAdminLoginForm input {
  float: left;
  color: #628bc1;
  margin: 0;
  line-height: normal;
  border: 1px solid #c0c0c0;
}
#UserAdminLoginForm label {
  float: left;
  width: 80px;
  font-weight: bold;
  line-height: 1em;
}

#UserAdminLoginForm  .submit input {
  width: 112px;
  height: 29px;
  margin: 10px 0 15px 80px;
  border: 0;
  font-weight: bold;
  color: #6a1d68;
  background: url('http://www.dcweddinghair.com/dev/images/button.gif') top left no-repeat;
}

#search-form label {
  float: left;
  width: 80px;
  font-weight: bold;
  line-height: 1em;
}
#search-form input,
#search-form textarea,
#search-form select {
  float: left;
  color: #628bc1;
  margin: 0;
  line-height: normal;
  border: 1px solid #c0c0c0;
}
#search-form select { padding: 0; }

#search-form .input,
#search-form .submit  { clear: both; padding-top: 10px; line-height: 1em; }
#search-form input.submit {
  width: 112px;
  height: 29px;
  margin: 0 0 0 80px;
  border: 0;
  font-weight: bold;
  color: #6a1d68;
  background: url(http://www.dcweddinghair.com/images/button-green-submit.png) top left no-repeat;
}

#styled-form { border: 1px solid #98c8cf; padding: 5px; }
#styled-form label {
  float: left;
  width: 300px;
	margin-right: 10px;
  font-weight: bold;
  line-height: normal;
}

#styled-form .input { 
  clear: both; 
  padding: 5px; 
  margin: 0 0 5px 0;
	background: #EFF3F6;
}

#styled-form input,
#styled-form textarea,
#styled-form select {
  color: #628bc1;
  margin: 0;
  line-height: normal;
  border: 1px solid #c0c0c0;
}
#styled-form input { width: 240px; }
#styled-form textarea { width: 560px; }
#styled-form select { width: 100px; }

#styled-form select#ContactPosition { width: 200px; }

#styled-form select#TravelDateOfBirthMonth { width: 110px; }
#styled-form select#TravelDateOfBirthDay { width: 55px; }
#styled-form select#TravelDateOfBirthYear { width: 75px; }

#styled-form .input.error { color: #cc0000; }
#styled-form input.form-error,
#styled-form textarea.form-error { border: 1px solid #cc0000; }
#styled-form .error-message { color: #cc0000; clear: both; padding: 0 0 10px 100px; } 

#styled-form .submit input {
  width: 112px;
  height: 29px;
  margin-top: 15px;
  border: 0;
  font-weight: bold;
  color: #6a1d68;
  background: url('http://www.dcweddinghair.com/dev/images/button.gif') top left no-repeat;
}

#styled-form .input.textarea label { float: none; display: block; width: auto; padding-bottom: 5px; }
#styled-form .input.textarea textarea { float: none; }

#styled-form.travel-form label {
  float: left;
  width: 200px;
  font-weight: bold;
}

.search-result {
  margin: 0 10px 10px 0;
  padding: 10px;
  line-height: normal;
  border-top: 1px solid #CCCCCC;
}
.search-result a { font-weight: bold; font-size: 1.1em; }


#admin-page  #right-content {
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  margin-bottom: 15px;
  /*background: url('http://www.dcweddinghair.com/dev/images/bg-admin-right.gif') top left repeat-y;*/
}
#admin-page  #right-content p { padding: 10px; margin: 0; }
#right-content ul.actions {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}
#right-content ul.actions li {
  width: 300px;
  margin: 0;
  padding: 0;
}
#right-content ul.actions li a{
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.1em;
  border: 1px solid #EEEEEE;
}
#right-content ul.actions li a:hover{ 
  margin-left: -1px;
  padding-left: 11px;
  background-color: #FFFFFF; 
  border-top: 1px solid #CCCCCC; 
  border-bottom: 1px solid #CCCCCC; 
  border-right: 1px solid #CCCCCC; 
  border-left: 1px solid #FFFFFF; 
}

ul.vacines-list {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul.vacines-list li {
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
		line-height: normal;
		font-weight: bold;
    background: url('http://www.dcweddinghair.com/dev/images/bullet-plus.gif') 0px 3px no-repeat;
}
fieldset { margin: 0 0 15px 0; border: 0; }

fieldset legend {
	color: #92278f;
	font-size: 1.4em;
  padding: 5px;
  font-weight: bold;
}
fieldset label {
  float: left;
  width: 150px;
  padding-right: 10px;
  line-height: normal;
  font-weight: bold;
}
fieldset .input { 
  clear: both; 
  padding-top: 10px; 
}
fieldset .input.checkbox label{ margin-left: 10px; } 
fieldset input,
fieldset textarea,
fieldset select{ 
  float: left; 
  color: #628bc1;
  border: 1px solid #c0c0c0;
}

fieldset #mce label {
  float: none;
  padding-bottom: 10px;
  line-height: normal;
  font-weight: bold;
}
fieldset #mce input,
fieldset #mce textarea,
fieldset #mce select{ 
  float: none; 
}
#left-content form { margin-bottom: 15px; }

#left-content ul.actions{
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#left-content ul.actions li {
  margin: 0;
  padding: 0;
}
#left-content ul.actions li a {
  margin: 0 0 15px 0;
  padding: 5px;
  display: block;
  width: 250px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #000033; 
  background-color: #006699;
}
#left-content ul.actions li a:hover {
  background-color: #66963a;
}
input.cancel { display: none; }

#flashMessage.message { color: #66963a; font-weight: bold; border-bottom: 2px solid #66963a; margin-bottom: 15px; }

.paging { width: 300px; text-align: center; margin: 0 auto; padding: 10px 0 10px 0; }
.paging div { display: inline; }

.franchise-image { text-align: left; float: left; width: 210px; }
.franchise-image  p { margin: 0; padding: 0 0 5px 0; }
.franchise-image img { border: 3px solid #c0c0c0; }

dl { 

}
dt {
  clear: both;
  float: left;
  font-weight: bold;
  width: 120px;
  padding: 3px;
  margin: 0 0 10px 0;
}
dd{
  float: left;  
  padding: 3px;
  width: 450px;
  margin: 0 0 10px 0;
}

#map_canvas { border: 5px solid #66963a; margin: 0 auto; }

table#current-openings,
table#search-results {
  border-collapse: collapse;
  line-height: normal;
  margin: 0 0 25px 0;
  width: 100%;
}
table#current-openings th,
table#search-results th { 
  vertical-align: bottom; 
  padding: 4px; 
  color: #000033; 
  border-bottom: 1px solid #99cccc; 
}
table#current-openings td,
table#search-results td { 
  vertical-align: top; 
  padding: 4px 4px 6px 4px; 
}
table tr.even { background: url('http://www.dcweddinghair.com/dev/images/bg-gray-gradient.gif') top left repeat-x; }
table tr.odd { background: none; }

table#current-openings td.position { font-weight: bold; width: 120px; color: #66963a; }
table#current-openings td.type { width: 70px; }
table#current-openings td.location { width: 150px; }
table#current-openings td.description {  }

table#search-results td.location { font-weight: bold; width: 120px; color: #66963a; }
table#search-results td.address { width: 220px; }
table#search-results td.phone { width: 120px; }
table#search-results td.distance { width: 100px; }

#footer {
	clear: both;
	height: 85px;
	text-align: left;
	color: #3b2512;
	border-top: 1px solid #c6a388;
}
#copyright {
	float: left;
	color: #3b2512;
}

#disclaimer {
	text-align: left;
	color: #c6a388;
}

#disclaimer p {
	margin:0;
	padding:0;
}
	
#footer ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-right: 1px solid #c6a388;
}
#footer ul li a {
	color: #3b2512;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #996633;
	text-decoration: underline;
}
#footer ul li.last { border-right: 0; }

#footer a.mbh { color: #996633; text-decoration: none; }
#footer a.mbh:hover { color: #eb1a5a; text-decoration: underline; }
.review {
	line-height: 1em;
	font-weight: bold;
	color: #f06687;
	float: right;
	margin-right: 15px;
}
.hotpink {
	color: #eb1a5a;
}
.icon {
	height: 16px;
	width: 16px;
}
.rt-promo-review {
	font-size: .95em;
	font-style: oblique;
	line-height: 0.85em;
	color: #eb1a5a;
	clear: left;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fde3ea;
	width: 230px;
	text-align: right;
}
#right-content ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: auto;
}
#right-content ul li {
	background-repeat: no-repeat;
	background-position: -2px;
	padding-left: 15px;
}
ul .icon-email {
	background-image: url(../images/icons/icon-email.png);
}

ul .icon-chat {
	background-image: url(../images/icons/icon-chat.png);
}
