/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Colby Blaisdell
email:     colby.blaisdell@gmail.com
website:   http://moxiemachine.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

#wrapper {
  width: 830px;
  margin: 0 auto;
  position: relative;
}
#content, #footer {
  background:#f5f5ea;
  padding: 15px;
  clear: both;
  float: left;
  width: 800px;
}
#mainContent {
	width: 474px;
	float: left;
}
#sidebar {
	float: right;
	width: 311px;
}
	.brochure #mainContent {width: 637px;}
	.brochure #sidebar {width: 148px;}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	padding: 15px 15px 0;
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: #08142a url(../images/background.jpg) 50% 0 repeat-x;
}
.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #fff;
	clear: left;
	background: #fff;
}  
.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #fff;
	clear: right;
	background: #fff;
}
.img span {
	display: block;
	text-align: center;
}

#content blockquote {
	padding-left: 2.3em;
	background: url(/images/bq.gif) 0 0 no-repeat;
}
#content p, #content li, .vcard {
	font-size: 1.2em;
}
#content li p {
	font-size: 1em;
}
.vcard {margin: 1em 0;
	clear: both;
}
#content ul li {
	margin-left: 2.3em;	
}
#content ol li {
	margin-left: 2.3em;	
}
#content li li {
	font-size: 1em;
}
h2 {
	margin-top: 0;
	font-family: "Century Gothic";
	font-size: 2.4em;
	color: #2f5498;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 2px;
}
h3 {
	font-size: 1.8em;
}
.highlight, .block {
    background: #ffc;
    padding: 15px;
    border: 1px dotted #bebea6;
	margin-bottom: 1.5em;
	float: left;
	width: 442px;
}
.block {
	background: #fff;
}

.football_promo {
	font-size: 1.2em;
}

.football_promo .block {
	clear: none;
	float: none;
	width: auto;
}

p.block {
	margin-top: 0;
}
.block h3, .highlight h3 {
	margin-top: 0;
}
a.top {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 5;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

a {
	color: #eb7710;
}
a:visited {
	color: #cd6f1b;
	color: #ae723d;
	color: #eb964a;
	color: #efa562;
	color: #b2845b;
}
a:hover {
	color: #eb7710;
}
#content a:hover {
	background: #fff;
}

/* =Branding
-----------------------------------------------------------------------------*/

#branding {
	padding-left: 13px;
	float: left;
}
#branding h1 {
  margin: 0;
}
#branding span {
  display: block;
  text-indent: -3000px;
  position: absolute;
}
#branding a {
  text-decoration: none;
  display: block;
}
#searchBox {
  position: absolute;
  top: 20px;
  right: 0;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#nav {
  background: #08142a;
  clear: both;
  float: left;
  width: 800px;
  padding: 0 15px;
  -moz-opacity: 0.8;
  opacity: 0.8;
	filter: alpha(opacity=80);
}
#nav ul {
  list-style: none;
  margin: 0;
}
#nav li {
  float: left;
  margin: 0; padding: 0;
  list-style: none;
}
#nav a {
  color: #fff;
  display: block;
  padding: 16px 15px 13px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 5px solid #08142a;
  margin-right: 1px;
}
#nav a:hover {
  border-color: #1c466a;
}
#nav .current a {
  border-color: #3c698f;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/

#subnav {
	width: 800px;
	padding: 0 15px;
	list-style: none;
	float: left;
	background: #3c698f;
	margin: 0;
  -moz-opacity: 0.8;
  opacity: 0.8;
	filter: alpha(opacity=80);
}
#subnav li {
	float: left;
	list-style: none;
}
#subnav a {
	display: block;
	padding: 6px 15px 1px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 5px solid #3c698f;
}
#subnav a:hover {
	border-color: #98b2c8;
}
#subnav .current a {
	border-color: #f5f5ea;
}

/* =Main Content
-----------------------------------------------------------------------------*/


/* =Secondary Content
-----------------------------------------------------------------------------*/

#sidebar {
}
.map {
	background: #fff;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 1.2em;
	width: 392px;
	float: left;
	margin-right: 15px;
}
.map img {
	border: 5px solid #fff;
}
#lubbockMap {
	clear: both;
}
#amarilloMap {
	margin-right: 0;
	width: 393px;
}
.map .adr, .map .tel {
	padding: 0 5px;
}
.map .adr {
	font-weight: bold;
}

#sidebar h3 {
	font-family: "Century Gothic";
	color: #2f5498;
	xfont-weight: normal;
	line-height: 1.2;
	letter-spacing: 2px;
	font-size: 1.4em;
}
#quicklinks, #popularlinks {
	width: 148px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#quicklinks a, #popularlinks a {
	display: block;
}
#quicklinks ul, #popularlinks ul {
	list-style: none;
	border-bottom: 1px dotted #bebea6;
}
#content #quicklinks li, #content #popularlinks li {
	margin: 0;
	padding: 2px 0;
	border-top: 1px dotted #bebea6;
}
#quicklinks {
}
#popularlinks {
	margin-right: 0;
}
/*#getQuote {
	display: block;
	text-indent: -3000px;
	height: 40px;
	overflow: hidden;
	background: url(/images/get-a-quote.gif) 0 0 no-repeat;
	margin: 1.5em 0;
}*/
#getQuote {
	font-family: "Century Gothic";
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	border: 1px solid #bebea6;
	text-decoration: none;
	margin: 15px 0 10px;
	background: url(/images/button-bg.gif) 0 100% repeat-x;
}
#getQuote:hover {
	background: #fff;
	text-decoration: underline;
}
/*#content #getQuote:hover {
	background: url(/images/get-a-quote.gif) 0 -40px no-repeat;
}*/


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #e6e6d8;
}
#footernav ul {
	list-style: none;
	margin: 0;
	width: 148px;
	margin-right: 15px;
	float: left;
	font-size: 1.1em;
}
#footernav ul.last {
	margin-right: 0;
}
#footernav ul ul {
	width: auto;
	margin: 0.5em 0;
	float: none;
	font-size: 0.909em;
}
#footernav li {
	font-weight: bold;
}
#footernav li li {
	padding-left: 5px;
	font-weight: normal;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 1px;
	xborder-collapse: collapse;
	width: 100%;
}

th, td {
	font-size: 1.2em;
	padding: 2px 8px;
	text-align: left;
	font-weight: normal;
	background: #fff;
}
th {
	font-weight: bold;
	xfont-size: 0.917em;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 5px 8px;
	text-transform: uppercase;
	font-family: "Century Gothic";
	background: #dcdcc8;
}



/* =Tower locations
-----------------------------------------------------------------------------*/

.location {
	width: 138px;
	padding: 5px;
	background: #fff;
	float: left;
	margin: 0 15px 15px 0;
}
.location.third {
	margin-right: 0;
}
.location h3 {
	font-size: 1.4em;
	margin: 0 0 0.5em;
}
#content .location a {
	margin: 0.5em -5px -5px;
	display: block;
	background: #dfdfc5;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
#content .location a:hover {
	text-decoration: none;
	background: #d4d4b6;
}


/* =Brochure pages
-----------------------------------------------------------------------------*/

#uhf1, #uhf2 {
	width: 220px;
	margin-right: 15px;
	float: left;
}
#uhf2 {
	xwidth: 229px;
	margin-right: 15px;
}
#vhf {
	clear: both;
}
