html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  color: #000000;
  background-color: #FFFFFF;

  margin: 0;
  padding: 0;
  height: 100%;
  
 /*  background-image: url(../images/azsmiles_bg.gif); */
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

body.age1 {
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  background-image: none;
  margin: 0;
  padding: 0;
  height: 100%;

}

h2
{
  font-weight: bold;
  color: #0129B4;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}

hr
{
  height: 5px;
  border: 1px outset black;
  color: #0129B4;
  width: 95%;
  margin-top: 5px;
  margin-bottom: 5px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; } 
a:hover { text-decoration: underline; } 

td
{
  font-size: 13px;
  font-weight: normal;
  padding: 0px;
}

input
{
  border: 1px outset black;
  font-size: 11px;
  font-weight: bold;
  color: #0129B4;
  background-color: #FFFFFF;
}

ul {
  list-style-image: url(../images/bullet1.gif);
  margin-top: 0px;
}
ul ul {
  list-style-image: url(../images/bullet2.gif);
}



#page_container {
  width: 100%;
}



#page_content {
  width: 100%;
}



#page_footer {
  width: 100%;
  height: 64px;
  border: none;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
  color: #FFFFFF;
  z-index: 20;
  margin-top: 50px;
}



.logo_bg {
  background-image: url(../images/azsmiles.gif);
  background-repeat: no-repeat;
  background-position: center center;
}



.menu_bg {
  background-color: #FFFFFF;
  color: #000000;
}



.topnav {
  color: #FFcccc;
  font-weight: bold;
  border: none;
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  height: 42px;
}



.topnav_text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}



.topnav_menu_cell {
  padding: 0px 8px 0px 8px;
}



.footer_text {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
}

.footer_text a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
  	text-decoration: none;
}

.reference {
font-size:10px;
font-style:italic;
}

.footer_text a:hover {
 
  font-weight: normal;
  font-size: 12px;
      color: #FFE700;
	text-decoration: underline;
}

.footer_text a:visited {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
}

.main_menu_text {
  color: #0129B4;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  font-variant: small-caps;
}
a.main_menu_text:link {
  color: #0129B4;
  background-color: transparent;
}
a.main_menu_text:visited {
  color: #0129B4;
}
a.main_menu_text:hover,
a.main_menu_text:visited:hover {
  color: #D61821;
}
a.main_menu_text:active {
  color: #0129B4;
}

.main_menu_text2 {
  color: #D61821;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  font-variant: small-caps;
}
a.main_menu_text2:link {
  color: #D61821;
  background-color: transparent;
}
a.main_menu_text2:visited {
  color: #D61821;
}
a.main_menu_text2:hover,
a.main_menu_text:visited:hover {
  color: #0129B4;
}
a.main_menu_text2:active {
  color: #D61821;
}

.section_menu {
  width: 180px;
  height: 225px;
  overflow: hidden;
  border: none;
  padding: 2px 2px 2px 2px;
}



.section_bg {
  background-image: url(../images/section_menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}



.section_menu_text {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
/*  font-variant: small-caps;*/
  padding: 2px 2px 2px 2px;
}
a.section_menu_text:link {
  color: #000000;
}
a.section_menu_text:visited {
  color: #000000;
}
a.section_menu_text:hover,
a.section_menu_text:visited:hover {
  color: #D61821;
  text-decoration: underline;
}
a.section_menu_text:active {
  color: #000000;
}

.section_content {
  z-index: -1;
  z-index: auto;
  visibility: visible;
}

.section_text {
  padding: 5px;
  font-weight: normal;
}


.section_header {
	/* background-image: url(../images/section_title_bg.jpg);*/
  background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
	margin: 0px;
	border: none;
	font-weight: bold;
	font-size: 20px;
	min-width: 600px;
}

.input_button {
  background-color: #E0E0E0;
  color: #0129B4;
  border: 2px outset #0129B4;
  font-size: 10px;
  font-weight: bold;
}

/* CSS box */
.inset3 {
  background:transparent;
  width:400px;
  }
.inset3 h1, .inset3 p {
  margin:0 10px;
  }
.inset3 h1 {
  font-size:2em; color:#fff;
  }
.inset3 p {
  padding-bottom:0.5em;
  }
.inset3 .b1, .inset3 .b2, .inset3 .b3, .inset3 .b4, .inset3 .b1b, .inset3 .b2b, .inset3 .b3b, .inset3 .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.inset3 .b1, .inset3 .b2, .inset3 .b3, .inset3 .b1b, .inset3 .b2b, .inset3 .b3b {
  height:1px;
  }
.inset3 .b2, .inset3 .b3, .inset3 .b4, .inset3 .b4b, .inset3 .b3b, .inset3 .b2b {
  background:#fff; 
  border-left:1px solid #999; 
  border-right:1px solid #999;
  }
.inset3 .b1, .inset3 .b1b {
  margin:0 5px; 
  background:#999;
  }
.inset3 .b2, .inset3 .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.inset3 .b3, .inset3 .b3b {
  margin:0 2px;
  }
.inset3 .b4, .inset3 .b4b {
  height:2px; margin:0 1px;
  }
.inset3 .teaser3 {
	display:block;
	background:#fff;
	height:100px; /* this height should match event teaser table heights on hmpg */
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding-left:0.5em;
	padding-right:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	font-weight: normal;
	text-align:center;
}
.inset3 .teaser3 a {
	color: #a94505;
	text-decoration: underline;
}
.inset3 .teaser3 a:hover {
	color: #999999;
	text-decoration: underline;
}