article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html, body { height:100%; }

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #e1d9c5;
}

img { border-width: 0px;}

#fadebox {
	text-align: center;
	position: relative;
	z-index: 200;
	height: 40px;
	top: -250px;
}

#fadebox img {
	position: relative;
	display: none;
}


#content {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 100%;
	background-color: #FFF;
	padding: 0px;
	text-align: left;
}

#logo {
	position: relative;
	top: 32px;
	left: 60px;
}

#letterType {
	position: absolute;
	top: 46px;
	margin-left: 420px;
}
#findaDoc {
/*	position: absolute;
	top: 104px;
	margin-left: 400px;
	z-index: 500;*/
}

#sofa {
	position: relative;
	top: 150px;
	left: 130px;
}

#swirl {
	position: relative;
	top: -20px;
}

#peoplecontainer_top {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 734px;
	height: 45px;
	background: #fff url('../images/people_background_top.png') no-repeat;
}

#peoplecontainer {
	display: block;
	position: relative;
	/*background: #FFF url('../images/people_background_middle.png') repeat-y;*/
	width: 804px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#peoplecontainer_bottom {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 734px;
	height: 31px;
	background: #fff url('../images/people_background_bottom.png') no-repeat;
}


.people {
	position: relative;
	width: 73px;
	height: 73px;
	margin: 9px 4px 0 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#jeannie	{ background: transparent url('../images/jeannie.png') 0 0 no-repeat; }
#lauraann	{ background: transparent url('../images/lauraann.png') 0 0 no-repeat; }
#brian		{ background: transparent url('../images/brian.png') 0 0 no-repeat; }
#nolan		{ background: transparent url('../images/nolan.png') 0 0 no-repeat; }
#jaden		{ background: transparent url('../images/jaden.png') 0 0 no-repeat; }
#tamy		{ background: transparent url('../images/tamy.png') 0 0 no-repeat; }
#dustin		{ background: transparent url('../images/dustin.png') 0 0 no-repeat; }
#jerry		{ background: transparent url('../images/gerry.png') 0 0 no-repeat; }
#maria		{ background: transparent url('../images/maria.png') 0 0 no-repeat; }
#ginger		{ background: transparent url('../images/ginger.png') 0 0 no-repeat; }
#silvia		{ background: transparent url('../images/silvia.png') 0 0 no-repeat; }
#mike		{ background: transparent url('../images/mike.png') 0 0 no-repeat; }

#darin		{ background: transparent url('../images/darin.png') 0 0 no-repeat; }
#nicole_gary		{ background: transparent url('../images/nicole_gary.png') 0 0 no-repeat; }
#steve		{ background: transparent url('../images/steve.png') 0 0 no-repeat; }
#dawn		{ background: transparent url('../images/dawn.png') 0 0 no-repeat; }
#adam_melanie		{ background: transparent url('../images/adam_melanie.png') 0 0 no-repeat; }

.overlay {
	margin: 0;
	padding: 0;
	display: none;
}

article, footer {
	background-color: #FFF;
}

footer {
	text-align: center;
	padding-bottom: 40px;
}



footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003d79;
}
footer a:link, footer a:visited {
	text-decoration: none;
}

footer a:active, footer a:hover {
	text-decoration: underline;
}

footer .share  {
	margin: 0px 0px 20px 0px;
}

.share a {
	font-size: 18px;
}

.qtip-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* contact form */


#contact-pop-overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../yourstory/img/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
    z-index: 1000;
}

#contact-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 350px;
    background: #1AB7EA;
}

#contact-pop-panel {
    min-height: 200px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}

#contact-pop-header {
    /*min-height: 30px;
    line-height: 30px;*/
	padding:4px 10px;
    margin-bottom: 10px;
	text-align: left;
    background-color: #777;
    color: #FFF;
	font: bold 18px/24px "Myriad Pro", Myriad, Tahoma, sans-serif;
}

#contact-pop-header .close-overlay {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 25px;
    height: 29px;
    background: url('../images/x.png') no-repeat;
    overflow: hidden;
    text-indent: -2000px;
    outline: none;
}

#contact-pop-form, #contactForm {
	font: normal 12px/18px "Myriad Pro", Myriad, Tahoma, sans-serif;
	color: #4D4D4D;
}

#contact-pop-panel .formItem, #contactForm .formItem {
    margin: 7px 20px 7px 20px;
    text-align: left;
}

#contact-pop-error {
    color: navy;
    padding-bottom: 10px;
    font-size: 80%;
}

#contact-pop-panel label, #contactForm label {
    padding: 0 10px 0 0;
    margin: 0;
    display: block;
	float: left;
	width: 60px;
	position: relative;
	text-align: right;
	color: #FFF;
}

#contact-pop-panel .inputText {
    width: 200px;
    padding: 2px 5px;
}

#contact-pop-panel textarea {
    width: 300px;
    margin-top: 5px;
    padding: 5px;
}

#contact-pop-panel .close-overlay {
    font-size: 12px;
    outline: none;
}

a.close-overlay:link {
	color: #FFF;
}

#contact-pop-loading-gif-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

#contact-pop-loading-gif {
    margin: 132px auto 0 auto;
}

.contact-pop-thanks {
	background-color: none;
	padding: 20px;
	text-align: center;
	color: #FFF;
}


/****** ie6 stuff ********/

* html #contact-pop-overlay {
    background-image: url('../yourstory/img/overlay-ie6.png');
    height: 100%;
    position: absolute;
}

* html #contact-pop-panel {
    height: 200px;
}

* html #contact-pop-header {
    height: 30px;
}

* html #contact-pop-header .close-overlay {
    background-image: url('../yourstory/img/close-overlay-ie6.png');
}



	/* *****
	* tab header properties
	***** */
	#tabs { margin: 0 0 -2px 0; height: 30px; }
	    #tabs b { display: block; float: left; margin: 0px; padding: 0 12px 0 12px; background: #08a2d4; border: 1px solid #08a2d4; border-bottom: 0px; -moz-border-radius: 6px 6px 0 0; font-weight: normal; }
	    #tabs b.active { background: #9ce0f6; }
		   #tabs b a { display: block; color: #a4dbed; padding: 5px 10px 5px 10px; text-decoration: none; }	
	 
		   #tabs b.active a { color: #4e717c; }
		   #tabs b.inactive a:hover { color: #f2f2f2; text-decoration: underline; }
	 
	/* *****
	* tab content
	***** */
	.tab { clear: both; width: 100%; height: 475px; margin: 0; padding: 0; }
