@import "nc_common.css";

body {
  color: #333;
  margin: 0;
  padding: 0px 0px 10px 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#container {
  width: 720px;
  margin: 20px auto;
}

#logo {
  width: 200px;
  float: left;
}

#content {
	width: 600px;
}

h1 {
  font-size: 24px;
  color: #999;
}

h2 {
  color:#084077;
  font-size: 20px;
}

h3 {

}

h4 {

}

img {
  border: 0;
}

a, a:visited {
	color: #084077;
}

a:hover {
	color: #A80127;
}

.form_label {

}

.info_label {
  color: #999;
}

.blue_label {
	color: #084077;
	font-weight: bold;
}

.info_content {
  color: #333;
}

.info_tip {
  color: #999;
  font-size: 11px;
  font-style: italic;
}

tr.separator {
	height: 10px;
	background-color: #ddd;
}

table.signuptable td {
	vertical-align:top;
}

table td.title {
	padding-top:5px;
}

#topnav {
	width: 100%;
	margin: 0px 0px 20px 0px;
	height: 18px;
	padding: 0px;
}

#topnav a {
	text-transform: uppercase;
	text-decoration: underline;
	display: block;
	padding-right: 20px;
	float: left;
}

#topnav a:hover, #topnav a.highlight {
	text-decoration: none;
	color: #000;
}

table.input td {
	padding: 6px 0px;
}

#quote_results { 
	border-top:3px solid #EFC868;
	margin: 10px 0px 5px 0px;
}

table.quote_result {
	border:0px solid #CCC;
	padding:0px 4px;
}

table.quote_result th {
	text-align:left;
	font-weight:normal;
	color:#666;
	padding: 2px 0px;
	width:170px;
	vertical-align:top;
}

table.quote_result td.price_amount {
	text-align:left;
	font-weight:normal;
	padding: 2px 5px 2px 0px;
	width:110px;
}

th.total {
	font-weight:bold;
}

td.total {
	font-weight:bold;
}

#quote_details {
	clear:both;
}

div#agent_name {
	margin:0px 0px 0px 6px;
}

div#address {
	margin:2px 0px 0px 6px;
}

div#user {
	margin:8px 0px 0px 6px;
}

table#quote_input {
	margin:8px 0px 10px 3px;
}

table#quote_input th {
	text-align:left;
	font-weight:normal;
	color:#666;
	padding: 2px 0px;
	margin: 0px 0px;
	width:80px;
	border-bottom:1px solid #000;
}

.fine_prints {
	margin: 15px 0px;
	font-size: 10px;
	color: #084077;
}

tr.tbl_hdr {
	background-color: #084077;
	color: #fff;
	font-weight: bold;
	padding: 3px 0px;
}