/* Ag Texas Styles */
body {
	background-image: url('images/bg.jpg'); 
	font-family: Tahoma, sans-serif; 
	font-size: 12px;
	}


a {
	color: #E1D7B7;
	text-decoration: none;
	}
	a:visited {
		color: #E1D7B7;
		}
	a:hover {
		text-decoration: underline;
		}
		
h2 {
	font-size: 14px;
	color: #002157;
	}
		
h3 {
	font-size: 13px;
	font-weight: normal;
	}

.login {
	padding-top: 3px;
	padding-right: 15px;
	text-align: right;
	font-family: verdana, helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;

	}
		
.tagline {
	text-align: right;
	color: #E1D7B7;
	font-size: 13px;
	font-family: Times;
	padding-right: 30px;
	padding-top: 10px;
	}
		
.phone {
	text-align: right;
	color: #E1D7B7;
	font-size: 16px;
	padding-right: 15px;
	padding-top: 10px;
	font-weight: bolder;
	}
		
.phonehome {
	height: 23px;
	text-align: right;
	color: #E1D7B7;
	font-size: 16px;
	padding-right: 15px;
	padding-top: 9px;
	font-weight: bold;
/*	outline: 1px solid green; */
	}
		
.nav {
	text-align: right;
	color: #E1D7B7;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
	}		
		
.navhome {
	text-align: right;
	color: #E1D7B7;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	margin: 10px 0 6px 0; 
	padding-right: 15px;
/*	outline: 1px solid blue; */
	}
	
#header {
	background: url('images/bg-logo.jpg') no-repeat #41301c;
	padding: 0;
}

#header form {
	padding: 0; 
	margin: 0;
	
}
	
.titlemain {
	color: #790000; 
	font-family: Georgia; 
	font-size: 22px;	
	}
		
.title {
	color: #41301b; 
	font-family: Georgia; 
	font-size: 17px;	
	}
	
#title2 {
	font-family: Georgia; 
	font-size: 15px;
	font-weight: bolder;	
	}
	
	#title2 a {
	color: #790000;
	text-decoration: none;
	}
	#title2 a:visited {
		color: #790000;
		}
	#title2 a:hover {
		text-decoration: underline;
		}
		
.title2 { /* created this b/c the id is used more than once on a page. Should be using a class instead of id. */
	font-family: Georgia; 
	font-size: 15px;
	font-weight: bolder;	
	}
	
	#title2 a {
	color: #790000;
	text-decoration: none;
	}
	#title2 a:visited {
		color: #790000;
		}
	#title2 a:hover {
		text-decoration: underline;
		}	
	
	
#title3 {
	font-family: Georgia; 
	font-size: 13px;
	line-height: 25px;	
	}
	
	#title3 a {
	color: #790000;
	text-decoration: none;
	}
	#title3 a:visited {
		color: #790000;
		}
	#title3 a:hover {
		text-decoration: underline;
		}

#title4 {
	font-family: Tahoma, sans-serif; 
	font-size: 15px;
	font-weight: bolder;
	}
			
.red {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #790000;
	}
	
	.red a {
	color: #790000;
	text-decoration: none;
	}
	
	.red a:hover {
	text-decoration: underline;
	}
		
.blue {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #002157;
	}
	
	.blue a {
	color: #002157;
	text-decoration: none;
	}
	
	.blue a:hover {
	text-decoration: underline;
	}
		
div.backgroundblue
  {
  width:200px;
  background:url(images/div-bluebg.gif) repeat;
  }
  		
div.transboxblue
  {
  width:200px;
  padding:15px;
  background-color:#DFE6EC;
  filter:alpha(opacity=60);
  opacity:0.6; 
  }
		
div.backgroundbluesearch
  {
  width:180px;
  background:url(div-bluebg.gif) repeat;
  margin-left: 70px;
  }
  		
div.transboxbluesearch
  {
  width:180px;
  padding:15px;
  background-color:#DFE6EC;
  filter:alpha(opacity=60);
  opacity:0.6; 
  }
 
div.backgroundtan
  {
  width:150px;
  background:url(images/div-tanbg.gif) repeat;
  }
  		
div.transboxtan
  {
  width:150px;
  background-color:#E5D8B4;
  filter:alpha(opacity=60);
  opacity:0.6; 
  }

.justify
	{
	font-size: 10px; 
	font-family: Verdana, sans-serif;
	}

.imgFloatL {
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: 1px solid #dfdecc; 
}

.imgFloatR {
	float: right;
	padding: 20px 10px 10px 20px; 
	padding: 10px;
	border: 1px solid #dfdecc; 
}


.imgFloatR-B {
	float: right;	
	margin: 10px 0px 10px 10px;
	padding: 10px;
	border: 1px solid #dfdecc;  
}


.imgFloatR-NB {
	float: right;	
	margin: 10px 0px 10px 10px;
}

p.caption {
	text-align: left;
	text-indent: 0;
	padding: 5px 0px 0px 0px;
	margin: 0;
	font-style: italic;
	font-size: 9px;
	text-align: center;
	}
	
	p.caption a {
	color: #790000;
	text-decoration: none;
	}
	
	p.caption a:hover {
	text-decoration: underline;
	}

.enroll	{
		font-size: 10px;
		}
	
	.enroll a {
	color: #790000;
	text-decoration: none;
	}
	.enroll a:visited {
		color: #790000;
		}
	.enroll a:hover {
		text-decoration: underline;
		}

.careers {
	background-color: #CAB692;
	padding: 10px;
	color: #000000;
	}






