@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/background-new.jpg);
	background-repeat:repeat-x;
	background-color:#3c3c3c;
	margin:0px;
	padding:0px;
}
.bodyframe {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
	height:auto;
}
.top-bar {
	text-align:center;
	background-color:#a3a4a8;
	height:12px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:9999;
}
.top-bar-mid {
	width:auto;
	height:12px;
	position:relative;
}
.top-bar-shadow {
	height:4px;
	width:auto;
	background:url(/images/top-bar-shadow.png) repeat-x;
	position:relative;
	top:0px;
}
.left-bar {
	float:left;
	background-image:none;
	background-repeat:no-repeat;
	width:181px;
	min-height:800px;
	margin:0px 7px 0px 0px;
	padding-left:2px;
}
.logo {
	width:168px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-left:7px;
}
.pointer {
	cursor:hand;
	cursor:pointer;
}
.social-networks {
	float:left;
	width:178px;
	height:66px;
	padding:24px 0px 0px 4px;
}
.social-networks2 {
	float:left;
	width:180px;
	height:66px;
	padding:8px 0px 0px 1px;
}
.register-side {
	float:left;
	width:174px;
	margin:11px 0px 0px 4px;
}
.register-button {
	background:url(/images/register-button.png) no-repeat 0 0;
	cursor:pointer;
	float:left;
	width:168px;
	height:84px;
	margin:11px 0px 0px 6px;
	text-decoration:none;
}
.register-button:hover {
	background-position:0 -98px;
	text-decoration:none;
}
/***Navigation***/
#navigation {
	float:left;
	width:168px;
	height:auto;
	padding:22px 0px 0px 6px;
	z-index:5;
 *z-index:0;
}
#navList {
	width:168px;
	height:auto;
	position:relative;
	background:none;
	border:none;
	z-index:3;
}
#nav {
	padding:0;
	margin:0;
	list-style:none;
	width:168px;
	height:auto;
}
/***Mid Button***/
#nav li.main-li {
	float:left;
	height:29px;
	width:168px;
	position:relative;
	background:url(/images/nav-mid.png);
}
#nav li.main-li a.main-a {
	display:block;
	height:29px;
	line-height:34px;
	padding-left:15px;
	text-decoration:none;
	font-size:12px;
	color:#1a4760;
	font-weight:bold;
	background:none;
}
#nav li.sub a.main-a {
	background: url(/images/arrow.png) no-repeat 143px 12px;
	width:165px !important;
}
/**Top Button***/
#nav li.main2-li {
	float:left;
	height:31px;
	width:168px;
	background:url(/images/nav-mid.png);
}
#nav li.main2-li a.main2-a {
	display:block;
	height:31px;
	line-height:36px;
	padding-left:15px;
	text-decoration:none;
	font-size:12px;
	color:#1a4760;
	font-weight:bold;
	background:none;
}
#nav li.sub a.main2-a {
	background: url(/images/arrow.png) no-repeat 140px 12px;
}
/***Bottom Button***/
#nav li.main3-li {
	float:left;
	height:31px;
	width:168px;
	background:url(/images/nav-mid.png);
}
#nav li.main3-li a.main3-a {
	display:block;
	height:31px;
	line-height:36px;
	padding-left:15px;
	text-decoration:none;
	font-size:12px;
	color:#1a4760;
	font-weight:bold;
	background:none;
}
#nav li.sub a.main3-a {
	background: url(/images/arrow.png) no-repeat 140px 12px;
}
/*----------New Drop------------*/
#nav ul.drop {
	width:150px;
	height:auto;
	border-radius:5px;
	border:solid 1px #4f839a;
	background:#fff;
	position:absolute;
	left:-99999px;
	margin:0px;
	padding:5px;
	list-style:none;
	top:-9999px;
	z-index:40px;
}
#nav li.main-li:hover > ul.drop {
	position:absolute;
	left:172px;
	top:0px;
}
#nav ul.drop li {
	padding:2px 2px 0px 7px;
	height:21px;
}
#nav ul.drop li a {
	display:block;
	width:100%;
	padding:3px 3px 0px 0px;
	height:21px;
	font-size:12px;
	color:#07496d;
	text-decoration:none;
}
#nav ul.drop li:hover {
	background:#cfe3ee;
}
/***Nav Rollover***/
#nav li a:hover {
	width:18px;
	color:#930000;
	z-index:40;
}
#nav li.main-li:hover {
	background: url(/images/nav-mid-roll.png) no-repeat;
}
#nav li.main-li:hover > a {
	width:155px;
	height:29px;
	background: url(/images/arrow.png) no-repeat 143px 12px;
	color:#1a4760;
	margin-left:0px;
	padding-left:15px;
	line-height:34px;
	margin-top:0px;
}
#nav li.main2-li:hover > a {
	width:168px;
	background: url(/images/nav-top-roll.png) no-repeat;
	color:#1a4760;
}
#nav li.main3-li:hover > a {
	width:168px;
	background: url(/images/nav-bot-roll.png) no-repeat;
	color:#1a4760;
}
#nav li.sub a:hover {
	border-right:0;
}
#nav li.sub:hover > a {
	border-right:0;
}
#nav :hover div.dropdown {
	left:170px;
	top:0px;
}
#nav div.dropdown-group ul li a:hover {
	color:#000;
	text-decoration:underline;
}
/***End Navigation***/
/***Heading***/
.header {
	float:left;
	width:769px;
	height:171px;
	margin-bottom:11px;
	margin-top:-6px;
}
.flashshadow1 {
	margin-top:10px;
	background:#000;
	padding-left:2px;
	padding-top:2px;
	height:343px;
	width:760px;
}
.flashshadow2 {
	margin-top:10px;
	background:#000;
	padding-left:2px;
	padding-top:2px;
	height:335px;
	width:739px;
}
.body-content {
	position:relative;
	float:left;
	margin: 0px 0px 0px 3px;
	float:left;
	width:796px;
}
interior-shadow {
	padding-left:12px;
	padding-top:10px;
	width:796px;
	height:auto;
}
.interior-shadow-mid {
	padding-left:13px;
	padding-top:10px;
	padding-bottom:7px;
	width:782px;
	margin-bottom:30px;
	min-height:584px;
	float:left;
	border: 1px #ccc solid;
	background:#fff;
	border-radius:0px 0px 5px 5px;/*background: url(/images/body-shadow.jpg) repeat-y;*/
}
.interior-shadow-bot {
	width:789px;
	height:auto;
	margin-bottom:15px;
}
.body-content-top {
	float:left;
	width:769px;
	height:9px;
}
/*.body-content h1 {
	width:170px;
	position:absolute;
	text-align:center;
	left:8px;
	top:9px;
	font-size:15px;
	color:#ffffff;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}*/
.body-content-mid {
	padding:2px 0px 5px 2px;
	float:left;
	width:769px;
	height:auto;
	/*background-image:url(/images/body-mid.png);*/
	background-repeat:repeat-y;
}
.body-content-mid-clear {
	padding:2px 15px 5px 2px;
	float:left;
	width:749px;
	height:auto;
	/*background-image:url(/images/body-mid.png);*/
	background-repeat:repeat-y;
}
.body-content-mid-clear p {
	line-height:17px;
	font-size:13px;
	margin:10px 0px 0px 0px;
	padding:0px;
}
.body-content h1 {
	font-size:17px;
	color:#355e8c;
	font-weight:bold;
	margin:4px 0px -5px 0px;
	padding:0px;
}
.body-content h2 {
	font-size:15px;
	color:#355e8c;
	font-style:italic;
	font-weight:bold;
	margin:10px 0px -8px 0px;
	padding:0px;
}
.standout {
	position:relative;
	width:761px;
	background:url(/images/standout.png);
	height:50px;
	float:left;
	margin:15px 0px 5px -13px;
}
.body-content h3 {
	font-size:18px;
	color:#930000;
	font-weigh:bold;
	margin:15px 0px 0px 0px;
	padding:0px;
	width:398px;
	text-align:center;
	float:left;
}
.body-content h4 {
	font-size:18px;
	color:#930000;
	font-weigh:bold;
	margin:15px 0px 0px 24px;
	padding:0px;
	width:auto;
	text-align:left;
	float:left;
}
.body-content-mid p {
	line-height:17px;
	font-size:13px;
	color:#000;
	margin:10px 15px 0px 0px;
	padding:0px;
}
.questions {
	line-height:17px;
	font-size:15px;
	font-weight:bold;
	color:#444 !important;
	margin:10px 25px -10px 0px !important;
	padding:0px;
	text-transform:uppercase;
}
.body-content-mid p a {
	color:#355e8c;
}
.class-head {
	width:100%;
	font-size:14px !important;
	color:#355e8c !important;
	font-style:normal !important;
	font-weight:bold !important;
	margin:2px 0px -2px 10px !important;
	padding:0px;
}
.body-content-mid ul {
	position:relative;
	left:25px;
	width:auto;
	font-size:13px;
	color:#355e8c;
	margin:3px 0px 0px 0px;
	padding:0px 30px 0px 0px;
}
.body-content ul a {
	color:#355e8c;
}
.body-content li {
	padding-top:1px;
}
.body-content-bot {
	float:left;
	width:769px;
	height:10px;
	margin-bottom:15px;
}
.rounded-blue {
	margin: 10px 0px 0px 0px;
	float:left;
	width:750px;
}
.rounded-blue-top {
	background-image:url(/images/rounded-blue-top.png);
	background-repeat:no-repeat;
	float:left;
	width:750px;
	height:30px;
}
.rounded-blue-top h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:7px 0px 0px 13px;
	color:#fff;
}
.rounded-blue-mid {
	padding:10px 0px 4px 13px;
	float:left;
	width:750px;
	height:auto;
	background-image:url(/images/rounded-blue-mid.png);
	background-repeat:repeat-y;
}
.rounded-blue-mid ul {
	float:left;
	width:480px;
	margin:0px 0px 0px 0px;
}
.rounded-blue-mid li {
	font-size:14px;
	color:#000;
	list-style:inside;
	margin:0px 0px 0px 20px;
	padding-top:2px;
}
.bullet-red {
	color:#930000 !important;
	list-style:none !important;
	margin:0px !important;
	font-weight:bold !important;
}
.rounded-blue-bot {
	float:left;
	width:750px;
	height:6px;
}
/***Tabs***/
ul.tabs {
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style: none;
	height: 27px;
	width: 100%;
	text-align:center;
	color:#000 !important;
}
ul.tabs li {
	font-size:10px;
	text-transform:uppercase;
	float: left;
	margin: 0;
	padding: 0;
	height: 27px;
	width:199px;
	line-height: 28px;
	margin-bottom: -1px;
	margin-left:-15px;
	background:url(/images/tab-roll.png) no-repeat;
	overflow: hidden;
	position: relative;
	color:#000 !important;
	z-index:1;
}
.first {
	font-size:12px;
	float: left;
	margin: 0;
	padding: 0;
	height: 27px;
	width:190px;
	line-height: 28px;
	margin-bottom: -1px;
	margin-left:0px !important;
	background:url(/images/tab-roll.png) no-repeat;
	overflow: hidden;
	position: relative;
	color:#000 !important;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	font-size:11px;
	outline: none;
}
ul.tabs li a:hover {
	background:url(/images/tab-roll1.png) no-repeat;
	color:#000 !important;
	margin-left:0px;
}
html ul.tabs li.active {
	background:url(/images/tab.png) no-repeat;
	color:#930000 !important;
	margin-left:-15px;
	z-index:2;
	font-size:12px;
}
html ul.tabs li.active a {
	color:#930000 !important;
	font-size:12px;
}
html ul.tabs li.active a:hover {
	background:url(/images/tab.png) no-repeat;
	color:#930000 !important;
	margin-left:0px;
}
.tabs-container {
	margin: -2px 0px 0px 0px;
	float:left;
	width:771px;
	clear: both;
}
.tabs-container-top {
	float:left;
	width:768px;
	height:4px;
}
.tabs-container-mid {
	padding:2px 0px 5px 9px;
	float:left;
	width:765px;
	height:auto;
	background-image:url(/images/tab-mid.jpg);
	background-repeat:repeat-y;
}
.tabs-container-bot {
	float:left;
	width:769px;
	height:10px;
	z-index:1;
}
.tab_content {
	position:relative;
	float:left;
	width:709px;
	height:399px;
	background-image:url(/images/tab-mid.jpg);
	background-repeat:repeat-y;
	padding: 10px 45px 5px 12px;
	font-size: 1.2em;
	overflow:hidden;
}
.tab_content h2 {
	font-size:16px !important;
	color:#355e8c;
	font-weight: bold;
	margin:10px 0px -4px 0px;
	padding:0px 0px 0px 0px;
	/*border-bottom: 1px dashed #ddd;*/
	font-size: 1.8em;
}
.tab_content h3 {
	font-size:15px !important;
	color:#355e8c !important;
	font-weight: bold !important;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:none !important;
	text-align:left !important;
	width:auto !important;
}
.tab_content p {
	font-size:14px;
	line-height:17px;
	color:#000;
	margin-top:10px;
}
.tab_content ul {
	font-size:14px;
	color:#355e8c;
	margin:3px 0px 15px 40px;
	position:relative;
	line-height:17px;
	left:30px;
}
.tab_content ul.one-line li {
	padding-top:2px;
}
.tab_content li {
	padding-top:7px;
}
.tab_content ul a {
	color:#355e8c;
}
.tab_content h3 a {
	color: #355e8c;
}
.images-tab {
	width:305px;
	float: left;
	position:relative;
	margin: 10px 15px 5px 0px;
	border: 1px solid #000;
	padding: 0px;
}
.apprentice-full-ad {
	float:left;
	width:768px;
	height:auto;
	margin-top:6px;
}
.adContainer {
	width:766px;
	height:145px;
	float:left;
	margin-top:29px;
}
.adLeft {
	text-decoration:none;
	background:url(/images/adLeft.jpg) 0px 0px no-repeat;
	width:292px;
	height:145px;
	float:left;
}
.adLeft:hover {
	background-position:0px -145px;
}
.adLeft1 {
	text-decoration:none;
	background:url(/images/dvdBanner.png) 0px 0px no-repeat;
	width:584px;
	height:147px;
	float:left;
}
/*.adLeft1:hover {
	background-position:0px -145px;
}*/
.slider3 {
	text-decoration:none;
	width:168px;
	height:145px;
	float:left;
	margin-left:11px;
	position: relative;
}
.slider3 img {
	display: none;
	position: absolute;
}
.adRight {
	text-decoration:none;
	background:url(/images/adRight.jpg) no-repeat;
	width:292px;
	height:145px;
	float:left;
}
.adRight:hover {
	background-position:0px -145px;
}
.adDVD {
	text-decoration:none;
	width:168px;
	height:145px;
	float:left;
	margin-left:11px;
}
.adDVD:hover {
	background-position:0px -145px;
}
.apprentice-ad {
	width:766px;
	height:auto;
	float:left;
	margin-top:29px;
}
.apprentice-top {
	width:766px;
	height:5px;
	float:left;
}
.apprentice-mid {
	width:766px;
	height:140px;
	float:left;
}
.apprentice-bot {
	width:766px;
	height:93px;
	float:left;
}
/***Carousel***/
.carousel {
	margin:7px 0px -7px -104px;
	width:940px;
	height:391px;
}
.cities {
	margin:-3px 0px 0px -56px !important;
	padding:0px;
	float:left;
}
.flip {
	position:absolute;
	left:377px;
	top:63px;
 *top:55px;
	padding:8px 3px 3px 2px;
	width:396px;
	height:334px;
	z-index:999999;
}
.flip-content {
	font-size:12px;
	color:#fff;
	padding:2px;
}
.flip-top {
	float:left;
 *margin-bottom:-3px !important;
	margin:0px;
	padding:0px;
	background:url(/images/flip-top.png) no-repeat;
	width:387px;
	height:32px;
}
.flip-top h1 {
	font-size:16px !important;
	color:#000 !important;
	margin:0px !important;
	width:383px !important;
	padding:9px 0px 0px 0px !important;
	text-align:center !important;
	text-transform:uppercase;
}
.flip-mid {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	background: url(/images/flip-mid.jpg);
	width:387px;
	height:280px;
}
.flip-bot {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(/images/flip-bot.png) no-repeat;
	width:387px;
	height:8px;
 *margin-top:-3px;
}
.flip-table-head {
	color:#930000;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.flip-table-mid {
	line-height:18px;
	font-size:11px;
}
.flip-table {
	left:0px !important;
	float:left !important;
	margin:2px 0px 0px 0px !important;
	padding:5px 0px 2px 4px !important;
	width:381px !important;
	height:auto;
	list-style:none !important;
	display:inline !important;
}
.flip-table li {
	font-size:12px !important;
	color:#000 !important;
	float:left !important;
	height:18px !important;
	padding-top:0px !important;
}
.flip-table-dark {
	background:#dee6ea;
	left:0px !important;
	float:left !important;
	margin:2px 0px 0px 2px !important;
	padding:7px 0px 1px 2px !important;
	width:381px !important;
	height:auto;
	list-style:none !important;
	display:inline !important;
}
.flip-table-dark li {
	font-size:12px !important;
	color:#000;
	float:left !important;
	height:21px !important;
}
.flip-mid h3 {
	color:#930000 !important;
	font-weight:bold;
	font-style:normal;
	font-size:12px !important;
	margin:10px 0px 0px 6px;
	padding:0px;
	text-align:left !important;
}
.flip-table-date {
	float:left !important;
	width:85px !important;
	line-height:18px !important;
	margin:0px 0px 0px 5px !important;
	font-weight:bold !important;
}
.flip-table-class {
	float:left !important;
	width:225px !important;
	height:18px !important;
	overflow:hidden !important;
	line-height:18px !important;
}
.flip-table-button {
	margin-top:-2px !important;
	float:left !important;
	width:59px !important;
}
.flip-table-date-soldout {
	color:#999 !important;
	float:left !important;
	width:85px !important;
	line-height:18px !important;
	margin:0px 0px 0px 5px !important;
	font-weight:bold !important;
}
.flip-table-class-soldout {
	color:#999 !important;
	float:left !important;
	width:225px !important;
	height:18px !important;
	overflow:hidden !important;
	line-height:18px !important;
}
.flip-table-button-soldout {
	margin-top:-2px !important;
	float:left !important;
	width:59px !important;
}
.button-roll {
	background:url(/images/flip-button.png) -60px -0px no-repeat;
	float:left !important;
	width:59px !important;
	height:20px !important;
}
.button-roll:hover {
	background:url(/images/flip-button.png) -1px 0px no-repeat;
	text-decoration:none;
}
.flip-mid p, .flip-mid p a {
	font-size:12px;
	float:left;
	width:110px;
	color:#00418C;
	margin:3px 0px 0px 135px;
	padding:0px;
	text-decoration:underline;
}
/***End Carousel***/
/***Scalable Buttons***/
.multi-button {
	margin-top:7px !important;
}
a.multi-button span {
	background: transparent url(/images/button-left.png) no-repeat 0 0;
	display: block;
	height:40px;
	line-height: 24px;
	padding: 2px 0 5px 11px;
	color: #fff;
	font-weight:bold;
}
a.multi-button {
	background: transparent url(/images/button-right.png) no-repeat top right !important;
	display: block !important;
	float: right !important;
	height: 47px !important;
	margin:0px 6px 0px 0px !important;
	padding:0px 11px 0px 0px !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px !important;
	font-weight:bold;
	text-transform:uppercase;
}
a.multi-button:hover span {
	background-position: 0 -46px !important;
	color: #fff;
}
a.multi-button:hover {
	background-position: right -46px !important;
}
.button-right {
	float:right;
	text-align:right !important;
	width:789px !important;
	height:40px;
	margin:15px 28px 0px 0px !important;
	padding:0px;
}
.button-right-main {
	position:absolute;
	right:7px;
	bottom:0px;
	float:right;
	text-align:right !important;
	width:389px !important;
	margin:0px 5px 0px 0px !important;
	padding:0px;
}
/***Blue Background***/
.multi-button-blue {
	margin-top:7px !important;
}
a.multi-button-blue span {
	background: transparent url(/images/button-left-blue.png) no-repeat 0 0;
	display: block;
	height:40px;
	line-height: 24px;
	padding: 2px 0 5px 11px;
	color: #fff;
	font-weight:bold;
}
a.multi-button-blue {
	background: transparent url(/images/button-right-blue.png) no-repeat top right !important;
	display: block !important;
	float: right !important;
	height: 47px !important;
	margin:0px 6px 0px 0px !important;
	padding:0px 11px 0px 0px !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px !important;
	font-weight:bold;
	text-transform:uppercase;
}
a.multi-button-blue:hover span {
	background-position: 0 -46px !important;
	color: #fff;
}
a.multi-button-blue:hover {
	background-position: right -46px !important;
}
.button-blue {
	float:left;
	text-align:right !important;
	width:229px !important;
	height:38px;
	margin:10px 0px 0px -16px !important;
	padding:0px;
	overflow:hidden;
}
.button-blue-right {
	float:left;
	text-align:right !important;
	width:auto;
	position:absolute;
	bottom:1px;
	right:70px;
	height:38px;
	margin:10px 0px 0px -16px !important;
	padding:0px;
	overflow:hidden;
}
/***Blue***/
.button-small {
	float:left;
	width:58px;
	height:25px;
	margin:7px 0px 0px -1px !important;
 *float:none;
	padding:0px;
}
.button-b {
	float:right;
	text-align:right !important;
	width:789px !important;
	height:25px;
	margin:15px 0px 0px 0px !important;
	padding:0px;
}
.multi-button-b {
	margin-top:7px !important;
}
a.multi-button-b span {
	background: transparent url(/images/button-left-b.png) no-repeat 0 0;
	display: block;
	height:17px;
	line-height: 20px;
	padding: 2px 0 5px 11px;
	color: #fff;
	font-weight:bold;
}
a.multi-button-b {
	background: transparent url(/images/button-right-b.png) no-repeat top right !important;
	display: block !important;
	float: right !important;
	height: 23px !important;
	margin:0px 6px 0px 0px !important;
	padding:0px 11px 0px 0px !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px !important;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
a.multi-button-b:hover span {
	background-position: 0 -23px !important;
	color: #fff;
}
a.multi-button-b:hover {
	background-position: right -23px !important;
}
/***End Scalable Button***/

/***Image Gallery***/
#page-wrap {
	width: 350px;
	height:300px;
	margin: 5px 15px 0px 0px;
	float:left;
}
.slider-wrap {
	width: 350px;
	height:235px;
	border:1px solid #000;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 350px;
	height: 242px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 350px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	border: 1px solid black;
	margin-right: 0px;
	margin-top:0px;
	width:54px;
	height:43px;
}
#movers-row {
	margin: 0px 0px 0px -1px;
	width:388px;
	height:80px;
	float:left;
}
#movers-image {
	float:left;
}
#movers-row div {
	float: left;
}
#movers-row div a.cross-link {
	float: right;
}
.photo-meta-data {
	background: url(/images/gallery/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	color: white;
	font-size:14px;
	font-weight:bold;
}
.photo-meta-data span {
	font-size: 12px;
	font-weight:normal;
}
.cross-link {
	float:left;
	display: block;
	width: 59px;
	height:43px;
	margin-top: -14px;
	position: relative;
	padding-top: 15px;
	z-index: 1;
}
.active-thumb {
	background: transparent url(/images/gallery/icon-uparrowsmallwhite.png) top center no-repeat;
}
/***End Image Gallery***/
#backgroundPopup {
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1000;
	display: none;
}
.testbar {
	background:#000;
	width:auto;
	height:64px;
	color:#fff;
	text-align:center;
	margin:-17px 0px 0px 0px;
	padding:8px 0px 0px 0px;
}
.testbar a {
	color:#fff;
}
/***Search Bot***/
.search {
	margin: 10px 0px 0px 0px;
	float:left;
	width:764px;
}
.search-top {
	background-image:url(/images/search-top.jpg);
	background-repeat:no-repeat;
	float:left;
	width:764px;
	height:29px;
}
.search-top h2 {
	float:left;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin:0px;
	padding:6px 0px 0px 10px;
	color:#fff;
}
.search-mid {
	padding:7px 0px 4px 13px;
	float:left;
	width:764px;
	height:auto;
	background-image:url(/images/search-mid.jpg);
	background-repeat:repeat-y;
}
.search-mid ul {
	float:left;
	width:480px;
	margin:0px 0px 0px 0px;
}
.search-mid li {
	font-size:14px;
	color:#000;
	list-style:inside;
	margin:0px 0px 0px 20px;
	padding-top:2px;
}
.search-bot {
	float:left;
	width:764px;
	height:6px;
}
.search-drop {
	float:left;
	width:auto;
	height:auto;
	display:inline-block;
}
.searchLabel-left {
	display:block;
	margin-left:0px;
	margin-right:10px;
	width:55px !important;
	height:15px;
	text-align:right;
	float:left;
}
.searchLabel {
	margin-left:12px;
}
/***Search Tabs***/
.search-tab-top {
	float:left;
	background:url(/images/cities.jpg) no-repeat;
	width:764px;
	height:27px;
}
.search-tab-top ul {
	float:left;
	width:645px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#355e8c;
	margin:0px 0px 0px -13px;
	padding:0px;
}
.search-tab-top li {
	font-weight:normal;
	padding:5px 0px;
	float:left;
	display:inline;
	padding:7px 17px 5px 16px;
	list-style:none;
	background-image:url(images/topnav-pipe.png);
	background-repeat:no-repeat;
	background-position:right 0;
}
.search-tab-top li a {
	height:30px;
	margin:0px 2px 0px 3px;
	color:#355e8c;
	text-decoration:none;
}
.search-tab-top li a:hover {
	height:30px;
	color:#355e8c;
	text-decoration:underline;
}
.search-tab-top li.active {
	margin-left:-2px !important;
	height:30px;
	color:#fff !important;
	font-weight:bold;
	text-decoration:underline;
	background:url(/images/city-selected.jpg) repeat-x;
}
.search-tab-top li.active a {
	color:#fff !important;
}
.search-tab-top p {
	display:block;
	width:106px;
	height:27px;
	float:left;
	margin:6px 0px 0px 10px;
}
.refine-fix {
	background-image:none !important;
}
#tab-search {
	list-style-type: none;
	margin-left:-25px;
 *left:0px !important;
}
#tab-search li {
	float: left;
	position: relative;
}
#tab-search li a {
	display: block;
	width: 193px;
	line-height: 22px;
	height:21px;
	text-align: center;
	color: #4f4f4f;
	background: transparent url(/images/search-tabs.png) 0px -25px no-repeat;
	text-decoration:none !important;
}
#tab-search li a:hover {
	text-decoration: none;
	background: transparent url(/images/search-tabs.png) 0px -50px no-repeat;
	color:#333;
}
#tab-search li.active a {
	font-weight:bold;
	color: #fff;
	background: transparent url(/images/search-tabs.png) 0 0 no-repeat;
}
#tab-search li.active {
	z-index:2;
	cursor:default !important;
}
#tab-search li span {
	margin-left:-13px;
}
#tab-search-1 {
	left: 0px;
	z-index:2;
}
#tab-search-2 {
	left: -17px;
	z-index:1;
}
#tab-search-3 {
	left: -34px;
	z-index:0;
}
/***End Search Tabs***/
.viewing {
	margin:-5px 0px 5px 0px !important;
	font-weight:bold !important;
	font-size:13px !important;
	color:#355E8C !important;
}
.results {
	border-top: 1px dashed #ddd;
	margin: 15px 0px 0px 0px;
	padding-top:15px;
	float:left;
	width:764px;
}
.results-top {
	background-image:url(/images/results-top.jpg);
	background-repeat:no-repeat;
	float:left;
	width:764px;
	height:29px;
}
.results-top h2 {
	float:left;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:6px 0px 0px 10px;
	color:#fff;
}
.results-mid {
	padding:0px 0px 4px 0px;
	float:left;
	width:764px;
	height:auto;
	background-image:url(/images/results-mid.jpg);
	background-repeat:repeat-y;
}
.results-bot {
	float:left;
	width:764px;
	height:6px;
}
.results-mid li {
	padding-top:2px !important;
}
.results-light {
	float:left !important;
	margin:2px 0px 0px -23px !important;
	padding:5px 0px 2px 2px !important;
	width:758px !important;
	height:auto;
	list-style:none !important;
	display:inline !important;
}
.results-light li {
	list-style:none !important;
	font-size:12px !important;
	color:#000;
	float:left !important;
	height:18px !important;
}
.results-dark {
	background:#dee6ea;
	float:left;
	margin:2px 0px 0px -23px !important;
	padding:5px 0px 1px 2px !important;
	width:758px !important;
	height:auto;
	list-style:none;
	display:inline;
}
.results-dark li {
	list-style:none;
	font-size:12px !important;
	color:#000;
	float:left;
	height:21px !important;
}
.results-mid h3 {
	color:#930000;
	font-weight:bold;
	font-style:normal;
	font-size:12px !important;
	text-transform:uppercase;
	margin:10px 0px 0px 5px;
	padding:0px;
}
.results-event {
	float:left !important;
	width:45px !important;
	line-height:18px !important;
	margin:0px 0px 0px 5px !important;
	font-weight:bold !important;
}
.results-date {
	float:left !important;
	width:90px !important;
	line-height:18px !important;
	margin:0px 0px 0px 5px !important;
	font-weight:normal !important;
}
.results-city {
	float:left !important;
	width:120px !important;
	line-height:18px !important;
}
.results-class {
	float:left !important;
	width:215px !important;
	line-height:18px !important;
	overflow:hidden !important;
}
.results-seats {
	float:left !important;
	width:23px !important;
	text-align:right !important;
	margin-right:39px !important;
	line-height:18px !important;
}
.results-price {
	font-weight:bold;
	color:#093 !important;
	float:left !important;
	width:73px !important;
	line-height:18px !important;
}
.results-list {
	font-weight:normal;
	text-decoration:line-through;
	color:#000 !important;
	float:left !important;
	width:73px !important;
	line-height:18px !important;
}
.results-available {
	font-weight:bold;
	color:#093 !important;
	float:left !important;
	width:101px !important;
	line-height:18px !important;
}
.results-soldout {
	font-weight:bold;
	/*color:#900 !important;*/
	float:left !important;
	width:101px !important;
	line-height:18px !important;
}
.results-button {
	margin-top:-3px !important;
	float:left !important;
	width:59px !important;
	text-decoration:none !important;
}
/***Soldout***/
.soldout-event {
	color:#999 !important;
	float:left !important;
	width:45px !important;
	line-height:18px !important;
	margin:0px 0px 0px 5px !important;
	font-weight:bold !important;
}
.soldout-date {
	color:#999 !important;
	float:left !important;
	width:90px !important;
	line-height:18px !important;
	margin:0px 0px 0px 5px !important;
	font-weight:normal !important;
}
.soldout-city {
	color:#999 !important;
	float:left !important;
	width:120px !important;
	line-height:18px !important;
}
.soldout-class {
	color:#999 !important;
	float:left !important;
	width:215px !important;
	line-height:18px !important;
	overflow:hidden !important;
}
.soldout-class a {
	color:#999 !important;
}
.soldout-seats {
	color:#999 !important;
	float:left !important;
	width:23px !important;
	text-align:right !important;
	margin-right:39px !important;
}
.soldout-price {
	color:#999 !important;
	font-weight:bold;
	float:left !important;
	width:73px !important;
	line-height:18px !important;
}
.soldout-list {
	color:#999 !important;
	font-weight:normal;
	text-decoration:line-through;
	float:left !important;
	width:73px !important;
	line-height:18px !important;
}
.soldout-button {
	margin-top:-2px !important;
	float:left !important;
	width:59px !important;
	text-decoration:none !important;
}
/***End Serach Bot***/

.button-roll, .button-roll a {
	background:url(/images/flip-button.png) -60px -0px no-repeat;
	float:left !important;
	width:59px !important;
	height:20px !important;
	text-decoration:none !important;
}
.button-roll:hover {
	background:url(/images/flip-button.png) -1px 0px no-repeat;
	text-decoration:none !important;
}
.results-mid p, .results-mid p a {
	font-size:12px;
	float:left;
	width:100px;
	color:#00418C;
	margin:3px 0px 0px 0px;
	padding:0px;
}
.results-bar {
	font-size:10px;
	margin:0px 0px 0px 2px;
	padding:3px 0px 0px 0px;
	background:#eaedef;
	width:759px;
	height:20px;
}
.results-bar ul {
	padding:0px;
	margin:0px 0px 0px -19px;
	list-style:none;
	display:inline;
	float:left;
}
.results-bar li {
	font-size:11px !important;
	font-style:italic;
	text-decoration:underline;
	padding:0px;
	margin:0px;
	float:left;
	color:#222 !important;
}
.bar-event {
	width:50px;
}
.bar-date {
	width:90px;
}
.bar-city {
	width:120px;
}
.bar-class {
	width:204px;
}
.bar-seats {
	width:71px;
}
.bar-list {
	width:71px;
}
.bar-price {
	width:100px;
}
/***jquery tooltip***/
#tooltip {
	font-size:14px;
	line-height:17px;
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:7px;
	color:#333;
	display:none;
	width:300px;
}
/***End***/
/***Skill Class Pages***/
.skills {
	border-top: 1px dashed #ddd;
	margin: 15px 0px 0px 0px;
	padding-top:15px;
	float:left;
	width:764px;
}
.skills-top {
	background-image:url(/images/results-top.jpg);
	background-repeat:no-repeat;
	float:left;
	width:764px;
	height:29px;
}
.skills-top h2 {
	float:left;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin:0px;
	padding:6px 0px 0px 10px;
	color:#fff;
}
.skills-mid {
	padding:10px 10px 4px 10px;
	float:left;
	width:764px;
	height:auto;
	background-image:url(/images/results-mid.jpg);
	background-repeat:repeat-y;
}
.skills-mid p {
	font-size:14px;
	width:auto;
	margin:0px;
	padding:0px 20px 0px 0px;
}
.skills-bot {
	float:left;
	width:764px;
	height:6px;
}
.skill-image {
	width:200px;
	height:200px;
	float:left;
	border:1px #999999 solid;
	margin:0px 10px 0px 0px;
}
.button-skills {
	float:right;
	text-align:right !important;
	width:auto;
	margin:0px 15px -5px 0px !important;
	padding:0px;
}
/***Image Slider***/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	border: none;
}
.container2 {
	clear:both;
	font: 10px normal Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 753px;
	margin:10px 0px 0px 0px;
}
#main {
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.container2 p a {
	color: #e72732;
	padding-left:5px;
	font-style:italic;
}
/*--Main Image Preview--*/
.main_image {
	width: 510px;
	height: 300px;
	float: left;
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.block {
	width:100%;
	height:auto;
	color:#fff;
	margin:0px;
	position:absolute;
	bottom:0px;
	left:0px;
	background: url(/images/gallery/transpBlack.png);
	padding-bottom:7px;
}
.main_image h2 {
	width:350px !important;
	color:#fff !important;
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 0px 10px !important;
}
.main_image p {
	font-size: 1.2em !important;
	padding: 5px 10px 0px 10px !important;
	margin: 0 !important;
	line-height: 1.4em !important;
	font-weight:300;
}
.image_thumb {
	float: left;
	width: 241px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.container2 .image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container2 .image_thumb ul li {
	margin: 0;
	padding: 0px;
	background: #f0f0f0 url(/images/nav_a.gif) repeat-x;
	width: 240px;
	height:41px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.container2 .image_thumb ul li:hover {
	background: #ddd;
	cursor: pointer;
}
.container2 .image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li a {
	display:block;
	font-weight: bold !important;
	margin: 0px 0px 0px 0px !important;
	padding: 13px 0px 0px 10px !important;
	width:230px !important;
	height:26px;
	font-size: 13px;
	text-decoration:none;
}
/***News Feed***/
.news {
	border-top: 1px dashed #ddd;
	margin: 15px 0px 0px 0px;
	padding-top:15px;
	float:left;
	width:764px;
	height:auto;
}
.news-top {
	background-image:url(/images/results-top.jpg);
	background-repeat:no-repeat;
	float:left;
	width:764px;
	height:29px;
}
.news-top h2 {
	float:left;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin:0px;
	padding:6px 0px 0px 10px;
	color:#fff;
}
.news-mid {
	padding:0px 0px 4px 0px;
	float:left;
	width:764px;
	height:auto;
	background-image:url(/images/results-mid.jpg);
	background-repeat:repeat-y;
}
.news-bot {
	float:left;
	width:764px;
	height:6px;
}
.news-mid li {
	padding-top:2px !important;
}
.news-light {
	float:left !important;
	margin:2px 0px 0px -23px !important;
	padding:5px 0px 2px 2px !important;
	width:760px !important;
	height:100% !important;
	list-style:none !important;
	display:inline !important;
}
.news-light li {
	list-style:none !important;
	color:#000;
	float:left !important;
}
.news-dark {
	background:#dee6ea;
	float:left;
	margin:2px 0px 0px -23px !important;
	padding:5px 0px 1px 2px !important;
	width:758px !important;
	height:auto !important;
	list-style:none;
	display:inline;
}
.news-dark li {
	list-style:none;
	color:#000;
	float:left;
	height:auto !important;
}
.news-mid h3 {
	color:#930000;
	font-weight:bold;
	font-style:normal;
	font-size:12px !important;
	text-transform:uppercase;
	margin:10px 0px 0px 5px;
	padding:0px;
}
.news-date {
	float:left !important;
	width:100px !important;
	line-height:18px !important;
	margin:0px 0px 0px 5px !important;
	font-weight:bold !important;
	font-size:12px !important;
	text-align:right;
	color:#355E8C !important;
}
.news-title {
	float:left !important;
	width:638px !important;
	line-height:18px !important;
	font-size:13px !important;
	font-weight:bold !important;
	margin-left:5px !important;
}
.news-description {
	float:left !important;
	width:720px !important;
	line-height:18px !important;
	height:auto !important;
	font-style:italic !important;
	font-size:12px !important;
	padding-left:5px !important;
	padding-top:25px !important;
	padding-bottom:10px !important;
	color:#333 !important;
}
.button-news {
	float:right;
	text-align:right !important;
	width:758px !important;
	height:25px;
	margin:0px 0px 9px 0px !important;
	padding:0px;
}
.article {
	width:725px;
}
.article img {
	float:left !important;
	padding:10px 15px 10px 0px !important;
}
.article p {
	width:auto !important;
}
/*Saving AJAX modal*/

#backgroundSavingPopup {
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 200;
	display: none;
}
#savingContent {
	position: fixed;
	height: 132px;
	width: 196px;
	z-index: 500;
	display: none;
	background-image: url(/images/save.png);
	text-align: center;
}
#savingContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #404f85;
	font-size: 13px;
	line-height: 17px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.save {
	margin: 0 auto;
}
/*End AJAX modal*/

/*Store*/
.tour-button {
	margin-right:8px;
	float:left;
	background:url(/images/tour-button.jpg) 0px 0px no-repeat;
	width:380px;
	height:235px;
}
.tour-button:hover {
	background-position:0px -235px;
	cursor:pointer;
}
.skill-button {
	float:left;
	background:url(/images/skill-button.jpg) 0px 0px no-repeat;
	width:380px;
	height:235px;
}
.skill-button:hover {
	background-position:0px -235px;
	cursor:pointer;
}
.store {
	float:left;
	width:769px;
	height:auto;
}
.store h2 {
	font-size:15px;
	color:#355e8c;
	font-weight:bold;
	font-style:normal;
	width:533px;
	float:left;
	margin:0px;
	padding:0px;
}
.store .store-title h3 {
	font-size:15px;
	color:#355e8c;
	width:auto;
	font-weight:bold;
	font-style:normal;
	text-align:right;
	margin: 0px;
	padding:0px;
}
.store h4 {
	font-size:18px;
	color:#930000;
	font-weigh:bold;
	margin:0px;
	padding:0px;
	width:auto;
	text-align:center;
	float:left;
}
.store-title {
	margin:5px 0px 0px 177px !important;
	padding-top:5px;
	width:590px;
	height:22px;
	border-bottom:solid 1px #999;
}
.store p {
	width:auto;
	line-height:17px;
	font-size:13px;
	color:#585859;
	font-style:italic;
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 10px;
}
.store p a {
	color:#355e8c;
}
.store ul {
	color:#355e8c;
	display:inline;
	height:20px;
	list-style:none !important;
	width:auto;
 *position: static;
}
.store li {
	float:left;
	margin-top:5px;
}
.store-label {
	color:#000;
	font-size:13px;
	font-weight:bold;
	width:75px;
	margin-left:0px;
}
.store-field {
	color:#000;
	font-size:13px;
	font-weight:normal;
	width:450px;
}
.store-image {
	width:165px;
	height:165px;
	float:left;
	border:1px #666666 solid;
	margin:10px 10px 20px 0px;
}
.google {
	width:765px !important;
	text-align:right;
}
/***Store***/
.indent {
	padding-left:15px !important;
}
.indent li {
	width:100%;
}
.body-content-mid div p.class-head a {
	color:#355E8C !important;
	text-decoration:none;
}
.body-content-mid div p.class-head a:hover {
	text-decoration:underline;
}
.body-content-mid div ul.indent {
	color:#333 !important;
}
/***Google***/
#googleCheckoutLogo {
	width:168px;
 *margin-top:-10px !important;
	z-index:0;
}
#googleCheckoutLogo #badge_container img {
	width:170px !important;
	height:31px !important;
}
.checkoutContainer {
	float:left;
	width:780px;
	margin-top:25px;
}
.checkoutContainer .stepOne {
	background:url(/images/step1.jpg) no-repeat;
	width:257px;
	height:134px;
	float:left;
	position:relative;
}
.checkoutContainer .stepTwo {
	background:url(/images/step2.jpg) no-repeat;
	width:257px;
	height:134px;
	float:left;
	position:relative;
}
.checkoutContainer .stepThree {
	background:url(/images/step3.jpg) no-repeat;
	width:257px;
	height:134px;
	float:left;
	position:relative;
}
.checkoutContainer .gButton {
	position:absolute;
	height:31px;
	bottom:12px;
	left:30px;
	width:185px !important;
	height:41px !important;
}
.checkoutContainer .stepForm {
	position:absolute;
	height:31px;
	bottom:20px;
	left:15px;
}
.checkoutContainer .stepForm label {
	color:#fff;
	display:block;
	width:40px;
	height:20px;
	margin-right:10px;
	margin-top:1px;
	font-weight:bold;
	float:left;
	font-size:12px;
	text-align:right;
}
.checkoutContainer .stepForm input.stepFieldf {
	background:url(/images/watermarkf.png) no-repeat;
	width:156px;
	float:left;
	height:29px;
	border:0px;
	padding-left:7px;
	font-size:14px;
	line-height:29px;
	padding-top:0px;
}
.checkoutContainer .stepForm input.stepFieldl {
	background:url(/images/watermarkl.png) no-repeat;
	width:156px;
	float:left;
	height:29px;
	border:0px;
	padding-left:7px;
	font-size:14px;
	line-height:29px;
	padding-top:0px;
}
.roundedCornersDiv {
	width: 300px;
	height: auto;
	padding: 0;
	background-color: #F5FBEF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float:left;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}
.roundedCornersDiv2 {
	width: 200px;
	height: auto;
	padding: 0;
	background-color: #F5FBEF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float:left;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	padding: 15px 0px 5px 10px;
	margin: 0px 0px 0px 20px;
}
/***End Google***/
.quantity-column {
	font-size:13px;
	color:#355e8c;
	text-align:right;
	padding-right:5px;
}
.item-column {
	font-size:13px;
	color:#355e8c;
}
.slider-hover {
	background:#000;
	background-color:#fff;
	z-index:99999;
}
#nextButton {
	position:absolute;
	right:239px;
	bottom:58px;
	width:17px;
	height:29px;
	background:url(/images/arrow-right.jpg);
	z-index:1;
}
#preButton {
	position:absolute;
	left:237px;
	bottom:58px;
	width:17px;
	height:29px;
	background:url(/images/arrow-left.jpg);
	z-index:1;
}
.bullets {
	font-weight:bold;
	font-size:15px;
	margin-bottom:-2px !important;
}
.ieFix {
	z-index:2;
	width:762px;
	height:414px;
	position:absolute;
	left:1px;
	top:2px;
}
#divRequItems {
	border:1px solid #eee;
	padding:5px 0 0 5px;
	margin:0px;
	width:750px;
}
#divRequItems p {
	padding:0 0 0 10px;
	margin:0px;
}
#divRequItems ul {
	list-style:circle !important;
}
#divRequItems ul li {
	float:none !important;
}
/*****************Footer*******************/
/*html{
   height: 100%;
}
body{
   height: 100%;
}
div.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -190px auto;
}*/
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main1 {overflow:auto;
	padding-bottom: 190px;}  /* must be same height as the footer */

.footer {position: relative;
	margin-top: -190px; /* negative value of footer height */
	height: 190px;
	clear:both;
	background:url(/images/footerTile.jpg) top repeat-x #242424;
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
.footer .footerContain {
	width:990px;
	padding-top:25px !important;
	margin-left:auto;
	margin-right:auto;
}
.footer .footerContain .footerLine {
	width:2px;
	float:left;
	background:url(/images/footerLine.jpg) repeat-y;
	height:140px;
	margin:5px 0px 0px 0px;
}
.footer .footerContain .left {
	width:165px;
	float:left;
}
.footer .footerContain .center {
	width:auto;
	float:left;
}
.footer .footerContain .right {
	width:220px;
	float:left;
}
.footer .footerContain .right h3 {
	font-size:13px;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	padding:0px;
	color:#c11f2c;
}
.footer .footerContain .right p {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	padding:0px;
	color:#d9d7d7;
}
.footer .footerContain .center ul {
	color:#fff;
	padding:0px;
	margin:0px 28px;
	float:left;
	text-decoration:none;
	list-style:none;
	font-size:14px;
}
.footer .footerContain .center a:hover {
	text-decoration:underline !important;
}
.footer .footerContain .center ul a {
	text-decoration:none;
	list-style:none;
	font-size:12px;
	color:#fff;
}
.footer .footerContain .center ul li {
	font-weight:bold;
	margin-top:6px;
	margin-bottom:2px;
}
.footer .footerContain .center ul li ul {
	float:none !important;
	margin:0px;
}
.footer .footerContain .center ul li ul li {
	float:none !important;
	font-weight:normal !important;
	margin-top:2px !important;
	*margin-top:-2px !important;
	margin-left:7px !important;
	text-indent:0px;
	list-style-position:inside;
	padding:0px !important;
	font-size:11px !important;
}
.footer .footerContain .center ul li ul li a {
	font-size:11px;
}
div.nudge {
	height: 0px;
	clear: both;
}
.gray {
	color:#555 !important;
	line-height:18px !important;
}
