@charset "utf-8";
/*---------------------------------------------
// General
*/
	body { }
	hr { clear: both; }
	p {
		font-size: 12px;
		padding-bottom: 7px;
	}
	big {
		display: block;
		width: 100%;
		color: #003D92;
	}
	a:link { color:#1653a0; }
	a:visited {
	color:#8C97A2;
	}
	ul {
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 20px;
		font-size: 11px;
	}
	li { margin-bottom: 3px; }
	li a:link,
	li a:active,
	li a:visited { text-decoration: none; }
	h1 { color: #003D92; }
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin-top: 15px;
	}
	h3 {}
	h4 {
		text-transform: uppercase;
		color: #EB2A2E;
		font-size: 13px;
	}
	h5 {}
	h6 {}
	table { font-size: 12px; }
	table th {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #F2F2F2;
	}
	table td {}
	form {
		margin-top: 25px;
	}
	fieldset {
		margin-bottom: 20px;
		border: 1px solid #CCCCCC;
	}
	legend {
		font-size: 13px;
	}
	label, input, textarea {
		font-size: 12px;
		display: block;
	}
	input, textarea {
		margin-bottom: 3px;
		border: 1px solid #CCC;
		width: 350px;
	}
	label {
		margin-bottom: 5px;
		margin-top: 10px;
	}
	textarea {
		height: 120px;
	}
	input.checkbox {
		width: 20px;
		margin-right: 5px;
		display: inline;
	}
	input.button {
		background-color: #FFF;
		width: auto;
		height: auto;
		margin-top: 10px;
		text-transform: uppercase;
	}
	input.image {
		width: auto;
		display: inline;
	}
	input.hidden { border: none; }
	#recaptcha_table {
		margin: 0px;
		width: 485px;
		border: 1px solid #A8A9AD;
	}
	.recaptchatable .recaptcha_image_cell, #recaptcha_table {
		background-color:#FFF !important;
	}
	#recaptcha_response_field {
		border-color: #A8A9AD !important;
		background-color:#FFF !important;
	}
	.error {
		color: #FFFFFF;
		background-color: #FF0000;
	}
/*---------------------------------------------
// Content Container
*/
	.container {
		text-align: left;
		/*width: 1020px;*/
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	
/*---------------------------------------------
// Header
*/
	#header {
		background-color: #FFFFFF;
		height: 90px;
	}
	#header .logo { 
		margin-top: 25px;
		padding-left: 5px;
	}
	#header #search {
		width: 228px;
		float: right;
		padding: 0px;
		right: 0px;
		margin-top: 35px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#header #search #q {
		width: 131px;
		background-color: #DFDFDF;
		background-image: url(../images/search-bg.png);
		background-repeat: no-repeat;
		height: 17px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 23px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		font-size: 11px;
		color: #000000;
		float: left;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#header #search #search-image {
		display: block;
		margin: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	
/*---------------------------------------------
// Header - Menu
*/
	#menu {	height: 34px; }
	#menu #m-left {
		background-color: #1653a0;
		width: 50%;
		height: 34px;
		z-index: 0;
		margin-right: auto;
	}
	#menu #m-right {
		background-color: #50595a;
		height: 34px;
		width: 50%;
		margin-left: 50%;
		margin-top: -34px;
	}
	#subMenu {
		height: 30px;
		background-color: #50595a;
		z-index: 0;
	}
	#menu a, 
	#subMenu a {
		font-size: 12px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	#menu a { font-size: 12px; }
	#subMenu a { font-size: 11px; }
	#menu a:hover, 
	#subMenu a:hover { text-decoration: underline; }
/*---------------------------------------------
// Header - Both Menues
*/
	#menu .menuItems {
		height: 34px;
		margin-top: -34px;
		background-color: #1653A0;
		background-image: url(../images/menu-right.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	#subMenu .menuItems { height: 30px; }
	.menuItems { padding-left: 5px; }
	.menuItems span {
		display: block;
		float: right;
		height: 27px;
		width: 250px;
		text-align: center;
		color: #FFFFFF;
		margin-top: 7px;
	}
	.menuItems span a {
		text-decoration: none;
		font-size: 12px;
	}
	.menuItems span img {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin-top: -6px;
		vertical-align: -40%;
		padding-right: 5px;
		padding-left: 15px;
	}
	
	.menuItems ul {
		list-style-type: none;
		margin: 0px;
	}
	#menu .menuItems ul { padding-top: 9px; }
	#subMenu .menuItems ul { padding-top: 7px; padding-left:10px; }
	
	.menuItems li {
		display: inline;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFFFFF;
		margin-right: 4px;
		padding-right: 5px;
	}
	.menuItems li.last-menu {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin: 0px;
		padding: 0px;
	}
	#menu .menuItems li {
		margin-right: 4px;
		padding-right: 6px;
	}
	#subMenu .menuItems li {
		margin-right: 3px;
		padding-right: 6px;
	}



/*---------------------------------------------
// Content, Left and Right
*/
	#content {
		position: relative;
		top: 0px;
		z-index: 10;
	}
	
	#content #content-left {
		margin-bottom: 10px;
		z-index: 20;
		width: 670px;
	}
	#content #content-right {
		width: 320px;
		z-index: 20;
	}
	#content #content-right li a:link,
	#content #content-right li a:active,
	#content #content-right li a:visited {
		text-decoration: none;
		color: #000000;
	}
	#content .fill {
		background-color: #FFFFFF;
		margin-top: 10px;
		z-index: 25;
	}
	#content #content-left .fill {
		padding: 10px;
	}
	#content #content-right .fill {
		padding: 0px;
	}
	#content #content-right .fill .padding-10 {
		padding: 10px;
	}
	#content #content-left .mainContent {
	min-height: 481px;
	}
	#content .fill big,
	#content .fill h1 {
		font-size: 18px;
		border-bottom-width: 1px;
		border-left-width: 10px;
		border-bottom-style: solid;
		border-left-style: solid;
		border-bottom-color: #CCCCCC;
		padding-left: 3px;
		padding-top: 3px;
		padding-right: 7px;
		margin-bottom: 10px;
		text-transform: uppercase;
		margin-top: 0px;
		margin-left: 0px;
		display: block;
		position: relative;
		font-weight: bold;
	}
	#content #content-left .fill big,
	#content #content-left .fill h1 {
		width: 650px;
		margin-top: -10px;
		margin-left: -10px;
	}
	#content #content-right .fill big {
		width: 300px;
		margin-bottom: 0px;
	}
	#content hr {
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #CCCCCC;
		background-color: #FFFFFF;
		color: #FFFFFF;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#content hr.white {
		border: 1px solid #FFF;
	}
	#content hr.hide {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#content hr.spacer {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#content #top-ad {
		display: block;
		margin-top: 10px;
		text-align: center;
	}
	#content #newUserInclude {
		padding-top: 25px;
	}
	
/*---------------------------------------------
// Content - Homepage
*/
	#content #content-left .fill .main-news-image {
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-top: 0px;
		margin-left: 0px;
		padding: 0px;
		clear: right;
		position: relative;
		top: -10px;
		width:435px;
		clip: rect(auto,auto,10px,auto);
	}
	#content #content-left .fill .main-news-image a {}
	#content #content-left .fill .main-news-image img {}
	#content #content-left .fill .main-news-image small {
		font-size: 9px;
		font-style: italic;
		padding-top: 15px;
		margin: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	#content #content-left h1.homepage {
		margin-top: auto;
		margin-left: 435px;
		position: relative;
		top: -10px;
		text-transform: none;
		width: auto;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#content #content-left h1.homepage a {
		font-size: 16px;
		color: #1653a0;
		text-decoration: none;
	}
	#content #content-left .news-desc {	
		margin-bottom: 3px;
		position: relative;
		top: -5px;
	}
	#content #content-left .news-desc a {
		color: #000000;
		text-decoration: none;
	}
	#content #content-left #homepage-class {
		float: right;
		width: 320px;
		margin-left: 10px;
		padding-right: 5px;
	}
	#content #content-left #homepage-class a {}
	#content #content-left #homepage-class a img {
		margin-bottom: 5px;
	}
	#content #content-left .sub-article {
		float: left;
		width: 50%;
		position: relative;
	}
	#content #content-left .sub-article img.main-news-image {
		padding-top: 0px;
		top: 0px;
		width: 150px;
		height: 115px;
		clip: rect(auto,auto,0px,auto);
	}
	#content #content-left .sub-article h2 {
		margin: 0px;
		padding: 0px;
	}
	#content #content-left .sub-article h2 a,
	#content #content-left .sub-article h2 a:visited,
	#content #content-left .sub-article h2 a:active {
		font-size: 12px;
		text-decoration: none;
		color: #1653a0;
		padding-right: 5px;
	}
	#content #content-left .sub-article p {
		position: relative;
		width: 210px;
		margin-left: 110px;
	}
	#content #content-left .sub-article p a,
	#content #content-left .sub-article p a:visited,
	#content #content-left .sub-article p a:active {
		text-decoration: none;
		font-size: 10px;
		color: #999999;
	}
	#content #content-left .sub-article a:hover { text-decoration: underline; }
	#content #content-left ul.sub-article {
		float: none;
		width: 300px;
	}
	#content #content-left .sub-article li a { }
	#content #content-left .sub-article li a.block {
		display: inline-block;
		width: 120px;
		color: #1653a0;
		padding-right: 10px;
	}
	#content #content-left .fleets {
		background-image: url(../images/bg-gray-fleets.png);
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		float: left;
		margin-right: 10px;
		padding: 10px;
		min-height: 150px;
		margin-top: 5px;
		width: 20.75%;
	}
	#content #content-left .fill .last-fleet {
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#content #content-left .fleets h3 {
		font-size: 12px;
		text-transform: uppercase;
		color: #1653A0;
	}
	#content #content-left .fleets a {
		color: #000000;
		text-decoration: none;
		font-size: 11px;
	}
	
/*---------------------------------------------
// Content - Right Events
*/
	#content #content-right big {
	}
	#content #content-right .events {
		padding: 0px;
		list-style-type: none;
		margin-top: -5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#content #content-right .events li {
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 15px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #DFDFDF;
		margin: 0px;
		width: 305px;
	}
	#content #content-right .events li.month1 {
		border-left-width: 10px;
		border-left-style: solid;
		border-left-color: #FF0000;
		padding-left: 5px;
	}
	#content #content-right .events li.month2 {
		border-left-width: 10px;
		border-left-style: solid;
		border-left-color: #0099fe;
		padding-left: 5px;
	}
	#content #content-right .events .odd { background-color: #e7edf5; }
	#content #content-right .events strong {
		display: block;
		text-transform: uppercase;
	}
	
/*---------------------------------------------
// Content - Breadcrumb
*/
	#content #content-left .fill #breadcrumb,
	#content #content-left .fill #super-breadcrumb {
		position: relative;
		font-size: 10px;
		color: #999999;
		float: right;
	}
	#content #content-left .fill #super-breadcrumb {
		top: -25px;
		z-index: 100;
	}
	#content #content-left .fill #breadcrumb a,
	#content #content-left .fill #super-breadcrumb a {
		color: #999999;
		text-decoration: none;
	}
	#content #content-left .fill #breadcrumb a:hover,
	#content #content-left .fill #super-breadcrumb a:hover{ text-decoration: underline; }

/*---------------------------------------------
// Content - News Section
*/
	#newsSection {}
	#newsSection .clear {
		clear: both;
	}
		#newsSection h2 {
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	#newsSection ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#newsSection ul li {
		margin-bottom: 3px;
	}


/*---------------------------------------------
// Content - Photo Gallery
*/
	#content #c-p-gallery { padding-top: 18px; }
	#content #c-p-gallery #c-p-p-holder {
		height: 68px;
		width: 110px;
		display: block;
		float: left;
		overflow: hidden;
		position: relative;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
	}
	#content #c-p-gallery #c-p-p-holder img {
		position: absolute;
		bottom: 0px;
		margin: auto;
	}
	#content #c-p-gallery a img:hover {}

	
	#content .c-p-image {
		padding-top: 10px;
		padding-bottom: 10px;
	}

/*---------------------------------------------
// Content - Events
*/
	#content #events-table {
		padding-top: 0px;
	}
	#content #events-table h2 {
		color: #FF0000;
		margin: 0px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		font-size: 16px;
	}
	#content #events-table .emphasize {
	font-weight: bold;
	background-color: #DEEBFA;
}
	
/*---------------------------------------------
// Content - Classifieds
*/
	#content .classifieds-mini-map {
		float: right;
		height: 200px;;
		width: 320px;
	}
	#theTable {
		margin-top: 20px;
	}
	#theTable thead {
		text-transform: uppercase;
	}
	.theTableRow {
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #99b3cc;
	}
	tr.RowOverSelected {
		background-color: #CFDBE7;
	}
	ul#paginateList-theTable {
		position: relative;
		padding-top: 30px;
		padding-right: 0px;
		padding-bottom: 16px;
		padding-left: 0px;
		margin-bottom:0px;
	}
	#paginateList-theTable li {
		display: inline;
		background-color: #FFF;
		padding: 15px;
		border: 1px solid #99b3cc;
		margin-right: 8px;
	}
	#paginateList-theTable li.currentPage {
		background-color: #CFDBE7;
	}



/*---------------------------------------------
// Content - Results
*/
	#content table.results { }
	#content table.results th {}
	#content table.results td {
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #DFDFDF;
	}


/*---------------------------------------------
// Content - M24*USA
*/
	ul.m24usa {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
	ul.m24usa li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
	ul.m24usa li a { font-weight: bold; }



/*---------------------------------------------
// Content - Static Pages (Hall of Fame, Results)
*/
	#content #static-pages ul {
		margin-top: 3px;
		margin-bottom: 15px;
	}
	#content #static-pages li {
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
	}
	#content #static-pages p {
		font-size: 10px;
		color: #999999;
		margin-bottom: 15px;
		padding-left: 10px;
		margin-top: -10px;
	}

/*---------------------------------------------
// Content - Districts
*/
	#content #district-links {
		font-size: 13px;
		text-align: center;
		margin-bottom: 50px;
	}
	#content #district-links img {
		display: block;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#content #district-links a {
		margin-right: 7px;
		margin-left: 7px;
	}
	#content #district-links a:hover {}
	#content .districts {
		margin-top: 10px;
	}
	#content .districts h2 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #F2F2F2;
	}
	#content .districts ul {
		padding: 0px;
		list-style-type: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 3px;
	}
	#content .districts li {}
	#content .districts p {}
	#content .districts hr {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	#content .districts img {
		float: left;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	#content .districts a {
		text-transform: none;
	}
	#content .districts div {
		padding: 3px;
		margin: 0px;
		width: 300px;
	}
	#content .districts .d-left { float: left; }
	#content .districts .d-right { float: right; }
	
/*---------------------------------------------
// Content - Store
*/
	#store {
		margin: 0px;
		padding: 0px;
	}
	#store .f-cat li { height: 200px; }
	#store .f-prod li { height: 250px; }
	#store .s-items {
		margin: 0px;
		padding: 0px;
	}
	#store .s-items li {
		list-style-type: none;
		display: block;
		width: 185px;
		text-align: center;
		margin-right: 7px;
		margin-bottom: 7px;
		padding-bottom: 5px;
		float: left;
	}
	#store .s-items li:hover { background-color: #F2F2F2; }
	#store .s-items .li-break {
		clear: both;
		height: 1px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: block;
		line-height: 1px;
	}
	#store .s-items h3 {
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 3px;
		margin-left: 0px;
	}
	#store .s-items a {
		display: block;
		text-decoration: none;
	}
	#store .s-items p {
		font-size: 11px;
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 3px;
	}
	#store ul.s-list {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#store ul.s-list li {
		font-size: 12px;
		color: #999999;
		display: inline;
	}
	#store p.melges-c-list {
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #CCCCCC;
		padding-bottom: 5px;
		color: #999999;
		padding-top: 0px;
		padding-bottom:10px;
		text-align: left;
	}
	#store p.melges-c-list a { display: inline-block; }
	#store .options { width: 150px; }
	#store .qty, #c-p-cart .qty { width: 50px; }
	
	/*---------------------------------------------
	// Content - Store - Cart
	*/
		#store #s-cart {
			font-size: 11px;
			padding-top: 10px;
		}
		#store #s-cart td, #store  #s-cart th {
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-bottom-color: #CCCCCC;
		}
		#store .s-options {
			color: #999999;
			display: block;
			padding-left: 10px;
			font-size: 10px;
		}
	/*---------------------------------------------
	// Content - Store - Products
	*/
		#store #s-product { margin-left: 250px; }
		#store #s-product .s-details { font-size: 11px; }
		#store #s-product p { font-size: 12px; }
		#store #s-product ul { font-size: 12px; }
		#store #s-product form imput { vertical-align: top; }
		#store #s-product .options { display: block; }

	

/*---------------------------------------------
// Footer
*/
	#footer {
	background-color: #FFFFFF;
	background-image: url(/bld-themes/usmelges24-2010/images/bg-gray-fleets.png);
	background-repeat: repeat-x;
	padding-top: 210px;
	z-index: 0;
	margin-top: -200px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 20px;
	}
	
	#footer ul {
		list-style-type: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#footer li {
		display: inline;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #666666;
		margin-right: 10px;
		padding-right: 10px;
	}
	#footer li.last-menu {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		margin: 0px;
		padding: 0px;
	}
	#footer li a {
		text-transform: uppercase;
		color: #666666;
	}
	#footer span {
		display: block;
		margin-bottom: 5px;
		font-size: 11px;
		color: #666666;
	}


/*---------------------------------------------
// System Message
*/
	#top-of-page-message {
	text-align: center;
	margin: auto;
	padding: 0px;
}
	#top-of-page-message div {
		padding: 15px;
		font-size: 16px;
		font-weight: bold;
		position: fixed;
		opacity:0.85;
		z-index: 1000;
		top: 10px;
		text-align: center;
		vertical-align: middle;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		margin-left: -221px;
		margin-right: auto;
		width: 400px;
		left: 50%;
	}
	#top-of-page-message.success div {
		background-color: #F2F2F2;
		border: 10px solid #999;
	}
	#top-of-page-message.fail div {
	background-color: #F7EEF0;
	border: 10px solid #800000;
	}
	#top-of-page-message div img {
		margin-top: auto;
		margin-right: 5px;
		margin-bottom: auto;
		vertical-align: bottom;
	}
	#top-of-page-message div a {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	position: absolute;
	right: -20px;
	bottom: -15px;
	}
	#top-of-page-message div a:hover {
		text-decoration: underline }
	.bg-red {
		background-color: #FF0000;
		color: #FFFFFF;
	}


/*---------------------------------------------
// Hacks
*/
	.gmnoprint div div div font { 
		display: none !important; 
	}


/*---------------------------------------------
// jcarousel
*/
hr.homepage { margin-bottom:20px; }


#heading1 h2 a,
#heading2 h3 a {
	color: #003D92;
	text-decoration:none;
}
#heading1 p a,
#heading2 p a {
	font-size: 12px;
	color: #000;
}
#heading1 a, #heading2 a, #heading3 a {
	text-decoration: none;
}
#heading1 img, #heading2 img {
	margin-bottom: 6px;
}







#heading1 {
	height: 385px;
	overflow: hidden;
}
#heading1 h2 a {
	font-size: 18px;
	color: #FF0000;
}
.jcarousel-skin-heading1 .jcarousel-container-horizontal {
	width: 650px;
	height: 385px;
	overflow: hidden;
	margin-top: 0px;
}
.jcarousel-skin-heading1 .jcarousel-clip {
	width: 650px;
	height: 385px;
	margin-top: 0px;
}
.jcarousel-skin-heading1 .jcarousel-item { width: 650px; margin-top: 0px; }
.jcarousel-skin-heading1 .jcarousel-item-horizontal {
    margin-right: 10px;
	margin-top: 0px;
}
.jcarousel-skin-heading1 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-heading1 .jcarousel-next-horizontal {
    position: absolute;
    top: 400px;
    right: 0px;
    width: 16px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/bld-themes/usmelges24-2010/buttons/arrow-right.png) no-repeat 0 0;
}
.jcarousel-skin-heading1 .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}
.jcarousel-skin-heading1 .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}
.jcarousel-skin-heading1 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-heading1 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-heading1 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}
.jcarousel-skin-heading1 .jcarousel-prev-horizontal {
    position: absolute;
    top: 400px;
    left: 0px;
    width: 16px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/bld-themes/usmelges24-2010/buttons/arrow-left.png) no-repeat 0 0;
}
.jcarousel-skin-heading1 .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}
.jcarousel-skin-heading1 .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}
.jcarousel-skin-heading1 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-heading1 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-heading1 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}





#heading2 {
	height: 225px;
	overflow: hidden;
}
#heading2 h3 a { font-size: 16px; }
.jcarousel-skin-heading2 .jcarousel-container-horizontal {
	width: 650px;
	height: 225px;
	overflow: hidden;
	margin-top: 0px;
}
.jcarousel-skin-heading2 .jcarousel-clip {
	width: 650px;
	height: 225px;
	margin-top: 0px;
}
.jcarousel-skin-heading2 .jcarousel-item { width: 210px; margin-top: 0px; }
.jcarousel-skin-heading2 .jcarousel-item-horizontal {
    margin-right: 10px;
	margin-top: 0px;
}
.jcarousel-skin-heading2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-heading2 .jcarousel-next-horizontal {
    position: absolute;
    top: 400px;
    right: 0px;
    width: 16px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/bld-themes/usmelges24-2010/buttons/arrow-right.png) no-repeat 0 0;
}
.jcarousel-skin-heading2 .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}
.jcarousel-skin-heading2 .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}
.jcarousel-skin-heading2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-heading2 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-heading2 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}
.jcarousel-skin-heading2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 400px;
    left: 0px;
    width: 16px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/bld-themes/usmelges24-2010/buttons/arrow-left.png) no-repeat 0 0;
}
.jcarousel-skin-heading2 .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}
.jcarousel-skin-heading2 .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}
.jcarousel-skin-heading2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-heading2 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-heading2 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}




#heading3 li a { color:#000; }
#heading3 li a:visited { color:#8C97A2; }






.jcarousel-skin-rightEvents .jcarousel-container {
	margin: 0px;
	padding: 0px;
}

.jcarousel-skin-rightEvents .jcarousel-direction-rtl {
	direction: rtl;
}


.jcarousel-skin-rightEvents .jcarousel-container-vertical {
	width: 100%;
    min-height: 39px;
    max-height: 78px;
}

.jcarousel-skin-rightEvents .jcarousel-clip-vertical {
    width: 100%;
    min-height: 39px;
    max-height: 78px;
}

.jcarousel-skin-rightEvents .jcarousel-item {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 15px;
}

.jcarousel-skin-rightEvents .jcarousel-item-vertical {
}

.jcarousel-skin-rightEvents .jcarousel-item-placeholder {
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-rightEvents .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-rightEvents .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-rightEvents .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-rightEvents .jcarousel-next-disabled-vertical,
.jcarousel-skin-rightEvents .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-rightEvents .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-rightEvents .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-rightEvents .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-rightEvents .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-rightEvents .jcarousel-prev-disabled-vertical,
.jcarousel-skin-rightEvents .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-rightEvents .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
