/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.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: #000000;
	background-image: url(../images/bg.jpg);
	min-width: 760px;
}

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

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

#logo {
	border-bottom: 10px solid #f4c486;
	width: 740px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	background-color: #FCEEDE;
}

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

#branding {
	background-image: url(../images/Headers/header1.jpg);
	width: 740px;
	height: 333px;
	margin: 0 auto;
	text-align: left;
}

#branding2 {
	background-image: url(../images/Headers/header2.jpg);
	width: 740px;
	height: 333px;
	margin: 0 auto;
	text-align: left;
}

#branding3 {
	background-image: url(../images/Headers/header3.jpg);
	width: 740px;
	height: 333px;
	margin: 0 auto;
	text-align: left;
}

#branding4 {
	background-image: url(../images/Headers/header4.jpg);
	width: 740px;
	height: 333px;
	margin: 0 auto;
	text-align: left;
}

#branding5 {
	background-image: url(../images/Headers/header5.jpg);
	width: 740px;
	height: 333px;
	margin: 0 auto;
	text-align: left;
}

#branding6 {
	background-image: url(../images/Headers/header6.jpg);
	width: 740px;
	height: 333px;
	margin: 0 auto;
	text-align: left;
}

#branding7 {
	background-image: url(../images/Headers/header7.jpg);
	width: 740px;
	height: 333px;
	margin: 0 auto;
	text-align: left;;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	padding-left: 20px;
	background-color: #4D484A;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 723px;
	float: right;
	background-color: #4D484A;
}

#horNav ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 41px;
	text-decoration: none;
	color: #FFFFFF;
	
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background-color: #847D80;
	color: #FFFFFF;
}

#horNav ul a:active {
	background-color: #847D80;
	color: #FFFFFF;
}

#horNav ul a:selected {
	background-color: #847D80;
	color: #FFFFFF;
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#specials #horNav .specials a,
#office #horNav .office a,
#forms #horNav .forms a,
#cpn #horNav .forms a,
#contact #horNav .contact a {
	background-color: #FFFFFF;
	color: #4D484A;
	cursor: default;
	line-height: 37px;
	font-weight: bold;
	border-top: 4px solid #4D484A;
}

/* ADDRESS:  */

#address {
	float: right;
	width: 725px;
	height: 18px;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #aba803;
}

/* CONTENT */

#content {
	width: 455px;
	float: left;
	margin-top: 13px;
}

#content h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

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

.heading {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 24px;
	font-weight: normal;
	color: #6D819D;
}

.heading2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #e8871c;
}

.heading3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0C4C85;
}

.heading3b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

.heading4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.normal {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #4D484A;
}
.normalunderline {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid #aba803;
	color: #000000;
}

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

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

/* FEATURES */

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

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

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 255px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 8px solid #D1D3D4;
	background: #0C4C85;
}

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

#mainNav ul a {
	display: block;
	width: 225px;
	height: 30px;
	line-height: 30PX;
	color: #FFFFFF;
	background-color: #0C4C85;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	border-bottom: 1px solid #D1D3D4;
	
}

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

#mainNav ul a:hover {
	width: 225px;
	padding-left: 6px;
	background-color: #CBCDDD;
	color: #E03A3E;
	font-weight: bold;
}

#mainNav ul a:active {
	width: 225px;
	background-color: #959CBD;
	color: #762D3E;
}

#mainNav ul a:selected {
	width: 225px;
	background-color: #CBCDDD;
	color: #E03A3E;
}

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:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D1D3D4;
}

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

/* LIST */

#list {
	width: 255px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../images/sidebar_bg.jpg) repeat-y; 
}

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

#list li {
	list-style: none;
	display: block;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4D484A;
	border-bottom: 1px solid #FFFFFF;
}

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

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

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

.sbheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #6D819D;
	padding-right: 10px;
}

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

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

/* LIST 2 */

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

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

#list2 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: #000000;
	border-bottom: 1px solid #E1DBCC;
}

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

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

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

.sbheading3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #76b9e6;
	border-bottom: 8px solid #e3eaef;
}

/* LIST 3 */

#list3 {
	width: 190px;
	float: right;
	padding-top: 0px;
	padding-bottom: 20px;
	border-left: 1px solid #E1DBCC;
}

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

#list3 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: #000000;
	border-bottom: 1px solid #E1DBCC;
}

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

#list3 p {
	padding-left: 15px;
}

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

.sbheading4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #76b9e6;
	border-bottom: 8px solid #e3eaef;
}
	

/* ENDING FOOTER AREA */

#end {
	border-top: 8px solid #4D484A;
	width: 730px;
	margin: 0 auto;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.disclaimer {
	float: left;
	padding: 0px 0;
	padding-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.footer {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

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