/*
---------------------------------------------------------------
Title:    Greg L. LaVecchia
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     01 OCTOBER 2008

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

/* CSS Document */

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

strong {
	font-weight: normal;
}

div.border {
	margin: 20px 0 20px 40px;
	border: 5px solid #C5CDC7;
	width: 560px;
	height: 360px;
}

div.border-video {
	margin: 20px 0 20px 20px;
	border: 5px solid #C5CDC7;
	width: 600px;
}

/* BRANDING BACKGROUND */

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

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

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

#address {
	float: left;
	width: 724px;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 33px;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

#phone {
	margin: 10px 0 10px 15px;
	padding: 5px 0;
	text-align: center;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #88a092;
	border-top: 1px solid #003C77;
	border-bottom: 1px solid #003C77;
}

#phone a {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #88a092;
	text-decoration: none;
}

#phone a:hover {
	color: #003C77;
}

/* LOGO */

#logo {
	float: left;
	background:
	width: 734px;
	height:105px;
	padding-left: 10px;
	margin: 0;
}

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

#branding {
	float: left;
	background: url(../Headers/rotator.php) no-repeat center top;
	width: 620px;
	height:130px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

#branding1 {
	float: left;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 620px;
	height:130px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

#branding2 {
	float: left;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 620px;
	height:130px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

#branding3 {
	float: left;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 620px;
	height:130px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

#branding4 {
	float: left;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 620px;
	height:130px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

#branding5 {
	float: left;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 620px;
	height:130px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

#branding6 {
	float: left;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 620px;
	height:130px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}

/* EMPTY SPACE */

#empty-space {
	float: left;
	width: 960px;
	height: 74px;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	padding: 0;
	text-align: left;
}

#nav {
	width: 960px;
	padding: 0;
	margin: 0;
	text-align: left;
}


#nav ul {	
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#nav a {
	text-decoration: none;
	display: block;
	padding: 8px 12px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #2A549E;
	border-left: 1px solid #2A549E;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	padding: 8px 12px;
	color: #00418A;
	background-color: #fff;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #86A093;
	background-color: #fff;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 7px;
	border-left: 1px solid #2A549E;
	border-bottom: 1px solid #2A549E;
}

#nav li li a:hover {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-color: #E6E6F1;
	color: #00418A;
	text-decoration: none; 
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	list-style: none;
}

#dropdown li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	
	width: 130px;
	font-weight: normal;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
	background-color: #E6E6F1;
	color: #00418A;
}

#current #nav .current a {
	color: #00418A;
	background-color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* HEADLINE BACKGROUND */

#headlinebg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg2.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
	border-top: 5px solid #86A093;
	border-bottom: 5px solid #86A093;
}

/* HEADLINE WRAPPER */

#headlinewrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

/* HEADLINE */

#headline {
	width: 960px;
	float: left;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #FFFFFF;
}


/* CONTENT BACKGROUND */

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

/* CONTENT WRAPPER */

#contentwrapper {
	width: 959px;
	margin: 0 auto;
	text-align: right;
	font-family:
}

/* CONTENT */

#content {
	width: 640px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#content h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	color: #003C77;
}

#content h2 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #D56800;
	border-bottom: 1px solid #88a092;
}

#content h3 {
	margin-left: 20px;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #003C77;
	border-top: 1px solid #C5CDC7;
	border-bottom: 1px solid #C5CDC7;
}

#content h4 {
	margin-left: 20px;
	padding: 10px;
	background-color: #EAEDEB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #5a7967;
	border: 1px solid #C5CDC7;
}

#content h5 {
	margin-left: 20px;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #00418A;
	border-top: 1px solid #C5CDC7;
	border-bottom: 1px solid #C5CDC7;
}

#content p {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}

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

.normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}

.reg {
	font-size: .7em;
}

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

#content li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #00418A;
	border-bottom: 1px solid #c4cfc7;
}

#content .dark {
	display: block;
	background-color: #EAEDEB;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #00418A;
}

/* ----------( BLOCKQUOTE )---------- */

blockquote {
	margin: 0 0 20px 20px;
	padding: 10px;
	border: 1px dotted #86A093;
}

#content blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #00418A;
}

/* ----------( BUTON )---------- */

div.more-btn {
	float: left;
	margin: .5em 0 1em .5em;
	}
div.more-btn a {
	display: block;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #D56800;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	}
div.more-btn a:hover {
	border-color: #00418A;
	background-color: #00418A;
	text-decoration: none;
	}
	
div.side-btn {
	float: left;
	margin: 1em 0 1em 1em;
	}
div.side-btn a {
	display: block;
	width: 200px;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-style: italic;
	background: #D56800;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	}
div.side-btn a:hover {
	border-color: #00418A;
	background-color: #00418A;
	text-decoration: none;
	}
	
/* COSMETIC BUTTON */

div.btn {
	display: block;
	background: url(../images/btn-bg.jpg) no-repeat center top;
	float: left;
	width: 620px;
	height: 63px;
	padding: 0;
	margin: 0 0 10px 10px;
}

div.btn a {
	background: url(../images/btn-bg.jpg) no-repeat center top;
	float: left;
	padding: 18px 20px 0 100px;
	width: 500px;
	height: 63px;
	color: #FFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
}

div.btn a:hover {
	background: url(../images/btn-bg2.jpg) no-repeat center top;
}

div.btn a span {
	visibility: hidden;
}

/* NEWS */

#news {
	width: 550px;
	float: left;
	padding: 20px;
	margin-left: 20px;
	background: #FFFFCC;
	border: 10px solid #00418A;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#news h1 {
	padding: 3px 0;
	margin: 10px 0;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	color: #00418A;
}

#news p {
	padding-left: 0;
	padding-right: 0;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	
}

/* ACCORDIAN CONTENT */

#accordian-content {
	width: 640px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#accordian-content h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	color: #00418A;
}

#accordian-content p {
	padding-left: 30px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}

#accordian-content img {
	border-color: #C5CDC7;
	color: #C5CDC7;
}

#accordian-content .floatlft img {
	margin: 10px;
}

/* FAQ LINK */

a.faq-link:link, a.faq-link:visited {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
    color: #00418A;
	text-decoration: underline;
	border-bottom: none;
	padding: 0;
	display: inline;
}

a.faq-link:hover, a.faq-link:active {
	color: #808453;
	text-decoration: none;
	border-bottom: none;
}

/* FEATURES */

#feature {
	margin-right: 20px;
	float: right;
}

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

/* MAIN NAVIGATION MENU */

#links {
	width: 640px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#links h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 25px;
	line-height: 31px;
	font-weight: bold;
	color: #00418A;
}

#links p {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}

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

#links li a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 610px;
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	color: #00418A;
	border-bottom: 1px solid #C5CDC7;
}

#links li {
	padding-left: 10px;
	padding-right: 10px;
}

#links .dark {
	display: block;
	width: 610px;
	height: 30px;
	line-height: 29px;
	margin-left: 10px;
	padding-left: 0px;
	background-color: #EAEDEB;
}

#links ul a:hover {
	width: 615px;
	height: 30px;
	line-height: 29px;
	padding-left: 6px;
	background-color: #86A093;
	color: #FFFFFF;
}

#links ul a:active {
	background-color: #86A093;
	color: #FFFFFF;
}

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

/* SLIDESHOW */
	
.slideshow {
	width:300px;
	height:200px;
	padding: 0 10px 5px 0;
	margin: 0 0 0 20px;
	float: left;
	}


/* SIDE LIST */

#sidelist {
	width: 245px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	text-align: left;
	background: #EFEFF5; 
}

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

#sidelist ul a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #6B3249;
}

#sidelist li {
	list-style: none;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #00418A;
	border-bottom: 1px solid #fff;
}

#sidelist ul a:hover {
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #C3A957;
	color: #00418A;
}

#sidelist ul a:active {
	background-color: #B4D1ED;
	color: #000000;
}

#sidelist ul a:selected {
	background-color: #B4D1ED;
	color: #000000;
}

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

#sidelist .dark {
	display: block;
	background-color: #E4E4EA;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidelist p {
	padding-left: 0px;
	padding-right: 8px;
	margin-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #003C77;
}

#sidelist h1 {
	margin: 10px 0 0 20px;
	padding: 3px 8px 3px 5px;
	background-color: #01418b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidelist h2 {
	margin-left: 20px;
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #363064;
	border-bottom: 1px dotted #BBA000;
}

#sidelist .details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
	
/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #88a092;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	min-width: 980px;
	border-top: 5px solid #003C77;
}


/* ENDING FOOTER AREA */

#end {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sitemap {
	float: left;
	width: 450px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#designer-link {
	float: right;
	width: 300px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c4cfc7;
}

/* FOOTER NAVIGATION MENU */

div.footer-nav {
	width: 91px;
	float: left;
	margin: 20px 5px 0 0;
	padding: 0;
}

div.footer-nav h2 { 
	font-family: "Myriad Pro", lucida grande, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 2px 0;
	color: #003C77;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #003C77;
}

div.footer-nav h2 a {
	color: #003C77;
	text-decoration: none;
}

div.footer-nav h2 a:hover { 
	color: #fff;
}

div.footer-nav ul {
	width: 90px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.footer-nav ul a {
	font-family: "Myriad Pro", lucida grande, Helvetica, sans-serif;
	display: block;
	padding: 7px;
	color: #c4cfc7;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px dotted #c4cfc7;
	overflow: hidden;
	text-decoration: none;
	}
div.footer-nav ul a:hover {
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding: 0 10px 0 20px;
}

.floatlft-alt {
	float: left;
	padding: 20px 10px 0 20px;
}

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

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

.star {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #C92F2D;
}

#comment-form fieldset {
	margin: 0 0 15px 30px;
	border: none;
}

#comment-form fieldset label {
	display: block;
	margin: 0 0 8px 0;
	font-family: "Myriad Pro", lucida grande, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D56800;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 500px;
	padding: 5px;
	font-size: 1.2em;
	color: #00418A;
	border: none;
	background-color: #EFEFF5;
	border: 3px solid #CCCCE0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#comment-form fieldset textarea {
	height: 200px;
}

.message-text {
	display: block;
	width: 400px;
	padding: 10px;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B92616;
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	border: 3px solid #EFEFF5;
	outline: none;
}

#comment-form .form-input-button {
	width: 188px;
	height: 49px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border: none;
	color: #fff;
	text-shadow: 0px -1px 0px #374683;
	background: #00418A;
}

#comment-form .form-input-button:hover,
#comment-form .form-input-button:focus {
	background: #D56800;
}

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

#phone-number {
	float: left;
	width: 225px;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 20px;
	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: #005EAF; 
}

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

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

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

#fax-number {
	float: left;
	width: 225px;
	height: 50px;
	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: #005EAF; 
}

#fax-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	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: #000;
	border-top: 1px dotted #694416;
}

/* LINKS */

a:link {
	color: #00418A;
	text-decoration: underline;
}
a:visited {
	color: #00418A;
	text-decoration: underline;
}
a:hover {
	color: #808453;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

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

a.image:link {
	color: #EFEFF5;
	text-decoration: none;
}
a.image:visited {
	color: #EFEFF5;
	text-decoration: none;
}
a.image:hover {
	color: #00418A;
	text-decoration: none;
}
a.image:active {
	text-decoration: none;
}

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

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

a.link2:link {
    color: #86A093;
	text-decoration: underline;
}
a.link2:visited {
	color: #86A093;
	text-decoration: underline;
}
a.link2:hover {
	color: #00418A;
	text-decoration: none;
}
a.link2:active {
	text-decoration: underline;
}

/* ----------( BACK TO TOP LINK )---------- */

.toTop{
	cursor: pointer;
	float: right;
	display: block;
	margin: .8em 0;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	background: #bfcac4;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
}
.toTop:hover{
	border-color: #003C77;
	background-color: #003C77;
	text-decoration: none;
}

/* NEW PATIENT FORMS BUTTON */

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

#forms a {
	background: url(../images/forms.jpg) no-repeat center top;
	float: right;
	width: 230px;
	height: 41px;
}

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

#forms a span {
	visibility: hidden;
}

/* TESTIMONIALS BUTTON */

#testimonial {
	display: block;
	float: right;
	background: url(../images/testimonials.jpg) no-repeat center top;
	width: 230px;
	height: 34px;
	padding: 0;
	margin: 10px 0;
}

#testimonial a {
	background: url(../images/testimonials.jpg) no-repeat center top;
	float: right;
	width: 230px;
	height: 34px;
}

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

#testimonial a span {
	visibility: hidden;
}
