
/* ---------------------------------------------------------------
Title:    Breakaway Practice Seminars
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     11 DECEMBER 2009

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

body  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg.jpg) no-repeat center top;
	background-color: #FDFDFE;
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 980px;
	border-top: 8px solid #36495D;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

.done {
	text-decoration:line-through;
}

/* BRANDING BACKGROUND */

#navbg  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
}

#navwrapper {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: right;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold; 
}

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

#horNav ul a {
	display: block;
	float: left;
	margin-right: 5px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	background: #36495D;
	color: #fff;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

#horNav ul a.register {
	display: block;
	float: left;
	margin-right: 5px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	background: #7BAB45;
	color: #fff;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

#horNav li {
	float: right;
}

#horNav ul a:hover, #horNav ul a:active {
	background-color: #9CB4C5;
	color: #fff;
}

#horNav ul a.register:hover, #horNav ul a.register:active {
	background-color: #36495D;
	color: #fff;
}

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

#home #horNav .home a,
#seminar #horNav .seminar a,
#speaker #horNav .speaker a,
#testimonials #horNav .testimonials a,
#contact #horNav .contact a {
	background-color: #9CB4C5;
	color: #36495D;
	cursor: default;
	font-weight: bold;
}

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
}

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

#address {
	float: right;
	width: 300px;
	margin-top: 0;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #4371AA;
}

/* PHONE NUMBER */

#phone {
	float: right;
	width: 220px;
	height: 28px;
	margin-bottom: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3em;
	color: #72001d; 
}

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

/* LOGO */

#logo {
	display: block;
	float: left;
	width: 279px;
	height: 144px;
	padding: 0;
	margin-bottom: 20px;
}

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

#logo a span {
	visibility: hidden;
}

/* READ MORE BUTTON */

#read-more {
	display: block;
	background: url(../images/read-more.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 44px;
	margin: 0;
}

#read-more a {
	background: url(../images/read-more.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 44px;
	padding: 0px;
}

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

#read-more a span {
	visibility: hidden;
}

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

#banner1 {
	background: url(../Headers/header1.jpg) no-repeat left top;
	width:590px;
	height:274px;
	margin-bottom: 20px;
	padding: 0;
	float: right;
	border: 5px solid #D7DFE6; 
}

#banner2 {
	background: url(../Headers/header2.jpg) no-repeat left top;
	width:620px;
	height:234px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
}

/* HORIZONTAL FOOTER NAVIGATION MENU */

#footerNav {
	float: left;
	margin-top: 20px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

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

#footerNav ul a {
	display: block;
	float: left;
	margin-right: 5px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	background: #C4D0DA;
	color: #36495D;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	background-color: #E1E7EC;
	color: #36495D;
}

#footerNav ul a:active {
	color: #fff;
}

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

#home #footerNav .home a,
#seminar #footerNav .seminar a,
#speaker #footerNav .speaker a,
#testimonials #footerNav .testimonials a,
#contact #footerNav .contact a {
	background-color: #E1E7EC;
	color: #36495D;
	cursor: default;
	font-weight: bold;
}

/* CONTENT WRAPPER */

#contentbg  {
	margin: 0;
	padding: 31px 0 0 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
}

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

/* CONTENT */

div.container-alt {
	width: 600px;
	float: right;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	background: #CCD3E5;
	border: 3px solid #A7B7D5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.container {
	width: 600px;
	float: right;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	background: #fff;
	border: 3px solid #36495D;
}

div.container h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color:  #36495D;
	text-shadow: 0 1px 1px #ccc;
}

div.container h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #72001d;
}

div.container h3 {
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	font-style: italic;
	background: #FAFBFC;
	color: #72001d;
	text-align: center;
	border-top: 1px solid #D7DFE6;
	border-bottom: 1px solid #D7DFE6;
}

div.container h4 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #72001d;
	border-bottom: 3px solid #D7DFE6;
}

div.container h4 em {
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
	color: #72001d;
}

div.container h5 {
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	background: #FAFBFC;
	color: #666666;
	border: 1px solid #D7DFE6;
}

div.container h4 .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #007951;
	text-align: left;
}

div.container p {
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

h1 .reg{
	font-size: .5em;
}

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

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

div.container p .map-details {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #19817B;
}

div.container img {
	color: #EBEFF2;
	border-color: #EBEFF2;
}

div.container em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.phone-number {
	font-family: "Times New Roman", Times, serif;
}

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

div.container ul {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

div.container 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: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #36495D;
	border-bottom: 1px solid #D7DFE6;
}

div.container li .time {
	margin-left: 1em;
	padding-right: 1.5em;
	padding-left: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #36495D;
	border-left: 1px solid #D7DFE6;
	border-right: 1px solid #D7DFE6;
}

div.container li .time2 {
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #36495D;
	border-left: 1px solid #D7DFE6;
	border-right: 1px solid #D7DFE6;
}

div.container li .description {
	padding-left: 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #36495D;
}

/* TESTIMONIALS */

.testimonial {
	width: 288px;
	float: left;
	margin: 0;
	padding: 0;
}

.testimonial-photo-left {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 5px; 
}

.testimonial-photo-right {
	float: right;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0; 
}

blockquote {
	margin: 0 0 20px 0;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	background: #FAFBFC;
	color: #72001d;
	border: 1px solid #D7DFE6;
}

.warning {
	margin: 0 0 20px 0;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	background: #7BAB45;
	color: #fff;
	border: 1px solid #547835;
}

/* COLUMNS */

#column-right {
	width: 280px;
	float: right;
	margin: 20px 0 10px 20px;
	padding: 10px;
	background: #EBEFF2;
	border: 3px solid #D7DFE6;
}

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

/* REGISTER TODAY BUTTON */

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

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

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

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

/* SMILE GALLERY */

.smile-gallery {
	margin: 8px;
	padding: 10px 10px;
	float: left;
	font-size: 14px;
	border: 2px solid #ECF0E9;
}

div.container .smile-gallery p {
	padding-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

/* SLIDESHOW */
	
.slideshow {
	width:590px;
	height:274px;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	float: right;
	border: 5px solid #D7DFE6; 
}

/* VERTICAL NAVIGATION MENU */

#vertNav { 
	width: 240px;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	background: #4371AA;
	border: 3px solid #b6cedc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}

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

#vertNav ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #D7DDEA;
	border-bottom: 1px dotted #A7B7D5;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

#vertNav li {
	list-style: none;
	display: block;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #542577;
}

#vertNav ul a:hover {
	background-color: #005397;
	color: #fff;
}

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

#home #vertNav .home a,
#about #vertNav .about a,
#services #vertNav .services a,
#visit #vertNav .visit a,
#scheduling #vertNav .scheduling a,
#smile #vertNav .smile a,
#faq #vertNav .faq a {
	background: #005397;
	color: #fff;
	cursor: default;
}

#vertNav h1 {
	margin: 0 0 20px 0;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
	background: #FCB040;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* -------------( SIDEBAR )------------- */

#sidewrapper {
	float: left;
	width: 290px;
	margin: 0;
}


/* SIDE LIST */

div.sidelist { 
	width: 240px;
	margin-bottom: 20px;
	padding: 20px;
	background: #EBEFF2;
	text-align: left;
	border: 3px solid #D7DFE6; 
}

div.sidelist ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background: #fff;
	border: 2px solid #F5F7F8;
}

div.sidelist li {
	list-style: none;
	display: block;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	color: #6F7888;
	border-bottom: 1px solid #CCD3E5;
}

div.sidelist .bullet {
	text-indent: -1em;
	padding: 5px 0 5px 1em;
	margin: 0;
	line-height: 16px;
}

div.sidelist .bullet:before {
	content: "\00BB \0020";
}

div.sidelist li em {
	float: right;
	width: 80px;
	padding-left: 10px;
	text-indent: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	border-left: 1px solid #CCD3E5;
}

div.sidelist p {
	padding-left: 0;
	padding-right: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #19817B;
}

div.sidelist h1 {
	margin: 10px 0 20px 0;
	padding: 3px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #36495D;
	border-bottom: 3px solid #D7DFE6;
}

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

/* SIDE LIST 2 */

div.sidetest { 
	width: 240px;
	margin-bottom: 20px;
	padding: 20px;
	background: #EBEFF2;
	text-align: left;
	border: 3px solid #D7DFE6; 
}

div.sidetest h1 {
	margin: 10px 0 20px 0;
	padding: 3px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #36495D;
	border-bottom: 3px solid #D7DFE6;
}

div.sidetest p {
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #72001d;
}

/* SIDE BAR TUITION INFO */

div.sidetuition { 
	width: 240px;
	margin-bottom: 20px;
	padding: 20px;
	background: #36495D;
	text-align: left;
	border: 3px solid #D7DFE6; 
}

div.sidetuition ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background: #fff;
	border: 2px solid #6F7888;
}

div.sidetuition li {
	list-style: none;
	display: block;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	color: #6F7888;
	border-bottom: 1px solid #CCD3E5;
}

div.sidetuition li em {
	float: right;
	width: 60px;
	padding-left: 10px;
	text-indent: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #72001d;
	border-left: 1px solid #CCD3E5;
}

div.sidetuition h1 {
	margin: 10px 0 20px 0;
	padding: 3px 0 0 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
}

div.sidetuition h2 {
	margin: 10px 0 20px 0;
	padding: 3px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #EBEFF2;
	border-bottom: 3px solid #6F7888;
}

div.sidetuition h2 em {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

div.sidetuition p {
	padding: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #EBEFF2;
}

/* REGISTER TODAY SIDEBAR BUTTON */

#register-sidebar {
	display: block;
	background: url(../images/register-sidebar.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 44px;
	margin: 0;
}

#register-sidebar a {
	background: url(../images/register-sidebar.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 44px;
	padding: 0px;
}

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

#register-sidebar a span {
	visibility: hidden;
}
	

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-footer.jpg) repeat-x center top;
	background-color: #9cb4c5;
	margin: 0 auto;
	padding-top: 0;
	text-align: center;
	color: #1D2258;
	min-width: 980px;
	border-bottom: 3px solid #36495D;
}

/* ENDING FOOTER AREA */

#end {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 3px 0;
}

#address-footer {
	float: left;
	width: 560px;
	margin: 0 auto;
	padding: 0 0 10px 10px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #D7DFE6;
}

#practicecafe-link {
	float: right;
	width: 250px;
	margin: 0 auto;
	padding-right: 20px;
	padding-top: 15px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #667483;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

.floatrt {
	float: right;
	padding: 0;
}

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

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

#comment-form fieldset label {
	display: block;
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7D002B;
}

#comment-form fieldset label>em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 560px;
	padding: 5px;
	font-size: 14px;
	border: none;
	background: #EBEFF2;
	border: 3px solid #D7DFE6;
}

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

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	outline: 3px solid #7BAB45;
}

#comment-form .form-input-button {
	width: 188px;
	height: 53px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border: none;
	color: #fff;
	text-shadow: 0px -1px 0px #374683;
	background: url(../images/submit-btn.jpg) center top no-repeat;
}

.message-text {
	font-size: 20px;
	color: #AD0E16;
	font-weight: bold;
}

/* ------------( 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: #72001d; 
}

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

/* ------------( 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: #72001d; 
}

#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 ---------- */

/* NORMAL */

a:link, a:visited {
	color: #6266AF;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}
a:hover, a:active {
	color: #7BAB45;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}

/* LINK2 */

a.link2:link, a.link2:visited, a.link2:active {
	color: #DB8428;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}
a.link2:hover {
	color: #19817B;
	text-decoration: none;
}


/* DESIGNED BY */

a.designer:link, a.designer:visited {
	color: #667483;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}
a.designer:hover, a.designer:active {
	color: #fff;
	text-decoration: underline;
}

/* IMAGE */

a.image:link, a.image:visited {
   color: #A7B7D5;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
}
a.image:hover, a.image:active {
	color: #fff;
	text-decoration: none;
}

a.image:link img {
	border: 3px solid #D7DFE6;
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
}

a.image:visited img {  
	border: 3px solid #D7DFE6;
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
}

a.image:hover img {  
	border: 3px solid #fff;
}

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

.toTop{
	margin-top: 20px;
	padding: 15px;
	cursor:hand;
	cursor:pointer;
	float: right;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:14px;
	background: #FAFBFC;
	color: #72001d;
	border: 1px solid #D7DFE6;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
.toTop:hover{
	color: #72001d;
	background-color: #EBEFF2;
}