/*----------------------------------------------*/
/* Wrigley Field Premium Ticket Services	*/
/*----------------------------------------------*/
/* 						*/
/* Inner Page Style Sheet			*/
/* 						*/
/* Written By: Purple Monkey Studios, Inc.     	*/
/* Written On: 5/7/2004				*/
/*						*/
/* Last Modified On: 5/20/2004			*/
/* Last Modified By: Kim Thompson		*/
/*----------------------------------------------*/
/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/
html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0; 
	margin-top: 25px;
	margin-bottom: 10px;
	background: #0E3286;
	text-align: center; 	/* Save IE from it's own stupidity */
}
#container {
	padding: 0; 
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;	/* Save other browsers from IE's stupidity */
	width: 711px;
	background: white;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 3px;	
	overflow: hidden;
}


/*-------------------------*/
/* MENU ELEMENT STYLES 	   */
/*-------------------------*/
#menu {
	left: 0px;
	top: 10px;
	width: 711px;
	height: 106px;
	padding: 0;

}
#menu ul {
	margin: 0;
	border-style: none;
	margin-left: 170px;
	margin-top: 0px;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	border-style: none;
	list-style-type: none;
	float: left;  /* will allow next button to butt up against the previous button */
}
#menu img {
	border-style: none;
}

#cubslogo {
	display: none;
}
#homelink a {
 	position: absolute; 
	height: 95px;
	width: 180px;
	top: 15px;
	text-decoration: none;
}
 /* have hidden italics text as link for image map over background  */
#homelink a i{
	visibility: hidden; 
}
#speciallink a {
 	position: absolute; 
	height: 40px;
	width: 170px;
	top: 135px;
	text-decoration: none;
}
 /* have hidden italics text as link for image map over background  */
#speciallink a i {
	visibility: hidden; 
}
/*-------------------------*/
/* CONTENT ELEMENT STYLES  */
/*-------------------------*/
#content {
	float: right;
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 525px;
	/*height: 430px; about_us_override.css; contains the height and background styles */
	background: white url(/images/side_image1.gif) top right no-repeat;
}

/*#specialOffer {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	width: 139px;
	height: 33px;
	background: url(/images/special_offer.jpg) top right no-repeat; 	
}V .00*/

#specialOffer {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	width: 139px;
	height: 66px;
	background: url(/images/special_offer.jpg) top right no-repeat;
} /*V .01*/

#specialOffer ul {
	padding: 0;
	margin: 0;
	border-style: none;
	list-style: none;
}

#specialOffer ul li {
	float: left;
	border-style: none;
	image-border: none;
}

#specialOffer ul li a img {
	border-style: none;
}

#content p.boldText {
	margin-top: 30px;
	margin-left: 15px;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	color: #0E3286;
	width: 350px;
}
#content p {
	font-size: 12px;
	font-family: sans-serif;
	margin-left: 15px;
	color: #0E3286;
	width: 350px;
}

#content span.boldText {
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	color: #0E3286;
	width: 350px;
}
/*-----------------------------*/
/* CONTACTINFO ELEMENT STYLES  */
/*-----------------------------*/
#contactinfo {
	float: none;
	clear: both;
	height: 25px;
	width: inherit;
	background: #D82225;	
}
#contactinfo span.left {
	padding: 5px;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}
#contactinfo span.right {
	padding: 5px;
	float: right;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}
#contactinfo img {
	margin-top: 2px;
	float: right;
	border-style: none;
}
#license {
	font-size: 9px;
	font-family: sans-serif;
	margin-left: 200px;
}
#pm {
	font-size: 9px;
	font-family: sans-serif;
	color: white;
}
#pm a {
	font-size: 9px;
	font-family: sans-serif;
	color: white;
}
