/*
        _                                                 _           _   _             
  _ __ | |__     ___ ___  _ __ ___  _ __ ___  _   _ _ __ (_) ___ __ _| |_(_) ___  _ __  
 | '_ \| '_ \   / __/ _ \| '_ ` _ \| '_ ` _ \| | | | '_ \| |/ __/ _` | __| |/ _ \| '_ \ 
 | | | | |_) | | (__ (_) | | | | | | | | | | | |_| | | | | | (__ (_| | |_| | (_) | | | |
 |_| |_|_.__/   \___\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|_|\___\__,_|\__|_|\___/|_| |_|

 Accessible, standards-compliant web development
 http://www.nbcommunication.com

 Last edited 2009-10-30

*/


/* General reset */

*{font-size:100.01%}
html {font-size:62.5%;}
body{
	margin:0;
	background:#fff;
	font:1em Arial, Helvetica, sans-serif;
	color:#5b5c5e;
	min-width:950px;
}
img{border:0;}
a{color:#000; text-decoration:none;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#wrapper{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:0 0 78px;
}
/* header */
#header{
	width:950px;
	overflow:hidden;
	background:url(images/bg-header.gif) no-repeat;
	position:absolute;
	top:0;
	z-index:1;
	left:0;
}
.logo{
	float:left;
	height:69px;
	width:302px;
	background:url(images/bg-logo.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	margin:18px 0 0 11px;
}
.logo a{
	height:69px;
	width:302px;
	display:block;
}
.nav{
	margin:59px 0 0 12px;
	padding:0;
	list-style:none;
	float:left;
}
.nav li{
	float:left;
	background:url(images/separator-nav.gif) no-repeat;
	padding:5px 0 6px 3px;
}
.nav a{
	color:#3c7d8b;
	text-decoration:underline;
	font:1.4em Arial, Helvetica, sans-serif;
	display:block;
	padding:3px 9px 6px 7px;
}
.nav a:hover, .nav a.active{
	text-decoration:none;
        color: #946FB0;
}
.header-wrapp{
	overflow:hidden;
	height:1%;
}
.wrapp{
	width:948px;
	padding:2px 0 0;
	background:url(images/bg-wrapp.gif) no-repeat;
	border:1px solid #a6a6a6;
	border-top-color:#c5c5c5; 
	border-right-color:#a3a3a3;
	border-bottom:none;
	overflow:hidden;
	position:relative;
}
.shadow{
	position:absolute;
	top:2px;
	left:0;
	display:block;
	width:100%;
	height:14px;
	background:url(images/bg-shadow.png) no-repeat;
}
.gallery{
	margin:0;
	padding:0;
	list-style:none;
	width:960px;
	overflow:hidden;
}
.gallery li{
	float:left;
	margin:0 3px 0 0;
}
gallery li.last {
        margin-right:0px !important;
}
.gallery img{
	display:block;
}
.gallery span{
	display:block;
	font-size:9px;
	margin:10px 0 0;
}
/* main */
#main{
	width:100%;
	overflow:hidden;
	padding:319px 0 0;
	margin:0;
}
/* content */
#content{
	width:656px;
	float:right;
	padding:0 21px 0 0;
	margin:-6px 0 0;
	position:relative;
	z-index:2;
}
* html #content{
	width:638px;
}
#content h1{
	margin:1px 0 10px;
	font-size:2.2em;
	color:#337a86;
	font-weight:normal;
}
#content h2{
	margin:0 0 2px;
	font-size:1.9em;
	color:#936eaf;
}
#content h3{
	margin:0 0 5px;
	font-size:1.8em;
	color:#47585B;
}
#content h4{
	margin:0 0 5px;
	font-size:1.6em;
	color:#936eaf;
	font-weight:normal;
}
#content h5{
	margin:0 0 5px;
	font-size:1.5em;
	color:#77787b;
	font-weight:normal;
}
#content h6{
	margin:0 0 5px;
	font-size:1.2em;
	color:#73c4d1;
	font-weight:normal;
}
.heading-7{
	margin:0 0 25px;
	font-size:1.1em;
	color:#838b8c;
	font-weight:normal;
	display:block;
}
#content p{
	margin:0 0 22px;
	line-height:1.3em;
	font-size:1.6em;
}
#content p em{
	color:#686b70;
}
#content p a{
	line-height:17px;
	/*color:#4ec7e2;*/
        color: #1E5792;
}

#content img.right {
    float:right;
	margin: 5px 0 5px 30px;
}
.text-box{
	background:#ebebec;
	padding:12px 12px 15px 21px;
	width:590px;
	margin:32px 0 16px;
}
.text-box p{
	margin:10px 0 !important;
}
.box{
	margin:0 0 30px;
}
.box p{
	margin:5px 0 !important;
}
.box a{
	color:#4ec7e2;
	font-size:1.4em;
}
#content ul{
	margin:0 0 30px;
	padding:6px 18px 9px;
	list-style:none;
	background:#e8e3cf;
	overflow:hidden;
	width:210px;
}
#content ul li {
	background:url(images/border-sidenav.gif) repeat-x;
	padding:9px 0 9px 8px;
}

#p32 #content ul {
	background:#fff!important;
	padding:9px 0 9px 8px;
width: 300px;
}


#content ul li a{
	color:#19a7c8;
	background:url(images/bg-link-arrow.gif) no-repeat 0 4px;
	text-decoration:none;
	font:1.5em Helvetica,Arial, sans-serif;
	padding:0 0 0 14px;
	text-transform:capitalize;
}


#p32 #content ul li a {
	text-transform:none !important;
}

#p32 #content ul li {
	background:url(images/bg-link-arrow-32.gif) no-repeat left center;
}

#content ul a:hover, #content ol a:hover{
	text-decoration:underline;
}
#content ul li:first-child, #content ol li:first-child{
	background:none;
}
#content ol{
	margin:0 0 30px;
	padding:6px 18px 9px 43px;
	background:#e8e3cf;
	overflow:hidden;
	width:184px;
	list-style-type:decimal;
}
#content ol li{
	color:#3c7d8b;
	font-weight:bold;
	font-size:1.5em;
	margin:0 0 -2px -1px;
	background:url(images/border-sidenav.gif) repeat-x;
	padding:9px 0 9px 8px;
}
#content ol li a{
	color:#19a7c8;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
#content blockquote, #content q {
	quotes: none;
        font-style: italic;
        margin-top: 20px;
        color: #444444;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
}
.cite-box {
	background:#ebebec url(images/bg-quote.gif) no-repeat 0 -67px;
	margin:0 15px 25px 0;
	color:#77787b;
}
.cite-box blockquote{
	margin:0;
}
.cite-holder{
	background:url(images/bg-quote-btm.gif) no-repeat 100% 100%;
	padding:13px 15px 3px 23px;
}
.cite-box p cite{
	display:block;
	color:#936eaf;
	font-size:1.2em;
	font-style:normal;
	margin:0 0 16px;
}
#content .cite-box p{
	margin:0;
}
.cite-box p q{
	display:block;
	font-size:1em;
	margin:0 0 16px;
}
.section{
	overflow:hidden;
	width:100%;
	padding:0 0 18px;
}
.green{
	margin:0 30px 11px 0 !important;
	color:#337a86 !important;
	border-bottom:1px solid #337a86;
}
.date{
	font-size:1.2em;
	color:#5ebbca;
	clear:both;
	display:block;
}
.more {
	float:left;
	font-size:1.3em;
	color:#5ebbca;
	margin:-19px 0 0;
}
/* visual */
.visual{
	overflow:hidden;
	height:1%;
	background:#e8e3cf;
	padding:4px 10px 2px 14px;
	clear:both;
	height:21px;
	margin:-7px 32px 30px 0;
}
#content .page-nav{
	float:right;
	font-size:1.4em;
	margin:1px 5px 0 0;
	display:inline;
}
#content .page-nav a{
	float:left;
	color:#337a86;
	text-decoration:none;
	margin:0 0 0 5px;
}
#content .page-nav ul{
	float:left;
	margin:0;
	padding:0;
	width:76px;
	list-style:none;
	overflow:hidden;
}
#content .page-nav li{
	float:left;
	background:url(images/separator-nav-page.gif) no-repeat 0 2px;
	margin:0 1px 0 -1px;
	padding:0 3px;
}
#content .page-nav li a{
	color:#9c9ea0;
	font-size:1em;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
}
#content .page-nav li a:hover, #content .page-nav .active{
	color:#686b6e;
	text-decoration:none;
}
#content .list-r{
	margin:0 0 8px;
	padding:0 18px 9px 0;
	overflow:hidden;
	list-style-type:decimal;
	background:none;
	width:100%;
}
#content .list-r li{
	color:#3c7d8b;
	font-weight:bold;
	font-size:1.5em;
	padding:9px 0;
	margin:-1px 0 1px -5px;
	border-top:1px solid #d1d3d4;
	padding:8px 0 14px 8px;
	background:url(images/bg-res.gif) no-repeat 0 15px;
}
#content .list-r em{
	font-style:normal;
	padding:0 5px 0 0;
}
#content .list-r strong{
	color:#535456;
	font-weight:normal;
}
#content .list-r span{
	color:#9b9c9e;
	font-weight:normal;
	display:block;
	word-spacing:-2px;
	padding:0 0 0 18px;
}
/* table */
.table{
	width:625px;
	overflow:hidden;
	margin:0 0 37px;
}
#content .table h1{
	margin:0;
	font-size:2.2em;
	color:#337a86;
	font-weight:normal;
	background:#cec7ac;
	padding:9px 0 10px 22px;
}
.table table{
	border-collapse:collapse;
	font-size:1.5em;
}
.table th{
	background:#dbd6c1;
	padding:0;
	font-weight:normal;
	width:192px;
	height:31px;
	color:#000;
}
.table .last{
	width:48px;
}
.table td{
	background:#e8e3cf url(images/table-border.gif) repeat-x 0 100%;
	width:192px;
	height:42px;
	text-align:center;
	vertical-align:middle;
	padding:0;
	color:#535456;
}
td.full{
	background:none;
	width:1px;
}
td.first{
	background:#f2edda url(images/table-border.gif) repeat-x 0 100%;
}
/* calendar */
.calendar{
	width:289px;
	border:12px solid #e8e3cf;
	padding:0 0 5px;
	margin:0 0 34px;
	overflow:hidden;
}
#content .ttl-calendar{
	font-size:2.2em;
	color:#fff;
	background:#8f8f8f;
	margin:0;
	padding:9px 0 10px 10px;
}
.calendar fieldset{
	background:#bbbdbf;
}
.calendar select {
	width:108px;
	height:23px;
	color:#626366;
	margin:0 0 0 10px;
	padding:2px 0 2px 11px;
	font-size:12px;
	text-transform:capitalize;;
}
.calendar table{
	border-collapse:collapse;
	width:289px;
}
.calendar th{
	color:#29accb;
	background:#dddedf;
	padding:4px 10px 4px 11px;
	font-size:11px;
	font-weight:normal;
}
.calendar td{
	padding:1px 10px 1px 11px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	color:#6c6d70;
}
td.active{
	color:#ec1c24;
}
/* form */
.form{
	overflow:hidden;
}
#content .ttl-form{
	font-size:2.2em;
	color:#337a86;
	margin:0;
}
.form strong{
	font-weight:normal;
	margin:0 0 5px;
	font-size:1.8em;
	color:#77787b;
}
.form .signup{
	overflow:hidden;
	width:600px;
}
.form fieldset{
	overflow:hidden;
	width:600px;
}
.form .form-wrapper{
	float:left;
	width:250px;
	overflow:hidden;
	margin:13px 41px 0 2px;
	display:inline;
	padding:0;
}
.form label{
	display:block;
	font-size:1.1em;
	color:#7d7373;
	margin:0 0 4px;
}
.form input{
	float:left;
	width:232px;
	border:1px solid #a3a3a3;
	height:16px;
	padding:3px 5px 2px 5px;
	margin:0 0 6px;
	font-size:1.1em;
}
.form select{
	display:block;
	width:245px;
	border:1px solid #a3a3a3;
	color:#231f20;
	height:21px;
	font-size:1.1em;
	margin:0 0 10px;
}
.form textarea{
	width:242px;
	height:97px;
	border:1px solid #a3a3a3;
	margin:0 0 10px;
	overflow:auto;
	font-size:1.1em;
}
.form #website{
	margin:0 0 12px;
}
.check input{
	width:16px;
	float:left;
	padding:0;
	height:16px;
	border:none;
	margin:0 3px 6px 0;
}
.form .big{
	height:111px;
}
.form .btn{
	width:75px;
	height:28px;
	float:right;
	border:none;
	margin:0 6px 0 0;
	display:inline;
}
.tell{
	overflow:hidden;
	width:100%;
	margin:0 0 3px;
	clear:both;
}
.tell label{
	display:block;
	clear:both;
}
.tell span{
	float:left;
	padding:0 5px 0 0;
	margin:3px 0 0;
}
.tell input{
	width:31px;
	height:16px;
	padding:3px 5px 2px 5px;
	margin:0 6px 0 0;
}
.wrapp-form{
	width:250px;
	overflow:hidden;
	clear:both;
}
.check{
	overflow:hidden;
	float:left;
	clear:both;
	line-height:14px;
	margin:0;
	padding:0;
}
.check .row{
	float:left;
	width:125px;
}
.form-box{
	width:135px;
	overflow:hidden;
	margin:0 0 3px;
}
* html .form-box{
	width:120px;
}
.row label{
	float:left;
	color:#40b8d4;
}
/* sidebar */
.sidebar{
	width:250px;
	float:left;
	position:relative;
	z-index:2;
}
.navbar ul{
	margin:0;
	padding:2px 4px 9px 4px;
	list-style:none;
	background:url(images/bg-navbar.gif) no-repeat -492px 100%;
	overflow:hidden;
	width:238px;
}
/* navbar */
.navbar{
	background:url(images/bg-navbar.gif) repeat -246px 0;
	width:246px;
	overflow:hidden;
}
.holder{
	background:url(images/bg-navbar.gif) no-repeat;
	overflow:hidden;
}
.navbar li{
	background:url(images/border-sidenav.gif) repeat-x;
	margin:-1px 0 0;
	float:left;
	width:233px;
}
.navbar li:first-child{
	background:none;
}
.navbar ul a{
	color:#307681;
	background:url(images/bg-sidebar-arrow.gif) no-repeat center left;
	text-decoration:none;
	font-size:1.5em;
	font-family:Arial, sans-serif;
	letter-spacing:-1px;
width: 233px;
display: block;
padding: 5px 5px 5px 12px;
}
.navbar ul a:hover,
.navbar li.active a{
	color:#946fb0;
	background:url(images/bg-sidebar-arrow-hover.gif) no-repeat center left;
}
.sidebar h3{
	font:2.3em "Times New Roman", Times, serif;
	margin:17px 0;
	color:#337a86;
}
.info{
	width:246px;
	background:url(images/bg-info.gif) repeat -246px 0;
	overflow:hidden;
	margin:0 0 15px;
}
.info-holder{
	background:url(images/bg-info.gif) no-repeat -492px 0;
}

.info-frame{
	background:url(images/bg-info.gif) no-repeat 0 100%;
	padding:4px 0 14px;
}
.info img{
	display:block;
	margin:0 auto 4px;
}
.info span{
	color:#28adcc;
	padding:0 0 0 12px;
	font-size:1.4em;
}
.footer-holder{
	width:100%;
	background:url(images/bg-footer.gif) repeat-x;
}
/* footer */
#footer{
	width:950px;
	overflow:hidden;
	color:#939598;
	margin:0 auto !important;
	padding:18px 0 0;
}
.info-section{
	width:100%;
	margin:0 0 29px;
}
.info-section:after{
	content:"";
	clear:both;
	display:block;
}
#footer ul{
	margin:0;
	padding:0 0 3px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#footer ul li{
	float:left;
	background:url(images/separator-footnav.gif) no-repeat 0 2px;
	padding:0 7px;
	margin:0 7px 0 -7px;
}
#footer ul li a{
	font-size:1.2em;
	color:#939598;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
.inform{
	overflow:hidden;
	height:1%;
	color:#40b8d4;
	font-size:1.2em;
}
.inform p{
	margin:0;
}
.inform .web{
	float:right;
}
.inform .web a{
	color:#40b8d4;
	font-size:1em;
}
.ad{
	float:right;
	margin:-75px 0 -25px;
	position:relative;
}

ul.rates-list { width: 100% !important; }
ul.rates-list li { font-size: 1.5em; line-height: 1.2em }

#map_canvas { width: 300px; height: 415px; float: right; clear: right; margin-left: 15px; margin-bottom: 15px; border: 5px solid #e8e3cF; }

.errors, .required, .invalid { color : #FF0000; }

.cf-submit { font-size:14px;
font-weight:bold;
height:30px;
width:155px; }

p.crumbs { font-size:10px !important;
margin:0 10px 0 0 !important;
text-align:right; }

.imgright { float: right; margin: 0 0 15px 15px; padding: 5px 5px 3px 5px; background:#e8e3cF;}
.imgleft { float: left; margin: 0 15px 15px 0px; padding: 5px 5px 3px 5px; background:#e8e3cF;}
.imgright span, .imgleft span { color:#28adcc;	font-size:0.9em; }

.errors { font-size: 1.2em; margin-bottom: 1em; }

#content a { text-decoration: underline; }
#content a:hover { text-decoration: none; }
#content form a { text-decoration: none !important; }

.location-right { float: right; width: 300px; margin-left: 15px; }


#p7 #content ul, #p8 #content ul, #p9 #content ul {
background: #fff;
width: 70%;
margin-left: 30px;
font-size: 1.4em;
}

#p7 #content ul li, #p8 #content ul li, #p9 #content ul li {
list-style: disc;
background: transparent;
} 

/* ################## NB Common Styles ### */

#main p a[href^="http://"] {
	display:inline-block;
	padding:2px 14px 2px 0px;
	line-height:18px;
	min-height:18px;
	overflow:visible;
	background:transparent url(assets/js/external.gif) center right no-repeat;
}

#content ul li a[href^="http://"]  {
	display:inline-block;
padding-right: 16px;
	min-height:12px;
	overflow:visible;
	background:transparent url(assets/js/external.gif) center right no-repeat !important;
}


a[href$='.doc'] {
	display:inline-block;
	line-height:18px;
	min-height:18px;
	overflow:visible;
	background:transparent url(assets/js/word.png) center left no-repeat;
	padding:2px 0 2px 20px;
}
a[href$='.pdf'] {
	display:inline-block;
	line-height:18px;
	min-height:18px;
	overflow:visible;
	background:transparent url(assets/js/pdf.png) center left no-repeat;
	padding:2px 0 2px 20px;
}
#main a.lightbox, .sidebar a.lightbox {
	cursor: url(assets/js/magnify.cur), pointer;
}

/* ################## Lightbox ### */

 div.light_rounded .pp_top .pp_left{background: url(assets/js/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(assets/js/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(assets/js/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(assets/js/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(assets/js/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(assets/js/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(assets/js/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(assets/js/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(assets/js/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded .pp_arrow_previous{background: url(assets/js/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(assets/js/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(assets/js/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(assets/js/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(assets/js/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(assets/js/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(assets/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(assets/js/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content{background: url(assets/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(assets/js/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(assets/js/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(assets/js/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(assets/js/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(assets/js/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(assets/js/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(assets/js/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_arrow_previous{background: url(assets/js/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(assets/js/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(assets/js/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(assets/js/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(assets/js/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(assets/js/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(assets/js/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(assets/js/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_expand{background: url(assets/js/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(assets/js/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(assets/js/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(assets/js/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(assets/js/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square .pp_arrow_previous{background: url(assets/js/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(assets/js/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(assets/js/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(assets/js/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_expand{background: url(assets/js/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(assets/js/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(assets/js/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(assets/js/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(assets/js/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square .pp_arrow_previous{background: url(assets/js/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(assets/js/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(assets/js/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(assets/js/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;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;position: relative;text-align: left;width:100%;}.pp_content .pp_details{display: none;margin:10px 15px 2px 20px;}.pp_description{display: none;float: left;margin:0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(assets/js/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(assets/js/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;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: none;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{display: none;line-height:1 !important;margin:0 auto;text-align:center;width:100%;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;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;}




/*Contact Form
------------------------------------------------------------------*/
form.contact_form {
   width: 556px;
   padding: 20px 15px;
   background-color: #F2F1EF;
   position: relative;
   float: left;
}

form.contact_form div.req {
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   color: #7A7070;
   position: absolute;
   top: 15px;
   right: 15px;
   text-align: right
}

form.contact_form fieldset {
   margin:0 0 15px 0;
   padding: 0 0 10px 0;
   float: left;
   position: relative;
   width: 556px;
}

form.contact_form h3 { }

form.contact_form label {
   margin: 0 0 7px 0;
   position: relative;
   width: 556px;
   float: left;
}

form.contact_form label b {
   font: bold 13px/1.2 Arial, Helvetica, sans-serif;
   text-align: right;
   color: #595252;
   float: left;
   width: 130px;
   display: block;
   margin: 0 15px 0 0;
   position: relative;
   padding: 8px 0 0 0;
}

form.contact_form .required { color: #c00; }

form.contact_form div.req b { color:#c00; }

form.contact_form label input {
   float: left;
   width: 280px;
   font: normal 13px/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #4A4C4C;
   border: 1px solid #D8D5D1;
   background-color: #FFF;
   padding: 4px 6px;
   margin: 0 3px 0 0;
}

form.contact_form label input:focus {
   border: 1px solid #9D2300;
   background-color: #F6EEDC;
}

form.contact_form label select {
   width: 294px;
   padding: 4px;
}

form.contact_form label textarea.f-comments {
   width: 350px;
   float: left;
   font: normal 13px/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #4A4C4C;
   border: 1px solid #D8D5D1;
   background-color: #FFF;
   padding: 4px 6px;
   margin: 0;
}

form.contact_form label textarea.f-comments:focus {
   border: 1px solid #9D2300;
   background-color: #F6EEDC;
}

form.contact_form button#f-submit {
   background: transparent url(images/btn_submit.png ) left top no-repeat;
   text-indent: -9999px;
   border: none;
   width: 113px;
   height: 33px;
   padding: 0;
   margin: 0 0 0 145px;
   float: left;
   cursor: pointer;
   display: block;
   line-height: 1;
}

form.contact_form button#f-submit:hover {
   background: transparent url(images/btn_submit.png) right top no-repeat;
   width: 113px;
   height: 33px;
}

form.contact_form fieldset.f-checkbox-wrap b,
form.contact_form fieldset.f-radio-wrap b {
   font: bold 13px/1.5 Arial, Helvetica, sans-serif;
   text-align: right;
   color: #595252;
   float: left;
   width: 130px;
   display: block;
   margin: 0 15px 0 0;
   position: relative;
}

form.contact_form fieldset.f-checkbox-wrap fieldset,
form.contact_form fieldset.f-radio-wrap fieldset {
   float: left;
   background: none;
   width: 200px;
   margin: 0;
   padding: 0;
}

form.contact_form fieldset.f-checkbox-wrap label,
form.contact_form fieldset.f-radio-wrap label {
   font: normal 13px/1.3 Arial, Helvetica, sans-serif;
   color: #595252;
   float: left;
   width: 200px;
   margin:0;
   padding: 0;
   margin: 0 0 5px 0;
}

form.contact_form label input.f-checkbox,
form.contact_form label input.f-radio {
   width: auto;
   float: none;
   margin: 0 3px 0 0;
   padding: 0
}

.veri { 
border-color:#D8D5D1 !important;
border-style:solid;
border-width:1px;
}

.anti-spam-image { margin-left: 145px; }

.antispamlabel { margin-top:-10px !important; }

.get-in-touch {
background-color: #EBEBEC;
border: 1px solid #28ADCC;
border-radius: 15px;
padding: 20px;
margin: 50px 0;
}
.get-in-touch h3 a {
color: #28ADCC;
text-decoration: none !important;
}
