/*common*/
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #633823 url(../images/bg.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%
}

form {
	margin: 0;
	padding: 0;
}

/*nav css*/
#nav {
	background: url(../images/bg_nav.gif);
	width: 100%;
	height:48px;
}

/*main table container*/
#main {
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width:950px;
	height: 100%;
}

/*content container*/
#content {
	background: url(../images/bg_content.jpg);
	width: 950px;
	height: 100%;
}

/* actual content */
#content_data {
	padding-left: 31px;
	padding-right: 31px;
	padding-bottom: 20px;
	width: 950px;		
	font-size: 12px;	
	color: #442618;
}

#content_data p{
	text-indent: 8px;
	margin-top: 0px;
	margin-bottom: 10px;;
}

#content_data a {
	color: #B04C08;
	text-decoration: underline;
}

#content_data a:hover {
	color: #3B1B08;
}

#content_data h1 {
	color: #B04C08;
	font-size: 22px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top:0px;
	background: url(../images/title_divider.gif) repeat-x left bottom;
}

#content_data h2 {
	color: #B04C08;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top:0px;
}

#divider {
	background: url(../images/title_divider.gif) repeat-x left;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*index columns*/
#index_left {
	float: left;
	width: 520px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

#index_right {
	float: right;
	width: 310px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

/*family tree columns*/
#familytree_left {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

#familytree_right {
	float: right;
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

/*contact columns*/
#contact_left {
	float: left;
	width: 425px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

#contact_right {
	float: right;
	width: 405px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

/*news-events columns*/
#newsevents_left {
	float: left;
	width: 520px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

#newsevents_right {
	float: right;
	width: 310px;
	padding: 0px 0px 0px 0px;
	margin:0;
}

/*footer container*/
#footer {
	background: url(../images/bg_footer.gif);
	height: 91px;
	width: 950px;
	color: #E6D5A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a {
	color: #E6D5A7;
	text-decoration: underline;
}

#footer a:hover{
	color: #B04C08;
}

#footer p {
	padding-left: 45px;
	margin-top: 0px;
	margin-bottom: 5px;;
}


/*--DDs--*/
#dl_news {margin-bottom:25px;}
#dl_news dt{
	background: url(../images/icon_news.gif) no-repeat 0px .2em;
	padding-left:20px;
	margin-bottom:5px;
	font-weight:bold;
}

#dl_news dd {
	margin-left: 20px;
	margin-bottom:10px;
}

#dl_events {margin-bottom:25px;}
#dl_events dt{
	background: url(../images/icon_events.gif) no-repeat 0px .2em;
	padding-left:20px;
	margin-bottom:5px;
	font-weight:bold;
}

#dl_events dd {
	margin-left: 20px;
	margin-bottom:10px;
}

#dl_arrow dt {
	background: url(../images/icon_arrow.gif) no-repeat 0px .4em;
	padding-left:15px;
	margin-bottom:5px;
	font-weight:bold;
}

#dl_arrow dd {
	margin-left: 15px;
	margin-bottom:10px;
}

#dl_arrowbullet dt{
	background: url(../images/icon_arrow.gif) no-repeat 0px .3em;
	padding-left:15px;
	margin-bottom:5px;
	font-weight:bold;
}

#dl_arrowbullet dd {
	background: url(../images/icon_bullet.gif) no-repeat 0px .4em;
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom:5px;
}

#dl_NotablePeople dt{
	background: url(../images/icon_arrow.gif) no-repeat 120px .3em;
	padding-left:135px;	
	margin-bottom:5px;
	font-weight:bold;
}

#dl_NotablePeople dd {
	padding-left: 135px;
	margin-left: 0px;
	margin-bottom:2px;
}

#dl_NotablePeople_sub dt{
	background: url(../images/icon_arrow2.gif) no-repeat 0px .3em;
	padding-left:15px;
	margin-top: 5px;	
	margin-bottom:0px;
	font-weight:bold;
}

#dl_NotablePeople_sub dd {
	background: url(../images/icon_bullet.gif) no-repeat 15px .4em;
	padding-left: 30px;
	margin-left: 0px;
	margin-bottom:2px;
}

#dl_YMCommittee dt{
	background: url(../images/icon_arrow2.gif) no-repeat 15px .3em;
	padding-left:30px;
	margin-top: 5px;	
	margin-bottom:0px;
	font-weight:bold;
}

#dl_YMCommittee dd{
	background: url(../images/icon_bullet.gif) no-repeat 30px .4em;
	padding-left: 45px;
	margin-left: 0px;
	margin-bottom:2px;
}


#dl_pdf dt {
	background: url(../images/icon_acrobat.gif) no-repeat 0px;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom:8px;
	font-weight:bold;
}
#dl_pdf dd {
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom:8px;
}

#dl_links dt{
	background: url(../images/icon_links.gif) no-repeat 0px;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom:8px;
	font-weight:bold;
}
#dl_links dd {
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom:8px;
}

#dl_flags dt {
	padding-left: 22px;
	margin-left: 0px;
	margin-bottom:8px;
	font-weight:bold;
}
#dl_flags dd {
	padding-left: 22px;
	margin-left: 0px;
	margin-bottom:8px;
}
#canada{background: url(../images/icon_canada.gif) no-repeat 0px;}
#india{background: url(../images/icon_india.gif) no-repeat 0px;}
#england{background: url(../images/icon_england.gif) no-repeat 0px;}

#dl_galleries dt {
	background: url(../images/icon_galleryfolder.gif) no-repeat 0px;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom:8px;
	font-weight:bold;
}
#dl_galleries dd {
	background: url(../images/icon_pictures.gif) no-repeat 20px;
	padding-left: 40px;
	margin-left: 0px;
	margin-bottom:8px;
}

#dl_sitemap dt {
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom:15px;
	font-weight:bold;
}
#dl_sitemap dd {
	padding-left: 40px;
	margin-left: 0px;
	margin-bottom:10px;
}
#folder{
	background: url(../images/icon_folder.gif) no-repeat 0px;
}
#folderpage {
	background: url(../images/icon_folderpage.gif) no-repeat 20px;
}
#page{
	background: url(../images/icon_page.gif) no-repeat 0px;
}


/*--tables--*/
#datatable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F1E4C1;
	border-collapse: collapse;
	border: 1px solid #633823;
}

#datatable th {
	color: #ffffff;
	background-color: #633823;
}

#datatable td{
	text-align: center;
}

#datatable_alt{
	background-color:#E8C79C; 
}

/* thumbnails */
div.thumb {
	margin-bottom: 0px;
	width: auto;
}

div.thumbinner {
	border: 1px solid #000000;
	padding-top: 3px !important;
	background-color: #fff8dc;
	font-size: 94%;
	text-align: center;
	overflow: hidden;	
}
html .thumbimage {
	border: 1px solid #000000;
	text-align: center;
}
html .thumbcaption {
	border: none;
	text-align: center;
	line-height: 1.4em;
	padding: 2px !important;
	font-size: 9px;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
	margin-left: 10px;
	margin-bottom: 5px;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}


/*----misc----*/
#imgborder{
	border: 1px;
	border-color: #000000;
	margin-bottom: 10px;
}

#quicklinks {
	font-size: 11px;
	padding-bottom: 6px;
	text-align:right;
}


/*--contact form--*/
#red {
	color: #FF0000;
}
#required {
	font-size:11px;
}

#mainbutton {
	background: #633823;
	border: 0px solid #000000;
	color: #ffffff;
	font-size: 11px;
	height : 25px;
	padding: 0px 10px 4px 10px;
}

#mainbutton:hover{
	color: #E6D5A7;
}

#post {
	background-color : #ffffff;
	border-style: solid;
	border-color: #E6D5A7;
	font-size: 11px;
}

#frmLabel{
	font-size: 11px;
}

/*--error/ok message--*/
#message {
	padding: 0px 0px 0px 10px;  /*top right bottom left*/
	background: #FFFFE1;
	border: 1px solid #E6D5A7;
	font-size:10px;
}

#message dt{
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom:2px;
	font-size: 15px;
	font-weight:bold;
}
#message dd{
	padding-left: 20px;
	padding-right: 5px;
	margin-left: 0px;
	margin-bottom:0px;
}

#message #message_error dt{
	background: url(../images/errormessage.gif) no-repeat 0px;
	color: #ff0000;
}

#message #message_error dd {
	color: #ff0000;
}

#message #message_ok dt{
	background: url(../images/ok.gif) no-repeat 0px;
	color: #228b22;
}

#message #message_ok dd {
	color: #228b22;
}


