/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #d4bc80;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}


*html body{
 	font-size: x-small /* for IE5/Win*/
	f\ont-size: small;/*for  all other older verions of IE */

	}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Redefines the p tag: text set universally in body tag */
p { 	
	color: #333;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 0px 20px 10px 20px;
	line-height: 1.5em;

}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	color: #2a2664;
	margin: 10px 0px 5px 20px;
	width: 90%;
	font-weight:normal;
}


h2 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 150%;
	color: #fff;
	margin: 20px -5px 5px 20px;
	width: 45%;
	border-bottom: 1px solid #808080;
	text-transform: uppercase;
}

p span a{
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	color #ff0;

}

h2 a{
	font-size: 14px;
}

.list{
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	margin: 0px 0px 10px 60px;
	line-height: 2.5;
	color: #333;
	
}

.list li{
	
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #333;
	text-decoration: underline;
	
}
a:visited {
	color: #333;
	text-decoration: underline;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



div#container { 
	width:960px; 
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper.gif);
	}
	
div#container2 { 
	width:960px; 
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper2.gif);
	}

div#indexcontainer{
	background: url(images/austin_layout_index.jpg);
	width: 960px;
	height: 450px;
	
}

div#header { 
	background: url(images/header.jpg);
	width: 960px;
	height: 288px;
	margin:0 auto;
	position: relative;
 }
 

/*container for pagetext and left coloum */


div#leftcolumn{
	width: 220px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	background: none;
}

div#leftcolumn img{
	margin-left: 0px;
}


div#pagetext {
	float: left;
	width: 480px;
	position:relative;	
	display: inline;
	margin-left: 1px;
	
	
}

div#pagetext2 {
	float: left;
	width: 689px;
	position:relative;	
	display: inline;
	margin-left: 1px;
	
	
}



div#right{
	width: 215px;
	float: right;
	display: inline;
	margin: 0px 20px 0px 0px;

}

div#right img{
	margin: 20px 0px 0px 2px;
	border: 1px solid #ccc;	
}


div#left a:link{
	color: #ffff00;		
}

div#left a:visited{
	color: #ffff00;		
}





address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 100%;
	margin: 0px 0px 0px 20px;
	padding: 10px;	
}

address img{
	margin: 10px 0px 0px 0px;
}

div#footerindex {
	width: 960px;
	height: 45px;
	background: #d4bc80;
	position: relative;
	margin: 0px auto;
}


div#footer {
	width: 960px;
	height: 67px;
	background: url(images/footer.gif);
	position: relative;
	margin: 0px auto;
}

div#footer2 {
	width: 960px;
	height: 67px;
	background: url(images/footer2.gif);
	position: relative;
	margin: 0px auto;
}


div#footer a{

	color: #fff;
}

	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 900;
}



.right img{
	margin: 10px 20px 0px 0px;
	border: 1px solid #fff;
	padding: 1px;

}


 #copyright {
 	width: 960px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 20px;

 }
 
 #copyright a{
 	color: #000033;
	}

#copyright img{
	float: right;
	margin-top: -25px;
}

/* ---------------------- MAIN NAVIGATION---------------------- */	

/* ---------------------- MAIN NAVIGATION---------------------- */	
	/* ---------------------- nav ---------------------- */
  #navcontainer {
	width:960px;
	height: 54px;
	background: url(images/nav_bg.gif);
	position: relative;
	margin: 0px auto;
      }
	  
	  
#nav{
	position: absolute;
	width: 951px;
	left: 9px;
	top: -41px;
	z-index: 10;
	

}


/* UL TAG */
ul#navlist {
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
	font-family: tahoma;
	
	} 

ul#navlist li {
	list-style: none;
	float:left;
	position: relative;
	margin:0 1px 0 0;
	padding:0;
	line-height:normal;
	text-indent:0;}

ul#navlist li a {
	display:block;
	padding: 8px 5px 13px 5px;
	/*width: 100px;*/
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	font-family: tahoma;
		}

/**/* html #nav a {
	width: 1%;}

ul#navlist li a:hover {
	background: url(images/navpointer1.gif) no-repeat center bottom #d4bc80;
	color: #000033;}

ul#navlist .current {
	background: #e6d5aa;
	color: #000033;}

/* ---------------------------------------------------------*/
/* ----------------- FOR THE CSS DROPDOWN ----------------- */
/* ---------------------------------------------------------*/
	
	
ul#navlist li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0 0 0;
	z-index: 500;
}

ul#navlist li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#navlist li ul li {
	float: none;
	text-transform: capitalize;
	}
	
ul#navlist li ul li a {
	background:  #d4bc80;
	width: 225px;
	padding: 7px 0;
	text-indent: 15px;
	color: #000033;
	border-bottom: 1px solid #a18b53;
	border-left: 1px solid #a18b53;
	border-right: 1px solid #a18b53;
	}


	
ul#navlist li ul li a:hover {
	background: url(images/navpointer.gif) no-repeat left #2a2664;
	color: #fff;
	
	}
/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 1038px;
	height: 25px;
	left: -45px;
	top: 61px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #2a2664;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #2a2664;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #2a2664;;
		width: auto;
		text-decoration: underline;
	}


/*=============================INEX UTILITY NAV====================================*/
ul#utilitynav2 {
	position: absolute;
	padding: 0px;
	width: 954px;
	height: 25px;
	left: 7px;
	top: 5px;
	}
	
	
	ul#utilitynav2 li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav2 li a:link, ul#utilitynav2 li a:visited, ul#utilitynav2 li a:active {
		color: #2a2664;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav2 li a:hover {
		color: #2a2664;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav2 li a.current:link, ul#utilitynav2 a.current:visited {
		color: #2a2664;;
		width: auto;
		text-decoration: underline;
	}

ul#nondiscrimination_link {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 475px;
	top: 91px;
}

	ul#nondiscrimination_link li {
		display: inline; 
		list-style: none;
	}
	
	ul#nondiscrimination_link li a:link, ul#nondiscrimination_link li a:visited, ul#nondiscrimination_link li a:active {
		color: #2a2664;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#nondiscrimination_link li a:hover {
		color: #2a2664;
		width: auto;
		text-decoration: underline;
	}
.clear{
	clear: both;
}

.center{
	text-align: center;
}

.border{
	border: 1px solid #333;
	padding: 2px;
}

.column1{
	width: 175px;
	float: left;
	margin-left: 15px;
	background: none;
	padding: 10px;
}
/*=====================Netopia================================*/
iframe{
	margin: 0px 0px 10px 20px;
}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
float: right;
margin: 0px 50px 10px 0px;
color: #fff;
}

div#ownerlogin a{
	color: #fff;
}

.scroll{
	overflow: scroll;
	height: 640px;
	overflow-x: hidden;
	margin-top: 20px;
}

/*
 table{
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	font-size: 11px;
}

table tr{
	padding-bottom: 5px;
}

 th{
	background: #015b7e;
	color: #fff;
	font-size: 12px;
	height: 21px;
	text-align: left;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	text-align: center;
}

td{
padding: 5px;
border-bottom: 1px solid #ccc;
}
*/

blockquote{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-left: 30px;	
	padding: 10px 0px 10px 0px;
}

blockquote p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	margin-left: 30px;
	font-style: italic;
}

blockquote h1{
font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-left: 30px;
	font-style: italic;
}
