
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: georgia, times, serif ;
	font-size: 16px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 16px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p, 
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 32px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #9D2525 ;
	margin-top: 0px ;
	margin-bottom: 16px;
}

h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 24px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	color: #9D2525 ;
	margin-top: 0px ;
	margin-bottom: 16px;
}

h3, .inline_h {
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #9D2525 ;
	margin-top: 0px ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #9D2525;
}

a:active, 
a:visited {
	color: #616161;
}

a:hover {
	color: #9E6226;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	interpolation-mode: bicubic; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	background-color: #E7D8C9 ;
	background-image: url(/images/page_bg.png) ;
	background-repeat: repeat-x;
	background-position: top ;
	margin-bottom: 20px ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
}

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #ccc;
}

.page_top {
	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 ;
}

/* nav button styles */

.button_holder {
	border: 1px solid #EB9138 ;
	background: #fff ;
	padding: 1px ;
	margin-left: 5px ;
}

.button_holder:hover {
	border: 1px solid #9E6226 ;
}

a.button:link, 
a.button:active, 
a.button:visited {
	display: block ;
	background-image: url(/images/button_bg.png) ;
	background-color: #EB9138 ;
	background-position: left center ;
	color: #fff ;
	padding: 5px 10px 5px 35px ;
	text-decoration: none ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.button:hover {
	background-image: url(/images/button_up.png);
	background-color: #9E6226 ;
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* footer styles */

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

/* link_white */

a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

.box {
	border: solid 1px #ccc; 
}

.box_h {
	border: solid 1px #fff; 
	background-color: #ccc;
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	text-align: center; 
	border: solid 1px #ccc;
	background-color: #fafafa;
	padding: 10px; 
	color: #711028;
	margin: 10px 0px; 
}

/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: solid 1px #666;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}
/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #9D2525 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #9D2525;
}

a:hover img {
	border-color: #9E6226;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.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;
}

table.form td {
	vertical-align: baseline; 
}

table.form td.label {
	text-align: right; 
}


/* BLOGS STYLES */

/* generic */

.blg.aut {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc.list_cont {
	width: 100%; 
}

table.bc.list_cont td {
	vertical-align: top;
}

td.bc.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc.comment_box {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 0px 10px; 
	border: solid 1px #999;
}

.bc.comments_result {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
}

textarea.bc.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc.comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc.comment.row0 {
	background-color: #eee;
}

div.bc.comment.row1 {
	background-color: #fff;
}

div.bc.comment_date {
	font-size: .8em; 
}

div.bc.comment_name {
	font-size: .8em;
}

div.bc.comment_content {
	margin-top: 10px; 
}


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 20px ;
}