
/* 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: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 12px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p,
blockquote, 
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-family: verdana ;
	font-size: 28px ;
	font-weight: normal ;
	color: #255066 ;
	line-height: 30px ;	
	margin-top: 0px ;
	letter-spacing: -2px ;
	text-transform: lowercase ;
}

h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 20px ;
	color: #255066 ;
}

h3 {
	margin: 12px 0px ;
}

h3,
.inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #255066 ;
}

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: #255066 ;
}

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

a:hover {
	color: #3C83A6 ;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	interpolation-mode: bicubic; 
}

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

/*	template styles	*/

body {
	background-color: #666666 ;
	background-image: url(/images/page_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	margin: 0px ;
	color: #000000 ;
}

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

.content {
	padding: 15px ;
}

#topInfo {
	padding-top: 10px ;
	text-align: center ;
	color: #ffffff ;
	font-size: 10px ;
	line-height: 12px ;
	letter-spacing: 3px ;
	text-transform: lowercase ;
}

#botInfo {
	padding-bottom: 10px ;
	text-align: center ;
	color: #ffffff ;
	font-size: 10px ;
	line-height: 12px ;
	letter-spacing: 3px ;
	text-transform: lowercase ;
}

a.button:link, a.button:visited, a.button:active, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	text-align: center ;
	display: block ;
	padding: 6px 9px ;
	font-size: 13px ;
	color: #ffffff ;
	text-decoration: none ;
	letter-spacing: -1px ;
	font-weight: bold ;
	text-transform: lowercase ;
	border-right: 1px solid #666666 ;
	border-bottom: 1px solid #666666 ;
	border-left: 1px solid #A6A6A6 ;
	border-top: 1px solid #A6A6A6 ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	text-decoration: underline ;
	border-right: 1px solid #255066 ;
	border-bottom: 1px solid #255066 ;
	border-left: 1px solid #3C83A6 ;
	border-top: 1px solid #3C83A6 ;
}

/* share this */

.shareThis {
	margin: 10px ;
	background: #41A93E ;
	border: 1px solid #1B6B35 ;
	text-align: center ;
	padding: 6px 12px ;
}
.shareThis a:link,
.shareThis a:active,
.shareThis a:visited {
	color: #fff ;
	text-decoration: none ;
	font-weight: bold ;
	font-size: 14px ;
	letter-spacing: -1px ;
}
.shareThis a:hover {
	text-decoration: underline ;
}

/* footer styles */

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

/* link_white */

a.link_white:link, a.link_white:visited, a.link_white:active {
	color: #ffffff ;
	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; 
}

.gb {
	font-weight: bold; 
	color: #666;
}

/* _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: #255066 !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: #255066;
}

a:hover img {
	border-color: #3C83A6;
}

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


/*  MAILING LISTS STYLES */

/* lists */


/* detail */


/* module */


/* subscribe box */

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

div.ml.subscribe_message {
	margin: 10px 0px ;
}

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

table.ml.subscribe_form {
	width: 100%; 
}

table.ml.subscribe_form td {
	padding: 0px; 
}

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

table.ml.subscribe_form td input {
	width: 99%; 
}

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

/*  MAILING LISTS BLASTS STYLES */

/* lists */


/* detail */


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
.right_holder {
	padding: 10px ;
	border-bottom: 1px dashed #cccccc ;
}

.right_title {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

.right_date {
	font-size: 11px ;
	letter-spacing: -1px ;
	font-style: italic ;
	line-height: 13px ;
}

.right_desc {
	font-size: 11px ;
	letter-spacing: -1px ;
	line-height: 13px ;
	padding-top: 5px ;
}


body.mceContentBody {
   background: #fff ;
}

.mceContentBody a {
	color: #3E6A90 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

.float {
	float: right ;
	margin: 0px 0px 5px 15px ;
	clear: right ;
}
.border {
	border: 1px solid #000 ;
}
.imgFull {
	display: block ;
	text-align: center ;
	margin: 15px auto ;
}

.side_head a:link,
.side_head a:active,
.side_head a:visited {
	display: block ;
	background: #ccc ;
	padding: 5px 10px ;
	border-bottom: 1px solid #fff ;
	color: #255066 ;
	text-decoration: none ;
	text-transform: lowercase ;
	font-size: 24px ;
	letter-spacing: -2px ;
}

.side_head a:hover {
	background: #255066 ;
	color: #fff ;
}

.right_testimonial p {
	margin-top: 0px ;
}

a.button_nav,
a.button_nav:link,
a.button_nav:active,
a.button_nav:visited {
	margin-right: 5px ;
	border: 1px solid #999 ;
	padding: 4px 12px ;
	background: #e0e0e0 ;
	color: #333 ;
	text-decoration: none ;
}
a.button_nav:hover {
	background: #f0f0f0 ;
}

a.button_disabled,
a.button_disabled:link,
a.button_disabled:active,
a.button_disabled:visited {
	color: #888 ;
}
a.button_disabled:hover {
	background: #e0e0e0;
}

