/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK ::IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
.clear:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clear {
	clear:both;
	width:100%;
	height:0.01px;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.hidetext {
	display:block;
	text-indent:-9999px;
	outline:0;
}
.text-indent {
	text-indent:-32697px;
}
/* =elements ***************************** */
a:link {
	color:#660000;
}
a:active {
	color:#660000;
}
a:visited {
	color:#660000;
}
a:hover {
	color:#660000;
	text-decoration:none;
}
#header-image {
	width:650px;
	height:195px;
	display:block;
}
body#index #header-image {
	background-image:url(../images/cta-top-home.jpg);
}
body#lifetime #header-image {
	background-image:url(../images/cta-top-sub-2.jpg);
}
/* =grids ***************************** */
h1, h2, h3 {
	text-transform:capitalize;
}
h1, h2, h3, p, table.ul {
	margin:0 0 10px 0;
}
html {
	text-align:center;
}
body {
	text-align:left;
	margin:0 auto;
	width:910px;
	background:#447345 url(../images/bg.jpg) repeat-x;
	font:12px/20px Arial, Helvetica, sans-serif;
}
#header {
	position:relative;
	width:910px;
	height:215px;
	background:url(../images/header.jpg) no-repeat;
}
#logo {
	height:160px;
	position:relative;
}
#logo span {
	display:none;
}
#logo a#logo-main {
	display:block;
	width:275px;
	height:144px;
	position:absolute;
	top:6px;
}
#logo a#logo-austin {
	display:block;
	width:299px;
	height:33px;
	position:absolute;
	left:502px;
	top:58px;
}
#logo a#logo-sanantonio {
	display:block;
	width:356px;
	height:33px;
	position:absolute;
	left:446px;
	top:94px;
}
#topnav {
	position:absolute;
	top:155px;
	left:0px;
	line-height:normal;
	width:910px;
	height:31px;
	text-align:right;
}
#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#topnav ul li {
	float:right;
	background:url(../images/nav-tab-right.jpg) no-repeat right top;
	margin:0;
	padding:0;
}
#topnav a {
	color:#fff;
	text-decoration:none;
	display:block;
	background:url(../images/nav-tab-left.jpg) no-repeat left top;
	padding:8px 15px;
	font-weight:bold;
}
#topnav a:hover {
	text-decoration:underline;
}
#topnav ul li ul {
	background:none;
	position:absolute;
	left:-999em;
}
#topnav ul li:hover ul {
	left:auto;
}
#topnav ul li.sfhover ul {
	left:auto;
}
#topnav ul li ul li {
	float:left;
	background:none;
	display:inline;
}
#topnav ul li ul li a {
	background:none;
}
#topnav ul li ul li a span {
	display:none;
}
#body {
	float:left;
	background:url(../images/bg-body.jpg) repeat-y;
}
#main-content {
	width:650px;
	float:right;
}
.entry li {
	list-style:disc;
	margin:0 0 0 10px;
	padding:0;
}
object {
	margin:0 auto;
	display:block;
}
#main-content #content {
	padding:10px 30px;
}
iframe {
	border:none;
}
#main-content h1 {
	font-size:1.5em;
	color:#004101;
}
#main-content h2 {
	font-size:1.4em;
	color:#C95F09;
}
#main-content h3 {
	font-size:1.3em;
}
#main-content small {
	font-size:0.8em;
}
#main-content ul {
	margin:0 30px 10px 20px;
}
#main-content ol {
	margin:0 30px 10px 50px;
}
#main-content table {
	margin:0 30px 10px 50px;
}
.product {
	width:275px;
	float:left;
	padding:0 0 0 30px;
}
.product img {
	border:1px solid;
	margin-left:20px;
}
.product ul {
	padding-top:10px;
}
.question {
	font-weight:bold;
	font-size:107%;
}
#side-content {
	width:260px;
	float:left;
}
#address {
	display:block;
	padding:0 20px;
}
#assoc {
	padding:20px;
}
#footer {
	clear:both;
	width:910px;
}
#footer p, #footer h2, #footer h3 {
	font-size:85%;
	padding-top:10px;
	color:#fff;
	text-align:right;
	margin:0;
}
#footer p a {
	color:#fff;
}
.special {
	display:none;
}
div.modal {
	background-color:#fff;
	border:3px solid #ffbf00;
	display:none;
	left:25%;
	overflow:hidden;
	padding:2em 2em 1em 2em;
	position:absolute;
	top:15%;
	text-align:left;
	width:600px;
	z-index:9999;
}
div.modal img {
	float:left;
	margin:0 10px 0 0;
}
div.modal h5 {
	color:red;
	font-size:150%;
	margin:0px 0px 0px 0px;
}
div#modal-overlay {
	background-color:#000;
	display:none;
	filter:alpha(opacity=50);
	height:200%;
	margin:0 auto;
	-moz-opacity:.50;
	opacity:.50;
	overflow:hidden;
	position:absolute;
	top:0;
	width:102%;
	z-index:99;
}
* html div#modal-overlay {
	left:-1;
	width:120%;
}
