﻿@charset "utf-8";
body  {
	margin: 0;
	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-color: #C8A097;
	background-image: url(images/carp_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 908px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */;
	margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */;
	position: relative;
	height: 658px;
	background-color: #EFE7D6;
}
#header {
	background-color: #DDDDDD;
	background-image: url(images/carp_top-nav4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 78px;
	width: 908px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation {
	padding: 34px 25px 15px 25px;
	margin: 0px auto;
	width: auto;
	height: 28px;
}

#apDiv1 {
	z-index: 1;
	left: -28px;
	top: 78px;
	position: absolute;
}


#apDiv2 {
	z-index: 1;
	left: -45px;
	top: 78px;
	position: absolute;
}
#apDiv3 {
	z-index: 1;
	left: 16px;
	position: absolute;
	background-color: #EFE7D6;
	background-image: url('images/background.jpg');
	height: 522px;
}
-->


#sidebar1 {
	padding: 0px;
	float: left; /* since this element is floated, a width must be given */;
	width: 16px;
	background-color: #e7d9bd;
	margin: 0px;
	background-image: url(images/left-shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */;
	width: 16px;
	background-color: #e7d9bd;
	background-image: url(images/right-shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 522px;
}
#mainContent {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	background-color: #EFE7D6;
	background-repeat: no-repeat;
	background-position: right top;
	width: 876px;
	width: 876px;
	height: 522px;
}

#content_container {
	padding: 25px 22px 15px 23px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 250px;
	width: 510px;
}
#content_container a {
	text-decoration: underline;
	color: #000000;
}
#content_container a:link {
	text-decoration: underline;
	color: #000000;
}
#content_container a:visited {
	color: #000000;
}
#content_container a:hover {
	color: #A83737;
}
#content_container a:active {
	color: #000000;
}
#column_right {
	float: right;
	margin: 0;
	padding: 25px 15px 8px 5px;
	width: 215px;
	vertical-align: top;
	height: 100%;
}
#column_right div {
	margin: 0px 0px 10px 0px;
}
#column_left {
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	float: left;
	width: 151px;
	margin: 0px;
	height: 485px;
	width: 250px;
}
 
/* --------- FOOTER --------- */

#footer2 {
	padding: 15px 0px 0px 30px;
	margin: 0px;
	background-image: url('images/footer4.gif');
	height: 43px;
	top: 0px;
	bottom: 0px;
	width: 878px;
	background-repeat: repeat;
	font-size: 11px;
	color: #562500;
}

#footer2 p {
	padding: 15px 35px 10px 35px;
	font-size: 11px;
	color: #562500;
	float: none;
	display: inline-block;
	margin: 0;
}

#footer2 p.nav {
	float: right;
	display:inline-block;
	padding-right: 16px;

}

#footer2 p.nav a{
	padding: 0px;
	color: #562500;
	margin-right: 5px;
	text-decoration: none;
}
#footer2 p.nav a:hover{
	color: #e2cfa1;
	background-color: #562500;
}

/* --------- FLOATS --------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pitino {
	margin: 0 auto;
	*margin: 0 auto;

}


/* --------- CONTACT FORM --------- */
#columns { WIDTH:450PX; /*background-color: #009999;*/ }
.names {color:#ff0000; font-size:13px;}

.text2 {padding:0px 10px; width:560px; }

.headline {font: bold 26px Arial, Helvetica, sans-serif; line-height:23px}

#click {text-align:right; padding:7px 15px 0 0;}

p.arrow {text-align:center; font-size:12px; width:auto; padding: 0 5px 0 0; line-height:15px}

form p {margin: 0; padding: 0; float:left; }

form p.hd {padding: 0 0 10px 75px; clear:both; font-size:20px}
form p.hd2 {padding: 14px 0 10px 75px; clear:both; font-size:20px; width:250px}

.first {width: 130px; padding: 3px 5px 4px 30px;float:left; font-size:13px; /*background-color:#99FF99*/} 
.second {width:90px; padding: 3px 0 4px 0; color: #000; float:left;}
.third {padding: 5px 0 4px; float:left; font-size:13px; /*background-color:#99FF99*/} 
.forth {width: 275px; padding: 7px 0px 4px 10px; float:left; font-size:13px; /*background-color:#99FF99*/} 
.forth em {font-size:10px; font-weight:normal}
input, select, textarea, option {border:1px solid #bbb; font: normal 13px Arial, Helvetica, sans-serif; color: #000;}
.floatFields {width:250px; padding: 3px 0 4px 0; color: #000; float:left;}
.liTitle { list-style-type:none; font-size:14px; color:#4b1e0a; }
.hFields { padding: 6px 5px 6px 30px; float:none; clear:both; display:block; }

#locate {
margin:0px;
padding:0px;
width:100%;
}
#locate td, #locate th {
padding:5px;
font-size:11px;
}
#locate tr {
border-bottom:1px solid #572700;
}
#locate .headers {
font-size:11px;
background:#572700;
color:#fff;
}
#locateForm {
font-size:11px;
padding-left:30px;
}
#locateForm input, #locateForm select {
margin-right:10px;
}
#sidebar2, #sidebar1 {
	padding-top: 0px;
}
#shadow-top {
	height: 14px;
	background-image: url('images/shadow-top.gif');
	background-repeat: no-repeat;
}
#main-body {
	height: 494px;
	background-color: #EFE7D6;
}
#shadow-bot {
	padding: 0px;
	margin: 0px;
	background-image: url('images/shadow-bot.gif');
	background-repeat: no-repeat;
	height: 14px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
}
#address {
	padding-left: 15px;
}
#address a {
	text-decoration: underline;
	color: #000000;
}
#address a:link {
	text-decoration: underline;
	color: #000000;
}
#address a:visited {
	color: #000000;
}
#address a:hover {
	color: #A83737;
}
#address a:active {
	color: #000000;
}
.address2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
}
#menu-button {
	padding-left: 50px;
	margin-bottom: 25px;
}
.body-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A637B;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 8px 0px;
	padding-left: 15px;
	color: #4A637B;
}
.sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding-left: 25px;
	color: #4A637B;
}
#content_container {
	padding: 25px 22px 15px 23px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 250px;
	width: 575px;
}
.body-txt2 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A637B;
	margin: 0px 0px 3px 15px;
	font-weight: bold;
}
.body-txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A05A48;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.body-txt2a {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A05A48;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
}
#menu-button2 {
	margin: 0px;
	padding-left: 0px;
	background-image: url('images/menu-bottom-left.gif');
	background-repeat: repeat;
}
#content_container2 {
	padding: 0px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 265px;
	width: 611px;
	background-image: url('images/menu-bottom-right.gif');
	background-repeat: repeat;
}
#column_left2 {
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	float: left;
	width: 151px;
	margin: 0px;
	height: 485px;
	width: 265px;
}
#menu {
	padding-right: 150px;
}
.hiddenPic {display:none;
}
.address3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 10px 80px 0px 275px;
	padding-left: 0px;
	padding-right: 0px;
}

