
/*HTML styles */

body {
	background-color: #295276 ;
	margin: 0px ;
	color: #000 ;
}

body, p, li, div, td {
	font-size: 14px ;
	line-height: 22px ;
	font-family: georgia, times, serif ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	color: #295276 ;
	font-size: 32px ;
	line-height: 36px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	margin-top: 0px ;
}

h2 {
	color: #295276 ;
	font-size: 26px ;
	line-height: 30px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 16px ;
	letter-spacing: -1px ;
	color: #295276 ;
	font-weight: bold ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover, div.button {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #6D96BA ;
	border-right: 1px solid #3970A1 ;
	background-position: center ;
	color: #fff ;
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	display: block ;
	text-decoration: none ;
	text-align: center ;
	padding: 10px 15px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #997444 ;
	border-right: 1px solid #754200 ;
}

div.button {
}

#content {
	padding: 20px ;
}

a:link {
	color: #295276 ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #6D96BA ;
}

.button_lg {
	font-size: 24px ;
	line-height: 28px ;
	letter-spacing: -1px ;
}

a.left_faq:link, a.left_faq:active, a.left_faq:visited, a.left_faq:hover {
	display: block ;
	text-decoration: none ;
	font-size: 16px ;
	line-height: 20px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	margin: 10px 0px ;
	padding-left: 25px ;
	background: url(/images/paw.gif) ;
	background-position: left center ;
	background-repeat: no-repeat ;
}

a.left_faq:hover {
	text-decoration: underline ;
}

.td1 {
	padding: 0px 5px 0px 0px ;
	font-size: 16px ;
}

.td2 {
	padding: 0px 5px 0px 0px ;
	font-size: 16px ;
}

.td3 {
	padding: 0px 5px 0px 0px ;
	font-size: 16px ;
}

.td4 {
	padding: 0px 0px 0px 0px ;
	text-align: right ;
	font-size: 16px ;
}

.tdb {
	font-weight: bold ;
}


/* ------------------------------------------------------------------------------------------------ */

h4 {
	font-size: 1.3em; 
	font-weight: bold; 
}

h5 {
	font-weight: bold;
}

h6 {
	margin: 0px;
	font-weight: bold; 
}

h6 + p {
	margin-top: 5px; 
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, a:active img, a:visited img, a:hover img {
	border-style: solid;
	border-color: #711028;
}

a:hover img {
	border-color: #c00;
}

/*Template Styles*/

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #ccc;
}

.page_top {
	height: 150px; 
	background-color: #145163;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #711028;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #711028;
	border: solid 0px #ccc;
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #145163;
	width: 250px;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content {
	padding: 10px ;
}

.foot, a.foot:link, a.foot:active, a.foot:visited, a.foot:hover {
	color: #ccc; 
}

/*Misc Standard Styles*/

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good, .status1 {
	color: #456314;
}

.bad, .status0 {
	color: #711028;
}

.img_float {
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}


/* CART STYLES */

.carts_table {
	border: solid 1px #754200;
}

.carts_label_row {
	border: solid 1px #754200; 
	background: url(/images/button_bg.jpg) center center #754200;
	color: #fff;
	font-weight: bold;
}

.carts_label {
	/*white-space: nowrap;*/
	border-bottom: solid 1px #754200;
}

.carts_item_row {
	background: #fff;
	border: solid 1px #754200;
}

.carts_item {
	border-top: solid 1px #754200; 
	border-bottom: solid 1px #754200; 
	/*white-space: nowrap;*/
}

.carts_subtotal {
	text-align: right;
	color: #754200;
	font-size: 14px;
}

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
