/* 
Lucide stack: 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;

Lucide stack for BOLD and ITALIC: 
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	
COLOR PALETTE
dark blue: 			#012465
medium blue: 		#377CFD
light blue: 		#CDDEFE
red:						#990000
med grey:				#cccccc
*/
html { 
	min-height: 101%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0 0 60px 0;
	color: #000;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #fff;
}
bold, strong, italic, em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
h1 {
	margin: 0;
	padding: 0 0 .5em 0;
	color: #002465;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}
h2 {
	margin: 0;
	padding: 0;
	color: #002465;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}
h3 {
	margin: 0;
	padding: 0;
	color: #002465;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}
h4 {
	margin: 0;
	padding: 0;
	color: #002465;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
}
ul, ol {
	margin: 0;
	padding: 0 0 1.5em 0;
}
li {
	margin: 0 0 0 25px;
	padding: 0;
	line-height: 1.5em;
}
a {
	color: #377CFD;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
.devnote {
	color: #F0F;
}
.metadata {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.note {
	color: #666;
	font-size: 12px;
}
.attention {
	color: #012465;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: strong;
	font-style: italic;
}
.error {
	color: #990000;
}



/* ************************************************** div#page ****************************** */
div#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}



/* ************************************************** div#header ****************************** */
div#header {
	overflow: hidden;
	width: 960px;
	height: 48px;
	margin: 0;
	padding: 21px 0;
}
#header h1.linkreturn, 
#header a.linkreturn {
	display: block;
	float: left;
	width: 490px;
	height: 48px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(/imgD/header_texastripe.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header p.useraccess {
	float: right;
	width: 400px;
	text-align: right;
}



/* ************************************************** div#navprimary ****************************** */
div#navprimary {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	border: solid #012465;
	border-width: 4px 0;
}
#navprimary ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navprimary li {
	position: relative;
	right: 50%;
	float: left;
	margin: 0;
	padding: 0 15px;
}
#navprimary a {
	display: block;
	margin: 0;
	padding: 0 15px;
	color: #990000;
	font-size: 18px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 34px;
	text-decoration:  none;
}
#navprimary .active a,
#navprimary a:hover {
	color: #377CFD;
  background-color: #CDDEFE;
}



/* ************************************************** div#billboard ****************************** */
div#billboard {
	overflow: hidden;
	width: 940px;
	height: 150px;
	margin: 0 0 20px 0;
	padding: 9px;
	border: solid 1px #012465;
}



/* ************************************************** div#container ****************************** */
div#container {
	overflow: hidden;
	width: 960px;
	margin: 0;
	padding: 0;
}



/* ************************************************** div#main ****************************** */
div#main {
	overflow: hidden;
	width: 960px;
	margin: 0;
	padding: 0;
}



/* ************************************************** div#content ****************************** */
div#content {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.temp #content h2 {
	font-size: 30px;
}
.temp #content h3 {
	font-size: 24px;
}
#content div.block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px 20px 10px 20px;
	background-color: #CDDEFE;
	/*background-image: url(/imgD/bkg_notice_btm.png);
	background-position: center bottom;
	background-repeat: no-repeat;*/
	background-color: #CDDEFE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .block .item {
	padding: 20px 0 5px 0;
	border-top: 1px solid #012465;
}
#content .block .item.first {
	padding: 10px 0 5px 0;
	border-top: none;
}
#content .block a {
	color: #003AA8;
}
#content .block h2 {
	color: #990000;
}
#content .block h3 {
	color: #990000;
}
#content .block.alert {
	margin-top: 20px;
}
#content .block.alert h2 span {
	position: absolute;
	display: block;
	width: 159px;
	height: 38px;
	top: -19px;
	left: 10px;
	text-indent: -9999px;
	background-image: url(/imgD/alert_headline.png);
	background-repeat: no-repeat;
	background-position: center center;
}



/* ************************************************** div#column ****************************** */
div#column {
	float: right;
	width: 260px;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: left;
	background-color: #CDDEFE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#column .block {
	width: 220px;
	margin: 0 auto 30px auto;
	padding: 0 0 20px 0;
}
#column .block h2 {
	font-size: 18px;
}
#column .block a {
	color: #003AA8;
}
/* 
contact info block
*/
#column .block.contactinfo {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: solid 1px #012465;
}
#column .block.contactinfo h2 {
	display: block;
	width: 200px;
	height: 22px;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 22px;
	text-indent: -9999px;
	background-image: url(/imgD/logo_200px.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#column .block.contactinfo p.details {
	padding: 0;
	color: #002465;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
#column .block.contactinfo p.details a.linktelephone {
	color: #002465;
	font-size: 24px;
	text-decoration: none;
}
/* 
navsecondary block
*/
#column .block.navsecondary {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
#column .navsecondary ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#column .navsecondary li {
  width: 100%;
  margin: 0;
  padding: 0;
}
#column .navsecondary a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 5px 20px;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5em;
  background-color: #9EBFFD;
}
#column .navsecondary .active a,
#column .navsecondary a:hover {
  color: #fff;
  background-color: #012465;
}
/* 
alert block
*/
#column .block.alert {
	width: 220px;
	margin: 0 auto 20px auto;
	padding: 50px 10px 10px 10px;
	font-size: 12px;
	background-image: url(/imgD/bkg_alert_block.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: solid 1px #990000;
}
#column .block.alert h2 {
	color: #990000;
}
#column .block.alert .linkdetail a {
	color: #990000;
}
/* 
twitter feed block
*/
#column #twitter_div.block {
	position: relative;
	width: 220px;
	height: 100%;
	margin: 0 auto 20px auto;
	padding: 50px 10px 10px 10px;
	font-size: 12px;
	background-image: url(/imgD/bkg_twitterfeed.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: solid 1px #77A6FD;
}
#column #twitter_div.block a.linktwitterlogo {
	position: absolute;
	display: block;
	top: 0;
	left: 5px;
	width: 155px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
#column #twitter_div.block iframe {
	width: 220px !important;
}
#column #twitter_div.block a {
	text-decoration: none;
}
#column #twitter_div.block ul#twitter_update_list {
	margin: 0;
	padding: 0 0 1.5em 0;
	list-style-type: none;
}
#column #twitter_div.block ul#twitter_update_list li {
	margin: 0;
	padding: 5px 0;
	color: #002465;
	border-bottom: solid 1px #5B95FF;
}
#column #twitter_div.block #twitter_update_list a {
	color: #5B95FF;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-style: italic;
}
#column #twitter_div.block #twitter_update_list span a {
	font-style: normal;
}



/* ************************************************** div#footer ****************************** */
div#footer {
	overflow: hidden;
	width: 960px;
	margin: 20px 0 0 0;
	padding: 20px 0;
	color: #ACACAC;
	font-size: 10px;
	border-top: solid 4px #012465;
}
#footer a {
	color: #ACACAC;
}
#footer p.legal {
	float: left;
	text-align: left;
}
#footer p.credits {
	float: right;
	text-align: right;
}



/* ************************************************** FORMS ****************************** */
form p {
	overflow: hidden;
  line-height: 24px;
}
fieldset {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border: solid #CDDEFE;
	border-width: 0 0 4px 0;
}
legend {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
	margin: 0;
	padding: 0 0 1em 0;
	color: #002465;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}
label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0 5px 0 0;
  line-height: 24px;
}
.labelcheckbox {
	width: 270px;
}
.formcheckbox {
	float: right;
	margin-top: 10px;
}
label.full {
	clear: both;
	width: 100%;
	text-align: left;
}
input[type=text],
input[type=password] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
	float: right;
	width: 193px;
	margin: 0 0 8px 0;
	padding: 2px 4px;
	color: #999999;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 16px;
	border: solid 1px #ccc;
}
.form2col {
	overflow: hidden;
	padding: 10px 0 0 0;
	border: solid #CDDEFE;
	border-width: 4px 0 0 0;
}
.form2col .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	float: left;
	display: inline;
	width: 300px;
	margin: 0 0 0 50px;
}
.form2col .col:first-of-type {
	margin: 0;
}
.form2col .col p {
	padding: 0;
}
.form2col p.formsubmit {
	text-align: right;
}
.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 6px 5px;
	color: #012465;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
 	line-height: 14px;
	background-color: #CDDEFE;
	background-image: url(/imgD/bkg_btn_30.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: solid 1px #77A6FD;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn:hover {
	color: #012465;
	background-color: #9FC0FD;
	background-position: 0 -30px;
	cursor: pointer;
}
p.btnlinks {
	overflow: hidden;
}
.btnlinks .btn {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.btn.px200 {
	width: 190px;
}
.btn.px150 {
	width: 140px;
}
.btn.px100 {
	width: 90px;
}



/* ************************************************** TABLES ****************************** */
table.cart {
	width: 100%;
	margin: 0 0 30px 0;
	border: none;
}
th {
	padding: 5px 8px 5px 0;
	color: #012465;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: solid 4px #012465;
}
td {
	padding: 15px 8px 5px 0;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #77A6FD;
}
.cart td p {
	padding: 0 0 10px 0;
}
.cart td.product,
.cart th.product {
	width: 200px;
}
.cart td.product p.productname {
	color: #002465;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
.cart td.itemremove,
.cart th.itemremove {
	padding-right: 0;
	text-align: right;
}
.cart .formfield.qty {
	width: 20px;
}
.cart .totals td {
	padding: 15px 8px 5px 0;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	border: none;
}
.cart .totals th {
	padding: 15px 15px 5px 0;
	color: #000;
	border: none;
}

table.pricing {
	width: 250px;
	margin: 0 0 30px 0;
	border: none;
}
.pricing td {
	padding: 5px 20px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0 none;
}




/* ************************************************** schedules & locations ****************************** */
.scheduleslist {
	padding: 30px 0 0 0;
}
.scheduleslist .item {
	margin: 0;
	padding: 20px 0 20px 0;
	border-top: solid 4px #CDDEFE;
}
.scheduleslist .item.first {
	border-top: none;
}
.routesdetail .map,
.locationdetail .map {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
	margin-top: 20px;
	border: solid 1px #CDDEFE;
}
.routesdetail .map iframe,
.locationdetail .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



/* ************************************************** products ****************************** */
.categorylisting {
  font-size: 16px;
  font-weight: bold;
  list-style-type: none;
}
.categorylisting li {
}
.categorylisting a {
  text-decoration: none;
}
.categorylisting a:hover {
  text-decoration: none;
}
.productslisting .item {
	overflow: hidden;
	padding: 30px 0 0 0;
	border-bottom: solid 1px #CDDEFE;
}
.productslisting .item .details {
	float: left;
	width: 400px;
}
.productslisting .item .quickadd {
	float: right;
	width: 250px;
}
div.modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 250px;
	height: auto;
	border: 1px solid black;
	padding: 20px;
	position: absolute;
	background-color: #ffffd2;
	z-index: 100;
}
.productslisting .item p {
	overflow: hidden;
}
.productslisting .item p.productname {
	margin: 0;
	padding: 0;
}
.productslisting .item .productname a {
	font-size: 15px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.productslisting .item span.devnote {
	display: block;
}
.productslisting .item .quickadd label {
	float: left;
	width: auto;
}
.productslisting .item .formfield.qty {
    display: inline-block;
	width: 50px;
}
.productslisting .item .btn {
	float: right;
}
.productslisting .item .btn.formsubmit {
	margin: 0 0 5px 0;
}
.productslisting .item .btn.viewcart {
	clear: right;
}

.productdetail {
	overflow: hidden;
}
.productdetail img.productimage {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 0;
	border: solid 1px #012465;
}
.productdetail .details {
	float: right;
	width: 438px;
}
.productdetail .details h2 {
	padding-bottom: 20px;
}
.productdetail span.devnote {
	display: block;
}
.productdetail .quickadd {
	clear: both;
	float: right;
	width: 250px;
}
.productdetail .quickadd label {
	float: left;
	width: auto;
}
.productdetail .formfield.qty {
	width: 20px;
}
.productdetail .btn {
	float: right;
}
.productdetail .btn.formsubmit {
	margin: 0 0 5px 0;
}
.productdetail .btn.viewcart {
	clear: right;
}
.productdetail .pricing {
	color: #990000;
}
