html,body
{
	font-family: Segoe UI, Calibri, Arial, Helvetica, Sans-Serif;
	color: #333333;
    margin: 0;
    padding: 0;
    text-align: center;
    background: white url(/Images/bg.jpg) no-repeat top center;
    font-size: 14px;
}
div.clearfix 
{
    clear: both;
}
#main_wrapper
{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/************************* Header *************************************/
#header
{
	width: 960px;
	height: 140px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display:block;
	background: transparent url(/Images/header.jpg) no-repeat 0 0;
}
div.logo
{
    margin: 0;
	padding: 0;
	position: relative;
	display: block;
    width: 179px;
    height: 140px;
    overflow: hidden;
    float:left;
	background: transparent url(/Images/logo.jpg) no-repeat 0 0;
}
div.logo a
{
    display: block;
    position: relative;
    width: 310px;
    height: 81px;
    text-indent: -3000px;
}
div.header_right 
{
    float: right;
    width: 483px;
    text-align: left;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/top_nav.png) no-repeat 0 0;
}

/************************* Search Box *****************************/
div.st_Search 
{
    width: 300px;
    height: 31px;
    margin: 60px 0 0 0;
    padding: 0;
    float: right;
    text-align: right;
}
div.st_Search input.st_TextBox 
{
    width: 176px;
    height: 16px;
    border: 1px solid #222263;
    margin: 0;
    padding: 3px;
    font-size: 14px;
    color: #222263;
    background: #fff;
}
div.st_Search input.st_TextBox:focus 
{
    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: #c82c2c;
    text-decoration: none;
}
input.SearchButton 
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    background: transparent url(/Images/search.png) no-repeat 0 8px;
    border: none;
    margin: 0;
    padding: 3px;
    text-indent: -3000px;
    /*display: block;*/
    width: 60px;
    cursor: pointer;
    /*float: right;*/
}
/************************ Menu ************************************/
div.nav 
{
    margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	display: block;
	height: 27px;
	z-index: 10;
}
div.st_Menu
{
	position: relative;
	display: block;
	padding: 0;
	border: 0;
	float: left;

	margin: 0;
	text-align: left;
    background: transparent url(/Images/nav_bg.jpg) no-repeat 0 0;
    width: 960px;
	height: 27px;
    font-size: 14px !important;
}
div.st_Menu ul.rmRoot /* Main UL */
{
	list-style-type: none;
	margin: 0 0 0 15px !important;
	padding: 0 !important;
	display: block;
	/*position: relative;*/
}
div.st_Menu li.rmRoot /*  Main Li */
{
	float: left;
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	height: 27px;
	/*line-height: 28px;*/
	color: white;
	background: transparent;
}
div.st_Menu ul.rmGroup,
div.st_Menu ul.rmGroup li.rmItem ul.rmGroup /* Drop down UL Group */
{
	width: 150px;
	position: absolute;
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0 !important;
	left: -1px;
	top: 27px;
	z-index: 100;
	background: #99cc66;
}

div.st_Menu ul.rmGroup li.rmItem ul.rmGroup /* Positioning for third tier ul group */
{
    left: 149px;
	top: 0;
}
div.st_Menu a
{
	text-decoration: none !important;
	color: white !important;
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	font-size: 16px !important;
	height: 27px;
	line-height: 27px;
}
div.st_Menu li.rmItem /* Drop down li item */
{
	width: 150px;
	display: block;
	margin: 0;
	padding: 0  !important;
	margin: 0;
	cursor: pointer;
	text-transform: none !important;
	float: left;
	position: relative;
}
div.st_Menu a:hover
{
	color: #fff !important;
	/*background: #e2e1d4;*/
	background: #99cc66 !important;
}
div.st_Menu li.rmItem a {
	font-size: 12px !important;
	padding: 0 2px 0 15px;
	width: 133px;
	height: auto;
}
div.st_Menu li.rmItem a:hover {
	background: #5c4e90 !important;
}
div.st_Menu li.rmSelected 
{
    background: #99cc66 !important;
}
div.st_Menu li.rmSelected a
{
    color: #fff !important;
}
div.st_Menu li.rmSelected li.rmItem a 
{
    color: #222263 !important;
}
div.st_Menu li.rmSelected li.rmItem a:hover
{
	
    color: #fff !important;
}
a img 
{
    border: none;
}


/********************* Content Layout **************************/
div#content_body
{
    position: relative;
    display: block;
	width: 940px;
	margin: 10px;
    padding: 0;
	background: transparent url(/Images/brdr.jpg) repeat-y 620px 0px;
}
div#content_body p
{
    margin: 0 10px 0 0;
    padding: 3px 0;
}
/********************* Home Page Content Layouts ********************/
div.seperator 
{
    clear: both;
    border-bottom: solid 1px #00a290;
    height: 20px;
    margin: 0;
    padding: 0;
}
div.content_left, div.content_internal
{
    width: 620px;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    /*background: transparent url(/Images/brdr.jpg) repeat-y right top;*/
}
* html div.content_left, * html div.content_internal
{
    width: 605px !important;
}
div.content_internal 
{
    background: #fff;
    padding-top: 10px !important;
}
div.content_right
{
    width: 320px;
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0 0;
}
div.top_half 
{
    display: block;
    width: 300px;
    height: 10px;
    background: transparent url(/Images/half_top.png) no-repeat 0 0;
    margin: 20px 0 0 0;
    padding: 0;
}
div.half_bg 
{
    background: transparent url(/Images/half_bg.png) no-repeat left bottom;
    margin: 0;
    padding: 0;
    height: 265px;
}
div.first_half 
{
    width: 300px;
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
}
div.second_half 
{
    width: 300px;
    margin: 0;
    padding: 0;
    float: right;
    display: inline;
}
div.content_footer 
{
    background: transparent url(/Images/content_foot.png) no-repeat 0 0;
    display: block;
    width: 620px;
    height: 15px;
    clear: both;
}
/********************Main Content Styling*******************************/
div.content_left h1 
{
    margin: 0 0 8px 0;
    padding: 0 0;
    font-size: 24px;
    background: transparent url(/Images/h1_trail.png) no-repeat 0 0;
    font-weight: normal;
    color: #99cc66;
}
div.content_left h2 
{
    margin: 0 0;
    padding: 0 0 8px 0;
    font-size: 24px;
    font-weight: normal;
    color: #666699;
}

div.right_box h2
{
	margin: 5px 0;
	padding: 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #666699 !important;
}

div.content_left h3 
{
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 20px;
    font-weight: normal;
    color: #222263;
}
div.content_left a 
{
    color: #c82c2c;
}
div.content_left a:hover 
{
    color: #222263;
}
/********************Right Boxes and Titles ****************************/
h3.right_related 
{
    display: block;
    height: 37px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_related.png) no-repeat 0 0;
    text-indent: -3000px;
}
h3.right_events_head 
{
    display: block;
    height: 38px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_event_head.png) no-repeat 0 0;
    text-indent: -3000px;
}
h3.right_past_events_head 
{
    display: block;
    height: 37px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_past_event_head.png) no-repeat 0 0;
    text-indent: -3000px;
}
h3.right_top_docs 
{
    display: block;
    height: 37px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_headdocs.png) no-repeat 0 0;
    text-indent: -3000px;
}
h3.right_top_case 
{
    display: block;
    height: 37px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_head_case.png) no-repeat 0 0;
    text-indent: -3000px;
}
h3.right_featured 
{
    display: block;
    height: 38px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_featured_head.png) no-repeat 0 0;
    text-indent: -3000px;
}
h3.right_latest_news_head 
{
    display: block;
    height: 44px;
    width: 312px;
    color: White;
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 24px;
    background: transparent url(/Images/right_latest_news_head.jpg) no-repeat left top;        
}
h3.right_news_archive_head 
{
    display: block;
    height: 37px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/news_archive_head.png) no-repeat 0 0;
    text-indent: -3000px;
}
h6.right_top 
{
    display: block;
    height: 10px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_head.png) no-repeat 0 0;
    text-indent: -3000px;
}
div.right_box 
{
    margin: 0 0 0 10px;
    padding: 0;
    background: transparent url(/Images/right_bg.png) no-repeat left bottom;
}

div.right_box p, div.right_box h2 /*div.right_box p*/
{
    margin-left: 10px !important;
}
div.featured 
{
    min-height: 237px;
}
ul.Paging
{
    list-style-type: none;
}
ul.Paging li
{
    font-size: 11px;
    display: inline;
    margin: 0;
    padding: 0 0 0 8px;
}
/****************************** Breadcrumbs *********************************/
div.breadcrumbs 
{
    background: transparent url(/Images/breadcrumbs.png) no-repeat 0 0;
    width: 620px;
    height: 30px;
    display: block;
    overflow: hidden;
}
div.breadcrumbs p 
{
    width: 50px;
    float: left;
    display: block;
    margin: 4px;
}
div.st_Breadcrumbs 
{
    width: 540px;
    display: block;
    float: right;
    margin: 0 10px 0 0;
}
div.st_Breadcrumbs ul
{
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
div.st_Breadcrumbs ul li
{
    float: left;
    margin: 0;
    padding: 3px 4px 0 0 !important;
    display: block;
    font-size: 14px !important;
}
div.st_Breadcrumbs ul li a 
{
    color: #fff !important;
}
div.st_Breadcrumbs ul li a:hover 
{
    color: #c82c2c !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: 10px 0;
    padding: 0;
    height: 137px;
    overflow: hidden;
}
div.st_NewsTicker3, div.st_EventsTicker3
{
    position: absolute;
}
div.right_box ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.right_box li
{
    margin: 0 0 5px 10px  !important;
}
div.right_box li a 
{
    color: #666699;
}
div.right_box li a:hover 
{
    color: #c82c2c;
}
div.st_NewsMinifeed, div.st_EventsMinifeed
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.date 
{
    font-size: 10px !important;
    font-weight: bold !important;
    margin: 0 0 20px 0 !important;
    padding: 2px 0 0 0 !important;
    color: #666699;
}
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;
}
.event_date 
{
    font-size: 12px !important;
    font-weight: bold !important;
    color: #99cc66;
}

div.st_NewsMinifeed a
{
    margin-left: 10px;
}

a.news_link, a.news_link:active, a.news_link:hover, a.news_link:visited, div.st_NewsTicker3 a, div.st_NewsMinifeed ul a
{
	margin: 0 0;
	color: #666699;
}

p.testimonial 
{
    font-size: 14px !important;
    font-weight:bold;
}

#footer
{
	background: transparent url(/Images/nav_bg.jpg) no-repeat 0 0;
    width: 960px;
	height: 27px;
	margin: 20px 0;
	padding: 5px 0 0 0;
}
#footer a 
{
    color: #99cc66;
}
#footer a:hover 
{
    color: #99cc66;
}
#footer p.foot_links 
{
    float: right;
    margin: 0 10px;
    font-size: 11px;
}
#footer p.foot_copy 
{
    float: left;
    margin: 10px;
    font-size: 11px;
}
div.footer_content 
{
    float: left;
    display: block;
    width: 700px;
    text-align: left;
    margin: 1px 10px;
	font-size: 11px;
	color: #fff;
}






/* 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: 226px;
    border: solid 1px #333;
    background: #fff;
    margin: 4px 5px 4px 10px;
    padding: 2px;
    color: #ff0000;
}
div.st_Newsletter .st_Button
{
    margin: 2px 0 0 10px;
    padding: 4px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none !important;
    background: transparent url(/Images/news_button.png) no-repeat 0 0 !important;
    overflow: visible;
    width: 114px;
}
p.news_success 
{
    color: Green !important;
    margin: 0 !important;
    padding: !important;
    font-size: 10px !important;
}
p.news_error 
{
    color: Red !important;
    margin: 0 !important;
    padding: !important;
    font-size: 10px !important;
}

/******************************** 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: #333;
}
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: 620px !important;
	height: 411px !important;
}
div.TestRotate 
{
    margin-top: 20px !important;
}
div.TestRotate, div.TestRotate ul li.rmItem 
{
	width: 220px !important;
	height: 146px !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: 15px 10px;
	width: 90px;
	height: 28px;
	font-size: 12px;
}

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: 600px;
	height: 500px;
	margin: 10px;
}


/************* 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;
}
