@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-image: url(../images/cdt_bg.jpg);
	background-repeat: repeat;
}

/*img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}*/

/********************* Link Styles *********************/

a:link {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #903030;
	text-decoration: none;
}

a:visited {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #903030;
	text-decoration: none;
}

a:hover {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-decoration: underline;
	color: #903030;
}
/* overrides decoration from previous rule for hovered links */

/********************* List Styles *********************/

ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}
	
ul li {
	padding: 5px 0px 5px 10px;
    background:transparent url(../images/bullet.gif) no-repeat;
    background-position:0 5px;
	border-bottom: 1px dashed #333333;
}
	
ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}

/********************* Header Styles *********************/

h1 {
	color: #464646;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #903030;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

h3 {
	color: #8f1c40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0;
}


/********************* Build Styles *********************/


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #451b1b;
	text-align: left; /* this overrides the text-align: center on the body element. */
}



.twoColFixLtHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/casa_header_bg.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainNav {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	padding: 12px 6px 12px 6px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}

.twoColFixLtHdr #mainNav a:link {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #f2f2f2;
	text-decoration: none;
}

.twoColFixLtHdr #mainNav a:visited {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #f2f2f2;
	text-decoration: none;
}

.twoColFixLtHdr #mainNav a:hover {
	font: 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-decoration: underline;
	color: #ffffff;
}



.twoColFixLtHdr #border {
	border: 6px solid #c0a848;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* was 200 - the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333333;
	border: 1px solid #464646;
	background: #cfc37f; /* the background color will be displayed for the length of the content in the column, but no further */
}


.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 360px; /* was 250 - the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image: url(../images/content_bg2.jpg);
	background-repeat: no-repeat;*/
}

.twoColFixLtHdr #space { 
	padding: 0px 20px 0px 20px;
}

.twoColFixLtHdr #mainContent h1 {
	border-bottom: 1px solid #903030;
}

.twoColFixLtHdr #mainContent ul {
	margin: 0px 0px 0px 20px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 5px;
	/*text-indent: -1em;*/
	list-style-type: disc;
	}
	
.twoColFixLtHdr #mainContent ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 5px;
	border: 0;
	list-style-type: disc;
	background:transparent url(../images/none.gif) no-repeat; /* HACK by Noelle Kehrley: No actual image exsists but will override list-style for side navigation*/
}

.twoColFixLtHdr #specials {
	background-color: #f5f1e6;
	padding: 10px 10px 15px 10px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #464646;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}


/********************* Footer Styles *********************/

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


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

/********************* Image Styles *********************/

/*.twoColFixLtHdr #mainContent img{
	margin: 0px 0px 30px 20px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #a8a878;
	float: right;
}*/

/************* #Form styles ***************/

.twoColFixLtHdr #signUp {
	background-image: url(../images/sign_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 5px 100px 5px 5px;
}

.twoColFixLtHdr #signUp form{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
/*	background: transparent;*/
}

.twoColFixLtHdr #signUp input{
	margin: 0px;
	padding: 0px;
	border: 1px solid #464646;
	clear: both;
	/*background: transparent;*/
}

.twoColFixLtHdr #signUp .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 155px;
	margin-right: 6px;
	color: #000000;
	/*	background: transparent;*/
	padding: 2px 2px 2px 2px;
}

/*.style input {
	background: transparent;
}*/

.twoColFixLtHdr #signUp label{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #f5f5f5;
/*	text-transform: uppercase;*/
}

.twoColFixLtHdr #signUp .buttons {
	/*font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color: #969897;
	color: #FFFFFF;*/
	margin-right: 6px;
	/*border: 1px solid #D5B664;*/
	/*width: 16px;*/
	clear: both;
}


