/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/


/* body: describes page background color and all non-table text not governed by any other style */
/*      background-image: url(back.gif); */

body {
    margin-top: 8px;
    background-color: #FFFFFF; 
	background-image: none;
}
/*change the "Search" box on the top left of home page*/

        <a href="searchform.php"><img src="<?php echo $cms['tngpath']; ?>search4.gif" alt="<?php echo $text['mnusearchfornames']; ?>" class="searchimg" /></a>
		
		//if you prefer text instead of the banner image that says "Our Family Genealogy Pages", remove the "title.gif" line above (the whole line)
	//and remove the <!-- comment marks --> from the lines below, then edit the "Our Family Genealogy Pages" text to have it say what you want
?>

	<em style="font-family:Book Antiqua,Arial,sans-serif;">

	<span style="color:#009900; font-size:40px; line-height:30px;  font-weight:bold">    </span><br />
	<span style="color:#009900; font-size:48px; font-weight:bold">&nbsp;Cullen Family History and Ancestry   </span>

	</em>
	
	//the "img" tag below includes the Cullen coat of arms at the top right
?>
				<td><img src="<?php echo $cms['tngpath']; ?>smallphoto.gif" alt="" class="smallphoto" width="71" height="100" /></td>
			</tr>
			<tr><td colspan="4" class="line"></td></tr>
			<tr>
				<td colspan="2">
						<div class="normal"><br />
						
/*active tab*/
#tabs a:hover {
	background: #ffff99;
	color:#ffffff;
}

/*active tab*/
#tngnav a.here {
	position:relative;
	z-index:10;
	background:#009900;
	color:#ffffff;
	border-right: 1px solid #444;
	padding: 0.2em 1em 0.4em 1em;
	margin: 0;
}

/*inactive tab*/
#tabs a {
	background: #ffff99;
	color:#444;
	padding: 0.2em 0.8em 0.5em 0.8em;
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid #aaa;
}	

/*active tab*/
#tabs a:hover {
	background: #009900;
	color:#ffffff;
}

/*active tab*/
#tabs .here {
	background: #009900;
	color:#fffff;
}


<?php
include("begin.php");
include($cms['tngpath'] . "genlib.php");
include($cms['tngpath'] . "getlang.php");
include($cms['tngpath'] . "$mylanguage/text.php");
tng_db_connect($database_host,$database_name,$database_username,$database_password) or exit;
include($cms['tngpath'] . "checklogin.php");

$flags['noicons'] = true;
$flags['noheader'] = true;
$flags['nobody'] = true;
tng_header( "Cullen Family History and Ancestry", $flags );
?>
<body>

<div align="center">
<table class="indexpage">
<tr><td colspan="4" class="line"></td></tr>
<tr>
	<td class="menuback">
		<a href="searchform.php"><img src="<?php echo $cms['tngpath']; ?>search4.gif" alt="<?php echo $text['mnusearchfornames']; ?>" class="searchimg" /></a>
		<form action="search.php" method="get">
		<table class="menuback">
			<tr><td><span class="fieldname"><?php echo $text['mnulastname']; ?>: <br /><input type="text" name="mylastname" class="searchbox" size="14" /></span></td></tr>
			<tr><td><span class="fieldname"><?php echo $text['mnufirstname']; ?>:<br /><input type="text" name="myfirstname" class="searchbox" size="14" /></span></td></tr>
			<tr><td><input type="hidden" name="mybool" value="AND" /><input type="submit" name="search" value="<?php echo $text['mnusearchfornames']; ?>" class="small" /></td></tr>
		</table>
		</form>
		<table class="menuback">
			<tr><td>
			<div class="fieldname">
				<ul>
				<li><a href="searchform.php" class="lightlink"><?php echo $text['mnuadvancedsearch']; ?></a></li>
				<li><a href="surnames.php" class="lightlink"><?php echo $text['mnulastnames']; ?></a><br /></li>
<?php
	
	echo "<li><a href=\"whatsnew.php\" class=\"lightlink\">$text[mnuwhatsnew]</a></li>\n";
	echo "<li><a href=\"mostwanted.php\" class=\"lightlink\">$text[mostwanted]</a></li>\n";
	echo "<li><a href=\"browsemedia.php?mediatypeID=photos\" class=\"lightlink\">$text[mnuphotos]</a></li>\n";
	echo "<li><a href=\"browsemedia.php?mediatypeID=histories\" class=\"lightlink\">$text[mnuhistories]</a></li>\n";
	echo "<li><a href=\"browsemedia.php?mediatypeID=documents\" class=\"lightlink\">$text[documents]</a></li>\n";
	echo "<li><a href=\"browsemedia.php?mediatypeID=videos\" class=\"lightlink\">$text[videos]</a></li>\n";
	echo "<li><a href=\"browsemedia.php?mediatypeID=recordings\" class=\"lightlink\">$text[recordings]</a></li>\n";
	echo "<li><a href=\"browsealbums.php\" class=\"lightlink\">$text[albums]</a></li>\n";
	echo "<li><a href=\"browsemedia.php\" class=\"lightlink\">$text[allmedia]</a></li>\n";
	echo "<li><a href=\"cemeteries.php\" class=\"lightlink\">$text[mnucemeteries]</a></li>\n";
	echo "<li><a href=\"browsemedia.php?mediatypeID=headstones\" class=\"lightlink\">$text[mnutombstones]</a></li>\n";
	echo "<li><a href=\"places.php\" class=\"lightlink\">$text[places]</a></li>\n";
	echo "<li><a href=\"browsenotes.php\" class=\"lightlink\">$text[notes]</a></li>\n";
	echo "<li><a href=\"anniversaries.php\" class=\"lightlink\">$text[anniversaries]</a></li>\n";
	echo "<li><a href=\"reports.php\" class=\"lightlink\">$text[mnureports]</a></li>\n";
	echo "<li><a href=\"browsesources.php\" class=\"lightlink\">$text[mnusources]</a></li>\n";
	echo "<li><a href=\"browserepos.php\" class=\"lightlink\">$text[repositories]</a></li>\n";
	echo "<li><a href=\"browsetrees.php\" class=\"lightlink\">$text[mnustatistics]</a></li>\n";
	echo "<li><a href=\"changelanguage.php\" class=\"lightlink\">$text[mnulanguage]</a></li>\n";
	if( $allow_admin ) {
		echo "<li><a href=\"showlog.php\" class=\"lightlink\">$text[mnushowlog]</a></li>\n";
		echo "<li><a href=\"admin/index.php\" class=\"lightlink\">$text[mnuadmin]</a></li>\n";
	}
	echo "<li><a href=\"bookmarks.php\" class=\"lightlink\">$text[bookmarks]</a></li>\n";
	echo "<li><a href=\"suggest.php\" class=\"lightlink\">$text[contactus]</a></li>\n";
	
?>
				</ul><br/>
				</div>
			</td></tr>
		</table>							
	</td>
	<td class="spacercol">&nbsp;&nbsp;&nbsp;</td>
	<td class="content">
		<table border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td colspan="3">
<?php
	//the "img" line below includes the Cullen coat of arms at the top right
?>
					<img src="<?php echo $cms['tngpath']; ?>smallphoto.gif" alt="" class="smallphoto" width="71" height="100" />
				 
<?php
	//if you prefer text instead of the banner image that says "Our Family Genealogy Pages", remove the "headertitle.gif" line above (the whole line)
	//and remove the <!-- comment marks --> from the lines below, then edit the "Our Family Genealogy Pages" text to have it say what you want
?>

	<em style="font-family:book antiqua, Arial;"><br />

	<span style="color:#009900; font-size:48px; line-height:30px;  font-weight:bold">   Cullen Family History </span><br />
	<span style="color:#009900; font-size:48px; font-weight:bold">&nbsp;    and Ancestry   </span>

	</em>

				</td>
			</tr>
			<tr>
				<td class="section"><br />
					<img src="<?php echo $cms['tngpath']; ?>bigphoto.jpg" alt="" class="bigphoto" width="300" height="172" /><br />
					<span class="smaller">
					<i>East Templeton railway station c1900    courtesy Qahn</i><br />
					</span>
					<div class="normal">
					<h3>Welcome to our Site</h3>
					<p>This site features the family history and descendants of John Cullen who emigrated from Killinkere, Co. Cavan to Bytown, Upper Canada in 1826 and resettled to Templeton Township, Lower Canada c1829 as one of its early pioneers. 
					By the mid 1850s, John and his family had become important farmers and squared timber operators in the Township and were leaders in church and community affairs. The principal Cullen-related lines are McClements, Carroll, Powers and Cassidy.  
				    Other principal family lines included on this site are Turner, Joanis, Quevillon, Maheu, Audet dit Lapointe, Morse, Doray and Berry. Also included are completed chapters of the history of the Cullen family.
																												</p>
					</div>
				</td>
				<td class="spacercol">&nbsp;&nbsp;&nbsp;</td>
				<td class="section"><br />
					<table border="0" cellspacing="0" cellpadding="0">
						<tr><td valign="top"><span class="normal"><b><?php echo strtoupper($text['featarts']); ?></b></span></td></tr>
						<tr><td valign="top" class="line"></td></tr>
						<tr><td valign="top"><span class="smallest">&nbsp;</span></td></tr>
						<tr><td valign="top">
							<div class="normal">
							<p><a href="histories/feature1.php"><img src="<?php echo $cms['tngpath']; ?>featurethumb1.bmp" alt="feature 1" class="featureimg" /></a>
							<a href="histories/feature1.php"><span class="emphasis">Feature Story 1</span></a> The Cullens of Templeton Township Chapter 1  - The emigration of John Cullen from County Cavan to Canada in 1826 and settlement in Templeton Township.                                               <br /><br />

							<a href="histories/feature2.php"><img src="<?php echo $cms['tngpath']; ?>featurethumb2.GIF" alt="feature 2" class="featureimg" /></a>
							<a href="histories/feature2.php"><span class="emphasis">Feature Story 2</span></a> The Cullens of Templeton Township Chapter 2 - The lives of John Cullen's children; all were builders and key players in the development of Templeton.                                               <br /><br />

							<a href="histories/feature3.php"><img src="<?php echo $cms['tngpath']; ?>featurethumb3.bmp" alt="feature 3" class="featureimg" /></a>
							<a href="histories/feature3.php"><span class="emphasis">Feature Story 3</span></a> The Cullens Of Templeton Township 3rd generation - John Bernard Cullen 1851 - 1916 (This feature is under development).<br /><br /><br />

							<a href="histories/feature4.php"><img src="<?php echo $cms['tngpath']; ?>featurethumb4.bmp" alt="feature 4" class="featureimg" /></a>
							<a href="histories/feature4.php"><span class="emphasis">Feature Story 4</span></a> The Cullens of Templeton Township 4th generation - Bernard John Cullen 1881 - 1956  (This feature is under development).<br /><br />
							
							<a href="histories/feature4.php"><img src="<?php echo $cms['tngpath']; ?>featurethumb5.gif" alt="feature 5" class="featureimg" /></a>
							<a href="histories/feature4.php"><span class="emphasis">Feature Story 5</span></a> The Cullens of Templeton Township Appendix- in development
							<br /><br /><br />

							<a href="histories/feature6.php"><img src="<?php echo $cms['tngpath']; ?>featurethumb6.gif" alt="feature 6" class="featureimg" /></a>
							<a href="histories/feature6.php"><span class="emphasis">Feature Story 6</span></a> Cullen Family History and Ancestry - Lawrence Cullen Memories of Growing up in Ottawa<br /><br /><p>
							
							
							
							</div>
						
						</td></tr>
					</table>
				</td>
			</tr>
		</table>
	</td>
	<td class="spacercol">&nbsp;&nbsp;&nbsp;</td>
</tr>
<tr><td colspan="4" class="line"></td></tr>
</table><br/>
	<div class="footer">
		</span></a><span style= "color:#009900; font-size:11px; font-weight:bold"> Cullen Family History and Ancestry <br />
		</span></a> Created and maintained by Mark Cullen. Please read the Cullen Family History and Ancestry Privacy Policy and Terms of Use.<br />
		<span class="emphasis"><a href="suggest.php">CONTACT US </a>with questions, comments and corrections. Copyright </a> &copy; Mark L. Cullen 2009 . All rights reserved. <br />
		<?php echo $text['pwrdby']; ?> <a href="http://lythgoes.net/genealogy/software.php" class="footer">The Next Generation of Genealogy Sitebuilding</a> &copy;, <?php echo $text['writby']; ?> Darrin Lythgoe 2001-<?php echo date('Y') ; ?>.
	</div> <!-- end of footer div -->
</div> <!-- end of center div -->

</body>
</html>


/* header: heading text */
.header {
	color: #009900;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #009900;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #009900;
}

/* databack: background color for data areas */
.databack {
	background-color: #FFFF99;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #009900;
	background-image: none;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #009900;
}

/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-color: #009900;
	border-right: 0px; 
	border-bottom: 0px;
	width: 170px;
	margin-left: 10px;
	vertical-align: top;
} 

snlink {
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	background-color:#ffff99;
	color:black;
}

a.snlink:hover, .snlinkact {
	background-color:#009900;
	color:#fff;
}

.LB_window {
	background: #ffff99;
	border: 2px solid #000000;
	color:#000000;
}

.LB_closeAjaxWindow{
	background-color:#009900;
}	

#mnav li { /* all list items */
	background: #ffffff; /*same as "databack" background color */
	border-top:1px solid #ffff99; /*same as "databack" background color */
	border-left:1px solid #ffff99; /*same as "databack" background color */
}

/*active tab*/
#tngnav a.here {
	position:relative;
	z-index:10;
	background: url(tngtabactive.png) no-repeat;
	color:#ffffff;
	border-right: 1px solid #777;
	padding: 0.2em 1em 0.4em 26px;
	margin: 0 4px 0 0;
}

/*active tab*/
#tabs a.here {
	background: url(tngtabactive.png) no-repeat;
	color:#FFffff;
	padding: 0.2em 1.0em .6em 26px;
}

/*inactive tab*/
#tabs a {
	background: #ffffff;
	color:#444;
	padding: 0.2em 0.8em 0.5em 0.8em;
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid #aaa;
}
