/* @override http://ntpc.dev/css/style.css */

a:link { text-decoration: underline; color: black; }

a:visited { text-decoration: underline; color: black; }
a:hover { text-decoration: underline; color: red; }
a:active, a:focus { text-decoration: underline; color: #000; }

.red {
	color: red;
}

#header_logo {
	text-indent: -99999px;
	display: block;
	height: 215px;
	width: 982px;
	background: url(../images/topheaderntpc.jpg) no-repeat 1px 1px;
	padding: 1px;
	margin-bottom: 5px;
}

#nav_linkbar {
	text-align: center;
}

ul#nav_links {
	list-style-type: none;
	font-size: 1.2em;
}

ul#nav_links li {
	display: inline;
}

ul#nav_links li a {
	color: black;
	font-weight: bold;
}

#subscribe_form {
	float: right;
	border: 1px solid gray;
	padding: 10px;
	margin-left: 20px;
	width: 270px;
	background-color: #002E70;
	color: #fff;
}

#subscribe_form h3 {
	margin-top: 0;
}

label {
}

label.vol_options {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

div.vol_other {
	margin-left: 20px;
}

input#Address {
	width: 241px;
}

div.float_left {
	float: left;
}

input#City {
	width: 138px;
	margin-right: 10px;
}

input#State {
	width: 20px;
	margin-right: 10px;
}

input#ZipCode {
	width: 40px;
}

input[type='text'] {
	margin-bottom: 1em;
}

code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 110%; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }

textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }

button {
	width: 100px;
	margin-left: -50px;
	position: relative;
	left: 50%;
}

h1 {
	margin-bottom: 1em;
}

a[href^="http://twitter.com"], a[href^="http://www.twitter.com"]   { background-image: url(bluetrip/img/icons/im.png);
  padding:2px 22px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;}