/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #4E4836;
	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;
	min-width: 760px;
}

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: url(../images/bg.jpg) repeat-y center top;
	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;
	min-width: 760px;
}

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

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

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

/* LOGO */

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

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

#branding {
	float: right;
	background: url(../Headers/rotator.php) no-repeat center top;
	width:468px;
	height:190px;
}

#branding1 {
	float: right;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 465px;
	height: 209px;
}

#branding2 {
	float: right;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 465px;
	height: 209px;
}

#branding3 {
	float: right;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 465px;
	height: 209px;
}

#branding4 {
	float: right;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 465px;
	height: 209px;
}

#branding5 {
	float: right;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 465px;
	height: 209px;
}

#branding6 {
	float: right;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 465px;
	height: 209px;
}

#branding7 {
	float: right;
	background: url(../Headers/header7.jpg) no-repeat center top;
	width: 465px;
	height: 209px;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	float: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 30px;
	width: 366px;
}

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

#nav a {
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	height: 10px;
	color: #654200;
}

#nav a:hover {
	display: block;
	color: #FFFFFF;
	background: #F1C726;
	border-top: none;
	border-bottom: none;
}

#nav a.class2:hover {
	display: block;
	color: #FFFFFF;
	background: #D56800;
	border-top: none;
	border-bottom: none;
}

#nav a.class3:hover {
	display: block;
	color: #FFFFFF;
	background: #056336;
	border-top: none;
	border-bottom: none;
}

#nav li li a {
	display: block;
	color: #654200;
	padding: 0 1em;
	line-height: 30px;
	width: 130px;
	height: 30px;
	text-align: left;
	background-color: #000000;
	border-bottom: 1px solid #FAE17A;
	border-right: 1px solid #FAE17A;
}

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

#dropdown li {
	float: right;
	width: 116px;
	position: relative;
	text-align: center;
	cursor: default;
}

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

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

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 {
	color: #654200;
	height: 10px;
	background: #F1C726;
	cursor: default;
	font-weight: bold;
}

#about #nav .about a {
	color: #FFFFFF;
	background: #D56800;
	height: 10px;
	cursor: default;
	font-weight: bold;
}

#contact #nav .contact a {
	color: #FFFFFF;
	background: #056336;
	height: 10px;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: right;
	width: 366px;
	padding-left: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 30px;
	font-size: 10px;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#horNav ul a {
	display: block;
	float: right;
	padding: 8px 15px;
	height: 10px;
	width: 86px;
	text-decoration: none;
	color: #654200;
	
}

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

#horNav li {
	float: right;
}

#horNav ul a:hover {
	background: #056336;
	color: #FFFFFF;
}

#horNav ul a:active {
}

#contact #horNav .contact a {
	background: #056336;
	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; /* 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;
	min-width: 760px;
	border-top: 5px solid #86A093;
	border-bottom: 5px solid #86A093;
}

/* HEADLINE WRAPPER */

#headlinewrapper {
	width: 744px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 70px;
	font-weight: normal;
	color: #FFFFFF;
}

/* HEADLINE */

#headline {
	float: right;
	width: 436px;
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 30px;
	color: #056336;
	margin-top: 0px;
	padding-top: 0px;
}


/* CONTENT BACKGROUND */

#contentbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg2.jpg) repeat-y center top;
	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;
	min-width: 760px;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 744px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 471px;
	float: right;
	margin-top: 0px;
	text-align: left;
}

#content h1 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #455789;
}

#content h1 .thank {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #D8801E;
}

#content h2 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #4E4836;
}

#content h3 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	background: #056336;
}

#content h4 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #654200;
}

#content h5 {
	padding-left: 20px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

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

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

#content .header-reg {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 26px;
	font-weight: bold;
	color: #4E4836;
}

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

.italic {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #9E2823;
}

/* FEATURES */

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

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

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 245px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

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

#mainNav ul a {
	display: block;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 190px;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	color: #5C7554;
	border-bottom: 1px solid #5C7554;
}

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

#mainNav ul a:hover {
	width: 190px;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	background: #5C7554;
	color: #E8E9E3;
}

#mainNav ul a:active {
	color: #FFFFFF;
}

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

#mainNav h1 {
	background-image: url(../images/phone-bg.png);
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 4px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	color: #FFFFFF;
}

#mainNav p {
	padding-left: 0px;
	padding-right: 8px;
	margin-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.phone {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 30px;
	line-height: 20px;
	font-weight: normal;
	color: #455789;
}

#home #mainNav .home a,
#about #mainNav .about a,
#services #mainNav .services a,
#specials #mainNav .specials a,
#contact #mainNav .contact a {
	width: 190px;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	background: #455789;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* SLIDESHOW */
	
#slideshow {
	width:270px;
	height:180px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	border: 5px solid #E8E9E3;
	}


/* SIDE LIST */

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

#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: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
}

#sidelist li {
	list-style: none;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #654200;
	border-bottom: 1px solid #F1C726;
}

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

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

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

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

#sidelist p {
	padding-left: 0px;
	padding-right: 8px;
	margin-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#sidelist h1 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #E8E9E3;
	border-top: 2px solid #8E9D85;
	border-bottom: 1px solid #8E9D85;
}

#sidelist h2 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #4E4836;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidelist h3 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #056336;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidelist .details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #D56800;
}

.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;
}

/* SIDE SERVICE LIST */

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

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

#sideservicelist li {
	list-style: none;
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #455789;
}

#sideservicelist .dark {
	display: block;
	background: #D4D6CC;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #8D9B81;
	border-bottom: 1px solid #8D9B81;
}

#sideservicelist p {
	padding-left: 0px;
	padding-right: 8px;
	margin-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#sideservicelist h1 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #E8E9E3;
	border-top: 2px solid #8E9D85;
	border-bottom: 1px solid #8E9D85;
}

#sideservicelist .details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #D56800;
}

#sideservicelist .check {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}


/* 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;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #455789;
	border-bottom: 1px solid #DFE1D9;
}

#mainlist .dark {
	display: block;
	background: #F1F2EF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

#mainlist .check {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}

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

.red {
	color:#990000;
}

.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;
}

/* MAIN LIST RIGHT */

#mainrtlist {
	width: 220px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #B39C5C;
}

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

#mainrtlist li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #711701;
	border-bottom: 1px solid #B39C5C;
}

#mainrtlist .dark {
	display: block;
	background-color: #fce6cf;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

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

.mainrtlistheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #B39C5C;
}
	
/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg3.jpg) no-repeat center top;
	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: #544928;
	min-width: 760px;
}


/* ENDING FOOTER AREA */

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

#sitemap {
	float: left;
	width: 490px;
	margin-top: 0px;
	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;
}

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

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

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

#comment-form {
	padding-left: 10px;
}

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

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 400px;
	padding: 5px;
	font-size: 1.2em;
	border: none;
	border-top: 1px solid #C4C6B3;
	border-right: 1px solid #C4C6B3;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #E8E9E3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

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

.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;
}

#comment-form .form-input-button {
	width: 187px;
	height: 52px;
	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;
	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: #455789; 
}

#phone-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 20px;
	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; 
}

/* LINKS */

a:link {
	color: #455789;
	text-decoration: underline;
}
a:visited {
	color: #455789;
	text-decoration: underline;
}
a:hover {
	color: #D8801E;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

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

a.image:link {
	color: #5C7554;
	text-decoration: none;
}
a.image:visited {
	color: #5C7554;
	text-decoration: none;
}
a.image:hover {
	color: #7B8F74;
	text-decoration: none;
}
a.image:active {
	text-decoration: none;
}

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

a.image:hover img {  
	border: 5px solid #7B8F74;
}

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