@charset "utf-8";
/* CSS Document */
body {
	background:url('../graphics/creampaper.png') repeat;
}
/*Containers */
.hightable {
	display: none;
}
.lowtable {
	float: left;
}
.lowtable1 {
	text-align:center;
}
#Low-Content h1{
	color:#F06F06;
}
p, #Low-Content h2 {
	color:#000;
}

#banner {
	margin-top:-35px;
}
a.small {
	display:none;
}

a.medium {
	display:inline;
}
#Low-Content {
	position: absolute;
	left: -290px;
	margin: 0 50%;
	top: 80% !important;
	width: 600px;
	height:30%;
	z-index: 3;
	overflow:visible;
	color: #F06F06;
}

.dropdowndiv{
width:90%;
text-align:center;
border-bottom: 1px solid #B1B1B1;
padding:10px 5%;
background-color:#FEFEFE;
margin:0px !important;
display:none;
}

#drop {
	z-index:4;
	display:none;
	position:relative;
}

#banner {
	z-index:100;
}

#Container {
	position: absolute;
	top: 30px;
	left: -300px;
	width: 600px;
	margin: 0 50%;
	height: 600px;
	z-index: 2;
	display:block;
}

.menu{
	width: 100px;
	height: 100px;
	padding: 5px 5px 20px 0px;
}

#Menu2-right {
	position: absolute;
	right: 0px;
	top: 125%;
	width: 165px;
	height: 70%;
	z-index: 4;
}

#Slider {
	position: absolute;
	left: -325px;
	margin: 0 50%;
	top: 30%;
	width: 650px !important;
	height: 70%;
	z-index: 3;
	overflow:HIDDEN;
	display:none;
}

#Menu2-left {
	position: absolute;
	left: 0px;
	top: 125%;
	width: 165px;
	height: 70%;
	z-index: 4;
}

/*Top Navigation */
.active, #Top-Nav ul li a:hover {
	background: #29251F url(graphics/darkbrown.jpg) repeat;
	color: #FFF;
	-webkit-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index:3;
}
#Top-Nav ul li {
	text-transform: uppercase;
	list-style-type:none;
}
#Top-Nav ul li a{
	text-decoration: none;
	padding: .4em .5em;
	color:#000;
	line-height: 2.5em;
}

#Top-Nav {
	position: absolute;
	left: -100px;
	margin: 0 15%;
	top: 135%;
	width: 550px;
	height: 20%;
	z-index: 3;
	overflow:visible;
	text-align:center;
}
/* Top Navigation ends */

#Header {     /*For logo or Title */
	position: absolute;
	left: -150px;
	margin: 0 35%;
	top: 10px;
	width: 500px;
	height: 30%;
}



#Workshop-Update {   /*For Workshop updates below the slider */
	position: absolute;
	left: -310px;
	top: -400%;
	margin: 0 50%;
	width: 640px;
	height: 40px;
	z-index: 3;
	text-align:center;
}

#Workshop-Update img {
	width:40%;
	height: 169px;
}

/*Tags modification*/
a {
	color:#fff;
}

a img{
	border:none;   /* IE fix */
}

h2 { color: #fff;}	

/* Footer */
#footer {
	margin: auto -auto;
	margin-top:1200px;
	padding:0;
	width: 100%;
	border-top: solid 1px #ccc;
	white-space:normal;
	position: relative;
	font-size: 0.80em;
	border-radius: 10px;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:10px 0 20px 10px;
}
#footer li {
	display:inline;
	margin:0;
	padding: 0 5px;
	border-right:solid #000 1px;
}
#footer li.lastitem {
	border-right:none;
}
#footer p {
	height: auto;
	padding:5px 10px;
}
#footer a:link {
	text-decoration:none;
	color:#0021a5;
}
#footer a:visited {
	text-decoration:none;
	color:#0021a5;
}
#footer a:hover {
	text-decoration:underline;
	color:#ff4a00;
}
.clear {
	height: 0;
	clear:both;
}

#copyright {
	color: #787878;
	margin-top:0;
	padding:0 10px;
	line-height:1.5em;
}
#copyright a:link {
	color: #787878;
}
#copyright a:visited {
	color: #787878;
}
#copyright a:hover {
	color: #000000;
}
#wordmark {
	margin-top:0;
	padding-top:0;
}
.inText a:link {
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
.inText a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
.inText a:hover {
	text-decoration:none;
	border-bottom: none;
}
#copyright .inText a:link {
	color:#0021a5;
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:visited {
	color:#0021a5;
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:hover {
	color:#ff4a00;
	text-decoration:none;
	border-bottom: 1px dashed #ff4a00;
}
#wordmark {
	float: right;
	margin: 0 10px 0px 0px;
}
#wordmark img {
	height: 43px;
	width: 155px;
}
/* End of Footer */