/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#FCF9ED;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	font-size:1.6em;
	font-weight:normal;
	color:#000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	color:#0F2209;
	line-height: 120%;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.request {
	text-align:center;	
	font-size:1.2em;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#0000FF;
	text-decoration:none;
}

a:visited {
	color:#7F5C92;
	text-decoration:none;
}

a:hover {
	color:#7F5C92;
	text-decoration:none;
}

a:active {
	color:#7F5C92;
	text-decoration:none;
}

ol {
	margin:0 0 5px 33px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:3px 0 10px 20px;
	padding:0;
	font-size:1em;
}

.floatright {
	float:right;
	margin-left:10px;
}

.floatleft {
	float:left;
	margin-right:10px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#nav-handheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactinfoforprint {
	display:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalspacer {
	margin:0 0 5px 0;
	padding:0
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#container {
	padding:0;
	width:1000px;
	background-color:#556746;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #556746;
}

/* main container contains header, top nav, and main sections */
#maincontainer {
	padding:0;
	width:900px;
	background-color:#FCF9ED;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #556746;
}

#header {
	margin:0;
	padding:0;
	width:900px;
	height:95px;
	background-image:url(http://www.pamperyou.com/headers/mainheaderfinal.gif);
}

#topnav {
	width:900px;
}

/* --- main section --- */

#main {
	margin:0;
	padding:0;
	width:900px;
}

#main img {
	border:none;
}

#mainheading {
	margin:10px 0 0 0;
}

#maincontent {
	margin:15px 15px 10px 15px;
	padding:0;
}

#maincontentleftlist {
	float:left;
	margin:0 0 0 0;
}

#maincontentrightlist {
	float:right;
	margin:0 0 0 0;
}

#maincontent p {
	margin:0;
	padding:5px 0 0 0;
	text-align:justify;
	font-size:1.2em;
	line-height:120%;
}

#maincontent ul {
	padding:5px;
	list-style-type:disc;
	font-size:1.2em;
	line-height: 100%;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

#maincontent ul li {
	margin:5px 0 5px 20px;
	padding:0;
	list-style-type:disc;
	font-size:1.0em;
}

#maincontent img {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.workshop {
	margin:20px auto 20px auto;
	width:250px;
	background-color:#C6E0BD;
	color:#536C4A;
	padding:5px 20px 5px 20px;
	border: 2px solid #536C4A;
}

#signup {
	float:right;
}

#signup img {
	padding 0 0 0 0;
}


/* -------------------------- */

/* --- footer section --- */

#footer {
	margin:5px auto 0 auto;
	padding:0 0 30px 0;
	width:760px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#000000;
	background-color:#FCF9ED
}

#footer a:link {
	color:#000000;
	text-decoration:none;
}

#footer a:visited {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer a:active {
	color:#000000;
	text-decoration:underline;
}

.footerleft {
	float:left;
	margin:0;
	padding:0;
	width:248px;
}

.footermiddle {
	float:left;
	margin:0;
	padding:0;
	width:511px;
}

.footerright {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

/* -------------------------- */

/* --- contact form field attributes --- */

.formtext {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	font-size:1.2em;
	color:#000000;
}




#sendbutton {
	margin:10px 0 0 40px;
	padding:0;
}

/* -------------------------- */
