﻿html { overflow: -moz-scrollbars-vertical; }
body 
{
	background:#004b85 url(../img/bg.jpg) repeat-x top center;
	background-attachment:fixed;
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	padding:0px;
	margin:0px;
	color:#112b3d;
}

.wrap {background:transparent url(../img/bg-fade.png) repeat-y top center;}

.floatleft {float:left;}
.floatright {float:right;}
.inner {padding:10px;}
.clear {clear:both;}
.hide {display:none;}

a:link, a:visited, a:hover { outline-style:none; }
a:active { outline-style:none; }
img { border:none; }

#hd, #bd, #ft 
{
	width:960px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	clear:both;
}



#hd 
{
	background:#fff;
}
#hd #grn 
{
	background:#82bd44 url(../img/bg-hd.png) repeat-x top left;
	height:48px;
	font-size:12px;
	clear:both;
}
#hd #grn #grn-links 
{
	float:left;
	width:300px;
	height:48px;
	line-height:48px;
	margin-left:25px;
	margin-right:250px;
	color:#fff;
} 
#hd #grn #socialm 
{
	float:right;
	width:150px;
}

#hd #grn #socialm td
{
	height:48px;
	width:35px;
	text-align:center;
}
#hd #grn #search 
{
	position:relative;
	float:right;
	width:183px;
	margin-top:9px;
	margin-left:50px;
}
#hd #grn #search #srchinput
{
	background:transparent url(../img/hd/search-bg.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	width:137px;
	height:28px;
}
#hd #grn #search #srchinput input[type=text]
{
	background:#92c657;
	color:#5b8025;
	border:none;
	width:120px;
	height:19px;
	*height:17px;
	margin-left:10px;
	margin-top:3px;
	padding:2px;
}
#hd #grn #search #srchbtn
{
	position:absolute;
	top:0px;
	left:137px;
	width:26px;
	height:28px;
}
#hd #wht 
{
	background:#fff url(../img/hd/grn-ds.png) repeat-x top left;
	position:relative;
	height:220px;
}
#hd #wht #postit
{
	position:absolute;
	top:0px;
	right:12px;
	width:180px;
	height:75px;
}
#hd #wht #logo
{
	position:absolute;
	bottom:32px;
	left:12px;
}
#hd #wht #olympics
{
	position:absolute;
	bottom:32px;
	right:52px;
}
#hd #nvlnks 
{
	background:#00add8 url(../img/hd/bg-nav.png) repeat-x top left;
	height:72px;
	border-bottom:solid 1px #bfdeee;
	margin-bottom:5px;
}
#hd #nvlnks table 
{
	margin:0px 5px;
	width:100%;
	height:72px;
}
#hd #nvlnks table td 
{
	text-align:center;
	margin: 0px -5px;
	overflow:hidden;
}
#hd #nvlnks table .frupdates img 
{
	margin-left:-5px;
}
#hd #nvlnks table td:hover
{
	background:transparent url(../img/hd/bg-nav-active.png) no-repeat;
	background-position:center -2px;
}
#hd #nvlnks table .active
{
	background:transparent url(../img/hd/bg-nav-active.png) no-repeat;
	background-position:center -2px;
}
#hd #nvlnks table .divider, #hd #nvlnks table .divider:hover
{
	background:transparent url(../img/hd/nav-div.png) no-repeat 0px 10px;
}
#hd #grn a:link, #hd #grn a:visited, #hd #grn a:hover 
{
	color:#fff;
}

#bd 
{
	background:#d3e8ee;
	border-top:solid 1px #dae9ed;
}


/* Inner Footer */
#bd #ftinner 
{
	background:#fff;
	height:100px;
	clear:both;
	padding:0px 20px;
}
#bd #ftinner .floatleft
{
	margin-top:19px;
}
#bd #ftinner .floatright
{
	margin-top:39px;
}



/* Footer */
#ft 
{
	width:1002px;
	height:auto;
    overflow:hidden;
	background:transparent url(../img/bg-ft-fade.png) no-repeat top center;
	margin-bottom:20px;
	*padding-bottom:20px;
}
#ft .ftlinks 
{
	color:#fff;
	font-family:Verdana, Helvetica;
	font-size:12px;
	padding:0px 21px;
	margin-top:26px;
	height:auto;
    overflow:hidden;
}
#ft .ftlinks a:link, #ft .ftlinks a:visited, #ft .ftlinks a:hover
{
	color:#fff;
}



.title 
{
    color:#004B85;
    font-size:26px;
    font-family:Arial;
    height:auto;
    margin-bottom:4px;
    overflow:hidden;
    padding-bottom:5px;
    line-height:28px;
}



/* Layout */
#maincontent 
{
    background:#ffffff;
    margin:0px;
    margin-bottom:10px;
    font-family:Verdana;
    font-size:13px;
    line-height:18px;
    color:#112b3d;
    width:auto;
    height:auto;
    overflow:hidden;
}