@charset "utf-8";

/* Navigation: #tsf-nav-left
 * ------------------------------------------------------------------------- */

#tsf-facebook {margin: 20px 0 10px -25px;}
#tsf-facebook a {color:#FFFFFF; font-weight:bold; font-size:smaller}
#tsf-facebook img {border:#FFFFFF solid 1px}

#tsf-nav-left {
	/*	width:100px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 20px -10px;  /**/
	}

#tsf-nav-left span { display: none; }

#tsf-nav-left li, #tsf-nav-left a {
	height:29px;
	line-height: auto;/*	*/
	width:100%;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #333333;
	padding: 0 0 0 20px;
	margin: 0 0 0 -20px;
}

#tsf-nav-left li { float: left; list-style: none; }

#tsf-nav-left li a:hover, #tsf-nav-left li.over {color: #CC9900; background-color:#000000;}

/* navigation dropdowns: #tsf-nav-left
 * ---------------------------------------------------------------------------- */

/* set widths for dropdowns */	
#tsf-nav-left li ul { width:175px; }

#tsf-nav-left ul { 
		left:-9999px; /* Hide sub-menus initially */
		position:absolute;
		z-index:99;
		margin-left:80px;
		margin-top:-30px;
		} 

#tsf-nav-left li:hover ul, #tsf-nav-left li.over ul { left:auto; text-align:left; } /* Show sub-menu on hover */

#tsf-nav-left li li { 
	border:1px solid #000;
	}

#tsf-nav-left li li, #tsf-nav-left li li a {
	height:21px;
	line-height:21px;
	width:100%;
	display:block;
	text-align:left;
	font-weight:normal;
	font-size:10px;
	padding: 0 10px;
	margin: 0 -10px;
	}
	
#tsf-nav-left li li.tall, #tsf-nav-left li li.tall a {
	height:30px;
	line-height:14px;
	}

#tsf-nav-left li li a {
	background-image:none;
	background-color:#CC9900;
	color:#000 !important;
	text-decoration:none;
	}

#tsf-nav-left li li a:hover {
	background-image:none;
	background-color:#996600;
	color:#000;
	}

#tsf-nav-left li li a span { display:block;/* padding-left:6px; padding-right:2px; */}

/* Miscellaneous
 * ------------------------------------------------------------------------- */

.updatedDate {
	font-size: 9pt;
	font-style: italic;
}
.tabletext {
	font-size: 9pt;
}
.tabletext_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.tabletext_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.tableheadertext {
	font-size: small;
	font-weight: bold;
	background-color: #CC9900;
}
.tableheadertextBlk {
	font-size: small;
	font-weight: bold;
	background-color: #000000;
	color: #CC9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableheaderWhttextBlk {

	font-size: small;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tableheadertextBlk {
	font-size: small;
	font-weight: bold;
	background-color: #000000;
	color: #CC9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableheaderWhttextBlk {

	font-size: small;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#row2container {width: 100%;}  
#row2container h1 {line-height: 4pt;}  
#box-cream {
	float: left;
	width: 278px; /* top and bottom padding create visual space within this div */
	height: 100px;
	background-color:#996600;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 10px 10px 5px 10px;
} 
#box-white {
	float: left;
	width: 299px; /* the background color will be displayed for the length of the content in the column, but no further */
	/* width: 278px; FOR TEXT ONLY */
	height: 100px;
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	/* padding: 10px 10px 5px 10px; -- FOR TEXT ONLY */
	padding: 0;
	margin: 0;
} 
#box-gold {
	float: left;
	width: 279px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 100px;
	background-color:#CC9900;
	padding: 10px 10px 5px 10px;
} 
#box-photo {
	float: left;
	width: 279px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 100px;
} 
#sidebar-wrap {
	float: right;
	width: 200px;
	height: 100%;
	border: 1px 1px 0 1px solid #000000;
}  
#box-right {
	width: 200px;
	background-color: #663300;
	padding: 5px;
	margin-left: 10px;
	border: 0 0 1px 0 solid #000000;
} 
#box-right p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#photobox-right-bkgd-caption {
	float: right;
	background-color: #FFFFCC;
	padding: 10px;
	margin-left: 1em;
	margin-bottom: 0.5em;
	border: 1px solid #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: oblique;
} 
.caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: oblique;
} 
#filebox-right {
	float: right;
	background-color: #FFFFCC;
	padding: 5px 10px 5px 0;
	margin-left: 1em;
	margin-bottom: 0.5em;
	border: 1px solid #666666;
} 
#filebox-right li {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#photobox-content {border: 1px solid #000000; width: auto; float:none;}
#tablebox {border: 1px solid #000000; width: auto; float:none; background-color:#FFFFDD; padding: 1em;}
#photobox-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
} 
#photobox-right img {border: 1px solid #000000;}
#imagebox-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
} 
#imagebox-right img {border:none;}
#quotebox-full {
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 0.5em;
	border: 1px solid #666666;
	width: 95%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 14pt;
} 
#row2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#row2 h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.col1{font-size: 8pt; float: left; width: 340px; margin-right: 10px; padding-bottom: 1em;}
.col2{font-size: 8pt; float: left; width: 350px; padding-bottom: 1em;}
#mainContent table h4 {color:#CC9900}