
/*HTML STYLES */

html, 
body, 
form {
	margin: 0px; /* never change */
	padding: 0px; /* never change */
}

body, 
li, 
div, 
td, 
p, 
input, 
select, 
option, 
textarea, 
button {
	font-size: 14px ;
	font-family: georgia, times, serif; 
}

body, 
li, 
div, 
td, 
p {
	line-height: 22px ;
}

body {
	background-color: #C22133 ;
	color: #000 ;
}

table {
	border-collapse: collapse ;
}

img {
	-ms-interpolation-mode: bicubic; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1em;
}

h1 {
	font-size: 32px ;
	line-height: 36px ;
	color: #C22133 ;
	letter-spacing: -3px ;
	margin-top: 0px ;
	font-weight: normal ;
}

h2 {
	font-size: 24px ;
	line-height: 28px ;
	color: #C22133 ;
	letter-spacing: -2px ;
	margin-top: 0px ;
	font-weight: normal ;
}

h3, .inline_h {
	font-size: 16px ;
	color: #C22133 ;
	letter-spacing: -1px ;
	margin-top: 0px ;
	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; 
}

a, 
a:link, 
a:active, 
a:visited, 
a:hover {
	color: #C22133 ;
}

a:active, 
a:visited {
	color: #333 ;
}

a:hover {
	color: #6287BC ;
}

/*	TEMPLATE STYLES	*/

.body {
	margin: 0px; /* dont change */
	padding: 10px 10px; 
}

.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: 20px ;
}

.shareThis {
	float: right ;
	margin-left: 20px ;
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.shareThis a:hover {
	text-decoration: underline ;
}

.foot, 
a.foot:link, 
a.foot:active, 
a.foot:visited, 
a.foot:hover {
	color: #ccc; 
}

a.button, 
a.button:link, 
a.button:active, 
a.button:visited, 
a.button:hover,
a.button_green:link, 
a.button_green:active, 
a.button_green:visited, 
a.button_green:hover {
	display: block ;
	margin: 10px ;
	background-image: url(/images/button_bg.png) ;
	background-position: left center ;
	padding: 8px 12px 8px 52px ;
	color: #fff ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -2px ;
	text-decoration: none ;
	border: 1px outset #D05664 ;
}

a.button_green:link, 
a.button_green:active, 
a.button_green:visited, 
a.button_green:hover {
	background-image: url(/images/button_bg-green.png) ;
	border: 1px outset #060 ;
}

a.button:hover,
a.button_green:hover {
	background-image: url(/images/button_up.png);
	border: 1px inset #89A5CD ;
}

a.link_white:link, 
a.link_white:active, 
a.link_white:visited, 
a.link_white:hover {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* MISC STYLES */

.img_float {
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #ccc;
	opacity: 0.4;
}

/*	COMMON STYLES	/*

/* 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-width: 1px; 
	border-color: #711028;
}

a:hover img {
	border-color: #c00;
}

/*Misc Standard Styles*/

table.w100 {
	width: 100%; 
}

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

.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;
}


/* BLOGS STYLES */

div.blogs_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.blogs {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.blogs:first-child {
	border-top: 0px; 
}

div.blogs_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blogs_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blogs_date {
	font-style: italic;
	font-size: 1em; 
}

div.blogs_link {
	text-align: right;
}

img.blogs_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blogs_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blogs_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blogs_comments {
	width: 100%; 
}

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

div.blogs_leave_comment {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 10px; 
	border: solid 1px #999;
}

div.blogs_comment_action_end {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 250px; 
	height: 6em; 
}

div.blogs_comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.blogs_comment.row0 {
	background-color: #eee;
}

div.blogs_comment.row1 {
	background-color: #fff;
}

div.blogs_comment_date {
	font-size: .8em; 
}

div.blogs_comment_name {
	font-size: .8em;
}

div.blogs_comment_content {
	margin-top: 10px; 
}

/*  MAILING LISTS STYLES */

div.mailing_lists_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.mailing_lists {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.mailing_lists:first-child {
	border-top: 0px; 
}

div.mailing_lists_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.mailing_lists_link {
	text-align: right;
}

div.mailing_lists_teaser {
	
}

div.mailing_lists_subscribe {
	width: 300px; 
	margin: 15px auto ; 
	padding: 10px; 
	background-color: #ccc ;
	border: solid 1px #999 ;
}

div.mailing_lists_subscribe_required {
	text-align: center;
	font-size: .7em ;
}

div.mailing_lists_subscribe_message {
	text-align: center; 
}

table.mailing_lists_subscribe_form {
	width: 100%; 
}

table.mailing_lists_subscribe_form td {
	padding: 0px; 
}

td.mailing_lists_subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
}

table.mailing_lists_subscribe_form td input {
	width: 99%; 
}

div.mailing_lists_subscribe_form_button {
	padding-top: 5px; 
	text-align: right; 
}

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
