h1 
{
	font-size: 28pt;
	text-align: center;
}

b 
{
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: 2px 2px 4px rgba(255,255,255, 0.3);	
}

#whoneed
{
	clear: both;
	font-size: larger;

	width: 940px;
	padding: 16px;
	margin-left:auto;
	margin-right:auto;
	background:#efefef;
	background:rgba(239,239,239,0.7);
	border:1px solid #000;
	margin-top: 20px;
	margin-bottom:20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#whoneed h2 
{
	clear: both;
	margin-left: 24px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	font-size: 16pt;
	margin-top: 30px;
	margin-bottom: 10px;
}

#whoneed ul 
{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
}
#whoneed li 
{
	margin-bottom: 0.5em;
	color: #4f3f00;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
}

#whoneed p.explain
{
	margin-left: auto;
	margin-right: auto;
}

.case 
{
	float: right;
	width: 450px;
	padding: 16px;
	margin: 16px;
	margin-right: 0px;
	background-color: Lime;
	border: black solid 1px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 
	background:#dfdfdf;
	background-image: -moz-radial-gradient(0px 0px 20deg, ellipse farthest-side, #eaeaca 0%, #eaeaca 10%, #cfcfaf 100%);
	border: solid 1px rgba(64,64,64, 0.75);
	
}

.caseh  
{
	width: 640px;
}

.case h1 
{
	font-size: 18pt;
}

.case p 
{
}

.case p.quote 
{
	font-family: Comic Sans MS;
	text-indent: 1.5em;
}

p.q 
{
	font-weight: bold;
	font-size: 1.1em;
}

p.a 
{
	font-family: Comic Sans MS;
	text-indent: 1.5em;
}

.example
{
	margin: 0.5em 1em 1em 1em;
	border: solid 1px;
}

.blurb 
{
	margin-left: 100px;
	margin-right: 100px;
	font-weight: bold;
	text-align: justify;
}

img.aboutimg
{
	border: solid 1px #7f7f7f;
	margin: 10px 10px 10px 10px;
}

#whatsnew h2,h3,h4 
{
	margin-left: 0px;
}

#testlist 
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#testlist li 
{
	display: block;
	width: 420px;
	float: left;
	background-color: #3f3f3f;
	background-image: -moz-radial-gradient(50px 20px 20deg, ellipse farthest-side, #4f4f4f 0%, #3f3f3f 50%, #2f2f2f 100%);
	color: White;
	margin: 20px;
	padding: 10px;
	border: 1px solid black;
	font-family: Comic Sans MS;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;	
	clear: none;
	-moz-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 
	-webkit-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 	
}

#testlist .leader 
{
	font-style: italic;
	font-family: Arial Black, Sans-Serif;
}

#testlist .standout
{
	font-size: 1.2em;	
	background-color: #3f4f2f;
	background-image: -moz-radial-gradient(50px 20px 20deg, ellipse farthest-side, #374f2f 0%, #373f2f 70%, #2f372f 100%);
	color: #ffffcf;	
}

#testlist .attrib 
{
	color: #cfbf9f;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 0px;
}
#testlist .link 
{
	color: #efefef;
	margin: 0px;
	padding: 0;
	font-size: 8pt;
	vertical-align: top;
}

#gallerylist 
{
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 800px;
	list-style-type: none;	
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#gallerylist li 
{
    float:left;
    display:inline; /* For IE so it doesn't double the 1% left margin */
    width: 350px;
    height: 300px;
    margin-left: 30px; 
    margin-top: 10px;
    margin-bottom: 10px;
}

#gallerylist img
{
	vertical-align: bottom;
} 

#gallerylist em
{
	display:block;
}

.gallerylist a:hover img,.gallerylist a:active img,.gallerylist a:focus img {border-style:dashed;} 

#tour 
{
	font-size: 1.1em;
}

#tour img 
{
	border: 1px solid #6f6f6f;
	margin-left: 8px;
	margin-right: 8px;
	-moz-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 
	-webkit-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 		
}

#tour h1 
{
	font-size: 34pt;
}

#tour h2 
{
	font-size: 18pt;
	clear: both;
}

#tour br
{
	clear: both;
	display: block;
	margin-bottom: 32px;
}

#tour .attrib 
{
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
}

