html,body
{
	font-family: Segoe UI, Calibri, Arial, Helvetica, Sans-Serif;
	color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
    /*background: #000014 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: 88px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display:block;
	background: transparent url(/Images/header.png) no-repeat 0 0;
}
div.logo
{
    margin: 0;
	padding: 0;
	position: relative;
	display: block;
    width: 570px;
    height: 88px;
    overflow: hidden;
    float:left;
    background: transparent url(/Images/Logo.png) no-repeat 0 0;
}
div.logo a
{
    display: block;
    position: relative;
    width: 570px;
    height: 88px;
    text-indent: -3000px;
}
div.header_right 
{
    float: right;
    width: 390px;
    text-align: left;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/top_nav.png) no-repeat 0 0;
}

/************************* Search Box *****************************/
div.st_Search 
{
    width: 390px;
    height: 88px;
    margin: 0 0;
    padding: 0;
    float: right;
    text-align: right;
}
div.st_Search input.st_TextBox 
{
    width: 211px;
    height: 30px;
    border: 0px none white;
    margin: 30px 0 0 0;
    padding: 7px 0 7px 7px;
    font-size: 14px;
    color: #666666;
    background: transparent url(/Images/Search_TextBox.png) no-repeat 0 0;
}
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 0;
    border: none;
    margin: 0 13px 0 0;
    padding: 0;
    text-indent: -3000px;
    /*display: block;*/
    width: 26px;
    cursor: pointer;
    /*float: right;*/
}
/************************ Menu ************************************/
div.nav 
{
    margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	display: block;
	height: 36px;
	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.png) no-repeat 0 0;
    width: 960px;
    font-size: 16px !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: block;
	margin: 0;
	padding: 0;
	height: 36px;
	/*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: 180px;
	position: absolute;
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0 !important;
	/*left: -1px;*/
	top: 35px;
	z-index: 100;
	background: #000 no-repeat left bottom;
}

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: block;
	margin: 0;
	padding: 7px 15px;
	font-size: 16px !important;
}
div.st_Menu li.rmItem /* Drop down li item */
{
	width: 180px;
	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: black !important;
	background: transparent url(/Images/AActive2.png) repeat-x 0 1px;
	/*background: #e2e1d4;*/
}
div.st_Menu li.rmItem a {
	font-size: 14px !important;
	padding: 2px 4px 2px 15px;
	border-top: 1px dashed #222263;
}
div.st_Menu li.rmSelected 
{
    /*background: transparent url(/Images/AActive.png) no-repeat left 1px;*/
}
div.st_Menu li.rmSelected a
{
    color: black !important;
    background: transparent url(/Images/AActive2.png) repeat-x 0 1px;
}
div.st_Menu li.rmSelected li.rmItem a 
{
    color: black !important;
    background: transparent url(/Images/AActive2.png) repeat-x 0 1px;
}
div.st_Menu li.rmSelected li.rmItem a:hover
{
    color: black !important;
    background: transparent url(/Images/AActive2.png) repeat-x 0 1px;
}
a img 
{
    border: none;
}
div.st_Menu ul.rmGroup li.rmItem ul.rmGroup li a 
{
    padding: 2px 5px;
    margin: 0;
    border-top: 1px dashed #222263;
}

/********************* Content Layout **************************/
div#content_body
{
    position: relative;
    display: block;
	width: 960px;
	margin: 10px 0;
    padding: 0;
}
div#content_body p
{
    margin: 0 10px;
    padding: 3px 0;
}
/********************* Home Page Content Layouts ********************/

div.InternalDiv
{
	width: 620px;	
	min-height: 608px;
    background: transparent url(/Images/Internal_bg.png) no-repeat left top;
    margin: 0 0;
    padding: 0;	
    float: left;
}

div.InternalDiv h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 15px;
	color: #333333;
	border-bottom: solid 1px #999999;
}

div.InternalDiv h2
{
	font-size: 22px;
	font-weight: normal !important;
	margin: 0;
	padding: 15px 15px 0 15px;
	color: #33cc66;
}

div.InternalDiv h3
{
	font-size: 20px;
	font-weight: normal !important;
	margin: 0;
	padding: 15px 15px 0 15px;
	color: #ff3333;
}

div.InternalDiv p
{
	font-size: 14px;
	font-weight: normal !important;
	margin: 15px 15px 0 15px !important;
	padding: 0 0;
	color: #333333;
}
div.InternalDiv object
{
    text-align: center;
    padding: 40px 100px;
    margin: 0;
}


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;
    margin: 0;
    padding: 0;
}
div.content_internal 
{
    background: #fff;
    padding-top: 10px !important;
}
div.content_right
{
    width: 300px;
    float: right;
    display: inline;
    margin: 0;
    padding: 0;
}

div.top_half1 
{
    display: block;
    width: 300px;
    height: 62px;
    background: transparent url(/Images/titles/Millepede.png) no-repeat left top;
    margin: 0 0;
    padding: 0;
    text-indent: -3000px;
}
div.top_half2 
{
    display: block;
    width: 300px;
    height: 62px;
    background: transparent url(/Images/titles/News.png) no-repeat left top;
    margin: 0 0;
    padding: 0;
    text-indent: -3000px;
}
div.top_half_vid
{
    display: block;
    width: 300px;
    height: 62px;
    background: transparent url(/Images/titles/Videos2.png) no-repeat left top;
    margin: 0 0;
    padding: 0;
    text-indent: -3000px;
}
div.top_half2 h3, div.top_half1 h3, div.top_half3 h3, div.top_half_vid h3
{
	margin: 0 !important;
	padding: 0 !important;
}
div.top_half3
{
    display: block;
    width: 300px;
    height: 62px;
    background: transparent url(/Images/titles/Testimonials.png) no-repeat left top;
    margin: 0 0;
    padding: 0;
    text-indent: -3000px;
}
div.top_half4
{
    display: block;
    width: 300px;
    height: 62px;
    background: transparent url(/Images/titles/Videos.png) no-repeat left top;
    margin: 0 0;
    padding: 0;
    text-indent: -3000px;
}
div.top_half5
{
    display: block;
    width: 300px;
    height: 62px;
    background: transparent url(/Images/titles/Brochures.png) no-repeat left top;
    margin: 0 0;
    padding: 0;
    text-indent: -3000px;
}
div.top_half6
{
    display: block;
    width: 300px;
    height: 62px;
    background: transparent url(/Images/titles/Contact.png) no-repeat left top;
    margin: 0 0;
    padding: 0;
    text-indent: -3000px;
}



div.half1_bg 
{
    background: transparent url(/Images/Module1Down.png) no-repeat left top;
    margin: 0;
    padding: 0 0;
    height: 220px;
}
div.rt_bg 
{
    background: transparent url(/Images/rt_mid.png) repeat-y left top;
    margin: 0;
    padding: 0 0;
}

div.half1_bg_right
{
    background: transparent url(/Images/right_bg.png) no-repeat left bottom;
    margin: 0;
    padding: 0 0;
}
div#content_body div.half1_bg div p
{
    margin: 0 10px;
    padding: 20px 0 0 0;
}

div#content_body div.half2_bg div p
{
    margin: 0 10px;
    padding: 20px 0 0 0;
}

div.half2_bg 
{
    background: transparent url(/Images/Module2Down.png) no-repeat left top;
    margin: 0;
    padding: 0;
    height: 220px;
}

div.Module1
{
	width: 300px;
    padding: 0 !important;
}

.fltleft
{
	float: left;
	margin: 0 20px 0 0 !important;
}

.fltright
{
	float: right !important;	
}
div.content_margin
{
	padding: 0;
	margin: 0 10px;
}
div.Module1Right
{
	width: 300px;
    margin: 0;
    padding: 0;
    /*float: left;*/
}
div.rt_ft
{
	background: transparent url(/Images/Module1Down.png) no-repeat left bottom;
    margin: 0;
    padding: 0 0 220px 0 !important;
}
div.Module2
{
	width: 300px;	
    margin: 0 20px 20px 0;
    padding: 0;
    float: left;
}

div.Module2Right
{
	width: 300px;
	height: 283px;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
}
div.half1_bg_right ul {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	}
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.third_half 
{
    width: 300px;
    margin: 0;
    padding: 0;
    float: right;
    display: inline;
}

div.Module1 a, div.Module2 a
{
	color: #ff3333;	
}

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 10px;
    padding: 0 0 0 35px;
    font-size: 24px;
    background: transparent url(/Images/h1_trail.png) no-repeat 0 0;
    font-weight: normal;
    color: #222263;
}
div.content_left h2 
{
    margin: 0 0 0 10px;
    padding: 0 0 8px 0;
    font-size: 24px;
    font-weight: normal;
    color: #c82c2c;
}
div.content_left h3 
{
    margin: 0 0 0 10px;
    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: 37px;
    width: 300px;
    margin: 0;
    padding: 0;
    background: transparent url(/Images/right_latest_news_head.png) no-repeat 0 0;
    text-indent: -3000px;
}
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 20px 0;
    padding: 0;
    background: transparent url(/Images/right_bg.png) no-repeat left bottom;
}
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: 0 10px;
    padding: 0;
    height: 200px;
    overflow: hidden;
}
div.st_NewsTicker3, div.st_EventsTicker3
{
    position: absolute;
}


div.st_NewsTicker3 ul
{
	margin: 0 10px;
	padding: 20px 0 0 0;
}

div.st_NewsTicker3 ul li
{
	margin: 0 0;
	padding: 0 0;
    list-style-type: none;
}

div.right_box ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.right_box li
{
    margin: 0 0 5px 10px  !important;
    list-style-type: none;
}
div.right_box li a 
{
    color: #222263;
}
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;
}
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: #c82c2c;
}

p.testimonial 
{
    font-size: 14px !important;
    font-weight:bold;
}

#footer
{
	border-top: solid 1px #cccccc;
	width: 960px;
	/*height: 20px;*/
	clear: both;
	margin: 20px 0;
	padding: 0;
}
#footer a 
{
    color: #33cc66;
}
#footer a:hover 
{
    color: #999;
}
#footer p.foot_links 
{
    float: right;
    margin: 10px;
    font-size: 11px;
}
#footer p.foot_copy 
{
    float: left;
    margin: 10px;
    font-size: 11px;
}
div.footer_content 
{
    float: left;
    display: block;
    width: 800px;
    text-align: left;
    margin: 10px 0;
}






/* 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: 0 !important;
    font-size: 10px !important;
}
p.news_error 
{
    color: Red !important;
    margin: 0 !important;
    padding: 0 !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*/
h2
{
	font-weight: bold;
	font-size: 24px;
	color: #33cc66;
	margin: 0 10px;
}

div.st_RotatingContent p
{
	width: 430px;
}

a.ReadMoreLink
{
	font-size: 24px;
	text-decoration: none;
	color: #ff3333;
	margin: 15px 0 0 0;
	padding: 4px 0 6px 45px;
	background: transparent url(/Images/InfoButton.png) no-repeat left center;
}

div.st_RotatingContent p.RotatingImageP
{
	width: 499px;
	float: right;
	margin: 0 0;
	padding: 0 0;
}

img.RotatingImage
{
	float: right;
}

div.st_RotatingContent
{
	color: White;
	border: 0;
	position: relative;
	display: block;
	margin: 0;
	padding: 25px 0 0 0;
	text-align: left;
	width: 960px !important;
	height: 401px !important;
}
div.st_RotatingContent ul.st_RotatingContent
{
	width: 960px;
	height: 376px;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 8px 0 0 0 !important;
	border: 0 !important;
	background: transparent url(/Images/Table.png) no-repeat 0 0;
}
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: 376px !important;	
*/
}
div.TestRotate 
{
    margin-top: 20px !important;
}
div.TestRotate, div.TestRotate ul li.rmItem 
{
	width: 220px !important;
	height: 146px !important;
	background: transparent url(/Images/Table.png) no-repeat 0 0;
}


div.st_RotatingContent ul.st_Tab
{
	/*position:relative;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	background: transparent;
	border: 0;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	height: 25px;
	/*float: left;*/
}
div.st_RotatingContent ul.st_Tab li.st_Tab
{
	position: relative;
	width: 120px;
	height: 25px;
	line-height: 28px;
	float: left;
	padding: 0;
	margin: 0 !important;
	border: none 0px black;
	list-style-type: none !important;
	text-align: center;
	background: transparent url(/Images/Tab.png) no-repeat 0 0;
}
div.st_RotatingContent ul.st_Tab li.st_Tab a, div.st_RotatingContent ul.st_Tab li.st_Tab a:hover  
{
    font-size: 12px;
    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: transparent url(/Images/TabHover.png) no-repeat 0 0;
}

/*************** 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;
}
