@charset "utf-8";
/* CSS Document */

.nav_main, .nav_sub {
	width: 740px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav_main {
	margin: 10px 0 10px 0; 
	font-size: 15px;
	font-weight: normal;
	color: #834F88; /* #AE7CB3; */
	line-height: 1.7em;
}

.nav_sub {
	margin: 0px 0 25px 0; 
	font-size: 11px;
	color: #834F88; /* #AE7CB3; */
	line-height: 1.7em;
}

.nav_main a, .nav_sub a {
	margin: 0;
	padding: 0;	
	color: #AE7CB3;
	text-decoration: none;
}

.nav_main a.blob {
	margin: 0 0 0 4px; /* shoves previous link left away from blob */
	padding: 0 0 0 13px; /* moves this link right away from blob */
	background: url(../im/nav_blob1.gif) 0% 65% no-repeat;
}

.nav_sub a.blob {
	margin: 0 0 0 4px; 
	padding: 0 0 0 12px; 
	background: url(../im/nav_blob2.gif) 0% 65% no-repeat;
}

.nav_sub a {
	font-weight: bold;
}

.nav_sub a.thin{
	font-weight: normal;
}

.nav_sub a.subpage {
	/* padding: 0 5px 0 0px;  */
}

.nav_main a:hover, .nav_sub a:hover {
	color: #003399;
}

.clear {
	clear:both;
}

.nav_divider {
	margin: 0;
	padding: 0;
}

#birth #nav_birth a,
#christening #nav_christening a,
#wedding #nav_wedding a,
#civil #nav_civil a,
#moving #nav_moving a,
#party #nav_party a,
#social #nav_social a,
#birthday #nav_birthday a,
#christmas #nav_christmas a {
	color: #003399;
/*	font-weight: bold; 
	font-size: 14px; */
}

.nav_test1 {
	font-weight: bold;
	color: #6C7997;
}

a.linkh:link { 	text-decoration: none; 	color: #9FA3B4; }
a.linkh:visited { text-decoration: none; color: #9FA3B4; }
a.linkh:hover { 	text-decoration: underline; }