@charset "utf-8";
/* CSS Document for Family History Site */

/* Clear all default spacing */
html, body, ul, ol, li, p, h1, h2, h3, form, fieldset, img, div {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #e8e8ff;
}

/*  Outermost container  */
#container {
	background-color: #FFF;
	background-image: url(../tpimg/header_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 3px solid #414e82;
	width: 800px;
	border-radius: 15px;
	box-shadow: 6px 6px 8px #888;
	background-repeat: repeat-x;
}

/*  Header image  */
#header {
	height: 110px;
	background-image: url(../tpimg/new_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*  Navigation bar  */
#navbar {
	height: 30px;
	background-image: url(../tpimg/nav_bg.png);
	background-repeat: repeat-x;
}

/*  Tagline image (below navbar)  */
img.tagline {
	float: right;
	margin: 5px 20px 0 0;
}

/*  Main wrapper  */
#mainwrap {
	clear: both;
	width: auto;
	margin: 0 60px;
	color: #3d4a7f;
}

#mainwrap a:link, #mainwrap a:visited {
	color: #d95910 !important;
	text-decoration: underline;
}

#mainwrap a:hover {
	color: #ff8e19 !important;
	text-decoration: none;
}

#mainwrap p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainwrap p:first-child {
	margin-top: 0;
}

#mainwrap h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #d95910;
}

#mainwrap h1:first-child {
	margin-top: 0;
}

#mainwrap h2 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #7994ff;
}

#mainwrap h2:first-child {
	margin-top: 0;
}

#mainwrap p.drop-cap:first-letter {
	float: left;
	color: #4F62A6;
	font-size: 3em;
	line-height: 80%;
	padding-right: .1em;
	padding-bottom: .07em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#maincont {
}


/*  Footer  */
#footer {
	clear: both;
	height: 40px;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7994ff;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer a {
	color: #7994ff !important;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

/*  Classes for framed textbox  */
.textboxcmn {
	border: 2px solid #414e82;
	border-radius: 12px;
	padding: 20px 12px;
}

.textboxlft {
	width: 280px;
	float: left;
	margin: 10px 0 10px 15px;
}

.textboxrgt {
	width: 280px;
	float: right;
	margin: 10px 15px 10px 0;
}

/*  Narrow text  */
.narrow {
	margin-left: 40px;
	margin-right: 40px;
}

/*  Larger font for emphasis  */
.larger {
	font-size: 1.2em;
}

.centered {
	text-align: center;
}

/*  Classes for floated pictures  */
.plft {
	float: left;
	border: 1px #7994ff solid;
	text-align: center;
	vertical-align: top;
	padding: 4px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
}

.prgt {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px #7994ff solid;
	text-align: center;
	vertical-align: top;
	padding: 4px;
}

.pgen {
	text-align: center; 
	vertical-align: top;
	margin: 4px;
	padding: 4px;
	height: auto; 
	width: auto
}


/*  Picture caption  */
.pcap {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	color: #63697f; 
	text-align: center;
}

.mapballoon {  
	font-size: small;
}

#mainwrap ul.bulletlist {
	margin: 10px 0 10px 25px;
	list-style-image: url(../tpimg/blubullet.jpg);
	list-style-position: outside;
}

#mainwrap ul.bulletlist li {
	margin-bottom: 4px;
	margin-top: 4px;
}

#photonav {
	margin: 0 auto 6px auto;
	width: 300px;
	font-size: 0.95em;
}
#photonav ul {
	margin: 0;
	padding: 0;
}
#photonav li {
	list-style-type: none;
	margin: 0;
	float: left;
}
#photonav a, #photonav a:link {
	color: #3d4a7f;
 	background-color: #c6d1ff;
	display: block;
	float: left;
	padding: 2px 6px;
	border: 1px solid #7994ff;
	margin: 0 2px 0 0;
	text-decoration: none;
}
#photonav a:visited {
	color: #3d4a7f;
}
#photonav a:hover,
#photonav a:active,
#photonav a:focus {
	color: #3d4a7f;
	background-color: #ff8e19;
}

p.dropcap:first-letter {
	font-size: 200%;
	font-weight: bold;
	float: left;
	color: #d95910;
}

.smalltext {
	font-size: 0.85em;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #63697F;
	font-weight: bold
}

.googleh {
	text-align: center;
}

/*  For use in a <br class="clearing" /> tag  */
.clearing {
	clear:both;
	font-size: 1px;
	line-height: 0;
}

.navimage {
	margin: 0 12px 0 12px;
}
#header img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
