/*  Joanne Lescher Website CSS  */


/* Basic Elements */

html {
	margin: 0;
	padding: 0;
}

/*  Corrects PNG Graphic issue in browsers along win iepngfix.htc file */
img, div { 
	behavior: url(iepngfix.htc)
}
	
body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Setting body to 62.5% means 1em=10pt, 1.2em=12pt, etc. */
	color: #000000; 
	background: #7B2E00 url(images/background.jpg) repeat-y top center; 
	margin: 0; 
	padding: 0;
}

p {
	font-size: 1.4em;
	margin: 10px;
	padding: 0;
}

h3 {
	display:none;
}


/* Content DIV's */

#container { 
	margin: auto;
	width: 890px;
	background: #FFFF99 url(images/logo_joanne_lescher.png) no-repeat top center;
	position: relative;
}

/* Menu Navigation Container Rules*/
#navigation {
    width: 890px;
	height: 26px;
	background-color: #7B2E00;
	font-size: 12px;
/*
    font-size: 1.4em;
*/	
	padding-bottom: 10px;
}
#navigation ul {
      margin: 0px;
      padding: 10px 10px 10px 10px;
      list-style: none;
}
#navigation li {
	float: left;	
    margin: 0;
}
#navigation a {
	padding: 0px 0px 0px 25px;	/* last number moves text to right as increased */		
    text-decoration: none;
	font-weight: bold;
	color: #EED593;  /*  #FFFF33; yellow tint option */
}
#navigation a:visited {
    text-decoration: none;
	font-weight: bold;
	color: #CC99CC;
}
#navigation a:hover {
    text-decoration: none;
	font-weight: bold;
	color: #9AE606;
}

#intro{
	width: 890px;
	height: 250px;
	background: url(images/corner_left.jpg) no-repeat top left; /* Left Corner */
}

#rtCorner {
	width: 890px;
	background: url(images/corner_right.jpg) no-repeat top right;
}

#pageText {
	padding:145px 45px 0px 45px;
	font-size: 1.2em;
	text-align: justify;
	color: #000000;
	height:100%;
}

#pageText span {
	font-size: 1.2em;
	font-weight: bold;
}

#pageList{
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#pageList ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.2em;
	font-weight: bold; 
	color: #660000;

}

#pageList li {
	padding-left: 0;
	margin-left: 0;
}

#quotes {
	color: #333333;
	font-style: italic;
	text-align: center;
}

#quotes span {
	font-weight: bold; 
}

/*  Home Page Container Rules  */
#homeHeader {
	background: url(images/title_index.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#homeHeader span{
	display:none;
}

#homePhoto{
	float: right;
	margin: 0;
	padding: 10px 10px 10px 30px;
	border: 0;
}

#homeBanner{
	border: 0;
	padding: 0;
	width: 800px;  /*a width should be defined for transition to work*/
	height: 85px;
}

#homeBanner img{
	border: 0;
}

/*  Workplace Page Container Rules  */
#workplaceHeader {
	background: url(images/title_workplace.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#workplaceHeader span{
	display:none;
}

/*  Tangible Page Container Rules  */
#tangibleHeader {
	background: url(images/title_tangible.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#tangibleHeader span{
	display:none;
}

#tangibleText h1{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

#tangibleText p.p2, p.p4{
	text-align: center;
}

#tangibleList{
	margin: 0;
	padding: 0px 0px 0px 250px;
	text-align: left;
}

#tangibleList ul {
	list-style-position: outside;
	list-style-type: none;
	font-size: 1.4em;
	color: #000000;

}

#tangibleList li {
	padding-left: 0;
	margin-left: 0;
}

/*  Meet Page Container Rules  */
#meetHeader {
	background: url(images/title_meet.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#meetHeader span{
	display:none;
}

#meetPhoto{
	float: left;
	margin: 0;
	padding: 10px 30px 10px 10px;
	border: 0;
}

/*  Testimonial Page Container Rules  */
#testimonialHeader {
	background: url(images/title_testimonials.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#testimonialHeader span{
	display:none;
}

/*  Contact Page Container Rules  */
#contactHeader {
	background: url(images/title_contact.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#contactHeader span{
	display:none;
}


/*  Contact Form Container Rules  */ 
#contactContainer {
	padding: 0px 0px 0px 100px;
	width: 600px;
	font-size: 1.2em;
}

.fieldset {
	background-color: #7B2E00;
	border: solid #000000 5px;
	padding: 10px;
}
legend span {
	display: block;
	font-weight: bold;
	color: #EED593;
	padding-bottom: 0.5em;
}
label {
	display: block;
}
label span {
	width: 13em;
	color: #EED593;
	float: left;
	text-align: right;
}
label input {
	width: 15em;
	background: #FFFF99;
}
label textarea {
	width: 39em;
	margin-left: 1em;
	background: #FFFF99;
}
#submit {
	border: 1px solid #000000;
	background: #FFFF99;
	margin-left: 15em;
	font-weight: bold;
	font-family: inherit;
}
#submit:hover {
	border: 1px solid #000000;
	background: #74AD04;
}


/*  Submitted Successfully Page Container Rules  */
#submittedHeader {
	background: url(images/title_submitted.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#submittedHeader span{
	display:none;
}

/*  404 Error Page Container Rules  */
#errorHeader {
	background: url(images/title_404error.png) no-repeat top center;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 320px;
	left: 10px;
	width: 890px;
}

#errorHeader span{
	display:none;
}


/*  Footer Container Rules  */
#footer {
	background-color: #FFFF99;
    font-size: 1.2em;
    line-height: normal;
	font-weight: bold;
	color: #660000;
	padding: 10px;
	text-align: center;	
}
#footer HR{
	font-weight: bold;
	color: #7B2E00;
}
#footer ul{
    margin: 0;
    padding: 10px 10px 10px 10px; /* last number moves links to right as increased */
    list-style: none;
}
#footer li{
	float: left;	
    margin: 0;
}
#footer a {
	padding: 0 0 0 15px;
    text-decoration: none;
	font-weight: bold;
	color: #660000;
}
#footer a:visited {
    text-decoration: none;
	font-weight: bold;
	color: #BFA359;
}
#footer a:hover {
    text-decoration: none;
	font-weight: bold;
	color: #74AD04;
}

/* Second Footer Area Rules */
#footer2 {
	background-color: #FFFF99;
    font-size: 1em;
	color: #7B2E00;
	text-align: center;
}
#footer2 a {
    text-decoration: none;
	font-weight: bold;
	color: #660000;
}
#footer2 a:visited {
    text-decoration: none;
	font-weight: bold;
	color: #BFA359;
}
#footer2 a:hover {
    text-decoration: none;
	font-weight: bold;
	color: #74AD04;
}
#footer2 HR{
	font-weight: bold;
	color: #7B2E00;
}

/*  br to clear floats  */
br { clear: both; }

