/* Global styles*/

.container {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	}

.mainContent
{
	width: 580px;
	border-right: 1px solid #C2C2B8;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 20px;
}

.menuContent
{
	margin-top: 20px;
	vertical-align: top;
	width: 100%
}

.widgetContent
{
	margin-top: 20px;
	vertical-align: top;
	width: 100%
}

body {
	font: 84%/1.2em arial,sans-serif;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background-color: #F5F4EF;
}
	
h1 {
	color: #333;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	border-bottom: 1px solid #666;
	margin: 0px 0px 12px 0px;
	padding-left: 4px;
	}
	
h2 {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 15px 0px 3px 0px;
	}
	
h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	}
	
h4 {
	font-size: 1em;
	margin: 8px 0px 0px 0px;
	}
	
p {
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
	}

a {
	color: #B91025;
	}

.errorText
{
	font-weight: bold;
	font-size: .8em;
	color: red;
	font-style: italic;
	font-variant: small-caps;
}

/*--- side nav styles --*/

.menuList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999;
	}
	
.menuListItem {
	font-size: .8em;
	margin-bottom: -1px;
	padding: 1px 0px 1px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
.menuListItemAnchor {
	font-size: .8em;
	display: block;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	}
	
.menuListItemAnchorActive,
.menuListItemAnchor:hover {
	color: #666;
	background-color: #CCC;
	}

/*------- widget styles ----*/
.widgetHeader
{
	font-weight: bold;
	color: #333;
	font-size: 1em;
	margin: 4px 0px 4px 0px;
}

.widgetBody {
	width: 200px;
	margin-top: 15px;
	padding-left: 10px;
	background-image: url(/images/backgrounds/bg-box-200-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
.widgetBottom {
	width: 200px;
	height: 8px;
	padding-left: 10px;
	background-image: url(/images/backgrounds/bg-box-200-btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.widgetSubmit {
	float: right;
	}
	
	
/* -- formatting styles --*/
	
.flowingText
{
	float: left;
	vertical-align: text-top;
	text-align: justify;
	width: 580px;
	word-wrap: break-word;
}	

.flowingTextHome
{
	float: left;
	vertical-align: text-top;
	text-align: justify;
	word-wrap: break-word;
}	
	
.homeTitle {
	font-size: 2em;
	font-weight: bold;
	border-bottom: none;
	}
	
.sectionTitle
{
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding: 0px 0px 3px 4px;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
a.link1 {
	display: block;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	}
	
a.link1 span {
	text-decoration: none;
	}
	
.label {
	display: block;
	font-size: .8em;
	color: #333;
	text-transform: uppercase;
	}
	
.border {
	border: 5px solid #FFF;
	}
	
div#column2 h1 {
	width: 510px;
	}
	
h2.rounded {
	float: left;
	clear: both;
	width: 200px;
	color: #666;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/backgrounds/bg-box-200-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
h2.rounded span {
	float: left;
	clear: none;
	width: 190px;
	padding: 2px 5px 2px 5px;
	background-image: url(../images/backgrounds/bg-box-200-btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
p.indent {
	text-indent: 20px;
	}
	
	
/*-- float images in copy ---*/
.floatleft,
.floatleft_noborder {
	float: left;
	clear: none;
	margin: 10px 10px 10px 0px;
	border: 5px solid #FFF;
	}
	
.floatright,
.floatright_noborder {
	float: right;
	clear: none;
	margin: 10px 0px 10px 10px;
	border: 5px solid #FFF;
	}
	
.floatleft_noborder,
.floatright_noborder {
	border: none;
	}
	
.center {
	display: block;
	margin: 0px auto 0px auto;
	}
		

/*-- 1 pixel gray horizontal line separater --*/	
div.separator {
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 9px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	}
	
	
/*-- left floats --*/
div#header,
div#header div,
div#wrapper,
div#wrapper div {
	float: left;
	clear: none;
	}
	
	
/*=======================
		Header
========================*/
div#header {
	width: 960px;
	padding-bottom: 28px;
	}
	
div#header div#logo {
	width: 232px;
	height: 60px;
	margin-left: 24px;
	}
	
div#header div#logo a {
	position: absolute;
	width: 232px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/logos/logo-WGF.gif);
	background-repeat: no-repeat;
	}
	
div#header div#logo a span {
	visibility: hidden;
	}
	
div#header div#utilities {
	float: right;
	width: 600px;
	}
	
div#header div#utilities div.sponsors {
	float: right;
	clear: none;
	}
	
div#utilities div.sponsors img {
	margin-left: 20px;
	}
	
div.links {
	float: right;
	width: 100%;
	text-align: right;
	padding-top: 4px;
	}
	
/*=======================
	Global Navigation
========================*/

div#header div.nav {
	width: 965px;
	height: 31px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/backgrounds/bg-navbar2.gif);
	background-repeat: no-repeat;
	}
	
div#header div.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
div#header div.nav ul li {
	display: inline;
	float: left;
	clear: none;
	width: 134px;
	height: 29px;
	/*
	text-align: center;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	*/
	}
	
div#header div.nav ul li a span {
	visibility: hidden;
	}

div#header div.nav ul li a {
	float: left;	
	height: 31px;
	text-decoration: none;
	}
	
div#header div.nav ul li.active a,
div#header div.nav ul li a:hover {
	background-repeat: no-repeat;
	bacgkround-position: left;
	}
	
	
/* About */		
div#header div.nav ul li#nav_about a {
	width: 150px;
	}
div#header div.nav ul li#nav_about.active a,
div#header div.nav ul li#nav_about a:hover {
	width: 150px;
	background-image: url(../images/backgrounds/navhover_about.gif);
	}	
	
	
	
	
	
/* Video */	
div#header div.nav ul li#nav_video a {
	width: 136px;
	}
	
div#header div.nav ul li#nav_video.active a,
div#header div.nav ul li#nav_video a:hover {
	width: 136px;
	position: relative;
	top: 0px;
	left: -9px;
	background-image: url(../images/backgrounds/navhover_video.gif);
	}
	

html> body div#header div.nav ul li#nav_video.active a,
html> body  div#header div.nav ul li#nav_video a:hover {
	left: 7px;
	}

	
	
	
	
	
/*Store */
div#header div.nav ul li#nav_store a {
	width: 134px;
	}	
	
div#header div.nav ul li#nav_store.active a,
div#header div.nav ul li#nav_store a:hover {
	width: 134px;
	position: relative;
	top: 0px;
	left: -8px;
	background-image: url(../images/backgrounds/navhover_store.gif);
	}

html> body div#header div.nav ul li#nav_store.active a,
html> body div#header div.nav ul li#nav_store a:hover {
	left: 10px;
	}	



/* Forum */	
div#header div.nav ul li#nav_forum a {
	width: 134px;
	}	
	
div#header div.nav ul li#nav_forum.active a,
div#header div.nav ul li#nav_forum a:hover {
	width: 134px;
	position: relative;
	top: 0px;
	left: -7px;
	background-image: url(../images/backgrounds/navhover_forum.gif);
	}	


html> body div#header div.nav ul li#nav_forum.active a,
html> body div#header div.nav ul li#nav_forum a:hover {
	left: 11px;
	}	





/* Photos */		
div#header div.nav ul li#nav_photos a {
	width: 134px;
	}	
	
div#header div.nav ul li#nav_photos.active a,
div#header div.nav ul li#nav_photos a:hover {
	width: 134px;
	position: relative;
	top: 0px;
	left: -6px;
	background-image: url(../images/backgrounds/navhover_gallery.gif);
	}


html> body div#header div.nav ul li#nav_photos.active a,
html> body div#header div.nav ul li#nav_photos a:hover {
	left: 12px;
	}	




/* Articles */		
div#header div.nav ul li#nav_articles a {
	width: 134px;
	}	
	
div#header div.nav ul li#nav_articles.active a,
div#header div.nav ul li#nav_articles a:hover {
	width: 134px;
	position: relative;
	top: 0px;
	left: -4px;
	background-image: url(../images/backgrounds/navhover_articles.gif);
	}	

html> body div#header div.nav ul li#nav_articles.active a,
html> body div#header div.nav ul li#nav_articles a:hover {
	left: 14px;
	}
	
	
	
	
	
/* Stories */	
div#header div.nav ul li#nav_stories a {
	width: 140px;
	}	
	
/* IE6 */
div#header div.nav ul li#nav_stories.active a,
div#header div.nav ul li#nav_stories a:hover {
	width: 140px;
	position: relative;
	top: 0px;
	left: -3px;
	background-image: url(../images/backgrounds/navhover_stories.gif);
	}
	
/* Firefox and IE7 */


html> body div#header div.nav ul li#nav_stories.active a,
html> body div#header div.nav ul li#nav_stories a:hover {
	left: 15px;
	}	


	
/*=================================
		Page copy - 3 column
==================================*/



/*==================================================================
						Home Page (custom styles)
===================================================================*/

body#home div#wrapper div#pnlMenu {
	width: 580px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #C2C2B8;
	}
	
body#home div#wrapper div#column2 {
	width: 338px;
	padding: 0px 0px 0px 12px;
	border: none;
	}
	
body#home h1 {
	font-size: 2em;
	font-weight: bold;
	border-bottom: none;
	}


/*------- What is video analysis -----*/
body#home div#video {
	margin: 20px 0px 10px 0px;
	}
	
body#home div#video h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	}
	
body#home div#video div {
	float: right;
	}
	
body#home div#video div.info {
	width: 290px;
	margin-left: 10px;
	}

body#home div#video div.videoplayer {	
	width: 275px;
	margin-top: 4px;
	}
	
/*------- Featured Story -----*/

body#home div#story {
	padding-top: 5px;
	}
	
body#home div#story img {
	float: left;
	clear: none;
	margin: 0px 5px 5px 0px;
	}
	
body#home div#story div.quote {
	width: 419px;
	height: 42px;
	margin-bottom: 10px;
	background-image: url(../images/placeholders/ph-home-quote.gif);
	background-repeat: no-repeat;
	}
	
body#home div#story div.quote span {
	display: none;
	}
	
/*------- DVD -----*/

body#home div#dvd h2 {
	color: #333;
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
	}
	
body#home div#dvd img {
	float: right;
	clear: none;
	margin: -10px 0px 10px 10px;
	}

/*------- Newsletter ----*/

body#home div#newsletter {
	width: 344px;
	margin-top: 15px;
	padding-left: 10px;
	background-image: url(../images/backgrounds/bg-box-rnd-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
body#home div#newsletter h2 {
	color: #333;
	font-size: 1em;
	margin: 4px 0px 4px 0px;
	}
	
body#home div#newsletter form {
	margin: 0px;
	}
	
div#newsletter form span.label {
	display: block;
	text-transform: uppercase;
	}
	
body#home div#newsletter form #email {
	width: 200px;
	}
	
body#home div#newsletter div.btm {
	width: 354px;
	height: 8px;
	margin-left: -10px;
	background-image: url(../images/backgrounds/bg-box-rnd-btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
/*------- Recent Articles ----*/

body#home div#recent_articles {
	margin-top: 20px;
	}
	
body#home div#recent_articles h2 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding: 0px 0px 3px 4px;
	}
	
body#home div#recent_articles ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
body#home div#recent_articles ul li {
	padding-bottom: 20px;
	}
	
/*=========================================
				Contact Page
===========================================*/

table.form {
	border-collapse: collapse;
	width: 480px;
	}	
	
table.form tr td {
	padding: 4px;
	}
	
table.form tr td.label {
	width: 100px;
	text-align: right;
	vertical-align: top;
	}
	
table.form tr td #comment {
	width: 370px;
	}
	
table.form tr td .submit {
	float: right;
	}
