﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover {
	color: #333;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin-left: 20px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;	
	height: 100%;
	width: 100%;
	text-align:center;
	background: #857C67;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h1{
 	font-size: 24px ;
 	margin: 20px 0 25px;
}

h2{
 	font-size: 14px ;
 	margin: 0 0 0 3px;
}

h2.emph {
	color: #857C67;
	text-align:center;
	margin: 15px 0;
	padding: 10px;
	font-style: italic;
	font-size:21px;
	line-height: 1.25em;
	border: 4px double #333;
	background: #E0DED9;
}

h3{
 	font-size: 14px;
	font-weight:bold;
 	margin: 15px 0 5px;
	text-align:center;
}

hr {
	width: 75%;
	color: #C2BDB3;
	background-color: #C2BDB3;
	height: 1px;
	margin:  0 auto 10px;
}

html {
	height: 100%;
	width: 100%;
}

img {
	vertical-align:bottom;
}

p {
	margin: 0 0 10px 7px;
	line-height: 1.5em;
}

ol, ul {
	margin: 5px 0 10px 45px;
}

strong.sect {
	color:#857C67;
}

table {
	width: 99%;
	margin: 0 auto;
}

td {
	white-space: nowrap;
	vertical-align: top;
	font-size: 11px;
}

th {
	font-size: 11px;
	padding: 5px 2px;
	text-align: left;
}

.rbb {
	border-bottom: 1px solid #C2BDB3; 
	border-right: 1px solid #C2BDB3;
	padding: 3px;
	margin: 3px;
}

th.rbb {
	text-align: center;
	background-color: #333;
	color: #FFF;
	width: 14%;
}

ul {
	line-height: 1.4em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#nonFluid {
	width: 760px;
	margin: 0 auto;
	background: #857C67 url("../images/ytStoneBG.jpg") top center repeat-y;
}

#banner {
	background: url("../images/ytStoneBanner.jpg") top center no-repeat;
	height: 200px;
}

#textBanner {
	display:none;
}

#nav {
	float: left;
	width: 150px;
	margin: 10px 10px 50px 0;
	padding: 15px 10px 0 0;
	border-right: 1px solid #C2BDB3;
	text-align: left;
}

#content {
	text-align:left;
	padding: 10px 20px 0;
}

#main {
	width: 535px;
	float: left;
	line-height:1.35em;
	margin-left: 5px;
}

#main img {
	float: right;
	margin: 0 0 5px 10px;
}

#main img.fLeft, .mainL img.fLeft {
	float: left;
	margin: 5px 20px 10px 0 ;
}

.mainL img.fRight {
	float: right;
	margin: 5px 0 10px 20px ;
}

#main img.fCenter {
	float: none;
	margin: 0;
	padding: 0;
}

#copyright{
	margin: 0 auto;
	padding: 5px 25px 20px 10px;
	text-align: right;
	font-size: 10px;
	clear: both;
	background: url("../images/ytStoneBottom.jpg") bottom center no-repeat;
}

/***********************************************/
/* Layout Divs Specifics                       */
/***********************************************/
#nav h2 {
	text-align: center;
}

#nav a:link:hover, #nav a:visited:hover {
	text-decoration: underline;
}

#nav p.just { 
	margin: 5px 0 5px;
	text-align:justify;
}
	
#nav ul { 
	margin: 0 5px 10px;
	list-style: none;
	line-height: 1.65em;
	font-size: 11px;
}

#nav ul ul { 
	margin: 0 5px 0;
}

#nav ul li { 
	margin:10px 0 0;
}

#nav ul li ul li { 
	margin:0;
}


#nav ul li a:link, #nav ul li a:visited{
	font-weight:bold;
	text-decoration: none;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
	margin: 0 0 0 3px;
	font-weight:normal;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav ul ul ul li a:link, #nav ul ul ul li a:visited{
	margin: 0 0 0 8px;
}

/***********************************************/
/* Other Classes                               */
/***********************************************/

.mainL {
	float: left;
	border-right: 1px solid #C2BDB3;
	width: 365px;
	w\idth:335px;
	margin: 0 0 10px 0;
	padding: 0 15px 0 5px;
}

.mainR {
  	float:right;
	width: 180px;
	margin: 0 0 10px 10px;
	padding: 0;
}

table.short {
	width: auto;
	margin: 10px auto 0;
}

table.short th {
	text-align: right;
}

.standOut {
	color: #857C67;
	margin: 15px 0;
	padding: 10px;
	line-height: 1.25em;
	border: 4px double #333;
	background: #E0DED9;
}

.smaller {
	font-size: .7em;
}