HTML, BODY
{
	width: 100%;
	margin: 0;
	padding: 0;
}
BODY
{
	background: #FFF;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
#main-container
{
	margin: 0 auto;
	width: 980px;
}
/*header*/
#header
{
	height: 101px;
	background: url(/images/header-bg.jpg) no-repeat;
}
#header H2
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 0 0 15px;
}
#header H2 A
{
	float: right;
	width: 200px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
}
/*navigation*/
#nav
{
	overflow: visible;
	padding: 0;
	margin: 0;
	height: 22px;
	list-style: none;
	background: url(/images/nav-bg.jpg) no-repeat;
}
#nav LI
{
	float: left;
	position: relative;
	background: url(/images/nav-separator.gif) no-repeat 100%;
	padding: 0 2px 0 0;
	z-index: 50;
}
#nav LI.last
{
	background: none;
	padding: 0;
}
#nav LI A
{
	display: block;
	height: 22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav LI A.n-1
{
	background-image: url(/images/nav-1.gif);
	width: 84px;
}
#nav LI A.n-2
{
	background-image: url(/images/nav-2.gif);
	width: 52px;
}
#nav LI A.n-3
{
	background-image: url(/images/nav-3.gif);
	width: 66px;
}
#nav LI A.n-4
{
	background-image: url(/images/nav-4.gif);
	width: 80px;
}
#nav LI A.n-5
{
	background-image: url(/images/nav-5.gif);
	width: 76px;
}
#nav LI A.n-6
{
	background-image: url(/images/nav-6.gif);
	width: 76px;
}
#nav LI A.n-7
{
	background-image: url(/images/nav-7.gif);
	width: 139px;
}
#nav LI A.n-8
{
	background-image: url(/images/nav-8.gif);
	width: 111px;
}
#nav LI A.n-9
{
	background-image: url(/images/nav-9.gif);
	width: 83px;
}
#nav LI A.n-10
{
	background-image: url(/images/nav-10.gif);
	width: 156px;
}
#nav LI A:hover, #nav LI.active A
{
	background-position: 0 100%;
}
/*New stuff to support drop-downs*/
#nav LI UL
{
	top: 22px;
	left: -40px;
	width: 120px;
	list-style: none;
	display: none;
	position: absolute;
	border-top: 1px solid #FFF;
}
#nav LI.hover UL, #nav LI:hover UL
{
	display: block;
}
#nav LI UL LI
{
	padding: 0;
	background: none;
	width: 120px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
#nav LI UL LI A
{
	color: #9CF;
	height: auto;
	width: 116px;
	display: block;
	text-indent: 0;
	background: #00A;
	text-decoration: none;
	padding: 1px 0 2px 4px;
	border-bottom: 1px solid #000;
}
#nav LI UL LI .last
{
	border-bottom: none;
}
#nav LI UL LI A:hover
{
	color: #FFF;
	background: #666;
	text-decoration: none;
}
/*container*/
#container
{
	background: url(/images/container-bg.gif) repeat-x;
	margin: 1px 0 0;
	overflow: hidden;
	height: 1%;
	padding: 9px 11px 0 10px;
}
/*holder*/
.holder
{
	overflow: hidden;
	height: 1%;
	margin: 3px 0 0;
	color: #333;
	background: url(/images/holder-bg.gif) repeat-x;
}
.holder .holder-bg
{
	overflow: hidden;
	height: 1%;
	background: url(/images/holder-top-bg.gif) no-repeat;
}
/*content*/
#content
{
	float: left;
	width: 580px;
	padding: 9px 0 15px 18px;
}
#content H1
{
	margin: 0 0 15px;
	color: #FFF;
	font-size: 28px;
}
#content P
{
	margin: 0 0 16px;
	line-height: 16px;
}
UL LI.events_list
{
	list-style: none;
	width: 150px;
	padding: 5px;
}
DIV.events_description
{
	padding: 5px;
}
/*right-box*/
#right-box
{
	float: right;
	width: 328px;
	margin: 12px 11px 0;
	display: inline;
	background: url(/images/right-box-bg.gif) repeat-x;
}
#right-box .r-bg
{
	overflow: hidden;
	height: 1%;
	background: url(/images/right-box-top-bg.gif) no-repeat;
	padding: 12px 13px 20px;
}
/*promo*/
.promo
{
	overflow: hidden;
	background: url(/images/promo-bottom-bg.gif) no-repeat 0 100%;
	padding: 0 0 2px;
	margin: 0 0 10px;
}
.promo .promo-bg
{
	overflow: hidden;
	height: 1%;
	padding: 3px 0 1px;
	background: #006 url(/images/promo-top-bg.gif) no-repeat;
}
.promo IMG
{
	float: left;
	border: none;
}
.promo .story
{
	float: right;
	width: 320px;
	display: inline;
	padding: 8px 0 0;
	margin: 0 10px 0 0;
}
.promo .story DIV
{
	overflow: hidden;
	height: 1%;
	padding: 8px 12px 4px 14px;
	background: #F1F1F2 url(/images/arrow-story.gif) no-repeat 0 11px;
}
.promo .story P
{
	margin: 0;
	line-height: 16px;
	color: #999;
}
.promo .story H2
{
	margin: 0 0 3px;
	font-size: 18px;
	line-height: 18px;
	color: #666;
}
.promo .story .full
{
	color: #666;
	float: right;
	text-decoration: none;
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 8px;
	font-weight: bold;
	background: url(/images/arrow-full.jpg) no-repeat 0 50%;
	position: relative;
}
.promo .story .full:hover
{
	color: #006;
}
.promo .story H3
{
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: #9CF;
	margin: 0;
	padding: 0 14px;
	background: #00A;
	border-top: 1px solid #00002D;
}
.promo .story UL
{
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 1%;
	list-style: none;
}
.promo .story UL LI
{
	height: 21px;
	font-size: 11px;
	width: 100%;
	float: left;
	border-top: 1px solid #00002D;
}
.promo .story UL LI A
{
	line-height: 21px;
	text-decoration: none;
	padding: 0 16px;
	display: block;
	color: #9CF;
	background: #00A url(/images/story-link-bg.gif) no-repeat 0 2px;
}
.promo .story UL LI A:hover
{
	background: #666 url(/images/story-link-bg.gif) no-repeat 0 -23px;
	color: #FFF;
}
.promo .story .more
{
	float: right;
	text-decoration: none;
	color: #9CF;
	padding: 0 0 0 8px;
	background: url(/images/arrow1.gif) no-repeat 0 60%;
	font-size: 10px;
	font-weight: bold;
}
.promo .story .more:hover
{
	color: #FFF;
}
/*banners*/
.banners
{
	padding: 0 0 3px;
	margin: 0;
	overflow: hidden;
	height: 22px;
	list-style: none;
}
.banners LI
{
	float: left;
	height: 22px;
	overflow: hidden;
	padding: 0 8px 0 10px;
}
.banners LI A IMG
{
	border: none;
	float: left;
	margin: 0;
}
.banners LI A
{
	float: left;
	overflow: hidden;
}
.banners LI A:hover
{
	margin: -22px 0 0;
}
/*leftside*/
.leftside
{
	float: left;
	width: 613px;
}
.boxs
{
	overflow: hidden;
	height: 1%;
	padding: 0 0 10px;
}
/*form*/
.form
{
	overflow: hidden;
	background: url(/images/form-bg.gif) no-repeat;
	width: 283px;
	height: 71px;
	padding: 8px 9px;
	margin: 0 0 0 1px;
	color: #FFF;
}
.form H3
{
	margin: 4px 0 0;
	font-size: 15px;
	float: left;
	width: 114px;
}
.form P
{
	float: left;
	width: 169px;
	height: 40px;
	margin: 6px 0 0;
	color: #99CCFF;
}
.form DIV
{
	float: left;
	width: 100%;
}
.form .submit
{
	float: left;
}
.form .text
{
	border: none;
	width: 188px;
	height: 15px;
	margin: 1px 0 0 5px;
	float: left;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	display: inline;
	padding: 4px 0 2px 6px;
	background: url(/images/textinput-bg.gif) no-repeat;
}
* HTML .form .text
{
	background-attachment: fixed;
}
/*next-race*/
.next-race
{
	background: url(/images/box-next-race-bg.gif) no-repeat;
	width: 283px;
	position: relative;
	height: 113px;
	padding: 66px 8px 0 11px;
	overflow: hidden;
	color: #FFF;
}
#right-box .next-race
{
	margin: 0 0 11px;
	z-index: 0;
}
.next-race A
{
	position: absolute;
	right: 8px;
	bottom: 3px;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 8px;
	background: url(/images/arrow1.gif) no-repeat 0 60%;
	font-size: 9px;
}
.next-race A:hover
{
	color: #9CF;
}
.boxs .next-race
{
	float: left;
}
.next-race H3
{
	margin: 0;
	font-size: 14px;
}
.next-race H2
{
	margin: 0 0 7px;
	font-size: 22px;
	line-height: 20px;
	color: #9CF;
}
.next-race P
{
	margin: 0;
	font-size: 19px;
	font-weight: bold;
}
.next-race P STRONG
{
	font-size: 25px;
	color: #CCC;
}
.next-race H4
{
	margin: 0;
	font-size: 13px;
	color: #9CF;
}
/*post-race*/
.post-race
{
	background: url(/images/box-post-race-bg.jpg) no-repeat;
	width: 283px;
	position: relative;
	height: 145px;
	padding: 34px 8px 0 11px;
	overflow: hidden;
	color: #FFF;
}
#right-box .post-race
{
	margin: 0 0 8px;
}
.boxs .post-race
{
	float: left;
	display: inline;
	margin: 0 0 0 9px;
}
.post-race A
{
	position: absolute;
	right: 8px;
	bottom: 3px;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 8px;
	background: url(/images/arrow2.gif) no-repeat 0 60%;
	font-size: 9px;
}
.post-race A:hover
{
	color: #9CF;
}
.post-race H3
{
	margin: 0 0 2px;
	font-size: 13px;
}
.post-race H2
{
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	color: #9CF;
}
.post-race P
{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
.post-race UL
{
	padding: 31px 0 0;
	margin: 0;
	list-style: none;
}
.post-race UL LI
{
	float: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	padding: 0 23px 0 0;
}
.post-race UL LI SPAN
{
	padding: 0 0 0 20px;
}
/*fans*/
.fans
{
	background: url(/images/fans-bg.jpg) no-repeat;
	width: 601px;
	height: 285px;
	padding: 1px 6px;
	overflow: hidden;
	color: #FFF;
}
.fans H2
{
	float: left;
	font-size: 19px;
	margin: 0;
	height: 80px;
}
.fans UL
{
	padding: 8px 0 0;
	margin: 0;
	overflow: hidden;
	float: left;
	list-style: none;
}
.fans UL LI
{
	float: left;
	font-weight: bold;
	padding: 0 10px 0 9px;
	margin: 0 -1px 0 0;
	font-size: 11px;
	background: url(/images/separator.gif) no-repeat 100% 60%;
}
.fans UL LI A
{
	color: #9CF;
	text-decoration: none;
}
.fans UL LI A:hover
{
	color: #FFF;
}
.fans A IMG
{
	border: none;
	float: left;
	clear: left;
	display: inline;
	margin: 0 0 0 71px;
}
.fans P
{
	margin: 6px 0 0;
	float: left;
	width: 100%;
	font-weight: bold;
}
.fans P A
{
	text-decoration: none;
	color: #9CF;
}
.fans P A:hover
{
	color: #FFF;
	text-decoration: underline;
}
.fans P STRONG
{
	font-size: 15px;
}
/*rightside*/
.rightside
{
	float: right;
	width: 336px;
}
.rightside .drivers
{
	overflow: hidden;
	background: url(/images/drivers-bg.jpg) no-repeat;
	width: 336px;
	height: 178px;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 10px;
}
.rightside .drivers P
{
	margin: 1px 0;
	padding: 0 5px;
}
.rightside .drivers A
{
	color: #FFF;
	text-decoration: none;
}
.rightside .drivers A:hover
{
	color: #9CF;
}
.fastenal
{
	overflow: hidden;
	background: url(/images/fastenal-bg.jpg) no-repeat;
	width: 336px;
	height: 168px;
	color: #FFF;
}
.fastenal H3
{
	font-size: 19px;
	color: #FFF;
	height: 44px;
	margin: 1px 0 0;
	padding: 0 5px;
}
.fastenal .inf
{
	width: 273px;
	height: 109px;
	padding: 0 0 0 37px;
}
.fastenal .inf DIV
{
	float: right;
	padding: 0;
}
.fastenal .inf H4
{
	margin: 3px 0 0;
	padding: 5px 0 0;
	color: #99CCFF;
	font-size: 11px;
}
.fastenal .inf P
{
	margin: 0;
	overflow: hidden;
	font-size: 9px;
	padding: 0 12px 0 0;
}
.fastenal .inf STRONG
{
	font-size: 17px;
	color: #9CF;
}
/*footer*/
#footer
{
	float: left;
	width: 100%;
	padding: 0 0 60px;
	margin: 11px 0 0;
	background: #003474 url(/images/footer-bg.gif) repeat-x;
}
#footer .right-bg
{
	float: right;
	width: 50%;
	height: 75px;
	margin: 0 0 -75px;
	line-height: normal;
	background: url(/images/footer-bg2.gif) repeat-x;
}
#footer .footer
{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	background: url(/images/footer-main-bg.gif) no-repeat 100% 0;
}
#footer .search
{
	float: left;
	width: 706px;
	height: 43px;
	background: url(/images/search-box-bg.gif) no-repeat 9px 0;
}
#footer .search P
{
	float: left;
	margin: 11px 0 0;
	padding: 0 10px 0 18px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #9CF;
	width: 378px;
}
#footer .search P STRONG
{
	color: #FFF;
	font-size: 15px;
}
#footer .search .text
{
	border: none;
	width: 198px;
	height: 15px;
	margin: 10px 0 0;
	float: left;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	padding: 4px 0 2px 6px;
	background: url(/images/textinput-bg.gif) no-repeat;
}
* HTML #footer .search .text
{
	background-attachment: fixed;
}
#footer .search .submit
{
	float: right;
}
#footer .logo
{
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/footer-logo.gif) no-repeat;
	width: 128px;
	height: 31px;
	margin: 35px 7px 0 0;
	display: inline;
}
#footer .logo:hover
{
	background-position: 0 100%;
}
#footer UL
{
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 9px 0 0;
	font-weight: bold;
	list-style: none;
}
#footer UL LI
{
	display: inline;
	padding: 0 4px 0 6px;
	line-height: 14px;
	background: url(/images/footer-separator.gif) no-repeat 0 3px;
}
#footer UL LI.first
{
	background: none;
	padding: 0 0 0 2px;
}
#footer UL A
{
	text-decoration: none;
	color: #CCC;
	font-size: 10px;
}
#footer UL A:hover
{
	text-decoration: underline;
}
#footer .text2
{
	float: left;
	width: 100%;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	margin: 1px 0 0;
}
#footer .text2 A
{
	color: #CCC;
}
#footer .text2 A:hover
{
	text-decoration: none;
}
/*Generic Styles*/
.body-text
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.body-text A:LINK
{
	color: #666666;
	text-decoration: underline;
}
.body-text A:VISITED
{
	color: #666666;
	text-decoration: underline;
}
.body-text A:ACTIVE
{
	color: #666666;
	text-decoration: underline;
}
.body-text A:HOVER
{
	color: #006;
	text-decoration: underline;
}
.body-text-bold
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
.story-headline
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	line-height: 20px;
}
.story-byline
{
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
.story-date
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
.next-race-date
{
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	color: #CCC;
}
.next-race-tv
{
	margin: 0;
	font-size: 13px;
	color: #9CF;
}
.schedule-head
{
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	background: #000000;
	color: #99CCFF;
	text-transform: uppercase;
}
.schedule-past
{
	padding: 8px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.schedule-current
{
	padding: 8px;
	background: #003366;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.schedule-future
{
	padding: 8px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.content-photo
{
	background: url(/images/bg-content-photo.jpg) repeat-x;
	padding: 10px;
}
.wp-image
{
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #999999;
	background-color: #CCCCCC;
}
.wp-links
{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #CCCCCC;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
.wp-links A:link
{
	text-decoration: none;
	color: #000000;
}
.wp-links A:active
{
	text-decoration: none;
	color: #000000;
}
.wp-links A:visited
{
	text-decoration: none;
	color: #000000;
}
.wp-links A:hover
{
	text-decoration: underline;
	color: #999999;
}
.gallery-title
{
	color: #CCC;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.gallery-title A:LINK
{
	color: #666666;
	text-decoration: underline;
}
.gallery-title A:VISITED
{
	color: #666666;
	text-decoration: underline;
}
.gallery-title A:ACTIVE
{
	color: #666666;
	text-decoration: underline;
}
.gallery-title A:HOVER
{
	color: #006;
	text-decoration: underline;
}
.gallery-photo
{
	width: 525px;
	background: url(/images/bg-gallery-photo.jpg) no-repeat;
}
.border-gallery-photo
{
	border: 10px solid #000;
	margin: 22px 0px 0px 27px;
}
.gallery-photo-caption
{
	width: 455px;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 40px 10px 30px;
}
.gallery-thumbs
{
	width: 460px;
	background: url(/images/bg-gallery-thumbs.jpg) repeat-x;
	margin: 0px 0px 10px 27px;
	padding: 8px 0px 0px 10px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.gallery-thumbs A:LINK
{
	color: #FFF;
	text-decoration: none;
}
.gallery-thumbs A:VISITED
{
	color: #FFF;
	text-decoration: none;
}
.gallery-thumbs A:ACTIVE
{
	color: #FFF;
	text-decoration: none;
}
.gallery-thumbs A:HOVER
{
	color: #006;
	text-decoration: none;
}
.border-gallery-thumb
{
	border: 1px solid #000;
	margin: 0px 5px 15px 0px;
}
/*Photo gallery support*/
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox A IMG
{
	border: none;
}
#outerImageContainer
{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer
{
	padding: 10px;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav
{
	left: 0;
}
#hoverNav A
{
	outline: none;
}
#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat;
/*Trick IE into showing hover*/
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
}
#nextLink
{
	right: 0;
	float: right;
}
/*#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }*/
#prevLink, #prevLink:hover, #prevLink:visited:hover
{
	background: url(/images/prevlabel.gif) no-repeat 0 15%;
	border: none;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover
{
	background: url(/images/nextlabel.gif) no-repeat 100% 15%;
	border: none;
}
#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData
{
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1em;
}
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*calendar styles*/
#events_calendar_wrapper
{
	float: left;
	clear: both;
	width: 750px;
	padding: 15px 50px 20px;
}
#events_calendar
{
	float: left;
}
H2.calendar_header
{
	color: #99CCFF;
	margin: 0px 0px 5px;
	font-size: 26px;
}
.calendar
{
	width: 850px;
/*align: center*/
	padding: 10px;
}
#calendar_border
{
	background: url(/images/2009_calendar/table_top_gradient.gif) no-repeat center top;
	width: 860px;
	margin: -1px 0px 0px;
}
#calendar_nav A:hover
{
	color: #99CCFF;
	text-decoration: none;
}
#calendar_nav A
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#calendar_nav
{
	float: right;
	margin: 20px 0px 5px 0px;
	color: #FFFFFF;
}
#calendar_bar
{
	background: url(/images/2009_calendar/2009_bar.png) no-repeat left;
	padding: 20px;
	margin: 0px 0px 0px 10px;
	display: none;
}
SPAN.calendar_date
{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 25px;
	margin: 10px;
}
TD.calendar_day
{
	background: url(/images/2009_calendar/day_gradient.gif);
	border: 1px solid #FFFFFF;
}
TD.calendar_active_day
{
	background: url(/images/2009_calendar/day_active_gradient.gif);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin: 1px;
	padding: 4px 4px 0px;
}
TD.calendar_active_day SPAN.date_number
{
	color: #99CCFF;
}
TR.calendar_top_border
{
	background: url(/images/2009_calendar/calendar_top_border.gif) repeat-x;
	margin: 0px;
}
.date_number
{
	font-size: 12px;
	font-weight: bold;
}
.list_link A
{
	color: #A4A4A4;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.list_link A:hover
{
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.calendar_event
{
	padding: 4px;
	font-size: 11px;
	color: #003474;
}
.calendar_heading
{
	font-weight: bold;
	font-size: 14px;
}
TABLE#events_calendar
{
	margin: 20px 0 0;
}
TD.calendar_active_day A
{
	color: #FFFFFF;
}
TD.calendar_active_day A:hover
{
	color: #99CCFF;
}

#social_links {
  float: right;
  margin-top: 66px;
  margin-right: 4px;
}

#social_links span a img {
  border: 0px solid white;
  padding: 0;
  margin: 0;
}

#fastenalcom_link {
  float: right;
  margin-top: 56px;
}

#fastenalcom_link a img {
  border: 0px solid white;
  width: 220px;
  height: 36px;
  padding: 0;
  margin: 0;
}


