/* CSS Document */
/* CREATED AND CODED BY SHANE GUYMON FOR THE PRIMARY USE OF PRACTICE CAFE, LLC */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.jpg) no-repeat center top fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	min-width: 760px;
}

/* SECONDARY LINK ACTIONS FOR SIDE BAR LINKS */

a.link2:link {
    color: #820024;
	text-decoration: none;
}
a.link2:visited {
	color: #820024;
	text-decoration: none;
}
a.link2:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link2:active {
	text-decoration: none;
}

/* WRAPPER */

#wrapper {
	width: 739px;
	margin: 0 auto;
	text-align: left;
}

/* BRANDING: This is the different header images */

#branding {
	background: url(../headers/header1.jpg) no-repeat center top;
	width: 739px;
	height: 256px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 12px solid #820024;
}

#branding2 {
	background: url(../headers/header2.jpg) no-repeat center top;
	width: 739px;
	height: 256px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 12px solid #820024;
}

#branding3 {
	background: url(../headers/header3.jpg) no-repeat center top;
	width: 739px;
	height: 256px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 12px solid #820024;
}

#branding4 {
	background: url(../headers/header4.jpg) no-repeat center top;
	width: 739px;
	height: 256px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 12px solid #820024;
}

#branding5 {
	background: url(../headers/header5.jpg) no-repeat center top;
	width: 739px;
	height: 256px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 12px solid #820024;
}

#branding6 {
	background: url(../headers/header6.jpg) no-repeat center top;
	width: 739px;
	height: 256px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 12px solid #820024;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	padding-left: 20px;
	background-color: #820024;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 719px;
	float: right;
	background-color: #820024;
}

#horNav ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 41px;
	text-decoration: none;
	color: #FFFFFF;
	
}

#horNav li {
	float: left;
	border-right: 1px solid #FFFFFF;
}

#horNav ul a:hover {
	background-color: #8AADDC;
	color: #FFFFFF;
}

#horNav ul a:active {
	background-color: #8AADDC;
	color: #FFFFFF;
}

#horNav ul a:selected {
	background-color: #8AADDC;
	color: #FFFFFF;
}

#home #horNav .home a,
#fauver #horNav .fauver a,
#about #horNav .about a,
#services #horNav .services a,
#specials #horNav .specials a,
#advanced #horNav .advanced a,
#contact #horNav .contact a {
	background-color: #F4F6FB;
	color: #820024;
	cursor: default;
	line-height: 37px;
	font-weight: bold;
	border-top: 4px solid #820024;
}

/* ADDRESS: This is for the address info */

#address {
	width: 719px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D7D28D;
}

#top {
	width: 719px;
	height: 45px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/top.jpg);
}

/* CONTENT */

#content {
	width: 520px;
	float: left;
	margin-top: 13px; 
}

#content h1 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
	color: #820024;
}

#content h2 {
	padding-left: 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2F3D14;
}

#content p {
	padding-left: 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}

.hitalic {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}

.normalitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}

.red {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #820024;
}

.bold {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* FEATURES */

#feature {
	margin-right: 20px;
	float: right;
}

#feature2 {
	float: left;
	margin-left: 25px;
}

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#mainNav ul a {
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	color: #000000;
	background-color: #c4df9c;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left: 8px;
}

#mainNav li {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#mainNav ul a:hover {
	width: 170px;
	background-color: #76b9e6;
	color: #FFFFFF;
}

#mainNav ul a:active {
	width: 170px;
	background-color: #5da5d5;
	color: #FFFFFF;
}

#mainNav ul a:selected {
	width: 170px;
	background-color: #5da5d5;
	color: #FFFFFF;
}

html>body #mainNav ul a {
	margin: auto;
}

/* LIST */

#sidelist {
	width: 200px;
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #6CADDF;
}

#sidelist ul {
	margin-right: 20px;
	padding: 0;
	list-style-type: none;
}

#sidelist li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E3520;
	border-bottom: 1px solid #76b9e6;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #820024;
	font-weight: bold;
}

#sidelist .dark {
	display: block;
	background-color: #edf2f5;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidelist h1 {
	margin-right: 20px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #88351C;
	background-color:#B4D1ED;
}

#sidelist p {
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/* LIST 2 */

#list2 {
	width: 500px;
	float: left;
	padding-top: 0px;
}

#list2 ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

#list2 li {
	list-style: none;
	display: block;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #1E3520;
	border-bottom: 1px dashed #6CADDF;
}

#list2 .dark {
	display: block;
	background-color: #F0EDD4;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#list2 h1 {
	margin-left: 0px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.sbheading2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E3520;
}

.italic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	color: #1E3520;
}
	

/* ENDING FOOTER AREA */

#end {
	border-top: 1px dashed #6CADDF;
	width: 729px;
	margin: 0 auto;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 3px;
}

.floatrt {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
}

.picture {
	float: left;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 3px;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#contactform {
	width: 420px;
	float: left;
	margin-left: 20px;
}