@charset "UTF-8";
/* CSS Document */

/* Start of Master CSS Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
fieldset, img {
	border : 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}
ol, ul {
	list-style : none;
	margin : 0;
}
caption, th {
	text-align : left;
}
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
	font-weight : normal;
}
q:before, q:after {
	content : '';
}
abbr, acronym {
	border : 0;
}
a:active {
	outline : none;
}
a:focus {
	outline : none;
}

/* End of Master CSS Reset */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background-color:#42373b;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:90%;
	color:#003;

}

.clearfloat	{
	clear:both;
}

strong	{
	font-weight:bold;
}

#container {
	min-height:100%;
	position:relative;
}
#headerContainer {
	position:relative;
	width:914px;
	height:159px;
	margin-left:auto;
	margin-right:auto;
}
#leftShadow {
	position:absolute;
	left:0px;
	top:0px;
	width:7px;
	height:119px;
	background: url("images/leftShadow.png") 0 0 no-repeat;
}
#headerLogo {
	position:absolute;
	left:7px;
	top:0px;
	width:375px;
	height:119px;
	background: url("images/mahjongsetsLogo.png") 0 0 no-repeat;
}
#headerRight {
	position:absolute;
	left:382px;
	top:0px;
	width:524px;
	height:119px;
	background: url("images/headerRight2.png") 0 0 no-repeat;
}
#rightShadow {
	position:absolute;
	left:906px;
	top:0px;
	width:8px;
	height:119px;
	background: url("images/rightShadow.png") 0 0 no-repeat;
}
#leftShadowNav {
	position:absolute;
	left:0px;
	top:119px;
	width:7px;
	height:40px;
	background: url("images/leftShadowNav.png") 0 0 no-repeat;
}
#headerNav {
	position:absolute;
	left:7px;
	top:119px;
	width:899px;
	height:40px;
	background: url("images/headerNav.png") 0 0 no-repeat;
}
#headerNav ul {
	text-align:center;
	width:900px;
	margin:0;
	padding:0;
}
#headerNav li {
	display:inline;
	list-style-type:none;
	line-height:34px;
}

#headerNav li {
	color:#FC6;
}

#headerNav li a:link, #headerNav li a:active, #headerNav li a:visited {
	font-size:90%;
	color:#fff;
	padding: 0 6px 0 6px;
	text-decoration:none;
}

.selected	{
	color:#FC6;	
}

#headerNav li a:hover {
	color:#FC6;
	text-decoration:underline;
}



#rightShadowNav {
	position:absolute;
	left:906px;
	top:119px;
	width:8px;
	height:40px;
	background: url("images/rightShadowNav.png") 0 0 no-repeat;
}
#mainContent {
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
	background: url("images/contentBackground1.png") center center repeat-y;
	width:914px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto 0px;

}

#mainContent h1	{
	font-size:140%;
color:#690020;
	padding:10px 50px 10px 50px;
}

#mainContent h2	{
	font-size:120%;
	color:#690020;
	padding:10px 50px 10px 50px;
}

#mainContent h3	{
	font-size:110%;
	color:#690020;
	padding:10px 50px 10px 50px;
}


#mainContent h6 a:link, #mainContent h6 a:active, #mainContent h6 a:visited	{
	font-size:80%;
	color:#690020;
	text-decoration:none;
		float:right;

	padding:10px 50px 10px 50px;
}

#mainContent h6 a:hover	{
	text-decoration:underline;
}


#mainContent p	{
	padding:5px 50px 5px 50px;
}

.imgBox {
	clear : both;
	border : 1px solid #ccc;
		/* CSS3 tweaks for modern browsers */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding : 3px;
	margin : 5px 50px 5px 30px;
	float : right;
	background : #f1f1f1;
}

.imgBoxLeft {
	clear : both;
	border : 1px solid #ccc;
		/* CSS3 tweaks for modern browsers */
		border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding : 3px;
	margin : 5px 30px 5px 50px;
	float : left;
	background : #f1f1f1;
}


.imgBox span {
	clear : both;
	line-height : 15px;
	font-size : 80%;
	float:right;
	padding-right:5px;
}

.imgBoxLeft span {
	clear : both;
	line-height : 15px;
	font-size : 80%;
	float:left;
	padding-right:5px;
}

#mainContent img span {
	clear : both;
	line-height : 20px;
	font-size : 80%;
}

#sitemapList	{
	margin-left:60px;
}

#footer {
	width:914px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
#footerTop {
	height:20px;
	background: url("images/footerTopBg.png") left center no-repeat;
}
#footerNav {
	height:60px;
	font-family:Verdana, Geneva, sans-serif;
	background: url("images/footerMainBg.png") left center repeat-y;
}
#footerNav ul {
	text-align:right;
	width:900px;
	margin:0;
	padding:0;
}
#footerNav li {
	display:inline;
	list-style-type:none;
	line-height:10px;
}
#footerNav li a:link, #footerNav li a:active, #footerNav li a:visited {
	font-size:80%;
	color:#003;
	padding: 0 10px 0 10px;
	text-decoration:none;
}
#footerNav li a:hover {
	text-decoration:underline;
}
#footerLegal {
	font-size:70%;
	float:right;
	line-height:30px;
	margin-right:25px;
}


.tileTable	{
	margin-top:10px;
	margin-bottom:10px;
}

.tileBoxSmall	{
	width:52px;
	height:70px;
	border:1px solid #ccc;
	padding:2px;
	/* CSS3 tweaks for modern browsers */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}

#resourcesList	{
	margin:0;
	padding:0;
}

#resourcesList ul	{
	width:350px;
	margin-left:50px;
	
}

#resourcesList li	{
		margin-top:10px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dotted #e1e1e1;
}

#resourcesList li a:link,#resourcesList li a:active,#resourcesList li a:visited	{

	color:#003;
	text-decoration:none;
	
	
}

#resourcesList li a:hover	{

	color:#DD0000;
	text-decoration:underline;
	
	
}