/* #CSS Reset# */
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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.WebPartZoneTitle
{
	font-size: 12px;
}

body {
	background: #012e30 url('/App_Themes/GrandWilm/Images/body-bg.gif') repeat-x;
	font-family: Arial, Sans-Serif;
}

#page {
	position: relative;
	width: 918px;
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000; 
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(/App_Themes/GrandWilm/Images/page-bg.gif) repeat-y;
}

.page-bg {
	overflow: hidden;
	background: url(/App_Themes/GrandWilm/Images/page-image.jpg) no-repeat ;
}

.page-bg-babygrand
{
	overflow: hidden;
	background: url(/App_Themes/GrandWilm/Images/page-image-BG.jpg) no-repeat ;
}

#menu
{
	background: #000000;
	height: 28px;
}

/* #header start# */
#header {
	padding: 15px 0 0 23px;
	position: relative;
	height: 126px;
}
#header:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}

/* #logo start# */
#header h1 {
	float: left;
	margin: 0;
}

#header h1 a {
	float: left;
	margin: 0;
	text-indent: -9999px;
	width: 300px;
	height: 122px;
	overflow: hidden;
	background: url('/App_Themes/GrandWilm/Images/logo.gif') no-repeat;
}

/* #logo end# */
#header ul {
	margin: 11px 0 0;
	padding: 0;
	list-style: none;
	float: right; 
	width: 142px;
}

#header ul li {
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	margin: 11px 0 0;
}

#header ul li a {
	text-decoration: none; 
	color: #fff;
}

#header ul li a:hover {
	text-decoration: underline; 
}

.curtain {
	position: absolute;
	left: 469px;
	top: 127px; 
	z-index: 90;
}
.artist {
	position: absolute;
	left: 480px;
	top: 127px; 
	z-index: 100;
}

/* #content start# */
#content {
	height: 100%;
	margin: 16px 0px 0px 8px;
	padding: 0px 0px 0px 16px;
	clear: both;
}

#content .col-left
{
	float: left;
	width: 270px;
}

#content .col-right
{
	float: right;
	width: 270px;
}

/* #left-col start# */
.left-col {
	float: left; 
	width: 190px;
	padding: 39px 0 0;
	margin: 0px 0px 0px 20px;
}

.left-col h2 {
	font-size: 36px;
	line-height: 30px;
	color: #e7ab23;
	margin: 0; 
	font-weight: normal; 
}

.left-col h2 span {
	display: block; 
	color: #fff;
	margin-bottom: -5px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.left-col .view {
	display: block; 
	font-size: 10px;
	padding: 6px 0 0;
	letter-spacing: 1px;
}
.left-col .view a {
	text-decoration: none; 
	color: #fff;
}
.left-col .view a:hover {
	text-decoration: underline; 
}
/* #result-box start# */
#searchresults
{
	margin: 10px 0px 10px -10px;
	height: 520px;
	overflow-y: scroll;
	width: 194px;
}
#searchresults .result
{
	font-size: 12px;
	border: 1px solid white;
	width: 175px;
	float: left;
	margin: 0px 20px 10px 0px;
	cursor: pointer;
}

#searchresults .details
{
	background: #FFFFFF;
	height: 57px;
	overflow: hidden;
	padding: 4px;
}

#searchresults .bar
{
	background: #CE7023;
	padding: 2px;
}

#searchresults .bar a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#searchresults .result .img
{
	width: 55px;
	height: 55px;
	border: 1px solid black;
	margin: 0px 4px 0px 0px;
	float: left;
	overflow: hidden;
}

#searchresults .result img
{
	margin: 0px 0px 0px -8px;
}

#searchresults .result h3
{
	display: inline;
	font-weight: normal;
}

/* #Scroll Pane# */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #e6ac23;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp {
	background: url(/App_Themes/GrandWilm/Images/scroller-up.gif) repeat-x 0 0;
}
/*a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}*/
a.jScrollArrowDown {
	background: url(/App_Themes/GrandWilm/Images/scroller-down.gif) repeat-x 0 0;
}
/*a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}*/


#productions
{
	margin: 20px 0px 20px 20px;
}

#productions .result
{
	width: 200px;
	font-size: 12px;
	float: left;
	margin: 0px 60px 20px 0px;
	cursor: pointer;
}

#productions .details
{
	background: #FFFFFF;
	height: 77px;
	padding: 4px;
}

#productions .details h3
{
	clear:right;
	float:left;
	height:75px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:110px;
}

#productions .details div.img
{
	float:left;
	/*width:75px;*/
}

#productions .bar
{
	background: #CE7023;
	float:left;
	padding:5px 2px 2px 6px;
	height: 16px;
	width:192px;
}

#productions .bar a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#productions .result .img
{
	width: 75px;
	height: 75px;
	border: 1px solid black;
	margin: 0px 4px 0px 0px;
	float: left;
	overflow: hidden;
}

#productions .result img
{
	margin: 0px 0px 0px -15px;
}

#productions .result h3
{
	display: inline;
}

#productions .result h3 a
{
	color: #000000;
	text-transform: none;
}


#past-productions
{
	margin: 20px 0px 20px 20px;
}

#past-productions .result
{
	width: 200px;
	font-size: 12px;
	float: left;
	margin: 0px 60px 20px 0px;
	cursor: pointer;
}

#past-productions .details
{
	background: #FFFFFF;
	height: 77px;
	padding: 4px;
}

#past-productions .bar
{
	background: #CE7023;
	padding: 2px;
	height: 20px;
}

#past-productions .bar a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#past-productions .result .img
{
	width: 75px;
	height: 75px;
	border: 1px solid black;
	margin: 0px 4px 0px 0px;
	float: left;
	overflow: hidden;
}

#past-productions .result img
{
	margin: 0px 0px 0px -15px;
}

#past-productions .result h3
{
	display: inline;
}

#past-productions .result h3 a
{
	color: #000000;
	text-transform: none;
}
/* #result-box end# */
/* #left-col end# */

/* #right-col start# */
.right-col {
	float: right; 
	width: 156px;
	padding: 140px 10px 0 23px;
}
.mail-link {
	display: block; 
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	margin: 11px 0 0;
	padding: 0 29px 0 0;
	text-transform: uppercase; 
	overflow: hidden;
	height: 100%;
	text-align: right;
}
.mail-link a {
	text-decoration: none; 
	float: right; 
	color: #fff;
	padding: 0 32px 0 0;
	background: url(/App_Themes/GrandWilm/Images/mail-icon.gif) no-repeat 100% 3px;
}
.mail-link a:hover {
	text-decoration: underline; 
}
/* #search start# */
.search {
	height: 100%;
}
.search:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.search h2 {
	font-size: 36px;
	line-height: 30px;
	color: #e7ab23;
	margin: 0; 
	font-weight: normal; 
}
.right-col .search h2 {
	margin-top: 53px;
}
.search h2 span {
	display: block; 
	color: #fff;
	margin-bottom: -5px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.search .form {
	overflow: hidden;
	height: 100%;
	width: 186px;
	margin: 1px 0 0 -23px;
	position: relative; 
}
.search .form div {
	overflow: hidden;
	height: 100%;
	margin: 7px 0 0;
}
.search .form div label {
	float: left; 
	width: 51px;
	text-align: right;
	text-transform: uppercase; 
	padding: 0 2px 0 0;
}
.search .form div label.day-label {
	width: auto;
	padding: 0 2px 0 3px; 
}
.search .form div .text {
	width: 131px;
	height: 10px;
	float: left; 
	padding: 0 0 0 2px;
	border: none; 
	background: #fff;
	color: #000;
	font: bold 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.search .form div .month {
	width: 45px;
}
.search .form div .day {
	width: 15px;
}
.search .submit {
	float: right; 
	margin: 1px 0 0 0;

}
.calendar {
	width: 163px;
	float: right; 
	padding: 18px 0 0;
}
.month-list {
	overflow: hidden;
	height: 100%;
	padding: 0 8px 0 10px;
}
.month-list a {
	float: left; 
	text-decoration: none; 
	font-size: 11px;
	color: #fefcfb;
	line-height: 25px;
}
.month-list .next {
	float: right; 
}
.month-list span {
	display: block; 
	width: 120px;
	margin: 0 auto; 
	text-align: center; 
	line-height: 25px;
	background: #d47f21;
	letter-spacing: 4px;
}
.day-list {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
.day-list li {
	float: left; 
	margin: 2px 0 0 2px;
	width: 21px;
	height: 20px;
	line-height: 19px;
	text-align: center; 
	background: #fff;
	font-weight: bold;
	font-size: 11px;
}
.day-list li a {
	text-decoration: none; 
	color: #9a9c9c;
}
.day-list li a.active {
	color: #f15f3a;
}
/* #search end# */
/* #right-col end# */
/* #center-col start# */
.center-col {
	float: left; 
	width: 408px;
	margin: 66px 25px 0 40px;
	padding: 144px 0 0 22px;
	display: inline; 
	position: relative; 
}
.center-col .item1 {
	position: absolute;
	left: 42px;
	top: 0; 
}
.center-col .item2 {
	position: absolute;
	left: 174px;
	top: 67px; 
}
.center-col .item3 {
	position: absolute;
	left: 314px;
	top: 103px; 
}
.center-col .item4 {
	position: absolute;
	left: 10px;
	top: 17px; 
}
/* #feature start# */
.feature {
	float: left;
	width: 192px;
	margin: 0px 0px 20px 0px;
}
.center-col .first {
	margin-top: -30px;
}
.center-col .first h2 {
	width: 160px;
}
.center-col .last {
	float: right; 
	margin-top: 40px;
}
.feature h2 {
	margin: 0px 0px 8px 0px;
	font-size: 24px;
	line-height: 20px;
	font-variant: small-caps;
	color: #00767d;
	font-weight: bold;
}
.feature h2 strong {
	font-size: 23px;
}
.feature .text
{
	padding: 8px;
	background: #E6D19F;
}
.feature p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 8px 0px;
}
.feature p a {
	text-decoration: none; 
	color: #0a4548;
}

.feature .links
{
	background: #E6D19F;
	padding: 10px;
}

.feature .links li
{
	margin: 0px 0px 10px 0px;
}

.feature .links li a
{
	color: #00767C;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}

.feature .links li:Hover
{
	text-decoration: underline;
	color: #00767C;
}
/* #feature end# */
/* #center-col end# */
/* #content end# */

/* #Production# */

#production
{
	padding: 0;
}

#production.center-col
{
	padding: 0px 0px 0px 14px;
}

#production .buy
{
	margin: 0px 0px 0px 20px;
}

#production h1
{
	color: #FFFFFF;
	font-size: 28px;
}

#production h2
{
	color: #FFFFFF;
	font-size: 14px;
	margin: 4px 0px 4px 0px;
}

#dates
{
	width: 400px;
	height: 37px;
	margin: 20px 0px 0px 0px;
	font-family: Trebuchet MS, Sans-Serif;
	font-weight: bold;
}

#dates .date
{
	width: 37px;
	height: 37px;
	background: #00767D;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
}

#dates .month
{
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

#dates .day
{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

#production .stage-image
{
	position: absolute;
	top: -110px;
	left: 195px;
	z-index: 99;
	width: 220px;
	height: 140px;
}

#production #media
{
	position: relative;
	margin: 10px 0px 10px 0px;
}

#production #prod-content
{
	margin: 10px 0px 10px 0px;
	width: 408px;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

#production #prod-content .inside
{
	position: absolute;
	top: 0;
	left: 0;
}

#production #text
{
	background: #e6d19f;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	min-width: 380px;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#production #text p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 6px 0px;
}

#media-items
{
	position: relative;
}

#media-items .next, #media-items .prev
{
	position: absolute;
	cursor: pointer;
	width: 14px;
	height: 17px;
	text-indent: -99999px;
}

#media-items .next
{
	background: url('/Media/Images/next');
	top: 18px;
	left: 407px;
}

#media-items .prev
{
	background: url('/Media/Images/prev');
	top: 18px;
	left: -16px;
}

#media-items .disabled
{
	display: none;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 404px; 
    height:55px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
    margin: 0px 0px 0px 2px;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
    width: 92px;
    overflow: hidden;
	height: 52px;
	margin: 0px 7px 0px 0px;
	border: 1px solid #00767D;
} 

div.scrollable div.items div:Hover { 
	border: 1px solid #FFFFFF;
} 

div.scrollable div.items div img { 
    width: 92px;
    margin: -9px 0px 0px 0px;
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
	border: 1px solid #FFFFFF;
}


/* #footer start# */
#footer {
	clear: both;
	overflow: hidden;
	height: 100%;
	height: 38px;
	line-height: 38px;
	color: #000;
	padding: 0 0 0 26px;
	font-size: 8px;
	border-top: 1px solid #2B262A;
	background: #EBEBEB;
}
.DesignMode #footer
{
	overflow: auto;
	height: 100px;
}

#footer ul
{
	list-style: none;
	text-align: center;
}

#footer ul li
{
	display: inline;
}

#footer ul li a
{
	color: #2B262A;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#footer ul li a:Hover
{
	color: #000000;
	text-decoration: underline;
}

/* #hoot start# */
.hoot {
	overflow: hidden;
	height: 100%;
	width: 390px;
}
.hoot h2 {
	margin: 0; 
	font-size: 30px;
	line-height: 30px;
}
.hoot p {
	margin: 0; 
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase; 
	font-weight: bold;
	text-align: justify; 
}
.hoot p a {
	text-decoration: none; 
	color: #0a4548;
}
.links-block {
	overflow: hidden;
	height: 100%;
	margin: 13px 0 0;
	padding-bottom: 6px;
}
.links-block strong {
	float: left; 
	font-size: 13px;
	padding: 7px 0 0 0;
	color: #0a4548;
	text-transform: uppercase; 
}
.links-block a {
	float: right; 
	font-size: 10px;
	padding: 26px 3px 0;
	text-decoration: none; 
	color: #0a4548;
	font-weight: bold;
}
.links-block a.blog {
	background: url(/App_Themes/GrandWilm/Images/blog-item.gif) no-repeat 50% 0;
}
.links-block a.movie {
	background: url(/App_Themes/GrandWilm/Images/movie-item.gif) no-repeat 50% 0;
}
.links-block a.music {
	background: url(/App_Themes/GrandWilm/Images/music-item.gif) no-repeat 50% 0;
}
/* #hoot end# */
/* #inner1 start# */
.inner {
	background: #e7ab23 url(/App_Themes/GrandWilm/Images/page-inner-bg.gif) repeat-y 100% 0 !important;
	color: #333;
}
.inner .page-bg {
	background: url(/App_Themes/GrandWilm/Images/inner-page-image.jpg) no-repeat ;
}
.inner #header {
	padding: 11px 0 0 23px;
	position: relative;
	height: 112px;
}
.inner #header ul {
	margin: -3px 0 0; 
	width: 133px;
}
.inner #header h1 a {
	width: 256px;
	height: 100px;
	background: url('/App_Themes/GrandWilm/Images/inner-logo.gif') no-repeat;
}

.inner-curtain {
	position: absolute;
	left: 597px;
	top: 48px; 
	z-index: 90;
}

#breadcrumbs
{
	position: absolute;
	top: 160px;
	left: 30px;
	color: #E6D19F;
	font-size: 11px;
}

#breadcrumbs a
{
	color: #00777D;
	text-decoration: none;
}

#breadcrumbs a:Hover
{
	text-decoration: underline;
}

/* #left-column start# */
.left-column {
	float: left;
	width: 577px;
	padding: 0px;
	margin: 28px 0px 0px 0px;
	zoom: 1;
}
.left-column h1 {
	margin: 0px 0px 15px 0px;
	font-size: 22px;
	color: #2B262A;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
}


.left-column h2 { 
	margin: 4px 0px 6px 0px;
	font-size: 17px;
	color: #2B262A;
	font-family: Arial, Helvetica, sans-serif;
}

.left-column h3 { 
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	color: #2B262A;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
}

.left-column hr
{
	clear: both;
	margin: 10px 0px 10px 0px;
	background: #E7AB23;
	height: 1px;
}

.left-column p {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	line-height: 20px;
}

.left-column p  a{
	color: #00767D;
	font-weight: bold;
}

.left-column ul
{
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0px 10px 20px 20px;
}

.left-column ul li {
	padding: 0 0 0 9px;
	background: url(/App_Themes/GrandWilm/Images/bullet.gif) no-repeat 0 5px;
}
/* #left-column end# */
/* #right-column start# */
.right-column {
	float: right; 
	width: 185px;
	padding: 67px 18px 40px 5px;
	color: #fff;
}

#content .right-column a
{
	color: #E7AB23;
}
.right-column h2 {
	margin: 0; 
	padding: 28px 0 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase; 
}
.right-column .links {
	margin: 0 0 0 -5px;
	width: 190px;
	padding: 0;
	list-style: none;
}
.right-column .links li {
	padding: 0 0 1px 24px;
	margin: 14px 0 0;
	background: url(/App_Themes/GrandWilm/Images/pdf-icon.gif) no-repeat;
	line-height: 15px;
	font-size: 11px;
}
.right-column .links li a {
	text-decoration: none; 
	color: #E7AB23;
}
.right-column .links li a:hover {
	text-decoration: underline; 
}
.right-column p {
	margin: 5px 0 0; 
	line-height: 15px;
}
.right-column p a {
	text-decoration: none; 
	color: #E7AB23;
}
.right-column p a:hover {
	text-decoration: underline; 
}

.right-column h3 {
	margin: 10px 0px 10px 0px; 
	padding: 0px 0px 4px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase; 
	border-bottom: 1px solid white;
}

.mail {
	display: block; 
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	margin: 41px 0 0;
	padding: 0 29px 0 0;
	text-transform: uppercase; 
	overflow: hidden;
	height: 100%;
}
.mail a {
	text-decoration: none; 
	float: left; 
	color: #fff;
	padding: 0 0 0 32px;
	background: url(/App_Themes/GrandWilm/Images/inner-mail-icon.gif) no-repeat 0 3px;
}
.mail a:hover {
	text-decoration: underline; 
}

/* #Children# */

#children
{
	list-style: none;
	margin: 20px 0px 0px 20px;
	padding: 0;
}

#children li
{
	width: 230px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0;
}

#children li img
{
	float: left;
	margin: 0px 4px 0px 0px;
	border: 1px solid #2B262A;
	width: 50px;
}

#children li h2
{
	margin: 0px 0px 2px 0px;
	padding: 0;
}

#children li h2 a
{
	color: #00767D;
	text-decoration: none;
}

#children li h2 a:Hover
{
	text-decoration: underline;
}

#children li p
{
	font-size: 10px;
	line-height: 12px;
	padding: 0px 0px 0px 54px;
}

/* #main-col start# */
.main-col {
	float: left; 
	width: 486px;
	color: #000;
	padding: 28px 25px 0 0;
	font-size: 9px;
}
.main-col p {
	text-align: justify; 
	font-weight: bold;
	line-height: 12px;
	margin: 0; 
	padding: 12px 0 0;
	text-transform: uppercase; 
}
.main-col .image {
	overflow: hidden;
	height: 100%;
	padding: 0 11px 0 0;
	margin: 42px 0 0;
}
.main-col .image img {
	float: right; 
	border: 1px solid #000; 
}
.main-col .image h2 {
	margin: 12px 0 0 ; 
	line-height: 30px;
	font-size: 30px;
	color: #e6ac23;
}
.main-col .image strong {
	display: block; 
	font-size: 12px;
	padding: 13px 0 0;
	text-transform: uppercase; 
}
.main-col .image .links {
	overflow: hidden;
	height: 100%;
	padding: 24px 0 0;
}
.main-col .image .links a {
	float: left; 
	font-weight: bold;
	font-size: 8px;
	color: #0a4548;
	text-decoration: none; 
	padding: 27px 3px 0;
}
.main-col .image .links a:hover {
	text-decoration: underline; 
}
.main-col .image .links a.link1 {
	background: url(/App_Themes/GrandWilm/Images/inner2-blog-item.gif) no-repeat 50% 0;
}
.main-col .image .links a.link2 {
	background: url(/App_Themes/GrandWilm/Images/inner2-movie-item.gif) no-repeat 50% 0;
}
.main-col .image .links a.link3 {
	background: url(/App_Themes/GrandWilm/Images/inner2-music-item.gif) no-repeat 50% 0;
}

.buy-block {
	overflow: hidden;
	height: 100%;
}
.buy-block .link {
	float: right; 
	margin: 37px 0 0 27px;
}
.buy-block p {
	margin: 0; 
	padding: 15px 0 0;
	font-size: 8px;
	line-height: 11px;
}
.buy-block p a {
	text-decoration: none; 
	color: #2cace2;
}
.buy-block p a:hover {
	text-decoration: underline; 
}


/* #Search# */
.search .searchform {
	overflow: hidden;
	height: 100%;
	width: 186px;
	margin: 0px 0px 0px -30px;
	position: relative; 
}
.search .searchform div {
	overflow: hidden;
	height: 100%;
	margin: 7px 0 0;
}
.search .searchform div label {
	float: left; 
	width: 51px;
	text-align: right;
	text-transform: uppercase; 
	padding: 4px 2px 0 0;
	color: #FFFFFF;
	font-size: 10px;
}
.search .searchform div label.day-label {
	width: auto;
	padding: 4px 2px 0 3px; 
}

.search .searchform div .text {
	width: 131px;
	height: 16px;
	float: left; 
	padding: 0 0 0 2px;
	border: none; 
	background: #fff;
	color: #000;
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
}

.search .searchform div .textbox {
	width: 131px;
	height: 16px;
	float: left; 
	padding: 0 0 0 2px;
	border: none; 
	background: #fff;
	color: #000;
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
}

.search .searchform div .dropdownlist {
	width: 133px;
	height: 20px;
	float: left; 
	padding: 0 0 0 2px;
	border: none; 
	background: #fff;
	color: #000;
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.search .searchform div .month {
	width: 45px;
	height: 20px;
	padding: 0px;
}
.search .searchform div .day {
	width: 40px;
	height: 20px;
	padding: 0px;
}

.search .submit {
	float: right; 
	font-size: 8pt;
	width: 24px;
	height: 22px;
	padding: 0px;
}

.search-button {
	float: right; 
	font-size: 8pt;
	height: 22px;
	padding: 0px;
}

/* #Buttons# */
#buttons
{
	margin: 20px 0px 0px 0px;
}

#buttons li
{
	margin: 10px 0px 0px 0px;
}

#sm
{
	position: absolute;
	top: 40px;
	right: 0;
	list-style: none;
	float: right;
	z-index: 900;
}

#sm li
{
	margin: 0px 8px 0px 0px;
	float: left;
}

/* #Circles# */
#circles
{
	position: absolute;
	top: -30px;
	left: 30px;
}

#circles li
{
	position: absolute;
}

/* #Nav# */

#nav
{
	display: none;
}

ul.topnav {
	list-style: none;
	margin: 0;
	position: absolute;
	z-index: 999;
	right: 0;
}
ul.topnav li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}
ul.topnav li.active > a
{
	color: #E6AC23;
}
ul.topnav li a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	height: 15px;
	display: block;
}
ul.topnav li a:Hover
{
	background: #E6AC23;
	color: #000000;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 27px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	width: 200px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	clear: both;
	width: 200px;
}
html ul.topnav li ul.subnav li a {
	display: block;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #E6AC23;
	color: #000000;
}

/* #Contacts# */
#contacts
{
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px 0px 20px 0px;
}

#contacts .contactcard
{
	margin: 0px 0px 20px 0px;
}

#contacts .title
{
	font-style: italic;
}

#contacts span
{
	font-weight: bold;
	padding: 0px 4px 0px 0px;
}

#contacts ul
{
	margin: 2px 0px 2px 0px;
}

#contacts ul li
{
	margin: 0px 0px 2px 0px;
}

#contacts a
{
	color: #FFFFFF;
}

#contacts .city
{
	float: left;
}

#contacts .city:after
{
	content: ',';
	padding: 0px 4px 0px 0px;
}

#contacts .state
{
	float: left;
}

#contacts .state:after
{
	padding: 0px 4px 0px 0px;
}

/* #Downloads# */

#downloads
{
	margin: 20px 0px 20px 0px;
	list-style: none;
	font-size: 12px;
}

#downloads li
{
	margin: 0px 0px 20px 0px;
	clear: both;
}

#downloads li img
{
	padding: 0px 4px 0px 0px;
}

#downloads a
{
	color: #E7AB23;
	line-height: 18px;
}


.qtip-content p
{
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 8px 0px;
}

.qtip-content p a
{
	color: #02777E;
	font-weight: bold;
}

.vimeo-player
{
	margin: 10px 0px 10px 0px;
	border: 2px solid #00767D;
	display: inline-block;
}

.youtube-player
{
	margin: 10px 0px 10px 0px;
	border: 2px solid #00767D;
	display: inline-block;
}


#accordion
{
	margin: 10px 10px 10px 10px;
	padding: 10px;
	background: #EFE6D1;
}

#accordion h3 {
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 16px;
	cursor: pointer;
	color: #00777D;
}

#accordion h3:hover
{
	text-decoration: underline;
}

#accordion div {
	padding: 0px 8px 0px 28px;
	height: auto;
}

.view-all
{
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #00767D;
	margin: 10px 10px 0px 0px;
}

.collapse-all
{
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #00767D;
	margin: 0px 10px 10px 0px;
}

.EditingFormTable
{
	font-size: 12px;
	padding: 10px;
}

.EditingFormValueCell
{
	padding: 5px;
}

.EditingFormLabelCell
{
	vertical-align: top;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
}

.EditingFormValueCell
{
	vertical-align: top;
}

#sponsors
{
	padding: 0px;
	margin: 10px 0px 0px -10px;
}

#sponsors li
{
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#sponsors h4
{
	margin: 0px 0px 4px 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}