/* BASE */
* { margin: 0; padding: 0; outline: 0; }

body, html {
	width: 100%;
	background: #fff url(/share/images/site/page-background.gif) top center repeat-y;
	background: #a5cadc;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #1b2e32;
	color: #111;
}

img {
	border: none;
}

a {
	color: #1b2e32;
	text-decoration: none;
	border-bottom: 1px dotted #1b2e32;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1b2e32;
}

p {
	margin: 0 0 15px 0;
}



/* HEADLINES */
h1 {
	width: 780px;
	height: 140px;
	margin-left: 9px;
	text-indent: -9000px;
	background: url(/share/images/site/header-background.gif) 0 0 no-repeat;
}

h2 {
	font-size: 15px;
	margin-bottom: -12px;
}

h3 {
	font-size: 15px;
	margin-bottom: -5px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	font-weight: normal;
}

/* MAIN BOXES */
#wrap {
	position: relative;
	width: 796px;
	margin: 0 auto;
}

#header {
	width: 796px;
	height: 184px;
	background: url(/share/images/site/header-background.jpg) 0 0 repeat-y;
	}
	
	#menu {
		width: 796px;
		height: 44px;
		background: url(/share/images/site/menu-background.jpg) 0 0 no-repeat;
		}

		#menu ul {
			width: 780px;
			padding: 0 0 0 16px;
			list-style: none;
			}

			#menu ul li {
				display: inline;
			}

				#menu ul li a {
					padding: 13px 14px 13px 14px;
					margin: 0 4px;
					line-height: 44px;
					font-weight: bold;
					border: 0;
					color: #fff;
				}

				#menu ul li a:hover {
					background: url(/share/images/site/menu-hover-background.gif) 0 0 repeat-x;
				}

				#menu ul li a.current {
					background: url(/share/images/site/menu-hover-background.gif) 0 0 repeat-x;
					border-bottom: 1px dotted #fff;
				}

#content {
	width: 736px;
	height: 460px;
	padding: 20px 20px 40px 40px;
	background: url(/share/images/site/main-background.jpg) 0 0 no-repeat;
	line-height: 18px;
	}
	
	#left {
		width: 540px;
		float: left;
		}

		#left ul {
			padding-left: 18px;
		}

		#left a.transparent {
			width: 130px;
			height: 24px;
			margin-right: 20px;
			float: left;
			line-height: 23px;
			text-align: center;
			border: 0;
			background: url(/share/images/site/button-breadcrumb.png) 0 0 no-repeat;
		}

		#left table tr td {
			padding-right: 5px;
			border-bottom: 1px dotted #fff;
		}
	
		#left #breadcrumb {
			list-style: none;
			padding-left: 0;
			padding-bottom: 10px;
			font-size: 12px;
			}

			#left #breadcrumb li {
				display: inline;
			}
	
		#left .play {
			display: none;
		}

		#left .click-to-play-image {
			margin-left: 150px;
			margin-top: 60px;
			float: left;
		}

		#left .click-to-play {
			margin-left: 150px;
			float: left;
		}

		#left .games {
			border: 0;
			}

			#left .games img {
				margin: 0 25px 30px 25px;
			}
		
		#play-game {
			display: none;
		}

	#right {
		width: 162px;
		height: 465px;
		padding-left: 12px;
		margin-left: 17px;
		float: left;
		border-left: 1px dotted #fff;
	}
	
		#right ul {
			padding-left: 17px;
		}
		#right .featured {
			width: 100%;
			padding: 5px 0;
			border: 1px dotted #3c8628;
			background: #8ac037;
			text-align: center;
		}

#footer {
	width: 756px;
	padding: 0 20px;
	font-size: 11px;
	}

.formManager {
	width: 100%;
	clear: both;
	}

	.formManager label {
		width: 100%;
		line-height: 25px;
		float: left;
	}

	.formManager input.text {
		width: 418px;
		height: 15px;
		padding: 5px;
		float: right;
		border: 1px solid #fff;
		background: url(/share/images/site/input-background.gif) top left repeat;
		font-family: "Trebuchet MS", Tahoma, sans-serif;
		font-size: 13px;
		
	}

	.formManager select {
		width: 418px;
		height: 27px;
		padding: 5px;
		float: left;
		border: 1px solid #fff;
		clear: both;
		font-family: "Trebuchet MS", Tahoma, sans-serif;
		font-size: 13px;
	}

	.formManager textarea {
		width: 418px;
		height: 50px;
		height: auto;
		padding: 5px;
		float: right;
		border: 1px solid #fff;
		background: url(/share/images/site/input-background.gif) top left repeat;
		font-family: "Trebuchet MS", Tahoma, sans-serif;
		font-size: 13px;
	}

	.formManager input.button {
		width: auto;
		padding: 0 5px;
		height: 25px;
		margin-left: 110px;
		border: 1px solid #fff;
		background: transparent;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #2c1d10;
	}

	.formManager .clear {
		clear: both;
		display: block;
		width: 100%;
		height: 10px;
	}