@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}

body {
	background-image: url(../images/siteShadow.png);
    background-repeat: repeat-y; 
    background-position: center; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:#444;
	margin:0px;
	padding:0px;
}

.section {
	margin-bottom: 30px;
}


.mainContainer {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height: 100%;
	position:relative;
	z-index: 50;
}

#hutongHeader {
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #2D4659;
}

/* h1 is used by the playmaker logo */
/* Use this technique to keep h1 text legible to search engines */
.headerReplacement {
	text-indent: -9999px;
	width: 960px;
	height: 58px;
	background: url(../images/playMaker.png) #2D4659 no-repeat;
	margin-top: 0;
	margin-bottom: 0;
}

#companyLogo {
	position: absolute;
	top: 11px;
	right: 5px;
}

#socialLinks {
	height: 32px;
	position: absolute;
	bottom: 0px;
	right: 20px;
	padding: 0;
	margin: 0;
}


/* MAIN MENU */

#mainMenu {
	height:24px;
	text-transform: uppercase;
	background-color:#10293C;
	font-size: 12px;
}

#mainMenu h2 {
	font-size: 48px;
	color:#FFF;
	display: inline;
	padding: 0 0 0 3px;
	margin: 0;
	float: left;
}

#mainMenu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-left: 50px;
}

#mainMenu li {
	list-style-type: none;
	display: inline;
	margin: 5px 5px 0 5px;
	float: left;
}

#mainMenu li a {
	color: #AAA;
	display: block;
	text-decoration: none;
}

#mainMenu li a:hover {
	color: #FFFFFF;
}

/*
#mainMenu li a.active {
	color: #fff;
	//font-weight: bold;
}*/

#divider {
	width:960px;
	height:16px;
	background-color:#10293C;
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}

#contentLeftColumn {

	width: 400px;
	float: left;
}

#contentRightColumn {
	width: 300px;
	float: right;
}


/* SAMPLES */

.sampleTitle {
	background-color: #222;
	padding-left: 53px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin:0;
	margin-top: 20px;
}

.sampleTitle  b {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding-right: 2px;
}

.sampleFSMs {
	text-align:center;
	margin-top: 20px;
}

.sampleThumb {
	margin-top: 20px;
	margin-left: 1px;
}

.sampleFSMs p{
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

.sampleFooter p {
	font-size: 12px;
	text-align: right;
}


/* SUB PAGE TITLES */

#pageTitle {
	font-size: 36px;
	color: #fff;
	margin-left: 3px;
}

#sectionTitle {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
}

#footer {
	padding-top: 48px;
	clear:both;
	width:940px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 12px;
	height: 20px;
	border-bottom-color:#000;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-collapse:separate;
}

#bottomPadding {
	background-color: #2D4659;
	/*height: ;*/
}




