
/*HTML styles */

body {
	background-image: url(/images/page_bg.gif) ;
	background-position: left 1024px ;
	margin: 0px 0px 15px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
}

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

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

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

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	color: #6A7A80 ;
	margin-top: 0px ;
	line-height: 26px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	color: #6A7A80 ;
	line-height: 22px ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	color: #6A7A80 ;
}

ul {
	margin: 2px; 
}

li.c1 {
	list-style-type: disc ;
}

li.c2 {
	list-style-type: circle ;
}

li.c3 {
	list-style-type: square ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

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

.content {
	background: #ffffff ;
	padding: 15px ;
	border-top: 1px solid #ffffff ;
}

.blurb_top {
	text-align: right ;
	font-family: arial ;
	font-size: 11px ;
	line-height: 14px ;
	padding-left: 25px  ;
	padding-top: 50px ;
	color: #36301D ;
}

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

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	color: #ffffff ;
	display: block ;
	margin: 6px 0px ;
	padding: 0px 5px ;
	/*border-right: 1px solid #ffffff ;*/
	text-transform: lowercase ;
	text-decoration: none ;
	text-align: center; 
	background: #4D4D4D ;
}

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

div.button_divider {
	width: 0px ;
	border-right: 1px solid #ffffff ;
}

a.gallery:link, a.gallery:active, a.gallery:visited, a.gallery:hover {
	display: block ;
	background-image: url(/images/arrow_white.gif) ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	padding: 2px 10px 2px 15px ;
	margin: 0px 10px ;
	color: #fff ;
	text-decoration: none ;
	white-space: nowrap; 
}

a.gallery:hover {
	display: block ;
	background-image: url(/images/arrow_white.gif) ;
	background-color: #6A7A80 ;
	color: #ffffff ;
}

a:link {
	color: #6A7A80 ;
}

a:active, a:visited {
	color: #5F5F5F ;
}

a:hover {
	color: #B4A05F ;
}

a.link2:link, 
a.link2:active, 
a.link2:hover, 
a.link2:visited {
	color: #6A7A80 ;
}


/* BLOGS STYLES */

div.blog_list {
	/*border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; */
}

div.blog {
	padding: 10px 0px; 
}

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

div.blog_name {
	/*font-weight: bold; */
	/*font-size: 1.1em;*/
}

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

div.blog_date {
	/*font-style: italic;*/
	font-size: 1em; 
}

div.blog_link {
	text-align: right;
}

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

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

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

table.blog_comments {
	width: 100%; 
}

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

div.blog_leave_comment {
	margin-left: 10px; 
	background-color: #D3C48C;
	padding: 10px; 
	border: solid 1px #B4A05F;
}

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

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

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

div.blog_comment.row0 {
	background-color: #FAF7EA;
}

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

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

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

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

/* GALLERIES STYLES */

table.galleries_subgals {
	margin-top: 10px; 
	width: 100%; 
}

td.galleries_subgals_cell {
	text-align: center;
	vertical-align: middle;
	padding: 10px ;
}

div.galleries_subgals_imgblock {
	/*height: 110px; */
	margin-bottom: 10px; 
}

img.galleries_subgals_img {
	border: 0px;
}

a.galleries_subgals_a {
	font-weight: bold;
}

table.galleries_images {
	width: 100%; 
}

td.galleries_images_cell {
	text-align: center;
	vertical-align: middle;
	padding: 10px ;
}

div.galleries_images_imgblock {
	/*height: 110px; */
	margin-bottom: 10px; 
}

img.galleries_images_img {
	border: 0px; 
}

/*  MAILING LISTS STYLES */

div.mailing_list {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.mailing_list_name {
	font-weight: bold; 
	font-size: 13px;
}

div.mailing_list_link {
	text-align: right;
}

/* NAVIGATION STYLES */

.chromestyle {
	width: 100%; /*MENU BAR WIDTH*/
	font-weight: bold;
}

.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%;
	background: url(/images/navigation/nav_main_bg.gif) center center repeat-x; /*MENU BAR OFF PIC*/
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #ccc; /*MENU BAR TEXT COLOR*/
	padding: 2px 10px; /*DROP DOWN OFFSET FROM MENU, MENU CELL PADDING*/
	width: 100%;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a[rel] {
	/*background: url(/images/navigation/nav_main_bg.gif) center center repeat-x;*/
}

.chromestyle ul li a[rel]:after {
	/*background: url(/images/navigation/nav_main_bg.gif) center center repeat-x;*/
}

.chromestyle ul li a:hover {
	/*background: url(/images/navigation/nav_main_bg_up.gif) center center repeat-x; /*MENU BAR ON PIC*/
	text-decoration: underline;
}

.dropmenudiv {
	position: absolute;
	top: 0;
	border-top: 1px solid #666; /*DROP DOWN BORDER COLOR*/
	border-right: 1px solid #999; /*DROP DOWN BORDER COLOR*/
	border-bottom: 1px solid #999; /*DROP DOWN BORDER COLOR*/
	border-left: 1px solid #666; /*DROP DOWN BORDER COLOR*/
	border-bottom-width: 0;
	font: normal 11px Verdana;  /*DROP DOWN FONT*/
	line-height: 18px;
	z-index: 100;
	width: 250px;
	visibility: hidden;
	}

.dropmenudiv a {
	width: auto;
	display: block;
	border-top: 1px solid #999; /*DROP DOWN BORDER COLOR*/
	border-right: 1px solid #666; /*DROP DOWN BORDER COLOR*/
	border-bottom: 1px solid #666; /*DROP DOWN BORDER COLOR*/
	border-left: 1px solid #999; /*DROP DOWN BORDER COLOR*/
	padding: 3px 7px;
	text-decoration: none;
	font-weight: bold;
	/*font-size: 12px ;
	letter-spacing: -1px ;
	font-family: verdana ;*/
	color: #ccc; /*DROP DOWN FONT COLOR*/
	background: url(/images/navigation/nav_sub_bg.gif);
	background-position: center;
}

* html .dropmenudiv a {
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	background: url(/images/navigation/nav_sub_bg_up.gif);
	background-position: center;
}

.nav_button, .nav_button_up {
	/*background: url(/images/navigation/nav_main_bg.gif) center center repeat-x;*/
	border-top: 1px solid #666 ;
	border-right: 1px solid #999 ;
	border-bottom: 1px solid #999 ;
	border-left: 1px solid #666 ;
	text-align: left; /*MENU BAR CONTENTS ALIGN*/
	font-size: 10px ;
	font-family: verdana ;
	font-weight: bold ;
	padding: 7px; 	
}

.nav_button_up {
	background: url(/images/navigation/nav_main_bg_up.gif) center center repeat-x;
}

a.nav_link:link, a.nav_link:active, a.nav_link:visited {
	display: block;
	color: #ccc ;
	text-decoration: none ;
}

a.nav_link:hover {
	color: #ccc ;
	text-decoration: underline ;
}

.print_only {
	display: none; 
}

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