/* - - - - - - CSS Document - - - - - - - - -

Title : CASA Partners
Author : Mike Miller		
URL : 

Description : Version 1

Created : 10/16/2006
Modified : 10/23/2006

- - - - - - - - - - - - - - - - - - - - - */




/* ----- zero out all padding and margin ----- */
/* *{padding: 0; margin: 0;} */

/* ----- global default/initial styles ----- */
:focus { -moz-outline-style: none; }
img {border: 0;}
.noborder {border: 0;}
.block{display:block;}
.noul {text-decoration : none;}
html {
	height:100%;
}
body {
	height:100%;
	padding: 0;
	margin: 0;
	scrollbar-arrow-color: #8A7A42;
	scrollbar-3dlight-color: #8A7A42;
	scrollbar-highlight-color: #8A7A42;
	scrollbar-face-color: #EBE7D6;
	scrollbar-shadow-color: #8A7A42;
	scrollbar-darkshadow-color: #8A7A42;
	scrollbar-track-color: #8A7A42;
}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

/* ----- base default font size, type, and line height Trebuchet MS ----- */
html body{font: 80%/1.5em Arial, Helvetica, sans-serif;background-color: #DCD2AE;height:100%;color:#000;}
html>body{font: 80%/1.5em Arial, Helvetica, sans-serif;background-color: #DCD2AE;height:100%;color:#000;}

/* ----- base links ----- */
a:link {color: #00008B;  text-decoration: none; }
a:visited {color: #8B4513; text-decoration: none;}
a:hover {color: #00008B;  border-bottom: 1px dashed;   }
a:active {color: #00008B;}
a:focus{color: #00008B;}

/* ---- IE min-width hack ---- */

* html .minwidth {
	border-left: 750px solid #DCD2AE;
}

* html .minwidth_blue {
	border-left: 750px solid #125EAF;
	background-color: #125EAF;
}

* html .container {
	margin-left:-750px;
	position:relative;
}

/*\*/
* html .minwidth, * html .container, * html .minwidth_blue {
	height: 1px;
}
/**/

/* ---- main site structure ---- */

#container {
	padding: 10px;
}

#header_container {
	min-width: 750px;
	width: 100%;
	height: 154px;
	background-color: #125EAF;
}

#nav_container {
	width: 100%;
	font: bold 12px Arial Helvetica sans-serif;
	background-color: #BEAD6A;
	border-bottom: 2px Black solid;
	border-top: 2px Black solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

#main_container {
	min-width: 750px;
	}

#main_text {
	background: url(../images/main_back.jpg) no-repeat;
	width: 60%;
	padding-left: 70px;
	padding-right: 30px;
	padding-top: 50px;
	float: left;
}

#main_text_full {
	background: url(../images/main_back.jpg) no-repeat;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 50px;
	float: left;
}

#sub_container {
	width: 22%;
	margin-top: 100px;
	margin-right: 30px;
	border: 1px Black solid;
	background-color: #DCD2AE;
	float: right;
}

#sub_header {
	background-color: #BEAD6A;
	font: 150%/1.0em "Times New Roman", Times, serif; 
	text-align: center;
	border-bottom: 1px Black solid;
	padding: 5px;
}

#sub_text {
	background: url(../images/sub_back.jpg) no-repeat;
	padding: 10px;
	background-color: #DCD2AE;
}

/* ---- Text Styles ---- */

.headline {
	font: 200%/1.0em "Times New Roman", Times, serif; 
}

.headline_news {
	font: bold 120%/1.0em Arial Helvetica sans-serif; 
}

ul {
	list-style-position: inside;
	margin-left: 20px;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid Black;
	background-color: #EBE7D6;
	scrollbar-arrow-color: #8A7A42;
	scrollbar-3dlight-color: #8A7A42;
	scrollbar-highlight-color: Black;
	scrollbar-face-color: #EBE7D6;
	scrollbar-shadow-color: #8A7A42;
	scrollbar-darkshadow-color: #8A7A42;
	scrollbar-track-color: #8A7A42;
}

.form_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid Black;
	background-color: #BEAD6A;
}

.admin_nav:link {color: Black;  text-decoration: none; }
.admin_nav:active {color: #FFF;  text-decoration: none; }
.admin_nav:visited {color: Black;  text-decoration: none; }
.admin_nav:hover {color: #FFF;  text-decoration: none; border-bottom: none;}


.whitecopy {
	color: White;
}

.photo_top_left {
	padding-bottom: 5px;
	padding-right: 15px;
}

