/**************************************************************/
/* Begin Template CSS: ****************************************/
/**************************************************************/
body input, body textarea, body select {
	border: solid 1px #B0B0B0;
	color: #000000;
	background: #ECECEC;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

/* Highlight current section in navigation */
#Home .Home,
#Family_Directory .Family_Directory,
#Videos .Videos,
#Links .Links,
#Our_History .Our_History,
#Latest_News .Latest_News
{
	background:#243D53;
}

.tracking {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
	border: solid 1px black;
	border-bottom: none;
	background: #F6F5F4;
	border-collapse: collapse;
}
.tracking td {
	border-bottom: solid 1px black;
}
.tracking th {
	background: #E8E8E8;
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px black;
}
.scroll {
	overflow: auto;
	height: 300px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	margin-left: 17px; /* to account for scroll bar */	
}
/**************************************************************************/
/* Begin Non-Template, custom CSS: ****************************************/
/**************************************************************************/
/**************** Body and tag styles ****************/
*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#58636f url('/images/bodybg.gif') top left repeat-x;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:2px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

h3 { 
font-size:12px;
font-weight:bold;
}

h4 { 
font-size:10px;
font-weight:bold;
}
/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:20px auto;
padding:0;
text-align:left;
background:#ffffff url('/images/contentbg.gif') top left repeat-y;
color:#303030;
border:1px solid #ffffff;
}

#header{
height:80px;
width:760px;
margin:0 0 1px 0;
background:#467aa7 url('/images/banner_mountains.jpg');
color:#ffffff;
text-align: right;
}

#header p{
padding:60px 0 0 0;
}

#header a{
color: #ABBCC7;
}


#navigation{
height:2.2em;
line-height:2.2em;
width:760px;
margin:0 0;
background:#467AA7;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#243D53;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
float:left;
width:530px;
font-size:0.9em;
padding:13px 0 0 10px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:180px;
padding:10px 10px 0 8px;
line-height:1.4em;
text-transform:capitalize;
}

#subcontent h2{
display:block;
margin:0 0 5px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 6px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 0; font-size:1.1em;}
.menublock li{font-weight:bold; list-style:none; display:block; padding:1px; margin-bottom:1px; font-size:0.9em;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:2px 0 2px 0px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:bold;}

/**************** Footer styles ****************/

#footer{
clear:both;
width:760px;
padding:5px 0;
margin:0;
font-size:0.9em;
color:#f0f0f0;
background:#467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.center{text-align: center; margin-left: auto; margin-right: auto;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
text-transform: none;
}
