/* General
----------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { color: #616161; background: #d9d9d9; line-height: 18px; }
body, input, textarea, select { font-family: Arial, sans-serif; font-size: 13px; }
img { border: none; }
a { color: #616161; text-decoration: none; }
ul { list-style: none; }



/* Fonts
----------------------------------*/
h1, h2, h3, h4, h5, h6 { color: #5192b2; font-family: "GeogrotesqueMed"; font-weight: normal; }
p { color: #616161; padding: 0 0 15px; }
p a { color: #616161; text-decoration: underline; }
p a:hover { text-decoration: none; }

@font-face {
    font-family: 'GeogrotesqueMed';
    src: url('/themes/fonts/geogrotesque-medium-webfont.eot');
    src: url('/themes/fonts/geogrotesque-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/fonts/geogrotesque-medium-webfont.woff') format('woff'),
         url('/themes/fonts/geogrotesque-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeogrotesqueReg';
    src: url('/themes/fonts/geogtq-rg-webfont.eot');
    src: url('/themes/fonts/geogtq-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/fonts/geogtq-rg-webfont.woff') format('woff'),
         url('/themes/fonts/geogtq-rg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* Containers
----------------------------------*/
.wrap {
	position: relative;
	z-index: 2;
	width: 889px;
	padding-bottom: 13px;
	margin: 0 auto;
}
.bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 700px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #f0f0f0 24%, #f0f0f0 34%, #d9d9d9 100%);
	background:    -moz-linear-gradient(top, #dbdbdb 0%, #f0f0f0 24%, #f0f0f0 34%, #d9d9d9 100%);
	background:      -o-linear-gradient(top, #dbdbdb 0%, #f0f0f0 24%, #f0f0f0 34%, #d9d9d9 100%);
	background:     -ms-linear-gradient(top, #dbdbdb 0%, #f0f0f0 24%, #f0f0f0 34%, #d9d9d9 100%);
	background:         linear-gradient(to bottom, #dbdbdb 0%, #f0f0f0 24%, #f0f0f0 34%, #d9d9d9 100%);
	border-top: 16px solid #5192b2;
}



/* Header
----------------------------------*/
#header { position: relative; }

/* Logo */
.logo { line-height: 50px; font-size: 50px; color: #5192b2; text-transform: uppercase; text-shadow: 0px 1px 1px rgba(0,0,0,0.15); padding: 66px 20px; }
.logo a { color: #5192b2; }

/* Language */
.lang { position: absolute; right: 0; bottom: 0; height: 17px; background: #ffffff; padding: 7px 4px 5px; }
.lang li { float: left; padding: 0 3px; }
.lang a { display: block; font-family: "GeogrotesqueMed"; line-height: 15px; font-size: 11.5px; color: #9a9a9a; opacity: 0.5; border: 1px solid #ffffff; padding: 0 3px; }
.lang a:hover { opacity: 1; border-color: #5192b2; }
.lang .active a { opacity: 1; border-color: #5192b2; }



/* Content
----------------------------------*/
.content { background: #ffffff; box-shadow: 0px 1px 5px rgba(0,0,0,0.15); overflow: hidden; padding: 7px 7px 0px; }
.content .lcol { float: left; width: 213px; padding: 0 8px 0 0; }
.content .rcol { float: right; width: 654px; }

/* Left column navigation */
.nav {
	float: left;
	width: 213px;
	background: #aaaaaa;
	background: -webkit-linear-gradient(left, #aaaaaa 0%, #a0a0a0 100%);
	background:    -moz-linear-gradient(left, #aaaaaa 0%, #a0a0a0 100%);
	background:      -o-linear-gradient(left, #aaaaaa 0%, #a0a0a0 100%);
	background:     -ms-linear-gradient(left, #aaaaaa 0%, #a0a0a0 100%);
	background:         linear-gradient(to right, #aaaaaa 0%, #a0a0a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#a0a0a0',GradientType=1 );
	border-top: 5px solid #5da3c5;
	margin: 0 0 13px;
}
.nav > ul { float: left; width: 213px; }
.nav li { position: relative; clear: both; float: left; width: 213px; }
.nav li a { display: block; float: right; font-family: "GeogrotesqueReg"; font-size: 18px; color: #ffffff; padding: 12px 22px; margin: 4px 10px; }
.nav > ul > li.hassub > a { padding-right: 32px; margin-right: 0; }
.nav li:hover > a { background-color: #5da3c5; }
.nav .active > a { font-family: "GeogrotesqueMed"; line-height: 24px; font-size: 24px; }

.nav ul ul { position: absolute; display: none; width: 156px; top: 5px; background: #5da3c5; right: -156px; }
.nav ul ul ul { top: 0; }
.nav .hassub:hover > ul { display: block; }
.nav li li { float: none; width: auto; }
.nav li li a { float: none; font-size: 14px; text-align: left; padding: 10px 20px; margin: 0; }
.nav li li:hover > a { color: #d5e5ee; }
.nav .hassub > a { background-image: url(/themes/images/296_nav-arrow.png?v=); background-repeat: no-repeat; background-position: right center; }

.nav > ul > li::before, .nav li li::before {
	display: block;
	content: '\a0';
	height: 1px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
	background:      -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
	background:     -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
	background:         linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
	margin: 0 10px;
}
.nav li li::before {
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background:      -o-linear-gradient(left, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background:     -ms-linear-gradient(left, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background:         linear-gradient(to right, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
}
.nav > ul > li:first-child::before, .nav li li:first-child::before { content: none; }

/* Right column header */
.header-image { margin: 0 0 13px; }
.header-image img { display: block; width: 654px; }

/* Right column text */
.rcol section { padding: 0 18px 13px; }
.rcol h2 { line-height: 32px; font-size: 24px; padding: 16px 0 24px; }
.rcol p {  }

/* Form styling */
.rcol form {  }
.rcol label, .rcol .multi { display: block; line-height: 21px; overflow: hidden; padding: 3px 0; }
.rcol span { display: block; float: left; width: 165px; }
.rcol .multi { overflow: hidden; }
.rcol .multi label { float: right; width: 193px; padding-right: 260px; }
.rcol .multi label input { margin-left: 1px; }
.rcol .multi label span { display: inline; float: none; width: auto; }
.rcol .text { display: block; float: left; width: 179px; height: 21px; border: 1px solid #bfbfbf; border-radius: 3px; padding: 0 6px; }
.rcol .textarea { display: block; float: left; border: 1px solid #bfbfbf; border-radius: 3px; padding: 0 6px; }
.rcol select { display: block; float: left; width: 193px; height: 21px; border: 1px solid #bfbfbf; border-radius: 3px; }
.rcol select[multiple] { height: auto; }

/* Link list */
.column { color: #616161; float: left; width: 206px; }
.column h4 { font-family: Arial; padding: 0 0 18px; }
.column h4.bold { font-weight: bold; }
.column h4.italic { font-style: italic; }
.column li a { color: #616161; }
.column li a:hover { text-decoration: underline; }

.column_right { color: #616161; float: left; width: 356px; }
.column_right h4 { font-family: Arial; padding: 0 0 18px; }
.column_right h4.bold { font-weight: bold; }
.column_right h4.italic { font-style: italic; }
.column_right li a { color: #616161; }
.column_right li a:hover { text-decoration: underline; }
.clear { clear: both; }



/* Footer
----------------------------------*/
#footer { background: #5192b2; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 0 20px; }
#footer p { color: #ffffff; }
#footer p a { color: #ffffff; text-decoration: none; }
#footer p a:hover { text-decoration: underline; }
#footer strong { font-weight: bold; }

/* Foot notes */
.foot { overflow: hidden; }
.foot p { line-height: 34px; font-size: 14px; padding: 0; }
.foot .left { float: left; }
.foot .right { float: right; font-family: "GeogrotesqueReg"; }











#webForm label.validate_error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.formStyle label.validate_error, label.validate_error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
input.validate_error { border: 1px dotted red; }



















 div.light_rounded .pp_top .pp_left{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(/js/jquery/themes/prettyphoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(/js/jquery/themes/prettyphoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(/js/jquery/themes/prettyphoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(/js/jquery/themes/prettyphoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(/js/jquery/themes/prettyphoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(/js/jquery/themes/prettyphoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(/js/jquery/themes/prettyphoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(/js/jquery/themes/prettyphoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(/js/jquery/themes/prettyphoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(/js/jquery/themes/prettyphoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(/js/jquery/themes/prettyphoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(/js/jquery/themes/prettyphoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(/js/jquery/themes/prettyphoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(/js/jquery/themes/prettyphoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(/js/jquery/themes/prettyphoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(/js/jquery/themes/prettyphoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(/js/jquery/themes/prettyphoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(/js/jquery/themes/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(/js/jquery/themes/prettyphoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(/js/jquery/themes/prettyphoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(/js/jquery/themes/prettyphoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(/js/jquery/themes/prettyphoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(/js/jquery/themes/prettyphoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(/js/jquery/themes/prettyphoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(/js/jquery/themes/prettyphoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(/js/jquery/themes/prettyphoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(/js/jquery/themes/prettyphoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(/js/jquery/themes/prettyphoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(/js/jquery/themes/prettyphoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(/js/jquery/themes/prettyphoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(/js/jquery/themes/prettyphoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(/js/jquery/themes/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(/js/jquery/themes/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(/js/jquery/themes/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}












.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/themes/images/icon_info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/themes/images/icon_success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/themes/images/icon_warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/themes/images/icon_error.png');
}

.ui-tabs .ui-tabs-hide {
     display: none;
}