@charset "UTF-8";
body {
	background: #f2e0c6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	}
#left {
	position: absolute;
	width: 250px;
	height: 600px;
	left: 0px;
	top: 0px;
	
	}
.left-1 {
	position: absolute;
	width: 250px;
	height: 100%;
	top: 600px;
	left: 0px;
	}
.pot {
	float: right;
	height: 180px;
	padding-top:30px;
	}
#menu  {
	width: 10em;
	background: transparent;
	position: absolute;
	top: 200px;
	left: 6px;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu a {
	font: bold 15px/18px Papyrus;
	display: block;
	border-width: 1px;
	margin: 0;
	padding: 2px 3px;
	}
#menu a {
	color: #fff;
	background: transparent;
	text-decoration: none;
	}
#menu a:hover {
	color: #000000;
	background: #f2e0c6;
	line-height: 2;
	}
#menu ul ul ul {
	position: absolute;
	left: 0px;
	top: 0px;
	}
#menu li {
	position: relative;
	}
#menu ul ul{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	}
div#menu  ul ul {
	display: none;
}
div#menu ul li:hover ul  {
	display: block;
	}
div#menu ul li:hover ul {
	display: block;
	}
div#menu ul ul,
div#menu ul li:hover ul {
	display: none;
	}
div#menu ul ul,
div#menu ul li:hover ul ul {
	display: none;
	}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul {
	display: block
	}
#main {
	top: 0px;
	margin: 0px 25% 0 280px;
	padding: 5px;
	background: transparent;
	z-index: 500;
	}
	#main_1 {
	top: 0px;
	margin: 0px 20% 0 280px;
	padding: 5px;
	background: transparent;
	z-index: 500;
	}
.fam {
	background-image: url(images/potwhl.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 20% 0 250px;
	}
#thumbs {
	padding: 5px;
	}
#text {
	width: 70%;
	padding: 50px;
	}
#classlogo {
	position: relative;
	width: 132px;
	left: 850px;
	top: -830px;
	}
.style1 {
	font-family: Papyrus;
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	font-size: 54px;
	font-family: Papyrus;
}
.style4 {
font-size: 24px;
font-family: Papyrus;
font-weight:bold;
}
.style5 {
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.style6 {
font-size: 18px;
font-family: Papyrus;
font-weight: bold;
}
.style7 {
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.style8 {
	font-size:24px;
	font-family: Papyrus;
	padding-left: 160px;
	}
.style9 {
	font-size: 22px;
	font-family: Papyrus;
	top: 0px;
	left: 0px;
	z-index: 200;
	position: absolute;
	padding-left: 40px;
	padding-top: 10px;
	width: 300px;
	color: #f2e0c6;
	}
.style10 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	top: 29px;
	left: 0px;
	z-index: 200;
	position: absolute;
	padding-left: 140px;
	padding-top: 10px;
	width: 250px;
	color: #f2e0c6;
	}
a {
	color: #ffffff;
	text-decoration: none;
	}
img  {
	border-style: none;
	}
#contact_blanc {
	text-align: left;
	position:absolute;
	top: 92px;
	}
#contact_logo {
	text-align: center;
	padding-left: 80px;
	}
.c  {
	position: absolute;
	top: 610px;
	left: 8px;
	color: #ffffff;
	font-family: papyrus;
	font-size:12px;
	}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#ul	{
	text-align: left;
	font-family:Papyrus;
	font-size: 15px;
	}