/* CSS Document */
html {
	overflow-y : scroll;
}

html,body {	
	color: black;	
	height: 99%;
	}
body,td,th {
	background-color: #FCF4DE;
	background-position: center 185px;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Courier New,Courier,monospace;
	font-size: 12px;
	height: auto;
	margin: 0;
	padding: 0;
	}
a:link {
	border-bottom-style: none;
	color: #000;
	background-color: #fcf67a;
	border-bottom-color: #353535;
	text-decoration: none;
	}
a:visited {
	border-bottom-style: none;
	background-color: #faf7ac;
	border-bottom-color: #353535;
	color: #000;
	text-decoration: none;
	}
a:hover {
	background-color: transparent;
	border-bottom-style: none;
	color: #000;
	text-decoration: none;
	}
a:active {
	color: #000;
	background-color: #fcf67a;
	border-bottom-color: #353535;
	border-bottom-style: none;
	text-decoration: none;
	}
img {
	border-width: 0px;
	}
a img {
	vertical-align:text-bottom;
	}
p	{
	margin-top: 0px;
}
h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 0 10px;
	margin: 0px;
	}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
	}
h3 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
}

/* layout styles */

p {}

#container {
	background-color:transparent;
	background-repeat:no-repeat;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:87px;
/*	max-width:1200px;
	min-width:1100px; marginfix*/
	}
#headerbox {
	background-color:#FEFAF3;
	border-bottom:0 solid gray;
	border-color:gray;
	height:52px;
	padding-bottom:35px;
	padding-top:10px;
	position:fixed;
	text-align:center;
	top:0;
	width:100%;
	z-index: 1;
	}
#headerbox a:link{
	color: gray;

}

#leftcolumn {
	width: 40%;
	padding-top: 10px;
	padding-left: 40px;
	float: left;
	}
#centercolumn {
	max-width: 30%;
	width: auto;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	}
#rightcolumn {
	padding-top: 10px;
	float: right;
	width: 19%;
	}
#singlecolumn {
	margin-left:auto;
	margin-right:auto;
	/*padding-left:40px; marginfix */
	padding-top:10px;
	/*width:65%; */
	width: 800px;
	}
	
/* Blanton 

old

#leftcolumn-blanton {
	margin-left: auto;
	width: 20%;
	padding-top: 20px;
	text-align: right;
	float: left;
	}
#centercolumn-blanton {
	max-width: 51%;
	width: auto;
	padding-top: 10px;
	padding-left: 4%;
	padding-right: 5%;
	float: left;
	text-align: justify;
}
#rightcolumn-blanton {
	margin-right: auto;
	padding-top: 20px;
	float: right;
	width: 20%;
}

*/
#blanton-wrapper{
	width:1130px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#leftcolumn-blanton {
    float: left;
    margin-left: auto;
    padding-right: 15px;
    text-align: right;
    width: 150px;
}
#centercolumn-blanton {
    float: left;
    padding: 0;
    text-align: justify;
    width: 750px;
}
#rightcolumn-blanton {
	float: left;
    margin-right: auto;
    padding-left: 15px;
    width: 150px;
}
#footerbox {
	padding-top: 25px;
	clear: both;
}
#spaced-images {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 125px;
    overflow: hidden;
}

/* top title colors and things */

.toptitle {
    display: block;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    width: 800px;
}
.toptitle a:link {
	background-color: transparent;
	color: #8d8370;
	border-bottom-color: #8d8370;
	text-decoration: none;
	border-bottom: 1px solid;
}
.toptitle a:visited {
	background-color: transparent;
	border-bottom-color: #8d8370;
	color: #8d8370;
	text-decoration: none;
	border-bottom: 1px solid;
}
.toptitle a:hover {
	background-color: transparent;
	border-bottom-style: none;
	color: #8d8370;
	text-decoration: none;
}
.toptitle a:active {
	color: #8d8370;
	background-color: transparent;
	border-bottom-color: #8d8370;
	border-bottom-style: solid;
	text-decoration: none;
}
.navigation {
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.navigation li {
	padding-right: 10px;
	padding-left: 10px;
	display: inline; 
}
.navigation a:link {
	background-color: transparent;
	border-bottom: none;
	color: #8d8370;
}
.navigation a:visited {
	background-color: transparent;
	border: none;
	color: #8d8370;
}
.navigation a:hover {
	background-color: transparent;
	border: none;
	color: black;
}
.navigation a:active {
	background-color: #fcf67a;
	border-bottom: none;
	color: black;
}
.navigation .active a:visited {
	font-style: normal;
	font-weight: normal;
	color:black;
}

/*end top title colors and things*/

.active a:link {
	background: transparent;
}
.active a:visited {
	background: transparent;
}

#logo {
	top: -50px;
	position: relative;
}

#centercolumn img {
	border-width: 0px;
	margin: 10px;
}

#narrowbox {
	float: left;
	width: 16.5%;
	text-align: center;
	margin-top: 10px;
}
/* Arenas */
#arenas_one {
	float:left;
	margin-left:3%;
	margin-right:3%;
	margin-top:10px;
	text-align:left;
	width:12%;
}
#arenas_two {
	text-align:center;
/*	margin-left:3;
	margin-right:3%;
	margin-top:0px;
	width:58%; */
}
#arenas_three {
	float:left;
	margin-left:3%;
	margin-right:3%;
	margin-top:10px;
	text-align:left;
	width:12%;
}
#img-tile {
	display: inline-block;
	padding: 30px;
	overflow: hidden;
}
#img-tilecheatsheet {
	background:none repeat scroll 0 0 white;
	float:left;
	height:100px;
	margin:20px;
	overflow:hidden;
	width:100px;
	line-height:13px;
}

/*top breadrumbs and titles*/

.resourcetitle {
	text-transform: capitalize;
}

.B_currentCrumb {
	display: none;}


#fixedheader-topnav {
/*  background-color: #FCF4DE;
    position: fixed;
    height: 95px;*/
    padding-top: 10px;
    text-align: left;
    width: 800px;
    z-index: 2;
}
#fixedheader-container{
    background-color: #FCF4DE;
    position: fixed;
    width: 100%;
	z-index: 2;
}

#fixedheader-holder {
	height: 70px;
}
#fixedheader-holder.withblurb {
	height: 100px;
}

/*arena header*/

#singlecolumn.fixed {
	padding-top: 0;
	background-color: #FCF4DE;

}

#arena-fixedheader-topnav {
    height: 100px;
    padding-top: 10px;
    text-align: left;
    width: 800px;
    z-index: 2;
}

#arena-fixedheader {
    height: 95px;
    position: fixed;
    text-align: left;
    width: 800px;
	padding-top: 30px;
}

#arena-fixedheader-holder {
	height: 80px;
}

#arena-header {
	display: inline;
	padding: 0;
}

#arena-fixedheader-topnav h1#resourcetitle{
	display: none;	
}

/*nav for arenas*/
.arena-link a:hover{
	background-color: #fcf67a;
	border: none;
	color: black;
}

.arena-link{

}

.navigation-arena {
    display: inline-block;
    text-align: left;
    width: 800px;
    height: 22px;
}
.navigation-arena ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}
.navigation-arena li {
	display:block;
	float:left;
	margin-left:auto;
	margin-right:15px;
	width:auto;
	line-height: 20px;
}
.navigation-arena a:link{
	background-color: transparent;
	border-bottom: none;
	color: #716e64;
}
.navigation-arena a:visited {
	background-color: transparent;
	border: none;
	color: #716e64;
}
.navigation-arena a:hover{
	background-color: #fcf67a;
	border: none;
	color: black;
}
.navigation-arena a:active {
	background-color: #fcf67a;
	border-bottom: none;
}
.navigation-arena .active a:visited{
	background-color: #fcf67a;
	border-bottom: none;
	color: black;
}
.navigation-arena .active a:link{
	background-color: #fcf67a;
	border-bottom: none;
	color: black;
}
#arena-link-text{
	display: inline-block;
	margin-top: 20px;
}
#arena-link-image{
	display: inline-block;
	height: 80px;
	overflow: hidden;
}
.navigation-arena #navigation-arena-images{
	width: 800px;
}

.sub-text {
	float:none;
	margin-left:212px;
}

.sub-image {
	float:left;
}

.sub-div {
	padding-top:20px;
}
/*list-index styles */
#list-index ul, li{
	list-style: none;
	line-height: 40px;
	}
#list-index ul {
	list-style: none;
	line-height: 40px;
	}
#list-index li {
	list-style: none;
	line-height: 40px;
	} 
#list-index img {
	border-width:0;
	margin-right:10px;
	position: relative;
	/* top:10px; */
	}
#list-index a:visited{
	background-color: transparent;
	}
#list-index  a:link {
	background-color: transparent;
	}
#list-index  a:hover {
	background-color: #fcf67a;
	border: none;
	color: black;
	}
/*image pop-up*/
#image-caption {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
	}