/* Adoni Retreat Bronze Template CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
body {
	margin: 0 0 0 0;
	background-image:url(../images/site_bg.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	}
hr {
	color: #9cb662;
	height: 1px;
	background-color: #9cb662;
	border: none;
	margin-top: 20px;
	}

/* Text */

a:link {
	color: #444444;
	text-decoration: underline;
	}
a:visited {
	color: #444444;
	text-decoration: underline;
	}
a:hover {
	color: #4b6513;
	text-decoration: underline;	
	}
a:active {
	color: #444444;
	text-decoration: underline;	
	}
h1	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #444444;
	}
h2	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #444444;
	}
h3	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #444444;
	}
h4	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #4b6513;
	}
h5	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #4b6513;
	}
h6	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #4b6513;
	}
.textBold
	{
	font-weight: bold;
	}
.textItal
	{
	font-weight: normal;
	font-style: italic;
	}	
.textHeaderGrn
	{
	font-size: 14px;
	font-weight: bold;
	color: #4b6513;
	}
.textGrn
	{
	color: #4b6513;
	}
.textGrnBold
	{
	color: #4b6513;
	font-weight: bold;
	}
.textGrnItal
	{
	color: #4b6513;
	font-style: italic;
	}
.textSmall {
	font-size: 9px;
	}
.textSmallGrey {
	font-size: 9px;
	color: #9f9f9f;
	}
.textFooter
	{
	font-size: 10px;
	color: #6b6b6b;
	}

/* Custom Classes*/
/* use H4 class as base for font-family */
.textLargeGreenBold
{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #56721b;
	font-weight: bold;
}
.calendarTextHeader
{
	color: #f4f4f4;
	font-weight: bold;
}
.calendarRecordsLabel
{
	color: #56721b;
	font-weight: bold;
}

/* Table */

#table_master {
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/master_bg.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
#table_masterVideo {
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/masterVideo_bg.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
#table_masterPic {
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/masterPic_bg.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
#table_body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
	}
#table_body_vid {
	background-image:url(../images/body_vid_bg.jpg);
	background-repeat:no-repeat;
	}
#table_body_pic {
	background-image:url(../images/body_pic_bg.jpg);
	background-repeat:no-repeat;
	}
#table_nav {
	width:100%;
	}
#table_content {
	width:100%;
	}
#table_footer {
	margin-left: auto;
	margin-right: auto;
	}
	#table_footer td {
		font-size: 10px;
		color: #909090;
		}
	#table_footer a:link 
		{
		color: #909090;
		text-decoration: underline;
		}
	#table_footer a:visited 
		{
		color: #909090;
		text-decoration: underline;
		}
	#table_footer a:hover 
		{
		color: #b7ada2;
		text-decoration: underline;
		}
	#table_footer a:active 
		{
		color: #909090;
		text-decoration: underline;
		}
.tableBorderGrn	{
	border: 1px solid #9cb662;
	}

	
/* Image */

.contentImageRt {
	float:right;
	margin:0px 0px 5px 15px;
	}
.contentImageRt_border {
	float:right;
	margin:0px 0px 5px 15px;
	border: 1px solid #9cb662;
	}
.contentImageLf {
	float:left;
	margin:0px 15px 5px 0px;
	}
.contentImageLf_border {
	float:left;
	margin:0px 15px 5px 0px;
	border: 1px solid #9cb662;
	}