/* Standard element */
* {
	margin: 	0;
	padding: 	0;
}

body {
	background:#002958 url(images/blk_lrg_bkgrnd.jpg) repeat-x center top;
    /*background:#002958 url(images/Comerica-Park-best-MLB-stadiums-2013.jpg) center top;*/
    background-attachment: fixed;
    background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
	/*
	margin-left: auto; 
	margin-right: auto;
	width: 905px;
	*/
	text-align: center;
}

#siteContainer {
width: 1005px;
margin: 0 auto;
text-align: left
}

	
#pageHeader{	
	float: left;	
	width: 100%;
	text-align:center;
}

#mainContentContainer {	
	float:left;		
	width: 100%;
/*	background:	url(images/content_bkgrnd.gif) repeat center top;*/
    border-top:3px solid #3D54A2;
	border-bottom:4px solid #101C44;
	padding-bottom:10px;
	/* top right bottom left*/
	/*margin:10px 0px 10px 0px ;	*/
}		

	
#mainContent {
	position:relative;
	float:left;
	width:780px;
	min-height:618px;
	/* top right bottom left*/
	/*margin:0px 0px 0px 10px ;	*/
	background:#FFF;
        overflow:hidden;
    padding: 5;      
} 
	#mainContent h2 {
		color:#CE9405;
		font-size:16px;
		text-transform:uppercase;
		margin:10px 0;
	}

		#mainContent h3 {
			color:#042D6B;
			font-size:16px;
		}
			#mainContent h3 a {
				color:#042D6B;
				text-decoration:none;
			}	
			#mainContent h3 a:hover {
				color:#06429C;
			}	

#mainContent_Edit {
	position:relative;
/*float:left;*/
	min-height:780px;
    width:1300px;
	/* top right bottom left*/
   /*	margin:0px 10px 0px 10px ;	*/
	background:#FFF;
        overflow:scroll;
	padding: 5;
} 
	#mainContent h2 {
		color:#CE9405;
		font-size:16px;
		text-transform:uppercase;
		margin:10px 0;
	}

		#mainContent h3 {
			color:#042D6B;
			font-size:16px;
		}
			#mainContent h3 a {
				color:#042D6B;
				text-decoration:none;
			}	
			#mainContent h3 a:hover {
				color:#06429C;
			}	



#adContent{	
	float:right;
	width:200px;
	text-align:center;
	/* top right bottom left*/
/*	margin:0px 10px 0px 0px*/
}

.adBlock {	
	/* top right bottom left*/
	margin:0px 0px 10px 0px;
	clear: both;
}

#pageFooter{	
	float: left;
	text-align: center;
	width: 100%;
	color: #FFF;
}

#languageContainer {
	background:#002958;
	text-align:right;
	padding-top:8px;
	padding-right:5px;
	height: 20px;	
}
	#languageContainer  a {
		text-decoration:none;
		color:#EEC801; 
		font-weight:bold;
	}

#siteLogo {
	height: 100px;
	background:#002958;	
}

#tourWGCNavigation {
	position:relative;
	width:100%;
	border-top:4px solid #435FB3;
	border-bottom:1px solid #042C69;	
	z-index:999;	
}	

	#tourWGCNavigation ul {
		position:relative;
		width: 100%;
		height:26px;
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;	
		background:url(images/nav_bkgrnd.jpg) repeat-x right top;
		z-index: 999;
	}
		#tourWGCNavigation li {
				list-style-type: none;
				float:left;
				position:relative;
				width:96px;
				height:19px;
				_height:26px;
				background:url(images/nav_bkgrnd.jpg) repeat-x right top;
				text-align:center;
				padding-top:7px;	
				color:#101C44;
				border-right:1px solid #101C44;
				z-index: 999;
		}	
			#tourWGCNavigation li a {
				color:#101C44;
				text-decoration:none;
				z-index: 999;	
			}		
				#tourWGCNavigation li.active {
					display: inline;
					list-style-type: none;
					position:relative;
					width:120px;
					_height:26px;							
					background:url(images/nav_active_bkgrnd.jpg) repeat-x center top;
					z-index: 999;	
				}	
					#tourWGCNavigation li.active a {		
						color:#EEC801;
						text-decoration:none;		
						z-index: 999;					
					}		
	

/*  ------------------------------------
	(2b3) STRUCTURE - CONTENT - NEWS POD */	
#tourWGCNewsPod {
	margin:20px 10px;
	text-align:left;
}	
	#tourWGCNewsPod h2 {
		color:#CE9405;
		font-size:16px;
		text-transform:uppercase;
		margin:10px 0;
	}
	
	
	
/*
Welcome/Language page
*/	
#welcomeLogo {
	/* top right bottom left*/	
	margin:200px 0px 20px 0px ;
	text-align:center; 	
	background:#DDD;	
}

		#welcomeLogo h3 {
			color:#042D6B;
			font-size:16px;
		}
			#welcomeLogo h3 a {
				color:#042D6B;
				text-decoration:none;
			}	
			#welcomeLogo h3 a:hover {
				color:#06429C;
			}