/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */
body { 
	background:#a3d3ed url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#5f8ca3;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#CF336D; }
h2	{ font-size:1.1em; color:#CF336D; }
h3	{ font-size:1.0em; color:#CF336D; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#CC0000; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 0px 35px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.u {
	text-decoration:underline;
}

.center {
	text-align:center;
}


/* ------------------------ form elements ------------------------ */
form {
	width:229px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; }

input, textarea, select { 
	background-color:#fff !important;
	border:1px solid #a3d3ed;
	color:#2f86af;
	width:224px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding-top:1px;
	padding-left:4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:229px; padding:0; }

textarea { height:90px; overflow:auto; }

#contact_business { display: none; }


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; }

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }


/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}
	
#inner-wrap {
	background:url("../images/inside-wrap.jpg") 0 bottom no-repeat;
	width:800px;
	padding-bottom:40px;
}

	body#thankyou #inner-wrap {
		padding-bottom:140px;
		}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	float:left;
	background:url("../images/masthead.jpg") no-repeat;
	height:174px;
	width:332px;
	}
	/* index page link within #masthead */		
	#masthead a {
		display:block;
		width:250px;
		height:102px;
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav-wrap {
	background:#FFF;
	width:800px;
	height:172px;
}

#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:468px;
	height:102px;
	margin:72px 0 0 0;
	padding:0;
	float:left;
	}

#nav span { display: none; }

#nav li, #nav a { height:102px; display:block; }

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 42px;}
#nav-02 { width: 75px;}
#nav-03 { width: 83px;}
#nav-04 { width: 100px;}
#nav-05 { width: 92px;}
#nav-06 { width: 76px;}

#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -102px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -42px -102px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -117px -102px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -200px -102px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -300px -102px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -392px -102px no-repeat; }

body#index #nav-01 { background:url("../images/nav.jpg")  -0px -204px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -42px -204px no-repeat; }
body#start #nav-03 { background:url("../images/nav.jpg") -117px -204px no-repeat; }
body#why #nav-04 { background:url("../images/nav.jpg") -200px -204px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav.jpg") -300px -204px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -392px -204px no-repeat; }

/* ------------------------ header framework ------------------------ */
#header-graphic { 
	height:297px;
	width:800px;
	background:url("../images/header.jpg") no-repeat; 
	float:left;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:529px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 35px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			}
			
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			color:#2f86af;
			}
			
	#column-left p strong {
		color:#c44c51;
	}
	
/* ------------------------ subhead framework ------------------------ */
#subhead { height:34px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#why #subhead { background:url("../images/subhead-why.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#start #subhead { background:url("../images/subhead-start.jpg"); }

#subhead-meet-doc {
	height:29px;
	background:url("../images/title-meet-doc.jpg") no-repeat;
	margin:20px 0 0 35px;
	}

#title-where-to-start {
	height:43px;
	background:url("../images/where-to-start.jpg") no-repeat;
	margin:20px 0 0 35px;
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:271px;
	float:left;
	background:url("../images/bg-right-col.jpg") no-repeat;
	padding-top:50px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:0px 0px 10px 20px;
		}

	#column-right form { margin-left:0px; }

	/* definition list */
	#column-right dl { margin-left:20px; }
		#column-right dl dt {
			color:#000;
			}

	.nobg
	{
		background:none;
	}

/* SUB NAVIGATION */
#location {
	margin-left: 36px;
	margin-bottom: 16px;
}

#sub-nav {
	background:url("../images/sub-navNEW.jpg") top left no-repeat;					
	width:236px;
	height:267px;
	margin:0 auto;
	padding:0;
	}

#sub-nav li span { display: none; }

#sub-nav li { float:left; list-style:none; position:relative; }

#sub-nav li, #sub-nav a { 
	height:66px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the sub-nav should begin */
#sub-nav-01 { margin-top:0px; width:236px; }

/* margin-top if there is a spacing between each sub-nav button */
#sub-nav-02, #sub-nav-03, #sub-nav-04, #sub-nav-05, #sub-nav-06 { margin-top:1px; width:236px; }

#sub-nav-01 a:hover { background:url("../images/sub-navNEW.jpg") -236px  -0px no-repeat; }
#sub-nav-02 a:hover { background:url("../images/sub-navNEW.jpg") -236px  -67px no-repeat; }
#sub-nav-03 a:hover { background:url("../images/sub-navNEW.jpg") -236px  -134px no-repeat; }
#sub-nav-04 a:hover { background:url("../images/sub-navNEW.jpg") -236px  -201px no-repeat; }

/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:0px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	background:url("../images/footer.jpg") right top no-repeat;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
	height:100px;
	}

#footer p {
	color:#3f6b82;
	margin:0 0 0px 40px;
	}

#footer a:link, #footer a:visited { color:#3f6b82; }
#footer a:hover, #footer a:active { color:#3f6b82; text-decoration:none; }

#footer ul {margin:0 10px 10px 33px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #3f6b82;
		line-height:12px;
		}
	#footer li.first { border: none; }


/* "START HERE" INSIDE NAVIGATION (Index Only) */
#column-left #inside-nav { 
	background:url("../images/inside-nav.jpg") no-repeat; 
	width:472px; 
	height:182px; 
	margin:0 0 10px 40px;
	padding:0;
	}

#column-left #inside-nav span { display: none; }
#column-left #inside-nav li, #column-left #inside-nav a { height:182px; display:block; }
#column-left #inside-nav li { float:left; list-style:none; display:inline; position:relative; }

#column-left #inside-nav-01 { width: 155px;}
#column-left #inside-nav-02 { width: 159px;}
#column-left #inside-nav-03 { width: 158px;}

#column-left #inside-nav-01 a:hover { background:url("../images/inside-nav.jpg")  -0px -182px no-repeat; }
#column-left #inside-nav-02 a:hover { background:url("../images/inside-nav.jpg") -155px -182px no-repeat; }
#column-left #inside-nav-03 a:hover { background:url("../images/inside-nav.jpg") -314px -182px no-repeat; }


/* Gallery Layout */

.popup {text-align:center; 
		line-height:normal;
}

.popup p {
	margin-top:10px;
	text-align:left;
}

	.hidden {
	display : none;
}

#boys {
	float:left;
	width:150px;
	margin-bottom:30px;
	
	
}

#girls {
	float:left;
	width:200px;
}
#twins {

}

#triplets {
	clear:both;
	margin-bottom:30px;
}

#siblings {

}

