* {
  margin: 0;
  padding: 0;
}

html {
	font-size: 81.25%;
	font-family: Georgia;
	color: #211c18;
	min-height: 100%;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F4E59E;
}

font {
  font-size: 1em;
  min-height: 100%;
}

body {
  font-size: 1em;
  min-height: 100%;
  text-align: center;
  background: transparent url(../images/body_bg.gif) repeat-x;
}

* html body {
  height: 99%;
}

#contentwrapper {
	line-height: normal;
}

h1 {
  font-size: 1.923em;
  margin: 0 0 1em 0;
  color: #591e12;
  font-weight: normal;
  border-bottom: 2px solid #fff0c7;
  padding-bottom: 15px;
  line-height: .9em;
}

h2, h3, h4, h5 {
  margin: 0 0 .5em 0;
}

h2 {
  font-size: 1.38em;
  color: #b37b1b;
  font-weight: normal;
}

h2.column {
  border-bottom: 1px solid #fff0c7;
  padding-bottom: 7px;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}

h3 {
  font-size: 1.00em;
  color: #b37b1b;
}

h4 {
  font-size: 1.153em;
}

h5 {
  font-size: 1.0769em
}

p, ul, ol, dl, dt, dd, code {
  margin: 0 0 1.35em 0;
}

ol {
  margin-left: 1.28em;
}

ol li { 
  margin: 0 0 .5em 0;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
  background: transparent url(../images/bullet.gif) no-repeat .25em .6em; /* bullet image centered first line of text */
  margin: 0 0 .2em 0;
  padding: 0 0 1px 12px;
}

li ul {
  margin: .5em 0 .5em 0;
}

dt {
  margin-bottom: .3em;
  font-weight: bold;
}

dd {
  padding: 0 0 0 20px;
}

hr {
  border: 0 none;
  height: 1px; 
  color: #f0d574;
  background: #f0d574;
}
 
a:link, a:visited {
  color: #244a66;
}

a:hover, a:active {
  color: #591e12;
}

a:link img, a:visited img {
  border: 4px solid #f0d574; 
}

a:hover img, a:active img {
  border: 4px solid #591e12; 
}
 
 
/* =========================================================================================== */
/* layout */
#header, #nav, p#slogan, #contentwrapper, #footer {
  width: 716px;
  margin: 0px auto;
}

#header {
  position: relative;
  height: 143px;
  background-color: #003f47;
  margin-bottom: 2px;
}

#nav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
}

#wrapper {
  background: transparent url(../images/scroll_bg.gif) no-repeat center top;
  text-align: center;
  width: 100%;
}


#wrapper2 {

  text-align: center;
  width: 100%;
}

#candywrapper2 {

  border-top: 2px solid #d6a734;
}






p#slogan {
  background: transparent url(../images/slogan_bg.gif) no-repeat 0 0;
  height: 32px;
  position: relative;
}

#candywrapper {
  background: #f4e59e;
  border-top: 2px solid #d6a734;
}

#contentwrapper {
  background: #f4e59e;
  padding: 5px 0 20px 0;
  min-height: 100px;
}

#content {
	text-align: center;
	float: left;
	width: 716px;
}

#footer {
  padding: 12px 0 40px 0;
  border-top: 1px solid #fff0c7;
}

/* layout - columns */
.left {
	float: left;
	width: 241px;
}

.middle {
  float: left;
  width: 266px;
  margin-left: 25px;
}

.right {
	float: right;
	width: 300px;
	margin-left: 25px;
}

.twocolleft {
	float: left;
	width: 300px;
}

.twocolright {
	float: right;
	width: 475px;
	height: 150px;
}

.twocol-p {
	float: right;
	width: 700px;
	height:auto
}

.clear {
  float: left;
  width: 716px;
}

.half {
  width: 358px;
}

/* layout - home */
.home #slogan {
  display: none;
}

.home #candywrapper, .home #contentwrapper {
  background: transparent;
}

.home #contentwrapper {
  padding-top: 19px;
  background: transparent url(../images/slogan_bg.gif) no-repeat 0 0;
}

#masthead img {
  display: block;
}

#masthead {
  border: 8px solid #fff2c7;
  margin-bottom: 24px;
}





/* =========================================================================================== */
/* nav */
#nav ul {
  list-style: none;
  margin: 0px auto;
  text-align: center;
  padding: 10px 0 10px 0;
  border-top: 1px solid #3f3a35;
  line-height: normal;
  font-weight: bold;
  font-size: .91666em;
  background: transparent url(../images/nav_bg.gif) repeat-x;
}

#nav ul li {
  list-style: none;
  color: #fff;
  display: inline;
  margin: 0 -3px;
  padding: 0;
  background-image: none;
}

#nav a {
  padding: 10px 13px 10px 13px;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
}

#nav a:link, #nav a:visited {
  color: #b3aa9d;
}

#nav a:hover, #nav a:active {
  color: #b3aa9d;
  background-color: #1f1b16;
}

.home #nav #home a, .vision #nav #vision a, .austin #nav #austin a, .news #nav #news a, .faq #nav #faq a, .contact #nav #contact a {
  color: #fff;
  background-color: #312c27;
}


/* =========================================================================================== */
/* content */
img.image {
  display: block;
  border: 8px solid #fff2c7;
}

.block {
  display: block;
}

p#slogan span {
  background: transparent url(../images/slogan.gif) no-repeat 0 0;
  display: block;
  position: absolute;
  left: 249px;
  top: 4px;
  overflow: hidden;
  width: 214px;
  padding: 37px 0 0 0;
  height: 0 !important; /* most browsers */
  height /**/:37px; /* alt box hack */
}

.more {
  margin-top: 1em;
}

.note {
  position: relative;
  top: -.4em;
  font-size: .92em;
  color: #764901;
}

.note a {
  text-decoration: none;
}


/* content - home */
p#what {
  font-size: 1.0769em;
}

#register {
  width: 200px;
}

#register a {
  display: block;
  background: #f9f0bd url(../images/register.gif) no-repeat 0 0;
  overflow: hidden;
  border: 1px solid #f0d674;
  border-right-width: 2px;
  border-bottom-width: 2px;
  padding: 90px 0 0 0;
  width: 197px !important; /* for most browsers */
  width /**/:200px; /* alt box hack */
  height: 0px !important; /* for most browsers */
  height /**/:93px; /* alt box hack */
}

#register a:hover {
  background-position: 0 -90px;
  border-color: #e8be4d;
}

/* content - footer */
#footer {
  color: #764901;
  font-size: .8333em;
  line-height: 1.5em;
}

#footer a {
  margin: 0 3px;
}

#footer a:link, #footer a:visited {
  color: #764901;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #591e12;
  text-decoration: underline;
}

#footer span {
  display: block;
  text-transform: uppercase;
}


/* =========================================================================================== */
/* form */

fieldset {
  border: 1px solid #fff0c7;
  padding: 25px;
  margin: 0 0 20px 0;
}

legend {
  color: #b37b1b;
}

#form1 table td {
  padding: 4px 5px;
}

#form1 table {
  width: 100%;
}

#columnone {
  width: 250px;
}

label {
  padding: 0 5px;
}

div.formbuttons {
  text-align: center;
}

.formbutton {
  padding: 3px 5px;
  border: 1px solid #f0d674;
  border-right-width: 2px;
  border-bottom-width: 2px;
  background-color: #f9f0bd;
}

/* self-clearing floats */
#contentwrapper:after, #content:after, #wrapper:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#contentwrapper, #content, #wrapper {
  display: inline-block;
}
