* {
	margin: 0;
	padding: 0;
	
}

body {
	/*background-image:url(../../images/layout/wallpaper.jpg);
	background-color:#273978;*/
	background-color:#374266;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	font-size:0.7em;
}


body, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
}

input, textarea, select {
	font-size:1em;
	background-image:url(../../images/layout/whitePix.gif);
}

button {
	background-color:none;
	border:none;
	cursor:pointer;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	padding-top:0 !important;
	padding-top:2px;
	line-height:1.5em;
}

div#cWrapper {
	margin: 0 0 0 2px;
}

h2, div#cWrapper div#content div#copy h3 {
	color:#333333;
	font-size:12px;
	padding:3px 0 13px 0;
	height:19px;
}

h3 {
	font-size:12px;
}

div#cWrapper div#content div#copy div h3 {
	color: #fff;
	margin:0;
	padding:0 0 10px 0;
	background:none;
}

p {
	padding: 0 0 1.7em 0;
}

a {
	outline:0 !important;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#9da2b6;
}

/* Layout */

div#wrapper {
	width:774px;
	text-align:left;
	margin:0 auto;
	padding-top:1em;
	/*background-color:#273978;*/
}

div#nav {
	margin: 0 0 10px 2px;
}



div#nav h1, div#nav div {
	float:left;
}

div#nav h1 a {
	margin-left:4px;
	width:60px;
	height:85px;
	display:block;
	background-image:url(../../images/layout/logo.gif);
}

div#nav div {
	width:776px;
	text-align:right;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	padding-top:69px;
}

div#nav div a {
	padding:0 8px;
}

div#nav div a, div#top div#roster a, div#cWrapper div#news a {
	text-decoration: none;
}

div#top {
	margin: 0 0 10px 2px;
}

div#top div#roster {
	background:url(../../images/layout/roster-bg.gif) no-repeat;
	height:301px;
	
}

div#top div#roster, div#cWrapper div#leftCol {
	float:left;
	margin:0 10px 0 0;
}

div#cWrapper div#leftCol {
	width:169px;
}

div#top div#roster, div#cWrapper div#news,div#cWrapper div#mailingList {
	width:153px;
	overflow:hidden;
	padding:4px 8px;
	
}

div#top div#roster ul {
	list-style:none;
	height:220px;
	overflow:hidden;
	margin-bottom:14px;
}

div#top div#roster a {
	font-weight:bold;
	line-height:1.7em;
}


div#top div#player, div#cWrapper div#content {
	float:left;
	width:591px;
}

div#top div#player a {
	height:172px;
	width:68px;
	display:block;
	float:right;
}

div#cWrapper div#news {
	height:485px;
	background:url(../../images/layout/news-bg.gif) no-repeat;
}

div#cWrapper div#news h3  {
	color:#e9e4d9;
}

div#cWrapper div#mailingList {
	height:118px;
	background:url(../../images/layout/mailinglist-bg.gif) no-repeat;
}

div#cWrapper div#mailingList h3 {
	color:#e9e4d9;
}

div#cWrapper div#content {
	background:url(../../images/layout/content-main-header.gif) no-repeat left top;
}

div#cWrapper div#content h2, div#cWrapper div#content div#copy h3 {
	padding:6px 8px 1px;
	margin-bottom:13px;
}	

div#cWrapper div#content div#copy h3 {
	background:url(../../images/layout/content-sub-header.gif) no-repeat;
}

div#cWrapper div#content div#copy table {
	width:100%;
	margin-bottom:22px;
}

div#copy table tr th {
	border-bottom:4px solid #e9e4d9;
	font-weight:bold;
	text-align:left;
	font-size:1.1em;
}

div#copy table tr th, div#copy table tr td {
	padding:4px 4px 4px 2px;
	vertical-align:top;
}

div#copy table tr td {
	/*background:url(../../images/misc/dotted-line.gif) repeat-x bottom;*/
}

div#copy table tr td.w1 {
	width:65%;
}

div#copy table tr td.w2 {
	width:5%;
}

div#copy table tr td.w3 {
	width:30%;
}

/* Footer */

div#footer {
	margin:30px 0 10px;
	background:url(../../images/layout/footer.gif) no-repeat;
	padding-top:20px;
}

div#footer p, div#footer a {
	color:#c6c6c6;
	text-decoration:none;
	padding:0;
	line-height:1.2em;
}

div#footer a:hover {
	color:#fff;
}

#iWeb i {
	display:none;
}

/* Misc */

.hC {
	text-indent: -5999em;
	font: 1px/1px sans-serif;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.clearfix { display: inline-block; }/* Hide from IE Mac \*/
	
.clearfix { display: block; }/* End hide from IE Mac */
