
/* 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: 11px 0px; /* top and bottom padding should match font-size */
}

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: 18px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	color: #1661A3 ;
	margin-top: 0px;
	/*background-image: url(/images/h1_bg.png) ;
	background-position: left center ;
	background-repeat: no-repeat ;
	padding-left: 50px ;*/
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	color: #000 ;
	letter-spacing: -1px ;
	margin-top: 0px; 
}

h3, .inline_h {
	font-size: 12px ;
	font-weight: bold ;
	margin-top: 0px; 
	letter-spacing: -1px ;
	color: #000 ;
}

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

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

a:hover {
	color: #4E87B9;
}

/* 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-image: url(/images/page_bg.png) ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-color: #868686 ;
	height: 100%; /* for iE6 */
}

.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 */

a.button:link, 
a.button:active, 
a.button:visited,
a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	background-image: url(/images/button_bg.png) ;
	display: block ;
	background-position: left center ;
	border-left: 1px solid #444A50 ;
	border-right: 1px solid #081119 ;
	color: #fff ;
	text-decoration: none ;
	text-align: center ;
	padding: 4px 12px ;
	font-size: 13px ;
	letter-spacing: -1px ;
}

a.button:hover,
a.button_sub:hover {
	background-image: url(/images/button_up.png);
	border-left: 1px solid #4E87B9 ;
	border-right: 1px solid #1661A3 ;
}

a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	margin: 2px 8px ;
	text-align: left ;
	padding: 4px 72px 4px 18px ;
	border: 1px outset #081119 ;
}
a.button_sub:hover {
	border: 1px inset #1661A3 ;
}

/* share this */

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

/* footer styles */

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

/* link_white */

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

.foot a:hover,
a.link_white:hover,
.side_blogList a: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 {
	border: solid 1px #666;
	background-color: #ccc;
	padding: 10px; 
	color: #ccc;
	margin: 10px 0px; 
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #1661A3 !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: #1661A3;
}

a:hover img {
	border-color: #4E87B9;
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

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

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


/* BLOGS STYLES */

/* list */

div.blg_list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
}

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

.blg_list_img {
	float: right; 
	margin: 4px 0px 4px 10px; 
}

.blg_name {
	font-size: 14px; 
	font-weight: bold; 
	margin-top: 0px; 
	padding-top: 0px ;
}

.blg_aut {
	font-weight: bold;
}

.blg_date {
	font-style: italic;	
}

.blg_link {
	text-align: right;
	clear: right; 
}

/* detail */

div.blg_img_float {
	float: right; 
	margin: 0px 0px 10px 10px; 
}

div.blg_img_float img {
	border: solid 1px #666; 
}

/* comments */

table.bc_list {
	width: 100%; 
}

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

td.bc_comment_form {
	text-align: right;
	width: 1px; 
}

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_content {
	width: 250px; 
	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_date {
	font-size: .8em; 
}

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

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

/* module */

div.blg_view_all {
	margin-top: 10px ;
	padding-top: 10px ;
	border-top: 1px solid #fff ;	
}


/*  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 {
	margin: 10px 0px ;
	color: #ff0 ;
}

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

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;
	}
	
}.chromestyle {
	width: 100% ;
}

.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px ;
}

.chromestyle ul li {
	display: inline;
}

.dropmenudiv {
	position: absolute; top:0;
	z-index:100;
	visibility: hidden;
}
.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 20px ;
}

.float_l {
	float: left ;
	clear: left ;
	margin: 0px 20px 5px 0px ;
}

.border {
	border: 1px solid #1661A3 ;
}

.hr {
	margin: 20px 0px ;
	border-top: 1px solid #868686 ;
}

.bullets p {
	background-image: url(/images/li.png) ;
	background-position: left center ;
	background-repeat: no-repeat ;
	padding-left: 30px ;
	margin-left: 20px ;
}

.col_L {
	width: 300px ;
	float: left ;
}
.col_R {
	width: 300px ;
	float: right ;
}

.imgFull {
	border: 1px solid #1661A3 ;
	height: 250px ;
	background-position: center ;
	margin: 20px 0px ;
}

.side_blogList {
	color: #fff ;
}

.side_mailList {
	color: #fff ;
	text-align: left ;
}
