/*------------start reset styles to reduce browser inconsistency------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------end reset styles to reduce browser inconsistency------------*/

/*-----------------Start Common Styles------------------*/
body
{
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #714d65;
	background-image: url(layout-images/bodybg-tile.jpg);
	background-repeat: repeat-x;
	line-height: 140%;
	background-color: #E9F5FE;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
	color: #714d65;
	border-bottom: 1px dotted #714d65;
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
}

a:hover, a:active
{
	color: #4c1650;
	text-decoration: none;
	border-bottom: 1px dotted #4c1650;
}

p

{
	padding: 0 0 10px 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #c14599;
	text-align: center;
	text-transform: lowercase;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #c14599;
	font-weight: normal;
}
li {
	list-style-type: none;
}
li p {
	padding: 0;
}
li  ul  li {
	list-style-type: square;
	margin-left: 12px;
	font-size: 14px;
	font-style: italic;
}

.wrapper 
{
	margin: 0 auto;
	text-align: center;
	width: 950px;
}


.header {
}

.content {
	font-size: 1px;
	line-height: 1px;	/*fixes ie 6double padding bug */
	margin-bottom: 20px;
	background-image: url(layout-images/contentbg-mid.gif);
	background-color: #FFFBF3;
}

.content-padding
 {
	padding: 25px 49px 25px 49px;
	font-size: 15px; 	/*fixes the fix for the ie 6double padding bug */
	line-height: 140%; /*fixes the fix for the ie 6double padding bug */
	text-align: left;
}


/*-----------------End Common Styles------------------*/

/*------------------Start Nav Styles------------------*/


/*This menu is based on the following technique...http://www.tutorio.com/tutorial/pure-css-image-rollovers*/

.nav {
	margin: 0px auto;
	width: 950px;
	height: 205px;
}

.nav a {
	display: block;
	height: 205px;
	text-indent: -9999px;
	border: 0px none;	
}
.nav a:hover {
	
	border: 0px none;
	
}
.nav a:visited {
	
	border: 0px none;
	
}
.nav li { list-style: none; float: left; }
.nav ul, li {
	margin: 0px;
	padding: 0px;
}

.nav li.nav-home a {
	background: url(layout-images/nav-home.jpg) no-repeat;
	width: 229px;
}
.nav li.nav-ourfamily  a {
	background: url(layout-images/nav-ourfamily.jpg) no-repeat;
	width: 99px;
}
.nav li.nav-ourextended a {
	background: url(layout-images/nav-ourextended.jpg) no-repeat;
	width: 96px;
}
.nav li.nav-extra a {
	background: url(layout-images/nav-extra.jpg) no-repeat;
	width: 105px;
}
.nav li.nav-ourfav a {
	background: url(layout-images/nav-ourfav.jpg) no-repeat;
	width: 143px;
}
.nav li.nav-ourlayette  a {
	background: url(layout-images/nav-ourlayette.jpg) no-repeat;
	width: 129px;
}

.nav li.nav-contactus    a {
	background: url(layout-images/nav-contactus.jpg) no-repeat;
	width: 149px;
}
.nav  li.nav-home   a:hover { background: url(layout-images/nav-home.jpg) no-repeat 0 -205px; }
.nav li.nav-ourfamily a:hover {	background: url(layout-images/nav-ourfamily.jpg) no-repeat 0 -205px;}
.nav li.nav-ourextended a:hover { background: url(layout-images/nav-ourextended.jpg) no-repeat 0 -205px; }
.nav li.nav-extra a:hover { background: url(layout-images/nav-extra.jpg) no-repeat 0 -205px; }
.nav li.nav-ourfav a:hover { background: url(layout-images/nav-ourfav.jpg) no-repeat 0 -205px; }
.nav li.nav-ourlayette a:hover { background: url(layout-images/nav-ourlayette.jpg) no-repeat 0 -205px; }
.nav li.nav-contactus a:hover { background: url(layout-images/nav-contactus.jpg) no-repeat 0 -205px; }

.firstcol/*Oh noes!  Double margin float bug.  Fix is the display: inline declaration*/
   {
	width: 500px;
	text-align: left;
	float: left;
	display: inline;
}
.firstcol    p   {
	font-size: 14px;
}
.secondcol  {
	width: 320px;
	text-align: left;
	float: left;
	padding: 10px 0px 0 20px;
}
.map {
	float: right;
}
.floatright {
	float: right;
}
.contentbg-btm {
	clear: both;
	line-height: 1%;
}

