@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	padding: 0px;
	background-color: #404a5e;
	text-align: center;
}
#site_wrapper {
	background-color: #4A4D64;
	height: auto;
	width: 1000px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: inherit;
	clear: none;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	white-space: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebars {
	float: left;
	height: auto;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-image: url(../images/sidebar_bck.gif);
}
#middle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #262c3a;
	float: left;
	height: auto;
	width: 980px;
}
#page_header {
	float: left;
	height: 80px;
	width: 980px;
	background-repeat: no-repeat;
	background-image: url(../images/header_bck.gif);
}
#Site_tag {
	text-align: right;
	float: left;
	height: 40px;
	width: 950px;
	padding-right: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #fce200;
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#iconbtns {
	float: left;
	height: 40px;
	width: 250px;
	padding-left: 50px;
}

.topbtns {
	float: left;
	height: 32px;
	width: 32px;
	padding-top: 0px;
	background-repeat: no-repeat;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 9px;
}
.topbtns a span {
  visibility: hidden;
}
#page_tag {
	float: left;
	height: 263px;
	width: 980px;
}
#page_tag_left {
	background-image: url(../images/page_tag_left-back.gif);
	background-repeat: repeat-y;
	float: left;
	height: 263px;
	width: 35px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #2A1F00;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #2A1F00;
}
#page_tag_gary {
	float: left;
	height: 263px;
	width: 218px;
	background-image: url(../images/gary_back.gif);
	background-repeat: repeat-x;
}
#gary_photo {
	float: left;
	height: 263px;
	width: 205px;
	padding-left: 8px;
}

#page_tag_right {
	background-image: url(../images/page_tag_right-back-2.gif);
	background-repeat: repeat-y;
	float: left;
	height: 263px;
	width: 725px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #2A1F00;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #2A1F00;
}
#tagline {
	float: left;
	height: 150px;
	width: 695px;
	padding-top: 85px;
}
#quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #F5F5F5;
	float: left;
	height: 58px;
	width: 695px;
	text-align: right;
}
#sitename {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F7F8F9;
	font-size: 40px;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	float: left;
	height: 55px;
	padding-top: 5px;
	width: 695px;
	font-style: italic;
	line-height: normal;
}
#page_content {
	float: left;
	height: auto;
	width: 980px;
	background-color: #2f3646;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #2A2A2A;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #2A2A2A;
	padding-bottom: 35px;
}
#page_content_left {
	float: left;
	height: auto;
	width: 253px;
}
#photo_spacer_menu {
	float: left;
	height: auto;
	width: 218px;
	padding-left: 35px;
}
#menu_spacer {
	float: left;
	height: 90px;
	width: 218px;
	background-image: url(../images/menu_spacer-back.gif);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	height: auto;
	width: 218px;
	background-color: #242937;
	padding-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #2A2A2A;
}


/* GLOSSY MENU */
.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 216px;
	border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(media/glossyback.gif) repeat-x bottom left;
	color: #fce200;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 206px;
}


.glossymenu li a:hover{
	background-image: url(media/glossyback2.gif);
}


.glossymenu li a.current{
	background: white url(media/glossyback.gif) repeat-x bottom left;
	color: #FFFBF0;
	font-weight: bold;
}
#page_content_right {
	float: left;
	height: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 675px;
	padding-right: 30px;
	padding-left: 20px;
}
.story_holder {
	float: left;
	height: auto;
	width: 675px;
	padding-top: 8px;
}
.story_title {
	float: left;
	height: 25px;
	width: 675px;
	padding-bottom: 5px;
	font-weight: bold;
	font-variant: small-caps;
	color: #fce200;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.story_subtitle {
	float: left;
	height: 20px;
	width: 650px;
	padding-bottom: 5px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C6D6FD;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	text-align: center;
}
.tour_list {
	float: left;
	height: auto;
	width: 660px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #FFFBF0;
	font-size: 12px;
}


.story_content {
	float: left;
	height: auto;
	width: 650px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #FFFBF0;
	font-size: 14px;
}
.comedy_clips {
	float: left;
	height: auto;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.comedy_clip_title {
	float: left;
	height: auto;
	width: 600px;
	padding: 2px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 16px;
	color: #fce200;
}


.video_holder {
	float: left;
	height: 260px;
	width: 340px;
	background-color: #404A5E;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #00002F;
	border-bottom-color: #00002F;
}
.video_link {
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 50px;
	width: 220px;
	padding-left: 30px;
	padding-top: 130px;
}

#footer {
	float: left;
	height: 15px;
	width: 980px;
	padding-top: 5px;
	margin-bottom: 25px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	color: #A0A0A4;
}
#sched_foot_menu {
	float: left;
	height: 30px;
	width: 980px;
}

#ads {
	text-align: center;
	float: left;
	height: 25px;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFBF0;
	background-color: #404a5e;
}

/* LINK CONTROLS */
a:link {
	COLOR: #FCE200;
}
a:visited {
	COLOR: #A0A0A4;
}
a:hover {
	COLOR: #F90;
}

/*Schedule Menu Footer */
ul#list-nav {
	list-style:none;
	margin:0px;
	width:650px;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 255px;
	float: left;
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
	text-decoration:none;
	width:auto;
	color:#aba288;
	float:left;
	text-align:center;
	font-size: 12px;
	font-variant: small-caps;
	padding: 8px;
}

ul#list-nav li a:hover {
	color:#FCE200;
}
