@charset "UTF-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-attachment: fixed;
	background-image: url(images/Austin_bg_900x10percent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #AAA;
}
body .photo_bg {
	background-image: url(images/Austin_bg_900.jpg);
	background-repeat: no-repeat;
	height: 990px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
}
a img  {
	border-style: none;
}
p.greytext {
	color: #888;
	font-size: 0.8em;
}
.zero_marg {
	margin: 0px;
	padding: 0px;
}
#adm_bar {
	font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #666;
	background-color: #999;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #666;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/admBarGrad_32.jpg);
	background-repeat: repeat-x;
}
#adm_bar p {
	margin-top: 0px;
	padding-top: 6px;
	color: #7D373F;
}
#adm_bar ul {
	text-align: left;
	display: inline-block;
	margin: 0px;
	padding: 5px 0px 0px;
	list-style-type: none;
	color: #7D373F;
}
#adm_bar li {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 3px 12px 0px;
	list-style-type: none;
	color: #7D373F;
	font: bold 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.twoColHybLt #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
}
#sidebar /* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/ {
	float: left;
	width: 172px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 5px;
	color: #FFFFFF;
	height: 500px;
	background-color: #8F8F8F;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #888;
	margin: 0px 2px 0px 0px;
}
.twoColHybLt #sidebar {
	padding-left: 0px;
	margin: 0px 3px 0px 0px;
	padding-top: 0px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLt #mainContent {
	margin: 0 16px 0 14em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	color: #FFFFFF;
	padding-top: 0px;
}
/* Miscellaneous classes for reuse */
.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;
}
#mainContent a img{
	margin: 0px 12px 0px 3px;
	padding: 0px;
	border-style: none;
}
#mainContent h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 2.0em;
	margin-bottom: 0.2em;
	margin-left: 1em;
}
#mainContent h2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	margin-left: 1.5em;
}
#mainContent h2 a {
	color: #7D373F;
	text-decoration: underline;
	padding: 3px 6px;
}
#mainContent h2 a:hover {
	color: #FF9;
	text-decoration: underline;
	background-color: #333;
}
#mainContent h3 {
	margin-top: 0.9em;
	margin-bottom: 0.3em;
	margin-left: 2.5em;
	color: #000000;
	font: bold 1.3em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h4 {
	margin-top: 0.9em;
	margin-bottom: 0.3em;
	margin-left: 2.5em;
	color: #000000;
	font: bold 1.0em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#mainContent h4 a {
	color: #030;
	padding: 2px 6px;
}
#mainContent td {
	margin: 3px 6px 6px;
	padding: 0px 0px 18px;
	text-align: center;
}
#mainContent td h3 {
	margin: 3px 0px 6px;
	padding: 0px;
}
#mainContent td img {
	margin-bottom: 18px;
}
#mainContent .clips td {
	margin: 0px;
	padding: 3px 3px 3px 6px;
	text-align: left;
}
#mainContent .clips td img{
	margin: 0px;
	padding: 3px 0px 3px 24px;
}
#mainContent .clips td h3 a {
	text-decoration: none;
	color: #600;
	padding: 6px;
	margin: 0px;
}
#mainContent .clips td h3 a:hover {
	color: #300;
	background-color: #CCC;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-indent: 1.5em;
	margin: 0.3em 2em;
	color: #000000;
}
#mainContent p.bigtype {
	font-size: 1.2em;
}
#mainContent #agent_info p {
	font-size: 1.2em;
	padding: 0px;
	margin: 0em 1em 0.3em 3em;
}
#mainContent .gallery {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#mainContent .gallery table {
	border-style: none;
}
#mainContent .gallery td {
	vertical-align: bottom;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-bottom: 3px;
	border-collapse: collapse;
}
#mainContent .gallery td img {
	margin: 0px;
	vertical-align: bottom;
}
#mainContent .gallery td.caption {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 15px;
	font-size: 0.9em;
	font-weight: normal;
	vertical-align: top;
}
#mainContent .event {
	border-top: 1px solid #FFF;
	margin: 3px 1.5em 0.8em;
	padding: 0px 0px 9px;
}
#mainContent .event h2 {
	color: #7D373F;
	font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin-top: 0.1em;
	margin-bottom: 0.2em;
	margin-left: 2em;
	padding-top: 2px;
}
#mainContent .event h2 a.hidden {
	color: #60C;
}
#mainContent .event h3 {
	color: #444;
	margin-top: 0.1em;
	margin-bottom: 0.2em;
	margin-left: 4em;
	font: bold 0.9em Tahoma, Arial, sans-serif;
}
#mainContent .event p {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0.2em 4em 0.2em 3.5em;
	text-indent: 0px;
}
#mainContent .event p.location {
	color: #444;
	margin-top: 1px;
	margin-bottom: 0.5em;
	font: bold 0.9em Tahoma, Arial, sans-serif;
	margin-left: 4em;
}
#sidebar ul {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
	width: 170px;
	font: normal 13px Tahoma, Arial, sans-serif;
}
#sidebar li {
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin: 0px;
}
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	padding: 6px;
	margin: 0px;
	color: #FFFFFF;
	display: block;
}
#sidebar a:hover {
	color: #7D373F;
	background-color: #CCC;
}
#sidebar p#image a:hover {
	border-style: none;
	background-color: #8F8F8F;
}
.twoColHybLt .photo_bg {
	background-image: url(images/Austin_bg_900.jpg);
	background-repeat: no-repeat;
	height: 990px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.twoColHybLt .photo_bg #ak_logo img {
	margin-top: 500px;
	margin-right: auto;
	margin-left: auto;
}
.entry {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 1em 1em 2em;
	padding-top: 0.2em;
	width: 40em
}
.entry th {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding: 0 0.3em 0 0.2em;
	width: 30%;
	vertical-align: text-bottom
}
.entry td {
	font-size: 1.1em;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px 3px;
	border-style: none;
	text-align: left;
}
.entry th.note {
	font-size: 11px;
	font-weight: normal;
	line-height: 110%;
	text-align: left;
	margin-top: 0;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 1.5em
}
.entry th.label_req {
	color: #a30000;
}
.entry th.al_r {
	text-align: right
}
.entry th.ctrTitle {
	color: #650000;
	font-size: 14px;
	text-align: center;
	margin-top: 2em;
	padding: 0.6em 4em 0.6em 0
}
.entry td.intro {
	color: #0b3320;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left
}
.entry input.inp_text {
	font-size: 12px;
	background-color: #f2f2f2;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #ccc #ccc #666;
	margin: 0px;
}
.entry textarea {
	color: black;
	font-size: 10px;
	background-color: #f5f5f5;
	text-align: left;
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #696969 white white #696969
}
#mainContent .CD_mp3 {
	margin-left: 1em;
	margin-top: 6em;
	text-align: left;
	padding-left: 3em;
}
#mainContent .CD_mp3 h2 {
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 1.3em;
	margin-left: 0em;
}
#mainContent .CD_mp3 img {
	margin: 0px;
	padding-right: 30px;
	padding-left: 0px;
}
#mainContent .CD_mp3 object {
	vertical-align: top;
}
#mainContent .aForm {
	margin: 0px;
	padding: 15px;
	float: left;
	border-top: 1px solid #DDD;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #DDD;
}
#mainContent .aForm table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 1em 1em;
	padding-top: 0.2em;
	width: 39em
}
#mainContent .aForm th {
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0px;
	color: #600;
}
#mainContent .aForm th.note {
	text-align: center;
	margin-right: 8em;
	margin-left: 3em;
	padding-top: 3px;
	padding-bottom: 6px;
}
#mainContent .aForm th.ctrTitle {
	color: #7D373F;
	font-size: 1.3em;
	text-align: center;
	margin-top: 2em;
	padding: 0.6em 4em 0.6em 0
}
#mainContent .aForm td {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font: 1.0em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0px;
	padding: 2px 4px;
}
#mainContent .aForm td.intro {
	padding: 0px 0px 0px 10em;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #7D373F;
}
#mainContent .aForm .inp_text {
	font-size: 1.0em;
	background-color: #f2f2f2;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #ccc #ccc #666;
	margin: 0px;
	padding: 2px 4px;
}
#mainContent .aForm textarea {
	color: black;
	background-color: #f5f5f5;
	text-align: left;
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #696969 white white #696969;
	padding: 2px;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#mainContent .aForm input.pushBtn {
	font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	padding-right: 9px;
	padding-left: 9px;
}

