/* ---------------------------------------------------------------

Title:    Bradley Blair, DDS
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     13 JULY 2009

© COPYRIGHT 2008, PRACTICE CAFE, LLC | ALL RIGHTS RESERVED
--------------------------------------------------------------- */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	min-width: 980px;
	border-top: 10px solid #FFFFFF;
}

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-top.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
}

#wrapper {
	width: 960px;
	height: 218px;
	margin: 0 auto;
	text-align: right;
}

/* ADDRESS: This is for the address info */

#appointment {
	display: block;
	float: right;
	width: 600px;
	padding-right: 48px;
	margin-top: 25px;
}

#appointment a {
	float: right;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 11px;
	color: #B4C1DA;
	font-weight: bold;
	text-decoration: none;
}

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

/* LOGO */

#logo {
	display: block;
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width: 184px;
	height: 123px;
	margin-left: 20px;
	margin-top: 35px;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width: 184px;
	height: 123px;
}

#logo a:hover {
}

#logo a span {
	visibility: hidden;
}

/* PHONE NUMBER */

#phone {
	width: 400px;
	float: right;
	margin-top: 30px;
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: right;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #0C965E;  
}

#phone .number {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 1px;
	color: #136FAA;
}

/* BRANDING: This is the different header images */

#banner {
	float: left;
	background: url(../Headers/rotator.php) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	border: 5px solid #F3F5F7;
}

#banner1 {
	float: left;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	border: 5px solid #F3F5F7;
}

#banner2 {
	float: left;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	border: 5px solid #F3F5F7;
}

#banner3 {
	float: left;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 5px solid #F3F5F7;
}

#banner4 {
	float: left;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	border: 5px solid #F3F5F7;
}

#banner5 {
	float: left;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	border: 5px solid #F3F5F7;
}

#banner6 {
	float: left;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 5px solid #F3F5F7;
}

#banner7 {
	float: left;
	background: url(../Headers/header7.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	border: 5px solid #F3F5F7;
}

#banner8 {
	float: left;
	background: url(../Headers/header8.jpg) no-repeat center top;
	width: 620px;
	height:249px;
	margin-left: 30px;
	border: 5px solid #F3F5F7;
}

/* HORIZONTAL DROP DOWN MENU */

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
	width: 960px;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	list-style: none;
}

#sddm li a {	
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 10px 15px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #B39C5C;
	border-right: 1px solid #B39C5C;
}

#sddm li a:hover {	
	text-decoration: none;
	background: url(../images/menu_r.jpg);
	color: #D8C9A6;
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #056336;
	border-left: 1px solid #B39C5C;
	border-bottom: 1px solid #B39C5C;
}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #000000;
	
	font-weight: normal;
	color: #B39C5C;
	border-bottom: 1px solid #B39C5C;
}

#sddm div a:hover {
	background: #711701;
	color: #D8C9A6;
	text-decoration: none;
}

#home #sddm .home a,
#about #sddm .about a,
#meet-murphey #sddm .meet-murphey a,
#services #sddm .services a,
#advanced #sddm .advanced a,
#visit #sddm .visit a,
#payment #sddm .payment a,
#smile #sddm .smile a,
#testimonials #sddm .testimonials a,
#contact #sddm .contact a {
	background: url(../images/menu_r.jpg);
	color: #C3A957;
	cursor: default;
	font-weight: bold;
}


/* HORIZONTAL FOOTER NAVIGATION MENU */

#horNav {
	float: left;
	padding: 0;
	margin-top: 15px;
	width: 960px;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 960px;
	float: left;
}

#horNav ul a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding: 8px 10px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FBFBF9;
	border-left: 1px solid #D5CEB8;
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	text-decoration: none;
	background: #382E8F;
	color: #FFFFFF;
	font-weight: bold;
}

#horNav ul a:active {
	text-decoration: none;
}

#horNav ul .first a {
	border-left: hidden;
}

#horNav li #first {
	border-left-width: 1em;
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#advanced #horNav .advanced a,
#six #horNav .six a,
#visit #horNav .visit a,
#faq #horNav .faq a,
#links #horNav .links a,
#smile #horNav .smile a,
#contact #horNav .contact a {
	text-decoration: none;
	line-height: 15px;
	background: #FFFFFF;
	color: #382E8F;
	font-weight: bold;
}


/* HORIZONTAL FOOTER NAVIGATION MENU */

#footerNav {
	float: left;
	padding: 0;
	margin-top: 12px;
	width: 950px;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 950px;
	float: left;
}

#footerNav ul a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding: 8px 10px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #CCCCCC;
	border-left: 1px solid #E2E2E2;
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	text-decoration: none;
	background: #F3F5F7;
	color: #7294C0;
	font-weight: bold;
}

#footerNav ul a:active {
	text-decoration: none;
}

#footerNav ul .first a {
	border-left: hidden;
}

#footerNav li #first {
	border-left-width: 1em;
}

#home #footerNav .home a,
#about #footerNav .about a,
#services #footerNav .services a,
#advanced #footerNav .advanced a,
#six #footerNav .six a,
#visit #footerNav .visit a,
#faq #footerNav .faq a,
#links #footerNav .links a,
#smile #footerNav .smile a,
#contact #footerNav .contact a {
	text-decoration: none;
	background: #F3F5F7;
	color: #7294C0;
	font-weight: bold;
}

/* CONTENT BACKGROUND */

#contentbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-content.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 660px;
	float: left;
	text-align: left;
}

#content h1 {
	margin-left: 30px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #0C965E;
	text-shadow: #D5CEB8 0px 2px 3px;
}

#content h2 {
	margin-left: 30px;
	margin-right: 8px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #382E8F;
	border-bottom: 1px solid #8ABC98;
}

#content h2 .job-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	color: #711701;
}

#content h3 {
	margin-left: 30px;
	margin-right: 8px;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #0C965E;
	text-shadow: #D5CEB8 0px 2px 3px;
	border-top: 1px dotted #8ABC98;
	border-bottom: 1px dotted #8ABC98;
}

#content p {
	padding-left: 30px;
	padding-right: 0;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

#content .map-details {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #136FAA;
}

#content img {
	color: #F3F5F7;
	border-color: #F3F5F7;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* -------------------------------------------------- */

#content ul {
	margin-left: 30px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#content li {
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	list-style: none;
	display: block;
	padding-left: 2em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #136FAA;
	border-bottom: 1px dotted #8ABC98;
}

/* ------------( COLUMNS )------------ */

#column-right {
	width: 230px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background: #F2F4F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #0C965E;
}

#column-right p {
	margin: 0;
	padding: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #382E8F;
	
}

/* NEW PATIENT FORMS BUTTON */

#forms-button {
	display: block;
	background: url(../images/forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 53px;
	margin: 0;
	padding: 0;
}

#forms-button a {
	background: url(../images/forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 53px;
	padding: 0;
	margin: 0;
}

#forms-button a:hover {
	background: url(../images/forms2.jpg) no-repeat center top;
}

#forms-button a span {
	visibility: hidden;
}

/* FAQ CONTENT */

#faq-content {
	width: 650px;
	float: left;
	margin-top: 0;
	padding-left: 30px;
	text-align: left;
}

#faq-content h1 {
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #0C965E;
	text-shadow: #D5CEB8 0px 2px 3px;
}

#faq-content p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #48311A;
}

#faq-content p .normal {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #48311A;
}


/* SMILE GALLERY */

.smile-gallery {
	margin-left: 30px;
	margin-bottom: 15px;
	padding: 10px;
	float: left;
	width: 270px;
	font-size: 14px;
	color: #711701;
	border: 1px solid #8ABC98;
}

#content .smile-gallery p {
	padding-left: 0;
	padding-right: 0;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

/* FEATURES */

.feature {
	float: left;
	margin-left: 20px;
	font-size: 14px;
}

#feature2 {
	float: left;
	margin-left: 25px;
}

/* BLOCK QUOTE */

blockquote {
	margin-left: 20px;
	width: 440px;
	padding: 20px;
	background: #E3D8BF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #711701;
	border: 1px solid #B39C5C;
}


/* SLIDESHOW */
	
#slideshow {
	float: left;
	width: 620px;
	height: 413px;
	margin-left: 30px;
	text-align: left;
	border: 5px solid #F3F5F7;
}


/* SIDE LIST */

#sidelist {
	width: 230px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: left; 
}

#sidelist ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
}

#sidelist li {
	width: 215px;
	list-style: none;
	display: block;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	color: #0C965E;
	border-bottom: 1px solid #D5CEB8;
}

#sidelist li .details{
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #136FAA;
}

#sidelist .dark {
	display: block;
	background-color: #FBE89A;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #D5CEB8;
	border-bottom: 1px solid #D5CEB8;
}

#sidelist p {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #382E8F;
}

#sidelist h1 {
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	background: #136FAA;
	color: #F3F5F7;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sidelist h2 {
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	background: #0C965E;
	color: #F3F5F7;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sidelist h3 {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #382E8F;
}

#sidelist h1 em {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #007383;
}

#sidelist .phone {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #6B3249;
}

#sidelist .floatlft {
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 10px;
}

/* LINKAGE */

#linkage {
	width: 620px;
	float: left;
	padding: 0;
	margin-left: 30px;
	text-align: left;
}

#linkage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#linkage ul a {
	list-style: none;
	display: block;
	width: 610px;
	height: 30px;
	line-height: 30px;
	color: #0C965E;
	font-style: italic;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	border-bottom: 1px dotted #8ABC98;
	
}

#linkage li {
	padding: 0;
	border: none;
	background: none;
}

#linkage ul a:hover {
	width: 610px;
	padding-left: 10px;
	background: #F3F5F7;
	color: #382E8F;
	font-weight: normal;
}

#linkage ul a:active {
	background-color: #9CC239;
	color: #FFFFFF;
}

html>body #linkage ul a {
	margin: auto;
}
	

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% "Times New Roman", Georgia, Times, serif;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #8ABC98;
	min-width: 980px;
}

/* ENDING FOOTER AREA */

#end {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 40px 0;
	padding-right: 10px;
	text-align: right;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 11px;
}

#sitemap {
	float: left;
	width: 580px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 13px;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 10px;
}

.floatrt {
	float: right;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0px;
	text-align: right;
}

.sign {
	width: 200px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#contactform {
	width: 420px;
	float: left;
	margin-left: 30px;
}

#contactform .normal {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #136FAA;
}

/* ------------( PHONE NUMBER ON CONTACT PAGE )------------ */

#phone-number {
	float: left;
	width: 225px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #0C965E; 
}

#phone-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
}

#phone-number .details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

/* ------------( FAX NUMBER ON CONTACT PAGE )------------ */

#fax-number {
	float: left;
	width: 225px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #0C965E; 
}

#fax-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
}

#fax-number .details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

/* ---------- LINKS ---------- */

/* NORMAL */

a:link {
	color: #0C965E;
	text-decoration: underline;
}
a:visited {
	color: #0C965E;
	text-decoration: underline;
}
a:hover {
	color: #382E8F;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* LINK2 */

a.link2:link {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 0;
	font-weight: normal;
	color: #0C965E;
	border: none;
	text-decoration: underline;
}
a.link2:visited {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 0;
	font-weight: normal;
	color: #0C965E;
	border: none;
	text-decoration: underline;
}
a.link2:hover {
	color: #000000;
	text-decoration: none;
}
a.link2:active {
	text-decoration: underline;
}

/* DESIGNED BY */

a.designer:link {
    font-family: "Times New Roman", Georgia, Times, serif;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
a.designer:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.designer:hover {
	color: #0C965E;
	text-decoration: underline;
}
a.designer:active {
	text-decoration: none;
}

/* IMAGE */

a.image:link {
   color: #FFFFFF;
	text-decoration: underline;
}
a.image:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.image:hover {
	color: #DAE0E8;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

a.image:link img {
	border: 5px solid #FFFFFF;
}

a.image:visited img {  
	border: 5px solid #FFFFFF;
}

a.image:hover img {  
	border: 5px solid #DAE0E8;
}