
html,body
{
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	font-size: 14px;
}
div.clearfix 
{
	clear: both;
}
#main_wrapper
{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
a {
  outline: none;
}

a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

/************************* Header *************************************/
#header
{
	width: 960px;
	height: 86px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display:block;
	border-bottom: 1px solid #666;
}

div.logo a
{
	display: block;
	position: relative;
	width: 310px;
	height: 86px;
	text-indent: -3000px;
}
div.logo h3 
{
	margin: 0;
	padding: 0;
}
div.header_right 
{
	float: right;
	width: 290px;
	height: 33px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}
/************************* Search Box *****************************/
div.st_Search 
{
	width: 230px;
	height: 33px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

div.st_Search input.st_TextBox:focus, div.st_Search input.st_TextBox:active
{
	background: #fdfdfd;
}
div.st_SearchResultBox
{
	position: absolute;
	display: none;
	border: none;
	background: #f0f0f0;
	height: 100px;
	z-index: 100000;
	border-top: 0;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: left;
	overflow: auto;
	overflow-x: none;
	left: 1px;
}

div.st_SearchResultBox ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.st_SearchResultBox li
{
	list-style-type: none;
	margin: 2px 5px;
	padding: 0;
	font-size: 12px;
}
div.st_SearchResultBox ul li a
{
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: underline;
}
div.st_SearchResultBox ul li a:hover
{
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
}

/************************ Menu ************************************/
div.nav 
{
	margin: 21px 0 0 0;
	padding: 0;
	position: relative;
	display: block;
	height: 22px;
	z-index: 10;
	float: right;
	width: 600px;
}


a img 
{
	border: none;
}

/********************* Content Layout **************************/
div.full, div.internal_full
{
	width: 960px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #666;
}

/********************* Home Page Content Layouts ********************/
div.middle p
{
	padding: 0 0 4px 10px;
	margin: 0;
}
div.home_left p, div.middle p
{
	padding: 0 0 4px 0;
	margin: 0;
}
div.home_left
{
	float: left;
	width: 230px;
	margin: 10px 0;
	padding: 0;
}

div.middle
{
	float: left;
	width: 140px;
	margin: 10px 0 0 20px;
	padding: 0;
}
div.middle h5, div.middle h4
{
	font-weight: normal;
	font-size: 18px;
	margin: 12px 0 0 0;
	padding: 0;
}
div.home_right
{
	float: right;
	width: 230px;
	margin: 10px 0;
	padding: 0;
}
div.content_left
{
	float: left;
	width: 710px;
	margin: 10px 0;
	padding: 0;
	min-height: 300px;
}
div.content_left_slim
{
	float: left;
	width: 550px;
	margin: 10px 0;
	padding: 0;
	min-height: 300px;
}
div.content_right
{
	float: right;
	width: 230px;
	margin: 10px 0;
	padding: 0;
	min-height: 300px;
}
div.content_right_wide 
{
	float: right;
	width: 390px;
	margin: 10px 0;
	padding: 0;
	min-height: 300px;
}
div.ExhibitionButtons
{
    float: right;
	width: 390px;
	margin: 10px 0;
	padding: 0;
	min-height: 300px;
}
/********************Main Content Styling*******************************/


div#content_body a:hover
{
	color: #3f3b3c;
	text-decoration: none;
}

div.full h2, div.content_left h2, div.internal_full h2, div.content_left_slim h2
{
	font-size: 24px;
	font-weight: 100;
	color: #666;
	margin: 0;
	padding: 0 0 7px 0;
}

div.content_left h5, div.content_left_slim h5, div.internal_full h5
{
	margin: 0;
	padding: 0 0 4px 0;
	text-align: right;
	color: #666;
}
div.content_left p, div.content_left_slim p, div.internal_full p
{
	margin: 0;
	padding: 0 0 4px 0;
}
/********************Right Boxes and Titles ****************************/
div.right_box
{
	margin: 0 0 25px 0;
	padding: 0;
}

ul.Paging
{
	list-style-type: none;
}
ul.Paging li
{
	font-size: 11px;
	display: inline;
	margin: 0;
	padding: 0 0 0 8px;
}
div.right_box ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.right_box li
{
	margin: 0 0 5px !important;
}
/****************************** Breadcrumbs *********************************/
div.breadcrumbs 
{
	background: #f0f0f0;
	width: 960px;
	height: 25px;
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
}
div.st_Breadcrumbs
{
	width: 610px;
	margin: 0 10px;
	padding: 0;
}
div.breadcrumbs ul
{
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
div.breadcrumbs ul li
{
	float: left;
	margin: 0;
	padding: 0 0 0 10px !important;
	display: block;
	font-size: 14px !important;
	line-height: 25px;
}

div.breadcrumbs ul li a:hover 
{
	color: #666 !important;
}


/****************************** Customer Login ******************************/
div.loginbox p 
{
	width: 80px;
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0;
}
div.loginbox input.st_TextBox 
{
	width: 138px;
	height: 18px;
	float: left;
	display: block;
	margin: 10px 0;
	padding: 0;
	background: #e2e1d4;
	border: none;
}
div.loginbox input.st_Button 
{
	width: 80px;
	height: 20px;
	background: #58573b;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 80px;
	font-size: 12px;
	padding: 0;
}
/****************************** News Styling ********************************/
div.newsticker_trim, div.event_trim 
{
	margin: 0;
	padding: 0;
	height: 112px;
	overflow: hidden;
}
div.st_NewsTicker3, div.st_EventsTicker3
{
	position: absolute;
}
div.st_NewsMinifeed, div.st_EventsMinifeed
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
div.st_NewsMinifeed li
{
	/*padding: 0 0 10px 0;*/
}
.date 
{
	/*font-size: 10px !important;
	font-weight: bold !important;*/s
	margin: 0 0 20px 0 !important;
	padding: 2px 0 10px 0 !important;

}
div.content_internal p.date 
{
	font-size: 10px !important;
	font-weight: bold !important;
	margin: 0 0 10px 45px !important;
	padding: 2px 0 0 0 !important;
	color: #c82c2c;
}
h3.testimonial
{
	text-indent: -3000px;
	margin: 0;
	padding: 0 0 35px 0;
}
p.testimonial 
{
	font-size: 16px !important;
	color: #002596;
	margin: 0 40px !important;
	padding: 10px 0 !important;
	text-align: center !important;
}
#footer a 
{
	color: #858384;
	text-decoration: none;
}

div.partners
{
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}
div.sitelinks
{
	float: right;
	width: 190px;
	margin: 0;
	padding: 0;
	text-align: right;
}
p.GrowLink
{
	text-align: right;
	font-size: 10px;
}
p.GrowLink a
{
	color: #858384;
	text-decoration: none;
}
/* Newsletter */
div.Newsletter
{
	margin: 0;
	padding: 0;
	background: transparent url(/Images/newsletter_back.png) no-repeat 0 0;
	min-height: 215px;
}
div.Newsletter p 
{
	margin: 0 8px;
	padding: 2px 0;
}
p.news_p 
{
	padding-top: 45px !important;
}

div.st_Newsletter .st_TextBox
{
	font-size: 14px;
	width: 181px;
	border: none;
	background: transparent url(/Images/join_txt.png) no-repeat 0 0;
	margin: 3px 10px 3px 5px;
	padding: 8px 13px;
	color: #752fa4;
}
div.st_Newsletter input.st_Newsletter_Subscribe
{
	background: transparent url(/Images/sign_up_btn.png) no-repeat 0 0 !important;
	display: block !important;
	float: right !important;
	height: 73px !important;
	width: 75px !important;
	border: none;
	text-indent: -3000px;
	margin: 3px 10px 0 0;
}

p.news_success 
{
	color: Green !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px !important;
}
p.news_error 
{
	color: Red !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px !important;
}
/******************************** Events *******************************************/
div.st_EventsMinifeed ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.st_EventsMinifeed ul li
{
	list-style-type: none;
	margin: 3px 0 6px 0;
	padding: 0;
}
.event_date 
{
	font-size: 12px !important;
	color: #666;
}
/******************************** LoadingPanel *************************************/

div#st_LoadingPanel
{
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
	border: 0;
	z-index: 100;
	font-size: 12px;
	color: #666;
}
div#st_LoadingPanel img
{
	vertical-align: middle;
	margin: 0 5px 0 5px;
	width: 16px;
	height: 16px;
}
div#st_LoadingPanel p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 5px 0 0 0;
}




/******************************** Rotating Content ***********************************/

div.st_RotatingContent
{
	border: 0;
	position: relative;
	display: block;
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	text-align: left;
}
div.st_RotatingContent ul.st_RotatingContent
{
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
div.st_RotatingContent ul.st_RotatingContent li
{
	position: absolute;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
}
div.st_RotatingContent ul.st_RotatingContent li img
{
	border: 0;
}

div.MainRotate, div.MainRotate ul li.rmItem, div.MainRotate ul.st_RotatingContent
{
	width: 960px !important;
	height: 348px !important;
}
div.RightRotate, div.RightRotate, div.RightRotate ul li.rmItem
{
	width: 230px !important;
	height: 230px !important;
}


div.st_RotatingContent ul.st_Tab
{
	position:relative;
	width: 960px;
	background: #58573b;
	border: 0;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	height: 30px;
}
div.st_RotatingContent ul.st_Tab li.st_Tab
{
	position: relative;
	width: 190px;
	height: 28px;
	line-height: 28px;
	float: left;
	padding: 0;
	margin: 0 !important;
	border: solid #a3a087;
	border-width: 2px 1px 0 1px;
	list-style-type: none !important;
	text-align: center;
}
div.st_RotatingContent ul.st_Tab li.st_Tab a, div.st_RotatingContent ul.st_Tab li.st_Tab a:hover  
{
	font-size: 16px;
	color: #fff !important;
	text-decoration: none !important;
}
 
div.st_RotatingContent ul.st_Tab li.st_Tab.selected, div.st_RotatingContent ul.st_Tab li.st_Tab:hover
{
	background: #a3a087;
}

/*************** CONTACT FORM ***********************/

div.st_Forms
{
	position: relative;
}

div.st_Forms label
{
	display: block;
	margin: 0 10px;
}

div.st_Forms div.st_Wrapper
{
	width: 700px;
	border: 0;
	overflow: hidden;
}

div.st_Forms div.st_Wrapper div.st_Control
{
	float: left;
	border: 0;
}

div.st_Forms div.st_Tooltip
{
	position: relative;
	display: block;
	border: 0;
	margin: 19px 0 0 5px;
	padding: 0;
	float: left;
	text-align: left;
}

div.st_Forms div.st_TooltipIcon
{
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
	background: #fff url(/Images/TickCross.png) no-repeat 0 0;
	float: left;
}

div.st_Forms span.st_Message
{
	display: block;
	font-size: 11px;
	display: none;
}

div.st_Forms div.st_Valid span.st_Message
{
	display: none;
}

div.st_Forms input.st_Button
{
	clear: both;
	float: left;
	margin: 0;
	font-size: 14px;
}

div.st_Forms .st_TextBox,
div.st_Forms .st_DropDownList
{
	width: 320px;
	font-size: 12px;
	margin: 0 0 10px 10px;
}

div.st_Forms .st_TextBoxMultiLine
{
	width: 480px;
	height: 140px;
	font-size: 12px;
	margin: 0 0 10px 10px;
}


div.st_Maps
{
	width: 550px;
	height: 550px;
	margin: 0;
}
div.st_Maps input
{
    width: 200px !important;
}

/************* Lightbox *************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;

	#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

span.red
{
	color: #e24848;
}
div.st_SubMenu ul.rmRoot
{
	padding-bottom: 10px !important;
}
div.st_SubMenu ul li ul.rmGroup
{
	display: none;
}

div.st_ExhibitionMinifeed
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
div.ExhibitionDateSpan p
{
    margin: 0 5px !important;
    }
div.st_Exhibition h1 {padding-top: 10px !important;}