html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, 
q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
	text-align: center;
	background-color: #2a2a29;
	background-image: url(../images/bckgrnd_html.jpg);
	background-repeat: repeat;
}

body {
	width: 949px;
	margin: 0 auto 0 auto;
	line-height: 1;
	color: #B2B2B2;
}

div.blueBckgrnd {
	background-color: #24479B;
	background-image: url(../images/bckgrnd_blueborder_body.jpg);
	background-repeat: repeat-y;
}

/*blue set aside #3a75e1; */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}

h1 { font-size: 18px;}
h2 {font-size: 18px; margin: 0;}
h3 {
	font-size: 16px;
	color: #3a75e1;
	
}
h4 {font-size: 14px; color: #3a75e1;}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #3a75e1;
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Links */
a {
	font-size: 12px;
	color: #d2a230;
	text-decoration: none;
}

a:visited {
	color: #d2a230;
	text-decoration: none;
}

a:hover {
	color: #c1ba91;
	text-decoration: none;
}

a:active {
	color: #d2a230;
	text-decoration: underline;
}

.content_bucket {
	width: 907px;
	border: 1px solid #838383;
	border-top-style: none;
	margin: 0 auto 0 auto;
	background-color: #191919;
}

.imgContentShadowBtm {
	display: block;
	margin: 0;
	padding: 0;
}

/*Identity*/
div#identity {
	height: 74px;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
}

img#trLogoIdentity {
	position: absolute;
	top: 8px;
	right: 138px;
}

div#topIdentityBar {
	height: 38px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/TRBlk_topbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

h1#identity_mainhdr, h1#identity_eventdatehdr {
	position: absolute;
	top: 0;
	color: #3a75e1;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

h1#identity_mainhdr {
	left: 242px;
}

h1#identity_eventdatehdr {
	right: 152px;
}

div#identitybarBtm {
	background-image: url(../images/TRBlk_topbarBtm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	margin: 0 0 10px 0;
	padding: 0;
}

div#countdownie {
	color: #8e8c8c;
	/*color: #16b153;*/
	width: 430px;
	text-align: left;
}

div#countdownie p {
	padding: 0;
	margin: 0 0 0 100px;
	line-height: 27px;
	font-size: 11px;
	text-align: left;
}

/*LESSIES PRE-REGISTRATION*/

div#pokerrun_preregistration {
	border-top: 1px solid #494949;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #494949;
	background-color: #222222;
	background-image: url(../images/TRBlk_boxgradient.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
}

div#pokerrun_preregistration h3 {
	color: #3a75e1;
	margin: 10px 10px 10px 10px;
	line-height: 1.25em;
}

div#pokerrun_preregistration p {
	color: #b2b2b2;
	margin: 0 10px 15px 10px;
}

img#lessies_logo_preregistparty {
	float: right;
	padding: 20px 20px 0 20px;
}

/*MAIN CONTENT*/

div#main_bucket {
	position: relative;
	min-height:600px;
	height: auto !important;
	height: 600px;
	padding-bottom: 20px;
}

div#leftColInside {
	position: absolute;
	left: 10px;
	top: 0;
	width: 200px;
}

div.leftColBucket {
	border-top: 1px solid #494949;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #494949;
	background-color: #222222;
	background-image: url(../images/TRBlk_boxgradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

div#rightColInside {
	position: relative;
	margin-left: 220px;
	margin-right: 10px;
}

div.rightColBucket {
	border-top: 1px solid #494949;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #494949;
	background-color: #222222;
	background-image: url(../images/TRBlk_boxgradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
}

div.leftColBucket h3, div.rightColBucket h3 {
	color: #3a75e1;
	margin: 10px 10px 10px 10px;
	line-height: 1.25em;
}

div.leftColBucket p, div.rightColBucket p {
	color: #b2b2b2;
	margin: 0 10px 15px 10px;
}

div#rightColInside img {
	border: 1px solid #494949;
}

div.rightColBucket ul.ulTxt {
	text-align: left;
	margin: 0 10px 15px 10px;
}

div.rightColBucket ul.ulTxt li {
	font-size: 12px;
	line-height: 1.6em;
	color: #b2b2b2;
	margin: 0;
	padding: 0;
}


.clearController {
	clear: both;
}

ul.contentImgBucket {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 240px;
}

ul.contentImgBucket li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 335px;
	text-align: center;
}

ul.contentImgBucket img {
	display: block;
	width: 278px;
	height: 185px;
	padding: 0;
	margin: 0 auto;
}

ul.contentImgBucket p {
	width: 278px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: left;
}


/*nav inside*/
ul#navInside {
	margin: 10px 10px 15px 10px;
	padding: 0;
}

ul#navInside li {
	border-bottom: 1px dotted grey;
	margin: 0 0 5px 0;
	padding: 0 0 5px 5px;
	text-align: left;
}

ul#navInside a:hover {
	padding-left: 2px;
}

ul#navInside a:active {
	text-decoration: none !important;
	padding-left: 2px;
}

ul#navInside li.navInsideBtm {
	margin-bottom: 25px;
}

img#raffleBikeCvr {
	margin: 0 auto;
	padding: 0 0 30px 0;
	border: none !important;
}

#trCvrPastTRPicsBucket {
	height: 146px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding-bottom: 20px;
}

.trCvrPastTRPics {
	float: left;
	border: 1px solid #494949;
	margin-left: 10px;
}

table#cvr_events_tbl {
	margin: 0 20px 20px 20px;
	padding: 0;
}

table#cvr_events_tbl td {
	font-size: 12px;
}

table#cvr_events_tbl td.cvreventscol01 {
	width: 60%;
	border-right: 1px solid #494949;
	padding: 5px 15px 5px 5px;
}

table#cvr_events_tbl td.cvreventscol02 {	
	width: 40%;
	padding: 5px 5px 5px 15px;
}

div.cvrEventLinks {
	text-align: left !important;
	padding: 0 2px 10px 25px !important;
	margin: 0;
}

img#cvr_eventsLessiesRun {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: none !important;
}

table#cvr_sponsors_tbl {
	margin: 0 20px 30px 20px;
}

table#cvr_sponsors_tbl td {
	vertical-align: middle;
	text-align: center;
}

table#cvr_sponsors_tbl img {
	border: none;
}

/*EVENTS*/
div.bigSchwagBucket {
	width: 653px;
	height: 431px;
	border: 1px solid #494949;
	background-image: url(../images/bckgrnd_trv_bigschawg.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 20px auto;
}

div#schwagTxt {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 250px;
}

div#schwagTxt p {
	color: #222222;
}

.bldTxt {
	font-weight: bold;
}

#eventsLessieLogo {
	position: absolute;
	top: 50px;
	left: 20px;
	border: none !important;
}

#eventsDownedBikers {
	position: absolute;
	top: 50px;
	right: 20px;
}

ul#eventsPokerRunDtls {
	margin-left: 220px;
	margin-right: 150px;
	padding-bottom: 20px;
}

ul#eventsPokerRunDtls li {
	font-size: 13px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.25em;
}

ul#eventsPokerRunDtls h4 {
	text-align: left;
	line-height: 1.25em;
	padding-bottom: 0;
	margin-bottom: 0;
}

#prizesover {
	font-size: 20px;
	color: #16b153;
}

.eventstblcol1 {
	width: 22%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
}

.eventstblcol2 {
	width: 78%;
	vertical-align: top;
	padding-bottom: 5px;
	line-height: 1.25em;
}

div.events_eventsimgs {
	padding-bottom: 15px;
}


ul#eventsScheduleDtls {
	margin-left: 260px;
	margin-right: 50px;
	padding-bottom: 20px;
}

ul#eventsScheduleDtls li {
	font-size: 13px;
	text-align: left;
	padding-bottom: 15px;
	line-height: 1em;
}

ul#eventsScheduleDtls h4 {
	text-align: left;
	line-height: 1.25em;
	padding-bottom: 5px;
	margin-bottom: 0;
}

ul#eventsScheduleHghts {
	position: absolute;
	top: 225px;
	left: 20px;
	width: 200px;
}

ul#eventsScheduleHghts li {
	font-size: 14px;
	color: #3a75e1;
	font-style: italic;
	line-height: 1.25em;
	padding-bottom: 10px;
}


/*raffle bike*/
.rafflebikespacer {
	margin-bottom: 10px;
	border: 1px solid #494949;
}

/* image galleries */
table.tbl_tr_gallery {
	margin: 0 auto 20px auto;
}

table.tbl_tr_gallery td {
	border: 1px dotted grey;
	text-align: center;
	padding: 5px;
}

table.tbl_tr_gallery img {
	border: 1px solid #494949;
}

#photoalbum_DetailImg {
	border: 1px solid #494949;
	display: block;
	margin: 0 auto 20px auto;
}


#footer {
	font-size: 10px;
	line-height: 50px;
	text-align: center;
}

/* PAGER */
div#page_num_bucket {
	margin: 0 0 20px 21px;
	padding-top: 0;
	padding-bottom: 30px;
	text-align: center;
	width: 90%;
}

.paginate_pg {
	padding: 2px 5px 2px 5px;
}

.paginate_curr_pg {
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 2px;
	color: #393939;
	background-color: #8e8c8c;
}













