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

/* CSS Document */

a:link {
	color: #C23C19;
	text-decoration: underline;
}
a:visited {
	color: #C23C19;
	text-decoration: underline;
}
a:hover {
	color: #3066A4;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

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

#Main {
		background: url(../images/spider-web.png) no-repeat top right;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

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

#logo {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	text-align: center;
}

/* TESTIMONIALS */

#testimonial {
	float: right;
	background: url(../images/testimonials/rotator.php) no-repeat center top;
	width:380px;
	height:180px;
	padding-right: 10px;
	margin: 0;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	float: left;
	background: #211F3E;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left: 140px;
}

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

#nav a {
	text-decoration: none;
	display: block;
	padding: 0 1em;
	line-height: 30px;
	color: #E8AC22;
	font-weight: bold;
}

#nav a:hover {
	background: #E8AC22;
	color: #FFFFFF;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #A82618;
	padding: 0 1em;
	line-height: 30px;
	width: 160px;
	text-align: left;
	background-color: #211F3E;
}

#nav li li a:hover {
	padding: 0 1em;
	line-height: 30px;
	background: #E8AC22;
	color: #FFFFFF;
}

#dropdown li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #211F3E;
}

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

#dropdown li#last {
	border-right-width: 1em;
}

#dropdown li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #211F3E;
}

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

#dropdown li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#dropdown li:hover ul, li.over ul {
	display: block;
}

#home #nav .home a,
#about #nav .about a,
#samples #nav .samples a,
#menu #nav .menu a,
#financing #nav .financing a,
#learn #nav .learn a,
#partners #nav .partners a,
#contact #nav .contact a {
	background: #FFFFFF;
	color: #000000;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	padding-left: 20px;
	background: #FFF5A7;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 170px;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 615px;
	float: right;
	background: #FFF5A7;
}

#horNav ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 30px;
	text-decoration: none;
	color: #CB3200;
	font-weight: bold;
	
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background: #FFF9CE;
	color: #3066A4;
}

#horNav ul a:active {
	background-color: #FFF9CE;
	color: #3066A4;
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#samples #horNav .samples a,
#contact #horNav .contact a {
	background: #FFFFFF;
	color: #3066A4;
	cursor: default;
	font-weight: bold;
}

/* ADDRESS:  */

#address {
	float: right;
	width: 620px;
	height: 35px;
	margin: 0 auto;
	padding-right: 8px;
	text-align: right;
	font-family: Helvetica, Verdana, Arial,  sans-serif; 
	font-size: 11px;
	line-height: 30px;
	color: #FFFFFF;
}

#address span .label, span.spacer, span.multiple span {
	float:left;
} 
#address span.multiple {
	float:left;
} 
#address span.button {
	padding-left:0px;
} 
#address div.clear {
	clear:both;
}

/* CONTENT */

#content {
	width: 590px;
	float: left;
	padding-left: 185px;
}

#content h1 {
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #211F3E;
}

#content h2 {
	padding-left: 20px;
	padding-right: 8px;
	clear: left;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #E8AC22;
}

#content h3 {
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #1D2989;
}

#content p {
	padding-left: 20px;
	padding-right: 0px;
	clear: left;
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.heading {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #3066A4;
}

.heading2 {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #E8AC22;
}

.heading3 {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C23C19;
}

.heading4 {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #3066A4;
}

.heading5 {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #C23C19;
}

.heading6 {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #C23C19;
}

.normal {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #646267;
}

.emp {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #A82618;
}

.emp2 {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #4E9843;
}

.small {
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #646267;
}

.normallst {
	padding-left:20px;
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 8px;
}

.italic {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #1F7CA9;
}

/* FEATURES */

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

#feature2 {
	float: left;
	font-size: 10px;
	color: #000000;
	padding-left: 8px;
}

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 570px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	background: #000000;
}

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

#mainNav ul a {
	display: block;
	width: 520px;
	height: 30px;
	line-height: 30PX;
	color: #E8AC22;
	background-color: #211F3E;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	border-bottom: 1px solid #000000;
	
}

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

#mainNav ul a:hover {
	background-color: #68b9f0;
	color: #FFFFFF;
	font-weight: bold;
}

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

/* PHONE NUMBER */

#phone {
	width: 255px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 8px solid #D1D3D4;
	border-top: 8px solid #D1D3D4;
	border-bottom: 8px solid #D1D3D4;
	background: #E03A3E;
}

#phone h2, #phone p {
	padding-right: 8px;
	padding-left: 20px;
}
.normalphone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D1D3D4;
}

.phone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

/* LIST */

#list {
	width: 170px;
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #84a3a6; 
}

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

#list li {
	list-style: none;
	display: block;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #711701;
}

#list .dark {
	display: block;
	background-color: #fefce5;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#list p {
	padding-left: 10px;
}

#list h1 {
	padding-left: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.sbheading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B39C5C;
	padding-right: 10px;
}

.sbheading2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #85B650;
}

.blue {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C4C85;
}

.gold {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #B39C5C;
}

/* LIST 2 */

#list2 {
	width: 560px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
}

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

#list2 li {
	list-style: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #CD412A;
	border-bottom: 1px solid #4183C8;
}

#list2 .dark {
	display: block;
	background-color: #FDF6EA;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #1D2989;
}

#list2 h1 {
	margin-left: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#list2 p {
	padding-left: 0px;
}

.sbheading3 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #85B650;
}

.blue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #1F7CA9;
}
	

/* ENDING FOOTER AREA */

#end {
	width: 585px;
	float: right;
	padding-left: 195px;
	padding: 10px 20px;
	padding-right: 10px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	border-top: 5px solid #E8AC22;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

/* FLOAT LEFT OR RIGHT */

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

.floatrt {
	float: right;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

.floatlogo {
	float: right;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

.linebreak {
	border-top: 1px dashed #2b67a6;
	clear: both;
	margin-left: 10px;
}

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

#contactform {
	width: 400px;
	float: left;
	padding-left: 20px;
}