/*
sandbox
*/


html {
	margin: 0;
	padding: 0;
	}

body {
	background: url(/images/) no-repeat;
	margin-left: auto;
	margin-top: -1em;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: white;
	}

h1, h2, h3 {
	color: #313131;
	}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
	}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
	}

h3 {
	font-size: 100%;
	font-weight: bold;
	}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
	}

blockquote {
	margin-left: 2em;
	}

ol {
	margin-left: 2em;
	}

ul {
	list-style: none;
	}

ul li {
	padding-left: 1em;
	background: url(/images/img04.gif) no-repeat left center;
	}

a {
	text-decoration: none;
	color: #313131;
	}

a:hover,a:active; {
	text-decoration: underline;
	color: #999999;
	}

/* DIVS */
/* container */
#container {
	}
	
/* menu */
#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 5px solid #999999;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	padding: 0;
	display: inline;
	background: none;
	}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
	}

#menu a:hover {
	background: #999999;
	text-decoration: none;
	color: #FFFFFF;
	}

#menu b {
	text-decoration: underline;
	}

/* Branding Logo */

#logo {
	width: 740px;
	height: 100px;
	margin: 0 auto;
	background: url(/images/logoblk.gif) no-repeat;
	background-color: black;
	border-left: 5px solid #999999;

	}

#logo h1 {
	width: 780px;
	height: 180px;
	margin: 0;
	padding: 120px 0 0 0;
	text-align: left; 
	letter-spacing: -1px;
	font-size: 189%;
	}

#logo h2 {
	width: 780px;
	height: 180px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	}

/* Page */

#page {
	width: 740px;
	margin: auto;
	background: url(/images/) repeat;
	background-attachment : fixed;
	background-color: #E3E3E6;
	border-left : 5px solid #999999;
	border: url(/images/Sidebar.gif) repeat-y;
	}

/* Content */

#content {
	float: left;
	width: 350px;
	padding: 20px 30px 20px 50px;
	background: url(/images/) no-repeat;
	background-attachment : fixed;
	}
/* needed? */
#welcome {
	margin-left: 0;
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(/images/) no-repeat;
	}
/* needed? */
.floating-box {
	float: left;
	width: 210px;
	}
/* needed? */
.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
	}
/* needed? */
.floating-box img {
	border: 5px solid #010100;
	}

/* Sidebar */

#sidebar {
	background: url(/images/);
	background-color: #999999;
	float: right;
	text-align: left;
	width: 200px;
	padding: 10px;
	}
/* is this needed? */
#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(/images/img07.gif) no-repeat;
	background-color: black;
	border-left: 5px solid #FFFFFF;
	}
/* needed? */
#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
	}

#links {
	}

#links ul {
	background: url(/images/img04.gif) repeat-x;
	}

#links li {
	padding: 5px 0;
	background: url(/images/img04.gif) repeat-x;
	}

#links a {
	padding-left: 1em;
	background: url(/images/img08.gif) no-repeat;
	color: #FFFFFF;
	}

/* Footer---why is this not lining up? And why are there small borders on the edge? */

#footer {
	height: 50px;
	border-top: 1px solid #E3E3E6;
	border-bottom: 1px solid #E3E3E6;
	border-style: solid;
	}

#footer .wrapper {width: 748.5px; margin: 0 auto;}

#footer .links {
	float: left;
	width: 462px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 30px 0 30px;
	background-color: #999999;
	border-left: 5px solid #999999;
	font-size: 85%;
	}

#footer .legal {
	float: right;
	width: 200px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background-color: #999999;
	text-align: right;
	font-size: 85%;
	color: black;
	}
	
.cell {
	border: solid black 1px;
	height:100px;
	width:100px;
	text-align:center;
}

.x {
	background: url(/images/x.png) no-repeat;
	transparency:20%;
	z-index:10;
	}


.o {
	background: url(/images/o.png) no-repeat;
	visibility:40%;
	z-index:10;
	}
	
.overlay {
	border: dotted black 1px;
	position:absolute;
	padding: 20px;
	top:20%;
	left:20%;
	width:500px;
	background-color:#ddd;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.overtext {
	color:#000;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

