@charset "UTF-8";
/* CSS Document */
html,body
{	margin: 0;
	padding: 0;
	background-color: #555;
}

p
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #C0C0C0;
	line-height: normal;
}

.lowerlink
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #C0C0C0;
	line-height: normal;
}

.lowerlink:hover {
	color: #FFF;
}

.spaced
{	height: 26px;
	vertical-align: top;
}

.small
{	font-size: 12px;
}

.sans { /* Used for top menu items */
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #A8A095;
	text-decoration: none;
}

.serif { /* Used for top menu items */
	display: block;
	font-family: Times, Times New Roman, Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #A8A095;
	text-decoration: none;
}

.sans:hover, .serif:hover {
	color: #FFF;
}

.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 46px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border: 0;
}

.morenewslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	text-decoration: none;
	text-align: left;
}

.morenews, .moreevents {
	width: 100px;
	height: 16px;
	float: left;
	border: 0;
	padding-top: 20px;
	z-index: 2;
}

.newslink:hover, .morenewslink:hover {
	color: #9B1921;
}

.exitvid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.exitvid:hover {
	color: #9B1921;
}

.footer, .footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #999;
	text-decoration: none;
	text-align: left;
}

.footer a, .footerlinks a {
	color: #999;
	text-decoration: none;
}
	
.footer a:hover, .footerlinks a:hover {
	color: #FFF;
}	

.toprow ul { /* Used for top menu items */
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

.toprow ul li.textlink { /* Used for top menu items that are text */
	display: block;
	float: left;
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	margin-top: 13px;
}	

.toprow ul li.search { /* Used for search text field in top menu */
	display: block;
	float: left;
	width: auto;
	height: auto;
	border: 0;
	padding: 8px 0 5px 0;
	margin: 0;
}

.toprow ul li.go { /* Used for search Go button in top menu */
	display: block;
	float: left;
	width: auto;
	border: 0;
	height: auto;
	padding: 10px 0 0 5px;
	margin: 0;
}	

.toprow ul li.myd { /* Used for MyDrury top menu image */
	display: block;
	float: left;
	width: auto;
	height: auto;
	border: 0;
	padding: 5px 0 0 0;
	margin-top: 0;
}	

.toprow ul li.spacer { /* Used for top menu items */
	display: block;
	float: left;
	width: 42px;
	height: auto;
	border: 0;
}	

.toprow ul li.spacerevent { /* Used for top menu items when EVENT TICKET is leftmost link */
	display: block;
	float: left;
	width: 36px;
	height: auto;
	border: 0;
}	

#wrapper 
{	width: 940px;
	height: 625px;
	margin: 0 auto;
	position: relative;
	background-image: url(../home2010/home_bg.png);
	border: 0;
	z-index: 0;
}

#logocontainer
{	width: 250px;
	height: 175px;
	position: absolute;
	top: 32px;
	left: 43px;
	border: 0;
	z-index: 1;
}

#logo
{	width: 160px;
	height: 140px;
	position: relative;
	top: 0px;
	margin: 0 auto;
	border: 0;
	z-index: 2;
}

#tagline
{	width: 230px;
	height: 15px;
	position: relative;
	top: 16px;
	margin: 0 auto;
	border: 0;
	z-index: 2;
}

#toplinks
{	width: 600px;
	height: 38px;
	position: absolute;
	top: 3px;
	left: 340px;
	border: 0;
	z-index: 1;
}

#mainlinks
{	width: 605px;
	height: 50px;
	position: absolute;
	top: 160px;
	left: 335px;
	border: 0;
	z-index: 2;
}

#scroller
{	width: 940px;
	height: 33px;
	position: absolute;
	top: 218px;
	left: 0;
	border: 0;
	z-index: 2;
}

#newstabs
{	width: 338px;
	height: 325px;
	position: absolute;
	top: 253px;
	left: 0;
	border: 0;
	z-index: 1;
}

#fadeimage
{	width: 584px;
	height: 205px;
	position: absolute;
	top: 48px;
	right: 0;
	border: 0;
	z-index: 1;
}

#lowerlinks
{	width: 338px;
	height: 15px;
	position: absolute;
	top: 581px;
	left: 0;
	border: 0;
	line-height: 15px;
	z-index: 1;
}

#mainimage
{	width: 600px;
	height: 350px;
	position: absolute;
	top: 253px;
	left: 340px;
	border: 0;
	z-index: 1;
	text-align: right;
}

#footer
{	width: 940px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 12px;
	border: 0;
	padding: 0;
	z-index: 1;
}

#footerlinks
{	width: 300px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 25px;
	border: 0;
	padding: 0;
	z-index: 1;
}

#socialmedia
{	width: 130px;
	height: 16px;
	float: right;
	border: 0;
	padding-top: 20px;
	z-index: 2;
}

/* Styles for hometicker.js */
	.setup {
			position:relative;
			width:940px;
			height: 33px;
			border: none; 
			margin-top: 10px;
			overflow:hidden;
	 }
	#ticker0,#ticker1 {
			position: absolute;
			top: 1px;
			left: 0;
			height: 33px;
			line-height: 12px;
			padding: 0;
			font-family: Times, Times New Roman, Serif;
			font-size: 12px;
			letter-spacing: 2px;
			color: #827468;
			text-align: center;
			white-space: nowrap;
			border: 0;
	 }
/* END styles for hometicker.js */
