
/*HTML styles */

body, li, div, td, p {
	line-height: 20px ;
	font-family: georgia, times, serif ;
}

body {
	background-color: #036C8C ;
	margin: 0px ;
	color: #000 ;
	font-size: 14px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

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

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 {
	font-size: 38px ;
	line-height: 42px ;
	letter-spacing: -3px ;
	font-weight: normal ;
	margin-top: 0px ;
	color: #036C8C ;
}

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

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

h4 {
	font-size: 1.3em; 
	font-weight: bold; 
}

h5 {
	font-weight: bold;
}

h6 {
	margin: 0px;
	font-weight: bold; 
}

h6 + p {
	margin-top: 5px; 
}

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #EEF2F4 ;
	border-right: 1px solid #E2E9EB ;
	display: block ;
	background-position: center ;
	text-align: center ;
	color: #3D464B ;
	font-size: 24px ;
	line-height: 28px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	padding: 10px 15px ;
	text-decoration: none ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #DADEE1 ;
	border-right: 1px solid #D5DADD ;
}

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

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

a:hover {
	color: #0392BE ;
}

.content {
	padding: 15px ;
}

.float_r {
	float: right;
	margin: 0px 0px 5px 15px ;
}

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

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

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

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

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
.bullets p {
	background-image: url(/images/arrow.gif) ;
	background-repeat: no-repeat ;
	background-position: left center ;
	padding-left: 30px ;
}
