/* CSS Document */

/* Styles Used Throughout */
/* Standard green color is #386800 */
/* Standard maroon color is #9C0000 */
/* Standard tan background color is */

body	{
	background:url(background.jpg) repeat;
	text-align:center;
	margin:5px 5px 0px 5px;
	padding:0px;
	font-size:14px; 
	color:#386800;
	font-family:"Times New Roman", Times, serif;
}

body img {
	text-align:center;
	border:none;
	margin:0px;
	padding:0px;
	display:block;
}

a, a:link, a:visited, a:hover, a:active {
	color:#386800;
	text-decoration:none;
	border-bottom:dotted 1px #006633;
}
#NavLinks a, #NavLinks a:link, #NavLinks a:visited, #NavLinks a:hover, #NavLinks a:active {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:none;
}
#NavLinks a:hover {
	background-color:#E6E6FF;
}

#notice {
	position:static;
	position:fixed;
	z-index:10;
	top:45px;
	left:10px;
	width:97%;
	height:auto;
	font-size:1.5em;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	background-color:#FFFFFF;
	border:medium solid #FF0000;
	padding:2px;
}

#leftcontent {
	position: absolute;
	left:5px;
/*	top:50px;*/
	top:200px;
	width:250px;
	background:url(background.jpg) repeat;
	border:2px solid /*#400000*/ /*#FDE9C8*/ #ffffff;
	text-align:left;
}

#leftcontent h3 {
	text-align:left;
	margin-top:0.5em;
	margin-bottom:0em;
	background:url(background.jpg) repeat;
}	

#leftcontent p {
	margin-left:35px;
	margin-right:2px;
	font-size:14px;
	background:url(background.jpg) repeat;
}

#leftcontent ul{
	list-style:none;
	list-style:circle;
	list-style-position:inside;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:13px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	background:url(background.jpg) repeat;
}

#leftcontent li{
	color:#9C0000;
	background:url(background.jpg) repeat;
}

#centercontent {
	background:#fff;
	margin-left: 249px;
	margin-right:249px;
	border:1px solid /*#400000*/ #FFFFFF;
/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
*/
/*	voice-family: "\"}\"";
	voice-family: inherit;*/
	margin-left: 251px;
	margin-right:251px;
}
p.centercontent {
	margin-left:260px;
	margin-right:260px;
}

html>body #centercontent {
	margin-left: 251px;
	margin-right:251px;
}

#centercontent ul {
	text-align:left;
	list-style:square;
	margin-left:5px;
	margin-right:5px;
	padding-left:4px;
	padding-right:4px;
}
#centercontent ul>li {
	margin-left:15px;
	margin-right:15px;
	padding-left:4px;
	padding-right:4px;
}

.centercontentBlock {
	margin-left:149px;
	margin-right:149px;
	background-color:#FFFFFF;
	border:1px solid #400000;
}

#centercontent .spacer {
	margin:0 -5px 0 -2px;
	padding:0 -3px 0 -2px;
	height:15px;
	background:url(background.jpg) repeat;
	border-top:1px solid /*#400000*/ #9C0000;
	border-bottom:1px solid /*#400000*/ #9C0000;
/*	border-left:2px solid yellow;
	border-right:5px solid white;
	z-index:100;*/
/*	EDD9B8*/
}

#centercontent img {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#rightcontent {
	position: absolute;
	right:5px;
/*	top:50px;*/
	top:200px;
	width:250px;
	background:url(background.jpg) repeat-x repeat-y;
	border:2px solid /*#400000*/ /*#FDE9C8*/ #ffffff;
}

#banner {
/*	background:#F8E8C4;*/
	background:url(background.jpg) repeat-x repeat-y;
/*	height:40px;*/
	height:200px;
/*	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;*/
	voice-family: "\"}\"";
	voice-family: inherit;
/*	height:39px;*/
	height:199px;
	margin:auto;
}
html>body #banner {
/*	height:39px;*/
	height:199px;
	width:1022px;
	margin:auto;
}

p,h1,pre {
	margin:0px 5px 5px 5px;
}
		
h1 {
/*	font-size:14px;*/
	font-size:1.6em;
	padding-top:10px;
}
#banner h1 {
/*	font-size:14px;*/
	font-size:1.6em;
	padding:5px 5px 0px 5px;
	margin:0px;
}

h2 {
	font-size:1.35em;
	padding-top:5px;
}

h3 {
	font-size:1.15em;
		padding-top:3px;
}

.center {text-align:center;
}

.backGreen {
	border-bottom:0.1em solid #386800; 
	border-right:0.1em solid #386800; 
	border-left:0.05em solid #B1C197; 
	border-top:0.05em solid #B1C197; 
	margin:0.5em; 
	background-color: #7EE982;
}
	
#CastNotes img {
	display:inline;
	vertical-align:bottom;
}
#CastNotes h3 {
	font-size:1.3em;
	padding-top:3px;
	padding-bottom:0px;
	padding-left:20px;
	margin-bottom:0px;
	text-align:left;
	color:#9C0000;
}
#CastNotes h2 {
	padding-top:20px;
}

#CastNotes p {
	font-size:1em;
	padding-left:25px;
	text-align:left;
}

#CastNotes ul {
	padding-top:0px;
	margin-top:0px;
}

#CastNotes ul>li {
	padding-top:0px;
	margin-top:0px;
	font-size:1em;
}

#rightcontent p {
	font-size:14px
}

div#LoopyMen {
	display:inline;
	clear:both;
	margin:auto;
	height:199px;
	overflow:hidden;
}
div#LoopyMen img {
	display:inline;
/*	float:left;*/
	margin:auto;
	background-position:0px 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.loopymen{
/*background: transparent url('media/oval-gray-left.gif') no-repeat top left;*/
background: transparent url('3dlogoBothSml.jpg') no-repeat top;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
/*line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
line-height:192px;
/*height: 24px; /* Height of button background height */
height: 185px; /* Height of button background height */
/*padding-left: 11px; /* Width of left menu image */
width:275px;
text-decoration: none;
}

a:link.loopymen, a:visited.loopymen, a:hover.loopymen, a:active.loopymen {
	text-decoration:none;
	border:none;
}

a.loopymen:link, a.loopymen:visited, a.loopymen:hover, a.loopymen:active {
	text-decoration:none;
	border:none;
}

a.loopymen:hover {
	background-position: center -185px;
	text-indent: 0;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

h1 {
	margin:3px 0px;
	padding:0px;
}

h2 {
	margin:1px 0px;
	padding:0px;
}	


div#image {
	display:inline;
	float:left;
	clear:none;
	margin:0px 2px;
}

div#image p {
	max-width:249px;
	white-space:normal;
	margin:0px 5px;
}

div#image p.small {
	font-size:0.7em;
}

#footer {
	position:relative;
	width:99%;
	bottom:5px;
	clear:both;
	background:url(background.jpg) repeat-x repeat-y;
	height:75px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:74px;
	margin:auto;
	font-size:14px;
	padding:4px;
	margin-top:5px;
}
.small {
	font-size:0.7em;
}

.brownText {
	color:#9C0000;
}

a.brownText:link {
	color:#9C0000;
}
a.brownText:active {
	color:#9C0000;
}
.lh175 {
	line-height:1.75;
}

.transparent
{
   filter:alpha(opacity=30); 
   -moz-opacity: 0.3; 
   opacity: 0.3; 
}
