@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 2 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.dynasty #stage {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
.dynasty #walls {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #909090;
	border-left-color: #909090;
	height: auto;
}

.dynasty #header {
	background: url(../images/bgd-top.gif) no-repeat center top;
	padding: 0 10px 0 20px;
	height: 110px;
} 

.dynasty #navHeader {
	height:23px;
	width:938px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #909090;
	border-left-color: #909090;
}
.dynasty #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.dynasty #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #FFFFFF;
	height: 600px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.dynasty #mainContent {
	margin: 0 0 0 208px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
} 
.dynasty #footer {
	padding: 10 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/bgd-btm.gif) no-repeat center bottom;
	text-align: center;
} 
.dynasty #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
}
.dynasty #navItem {
	height: auto;
	width: 150px;
}
.arial11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
.dynasty #navItem a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	display: block;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../images/bgd-btn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.dynasty #navItem a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	display: block;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../images/bgd-btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.selectClear {
	clear: left;
}
.bgdJD {
	background-image: url(../images/jade-dynasty75px.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 75px;
}
.bgdJC {
	background-image: url(../images/jade_classic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 75px;
}
.navBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	padding: 2px;
	display: inline-block;
}
.navBack a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px dotted #990033;
	padding: 2px;
	display: inline-block;
	color: #903;
}
.cell156px {
	width: 156px;
}
.cell412px {
	width: 412px;
}
.mainImageTile {
	padding: 4px;
	border-top: 1px dotted #990000;
}
.redBtmStripe {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.paddingRight {
	padding-right: 4px;
	padding-bottom: 4px;
}
.reallySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#searchholdbtn {
	text-align: center;
	vertical-align: bottom;
	height: 22px;
	width: 54px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.noDecorationLink {
	width:200px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 3px solid #990033;
	padding: 5px;
	background-color: #F3F3F3;
	-moz-border-radius: 8px;
border-radius: 8px;
}
.noDecorationLink a {
	text-decoration: none;
	color: #00C;
	font-size: 12px;
	line-height:20px;
}

.noDecorationLink a:hover {
	text-decoration: underline;
	color: #990033;
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
}

