@charset "utf-8";
/* Texas AgFinance Styles */

html {
	padding: 0;
	margin: 0;
}

body {  
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	}

a {
	color: #663300;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color: #974d03;
		}
		
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
	
.title {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	}
	
h1 { 
	font-family:  Tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
#contentIn { /* INSIDE pages: wider width column that holds main content (not navigation)  */
	width: 482px;
	padding: 10px 18px 20px 18px;
	float: left;
	height: 100%;
	background-color: #fff;
	}
	
#mapB {
		width: 500px;
		position: relative;
		float: left;
		margin-left: 12px;
		margin-top: 0;
		margin-bottom: 25px;
		text-align: center;
		background-image:url(images/texasmap.jpg);
		background-repeat: no-repeat;
		height: 489px;
		padding-top: 0;
		}  
		
	#mapB a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	position: absolute;
	height: 19px;
	width: 102px;
	top: 387px;
	text-decoration: none;
	left: 149px;
		}  
	#mapB a:hover {
		text-decoration: underline;
		color: #CA8752;
		}   
		
	a#robstown {
	top: 398px;
	left: 306px;
}
	a#bandera {
	top: 288px;
	left: 249px;
}
	
	a#brenham {
	top: 270px;
	left: 375px;
}
	a#pleasanton {
	top: 343px;
	left: 309px;
}
	a#sanantonio{
	top: 310px;
	left: 303px;
}
	a#uvalde{
	top: 312px;
	left: 191px;
}
	a#weslaco{
	top: 452px;
	left: 235px;
}
	a#hebbronville{
	top: 401px;
	left: 225px;
}
	a#raymondville{
	top: 459px;
	left: 326px;
}
	
#locationInfo {  /* div holds office location data and google map */	
		width: 230px;
		float: left;
		margin-top: 25px;
		padding: 5px 0px 10px 15px;
		border: 3px solid #F2EFE1;
		margin-left: 10px;
		} 
#locationInfo2 {  /* div holds office location data and google map */	
		width: 230px;
		float: left;
		margin-top: 25px;
		padding: 5px 0px 10px 15px;
		border: 3px solid #F2EFE1;
		margin-left: 10px;
		} 
#googleMapHolder {
		height: 230px;
		width: 230px;
		float: left;
		margin-left: 0px;
		background-color: #C1D7C9;
		}  			
		
/* //// heading styles ////// */
	
	h1 {
		font-weight: normal;
		font-size: 1.7em;
		margin-bottom: 5px;
		line-height: normal;
		color: #333;
	}	
	
	h2 {
		font-weight: normal;
		font-size: 1.3em;
		margin-top: .3px;
		margin-bottom: 5px;
		color: #548A72;
	}
	h3 {
		font-weight: normal;
		font-size: 1.1em;
		line-height: normal;
		margin-top: .4em;
		margin-bottom: 5px;
		color: #333;
	}
	h4 {
		font-weight: normal;
		font-size: 1.1em;
		line-height: normal;
		margin-top: .4em;
		margin-bottom: 0;
		color: #ad7d3e;
	}
	h5 {
		font-weight: normal;
		font-size: 1.3em;
		line-height: normal;
		margin-top: .4em;
		margin-bottom: 10px;
		color: #333;
	}
	
	
	.indent {
		margin-left: 20px;
		margin-bottom: 10px;
		}
