/*
---------------------------------------------------------------
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: #86A093;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 760px;
}

/* BRANDING BACKGROUND */

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

#wrapper {
	width: 800px;
	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;
}

/* 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: 520px;
	height:100px;
	margin-top: 5px;
	text-align: left;
}

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

#branding2 {
	float: left;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding3 {
	float: left;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding4 {
	float: left;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding6 {
	float: left;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding7 {
	float: left;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding8 {
	float: left;
	background: url(../Headers/header7.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

/* EMPTY SPACE */

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

/* HORIZONTAL DROP DOWN MENU */

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

#nav {
	width: 800px;
	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 15px;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	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 15px;
	color: #00418A;
	background-color: #FFFFFF;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00418A;
	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;
	color: #86A093;
	background-color: #00418A;
	text-decoration: underline; 
}

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

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

#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;
	color: #FAE17A;
}

#home #nav .home a,
#about #nav .about a,
#services #nav .services a,
#finances #nav .finances a,
#education #nav .education a,
#specials #nav .specials a,
#contact #nav .contact a {
	color: #00418A;
	background-color: #FFFFFF;
	padding: 8px 15px;
	cursor: default;
	font-weight: bold;
}

hr {
	display: none;
}

/* 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: 760px;
	border-top: 5px solid #86A093;
	border-bottom: 5px solid #86A093;
}

/* HEADLINE WRAPPER */

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

/* HEADLINE */

#headline {
	width: 800px;
	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: 760px;
}

/* CONTENT WRAPPER */

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

/* CONTENT */

#content {
	width: 520px;
	float: left;
	margin-top: 0px;
	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: #00418A;
}

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

#content h3 {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

#content h4 {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

#content h5 {
	padding-left: 20px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

#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: #000000;
}

#content img {
	border: 5px solid #C5CDC7;
}

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

.small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.reg {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #9E2823;
}

/* NEWS */

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

#news 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;
}

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

/* FEATURES */

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

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

/* MAIN NAVIGATION MENU */

#mainNav {
	width: 440px;
	float: left;
	text-align: left;
}

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

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

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

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

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

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

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

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

/* SLIDESHOW */
	
#slideshow {
	width:300px;
	height:200px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	}

/* PHONE NUMBER */

#phone {
	width: 744px;
	float: right;
	padding: 0px;
	font-size: 14px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: center; 
}

.number {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: left; 
}

#phone h2, #phone p {
	padding-right: 8px;
	padding-left: 8px;
}


/* SIDE LIST */

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

#sidelist ul {
	margin-right: 20px;
	margin-left: 10px;
	padding-left: 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 #00418A;
}

#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: #CCCCE0;
	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: #00418A;
}

#sidelist h1 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #86A093;
	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;
}

.sbheading3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #812215;
}

.sbheading4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #812215;
}

#sidelist .red {
	display: block;
	background-color: #812215;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidelist .green {
	display: block;
	background-color: #005B60;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidelist .gold {
	display: block;
	background-color: #BBA000;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* MAIN LIST */

#mainlist {
	width: 440px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

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

#mainlist 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 #6F7AB0;
}

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

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

.listheading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #B39C5C;
}

.serif {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #9E2823;
	font-weight: bold;
}
	
/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #86A093;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	min-width: 760px;
	border-top: 5px solid #00418A;
}


/* ENDING FOOTER AREA */

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

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

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

.floatrt {
	float: right;
	padding-bottom: 10px;
	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: 20px;
}

/* 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: #00418A;
	text-decoration: underline;
}
a.designer:visited {
	color: #00418A;
	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;
}