/* general */


body {
	font: 0.8em/1.1em Verdana, sans-serif ;
	background: #000 url(../images/MixedArt.jpg) -30px 0px no-repeat fixed;
	color: #999;
	padding: 0 0 0 470px;
	margin: 0;
}

* { 
	text-transform: lowercase; /* could apply this to the body, but IE seems to ignore it there */
	padding:0;
	margin:0;
}

p {
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}
h1
{	
margin: 1em 0 0 0;
padding: 0 0 1em 0;
font: 1.2em/1.1em Verdana, sans-serif ;
font-weight: bold;

}

p.p2 ul {
	padding: 0 0 0 0;
	margin-left: 2em;
	margin-bottom: 0;
}
li.sublist
{
list-style-position:inside;
list-style:none;
}


p.p1:first-line {
	font-weight: bold;
	margin-bottom: -1em;
}


p.p2, p.p3{
	text-indent: 1em;
	margin-top: -0.8em;
	margin-bottom: -0.8em;
}
 p.p4 {
	/* originally used p + p, but IE doesn't play ball with that...so this is a rather ugly kludge */
	font-weight: bold;
}
 p.p5{
 	font-style:italic;
	margin-top: -0.8em;
	margin-bottom: -0.8em;
 }
h3 {
	font-size: 1.2em;
}

ul {
	list-style: disk;
	list-style-size: .5em;
	padding: 1em 0 0 0;
	margin-left: 4em
}

li {
	margin-bottom: 0;
}

a 
{
	color:#dfcab5;
	background: transparent;
	font-weight:bold;
	text-decoration: none;
}
a:hover
{
	color: #7F2424;
}

acronym {
	/* override Mozilla and co.'s standard dotted line under acronyms for a better look
	(at the detriment of accessibility, unfortunately) */
	border: none;
}


/* more specific rules */
#quickSummary
{
z-index=0;
}
#printHeader /* just for the print header*/
{
display:none;
}

#container {
	/*background: url('bottom_corner.gif') no-repeat bottom right;*/
	color: inherit;
	width: 350px;
	z-index:100;
}

#explan {
position:absolute;
	width:240px;
	top:147px;
	left:200px;
	padding:1px 1px 1px 5px;
	background:  url(../images/darkerback.gif) top left;
	border-color:gray;
	border-width:.5pt;
	border-style:dotted;
}

#lowerBlurb {
position:absolute;
	width:240px;
	top:450px;
	left:200px;
	padding:1px 1px 1px 5px;
	background:  url(../images/darkerback.gif) top left;
	border-color:gray;
	border-width:.5pt;
	border-style:dotted;
}

#contactExplan {
position:absolute;
	width:220px;
	top:180px;
	left:200px;
	padding:1px 1px 1px 5px;
	background:  url(../images/darkerback.gif) top left;
	border-color:gray;
	border-width:.5pt;
	border-style:dotted;
	font-weight:bold;
}
#containerportfolio {
	color: inherit;
	position:absolute;
	left:440px;
	width: 400px;
}

#pageHeader {
	background:  url(images/logo.gif) no-repeat top left;
   margin-top: 0em;
	width: 300px;
	height: 95px;
}
#pageHeader  td{
	background: url(../images/logo.gif) no-repeat top left;
   margin-top: 3em;
	width: 300px;
	height: 95px;
}

#pageHeader span {
	display: none;
}

#preamble, #supportingText div {
	padding: 0 35px 0 35px;
	text-align: justify;
}
.subtext {
	font-weight:normal;
}
.date{
	font-weight:bold;
	font-style:italic;
}
.simplebold
{
	font-weight:bold;
}


/* admittedly graphics intensive, but each of the following divs has its own distincitve
bracket (left or right) with its own different texture of dirt */

#preamble {
	background:  url(../images/thing1.gif) no-repeat top left;
}

#participation {
	background:  url(../images/thing2.gif) no-repeat top left;
}

#requirements {
	background:  url(../images/thing3.gif) no-repeat top left;
}

#benefits {
	background:  url(../images/thing4.gif) no-repeat top right;
}


/* old-style borders for the picture-frame look of the menu */

#linkList {
	position: absolute;
	top: 270px;
	left: 300px;
	/*background: url('images/menutop.gif') no-repeat top right;*/
	width: 300px;
	z-index:0;


}

#linkList2 {
	margin-top: 32px;
	/*background: url('images/menubody.gif') ;*/
	color: inherit;
	width: 300px;
	z-index:1;
}

#tablenav {
	 padding: 0 px 0 px;
	 width: 300px;
}
#tablenav td
{
	align:right;
	
}
#tablenav td:hover
{
}

#lresources
{
width:100px;
align:left;
z-index:3;

}




/*SUBMENUS*/


#submenupics
{
	padding: 0 15px 0 30px;
	text-align:right;
	position: absolute;
	width:150px;
	top:350px;
	left:115px;
	visibility:hidden;
}
#submenupics a
{
	color:white;
	font-weight:bold;
	text-decoration: none;
}
#submenupics a:hover
{
	color: #7F2424;
}
#submenuservices 
{
	padding: 0 15px 0 30px;
	text-align:right;
	position: absolute;
	width:150px;
	top:330px;
	left:115px;
	visibility:hidden;
}
#submenuservices a
{
	color:white;
	font-weight:bold;
	text-decoration: none;
}
#submenuservices a:hover
{
	color: #7F2424;
}

#submenuportfolios
{
	padding: 0 15px 0 30px;
	text-align:right;
	position: absolute;
	width:150px;
	top: 320px;
	left: 115px;
	visibility:hidden;
}
#submenuportfolios a
{
	color:white;
	font-weight:bold;
	text-decoration: none;
}
#submenuportfolios a:hover
{
	color: #7F2424;
	}
	
#subtable td
{
	align:right;
	background:  url(../images/submenuback.gif) no-repeat top left;
	border-color:gray;
	border-width:.5pt;
	border-style:dotted;
	
}
#subtable td:hover
{
	background-color:gray;
	border-color:black;
	
}

#subtable
{
width:130px;
align:left;

}

#linkList2 #lselect {
	/* slight kludge ? sure...but it adds nice eye candy. hidden from IE through the child selector,
	and we make up for it later with extraDiv1 */
	/*background: url('images/flower.gif') no-repeat top left;*/
	margin-left: -60px;
	padding-left: 80px;
	min-height: 150px;
}

#lresources {
	/*background: url('images/menubottom.gif') no-repeat bottom right;*/
	padding-bottom: 2.8em;
}


/* static version of what was originally a flyout menu...but didn't work in Netscape 7 */

#linkList #linkList2{
	visibility: visible;
}

/*just to tidy up the bottom end a bit */

#container {
	padding-bottom: 0px;
	margin-bottom: .5em;
}


/* a bit of useless visual whimsy...*/

p hover {
	color: #ffffff;
	background: transparent;
}

p a:hover {
	color: #7F2424;
	background: transparent;
}

p.p2 a:hover {
	color: #7F2424;
	background: transparent;
}

/* and now...the extras */

#extraDiv1 {
	/* this one makes up for the screwy handling of the flower background on #lselect in IE */
 position: absolute;
	top: 223px;
	left: 184px;
	width: 115px;
	height: 150px;
}

body>#extraDiv1 {
	/* and this reverses the previous rule for those browsers (i.e. non IE ones) that already showed
	the flower background correctly as it was applied to #lselect */
	display: none;
}
#portfolioFlash
{
margin-left:-40px;
}

#footer
{
background: url('../images/flourish.gif') no-repeat bottom center;
margin-top:-87px;
height:196px;
width:299px;
}
#footerSizer
{
z-index:10;
height:196px;
width:299px;
}
#footerScreenshots
{
background: url('../images/screenshotsFlourish.gif') no-repeat bottom center;
margin-top:-40px;
height:248px;
width:300px;
}
#footerScreenshotsSizer
{
height:248px;
width:300px;
}

, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}
