/* =Reset
-----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#14477f;
	outline:none;
}
a:hover {
	color:#8ca9b8;
}
p{
	margin-bottom:9px;
}
a[href$=".pdf"] {
 background: url(pdf.png) no-repeat right center;
 padding:2px 20px 2px 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3,h4, #menu-main-navigation li a, .slide-info li, #menu-about-us-navigation li, #menu-partnerships-navigation li, #right-side span {
	font-family: 'Oswald', sans-serif;
}
h1, #slider h2 {
	color:#ececec;
	font-size:21px;
	font-weight:normal;
	line-height:52px;
	padding:0;
	text-transform:none;
	letter-spacing:normal;
}
h3, #content h2, p#partnerships-title {
	font-size:14px;
	color:#003366;
	text-transform:uppercase;
	font-weight:normal;
}
.type-post.category-memberships #main-content h3{
	float:left;
	width:100%;
	margin:5px 0 0;
	padding-bottom:2px;
}
h3, #content h2 {
	line-height:22px;
	padding-bottom:6px;
}
#main-content h3{
	text-transform:none;
}
#content h2 {
	border-bottom:1px dotted #bebebe;
	margin-bottom:12px;
	padding-bottom:6px;
}
h4 {
	font-size:14px;
	color:#e6e7e4;
	font-weight:normal;
	line-height:30px;
}
/* =LAYOUT
-----------------------------------------------------------------------------*/
html {
	background: #e6e7e4 url(bg.jpg) repeat-x;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:auto;
}
#wrapper {
	width:989px;
	height:auto;
	margin:10px auto 0;
}
#header {
	float:left;
	width:989px;
	height:74px;
}
#logo {
	float:left;
	margin:9px 0 0 10px;
}
#searchform {
	float:right;
	margin:37px 0 1px 0;
	width:228px;
	height:22px;
}
label.screen-reader-text{
	display:none;
}
#s {
	background: #f3f2f2 url(search-icon.jpg) no-repeat center right;
	border: 1px solid #d4d9da;
	float:left;
	height:22px;
	width:163px;
	padding:0 21px 0 9px;
	color:#959ea7;
	font-family: 'Pt Sans', sans-serif;
	font-size:10px;
	-moz-box-shadow:inset 0 0 10px #e7e5e2;
	-webkit-box-shadow:inset 0 0 10px #e7e5e2;
	box-shadow:inset 0 0 10px #e7e5e2;
	line-height:20px;
}
#s:hover, #s:focus{
	box-shadow:0 0 10px #d4d9da;
	-moz-box-shadow:0 0 10px #d4d9da;
	-webkit-box-shadow:0 0 10px #d4d9da;
}
#searchsubmit {
	background-color:#3c5f85;
	border:1px solid #ccd2d4;
	padding:1px 5px;
	width:29px;
	float:right;
	display:block;
	cursor:pointer;
	color:#e7e8eb;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	line-height:22px;
	height:24px;
	margin:0;
}
#searchsubmit:hover {
	color:#ccd2d4;
	box-shadow:0 0 10px #ccd2d4;
	-moz-box-shadow:0 0 10px #ccd2d4;
	-webkit-box-shadow:0 0 10px #ccd2d4;	
}
*+html #searchsubmit {			/*IE7*/
	line-height:18px;
	border:none;
}
/* =MENU
-----------------------------------------------------------------------------*/
#menu-main-navigation {
	float:left;
	width:989px;
	margin-left:2px;
	border-top:8px solid #14477f;
	position:relative;
	z-index:1000;
}
#menu-main-navigation li {
	display:inline;
	float:left;
	padding: 0 10px;
	margin:0 14px 0 0;
}
#menu-main-navigation li:first-child {
	margin-left:1px;
}
#menu-main-navigation li#menu-item-52 { /*#menu-main-navigation li:last-child*/
	margin-right:0;
	z-index:1000;
}
#menu-main-navigation li a {
	display:block;
	float:left;
	font-size:17px;
	line-height:24px;
	padding-top:7px;
}
#menu-main-navigation li.current-menu-item, 
#menu-main-navigation li.current-menu-ancestor,
#menu-main-navigation li.current-menu-parent,
#menu-main-navigation li.custom-current {
	border-top: 6px solid #eeeded;
	margin-top:-7px;
}
.current-menu-item a:hover, 
.current-menu-ancestor a:hover, 
.current-post-parent a:hover,
.custom-current a:hover{
	color:#14477f;
}
li#menu-item-62, 	
li#menu-item-63,
li#menu-item-64 {	
	position:relative;
	z-index:20;
	display:block;
	padding-right:0;
	margin:0 17px 0 0;
}
li#menu-item-62 a, 
li#menu-item-63 a, 
li#menu-item-64 a{	
	background:url(menu-arrow.jpg) no-repeat right 19px;
	padding-right:24px;
}
li#menu-item-62:hover a,
li#menu-item-63:hover a,
li#menu-item-64:hover a{
	background:url(menu-arrow-hover.jpg) no-repeat right 19px;	
}
li#menu-item-62:hover ul.sub-menu,
li#menu-item-63:hover ul.sub-menu,
li#menu-item-64:hover ul.sub-menu {
	display:block;
}
#menu-main-navigation li ul.sub-menu {
	display:none;
	position:absolute;
	top:30px;
	left:10px;
	z-index:1000;
	background:#E6E7E4;
	width:180%;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	border-left:1px solid #8ca9b8;
	border-bottom:1px solid #14477f;
	padding:7px 7px 9px 11px;
}
#menu-main-navigation li#menu-item-63 ul.sub-menu{
	width:230px;
}
#menu-main-navigation li#menu-item-64 ul.sub-menu{
	width:220px;
}
#menu-main-navigation li ul.sub-menu li {
	margin:7px 0 0 0;
	padding:0;
	display:block;
	width:100%;
}
#menu-main-navigation li ul.sub-menu li:first-child {
	margin:0;
}
#menu-main-navigation li ul.sub-menu li.current-menu-item,
#menu-main-navigation li ul.sub-menu li.current-menu-parent {
	margin:7px 0 0 0;	
	border-top:none;
}
#menu-main-navigation li.current-menu-ancestor ul.sub-menu li a:hover,
#menu-main-navigation li ul.sub-menu li.current-menu-item a,
#menu-main-navigation li ul.sub-menu li.current-menu-item a:hover,
#menu-main-navigation li ul.sub-menu li.current-menu-parent a,
#menu-main-navigation li ul.sub-menu li.current-menu-parent a:hover {
	color:#8ca9b8;
}

#menu-main-navigation li ul.sub-menu li a {
	display:block;
	float:left;
	font-size:14px;
	line-height:20px;
	padding:0;
	background:none;
}
#menu-main-navigation li ul.sub-menu li a:hover {
	background:none;
}
/* =SLIDER
-----------------------------------------------------------------------------*/
#slider-container {
	float:left;
	width:989px;
	height:309px;
	border-bottom:1px solid #2a619e;
	border-top:1px solid #2a619e;
	margin:11px 0 13px 0;
	
}
#slider {
	float:left;
	width:989px;
	height:307px;
	margin:1px 0;
	position:relative;
	overflow:hidden;
	z-index:10;
}
.slides_container {
  width:989px;
	height:307px;
	display:none; /*!*/
	overflow:hidden;
}
.slides_container div.slide {
	width:989px;
	height:307px;
	display:block;
	background:url(../images/slider.jpg) no-repeat;
	position:relative;
	z-index:11;
} 
.slide-moto {
	position:absolute;
	top:37px;
	left:66px;
	width:400px;
	z-index:100;
}
.slide-moto em {
	font-family: 'Kristi', cursive;
	font-size:36px;
	color:#d1dfe8;
	line-height:67px;
}
a.next, a.prev {
	float:right;
	width:67px;
	height:309px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:101;
	text-indent:-9999px;
	display:block;
	background:url(slider-arrow.png) no-repeat -50px -50px;
}
a.prev {
	top:0;
	right:0;
	left:0px;
	background:url(slider-arrow-prev.png) no-repeat -50px -50px;
}
a.next:hover {
	background:url(slider-arrow.png) no-repeat center center;
}
a.prev:hover {
	background:url(slider-arrow-prev.png) no-repeat center center;
}
.slide-moto p {
	font-size:17px;
	color:#ececec;
	margin-top:14px;
	line-height:1.5em;
	text-transform:none;
}
.slide-info{
	position:absolute;
	z-index:100;
	top:26px;
	right:90px;
	display:table;
	width:360px;
	height:258px;
}
.slide-info li {
	list-style:none;
	width:84px;  /*120*/
	height:87px; /*129*/
	padding:42px 18px 0;
	float:left;
	text-align:center;
	color:#fdfdfd;
	font-size:16px;
	line-height:18px;
}
.slide-info li.three-lines {
	width:90px;  /*120*/
	height:96px; /*129*/
	padding:33px 15px 0;
}
.slide-info li.first-elem {
	width:72px;  /*120*/
	padding:42px 18px 0 30px;
}
/* =CONTENT
-----------------------------------------------------------------------------*/
#content {
	float:left;
	width:989px;
	height:auto;
	background:#eeeded;
	border:1px solid #d4d9da;
	margin-bottom:12px;
	position:relative;
	padding-bottom:5px;
}
#sidebar {
	float:left;
	width:267px;
	height:100%;
	margin:20px 24px 0 16px;
}
#content img {
	float:left;
	background:#f6f4f4;	
	padding:5px;
	border:1px solid #d6d8d5;
	box-shadow: 0 0 3px 3px #dfe0de;
	-moz-box-shadow: 0 0 3px 3px #dfe0de;
	-webkit-box-shadow: 0 0 3px 3px #dfe0de;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#dfe0de')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#dfe0de');
	margin-bottom:3px;
}
.sidebar-content {
	height:auto;
	width:267px;
}
.sidebar-content a, .sidebar-content span {
	color:#333;
	font-size:11px;
}
.sidebar-content a {
	padding-top:10px;
	display:block;
}
.sidebar-content a:hover {
	color:#14477f;
}
.sidebar-content a:first-child {
	padding-top:0;
}
.sidebar-content span {
	border-bottom:1px dashed #bebebe;
	color:#999;
	display:block;
	width:267px;
	padding-bottom:9px;
}
a.btn {
	float:left;
	margin:11px 0 14px 0;
	background:url(btn-bg-repeat.png) repeat-x;
	border:1px solid #bbbbbb;
	padding:0 10px;
	height:22px; /**/
	color:#404541;
	font-size: 11px;
	line-height:22px;
}
#right-side a.btn, .category-publications a.btn {
	margin-top:3px;
}
a.btn:hover{
	box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
	color:#14477F;
}
#main-content {
	width:659px;
	float:right;
	margin:20px 21px 0 0;	
	font-size:12px;
	color:#666;
	line-height:1.3em;
}
#main-content.hentry{
	line-height:1.4em;
}
#main-content strong{
	color:#555;
}
#main-content.post strong{
	color:#003366;
	font-size:13px;
}
#left-side {
	float:left;
	width:357px;
	height:auto;
}
#text-container {
	float:left;
	height:auto;
	width:350px;
	border-bottom:1px dashed #bebebe;
	padding-bottom:6px;
}
#content #text-container img {
	margin-right: 10px;
	margin-top:3px;
}
#learn-more-form {
	padding-top:3px;
}
#right-side {
	width:278px;
	float:right;
}
#right-side span {
	background:url(circle.jpg) no-repeat;
	float:left;
	color:#06366a;
	font-size:14px;
	width:94px;
	height:66px;
	padding-top:29px;
	margin:7px 7px 0 0;
	line-height:17px;
	text-align:center;
	font-weight:bold;
}
#right-side img {
	float:none;
	margin-top:3px;
}
#right-side p {
	margin-top:15px;
}
/* =FOOTER
-----------------------------------------------------------------------------*/
#footer {
	background:url(footer-bg.jpg) no-repeat;
	width:989px;
	height:85px;
	float:left;
}
#top-bar {
	border-bottom:1px dotted #00000d;
	float:left;
	margin-top:18px;
}
#social {
	float:left;
	margin:5px 139px 0px 20px;
}
#social li {
	margin-left:7px;
	display:inline;
	float:left;
}
#social li img:hover {
	margin-top:-2px;
}
#menu-footer-navigation {
	float:left;
	clear:right;
}
#menu-footer-navigation li {
	display:inline;
	float:left;
	background:url(footer-dot.jpg) right 11px no-repeat;
	padding-right:4px;
}
#menu-footer-navigation li:last-child {
	background:none;
}
#menu-footer-navigation li a {	
	font-family:Trebuchet MS;
	font-size:12px;
	color:#c7cbc6;
	float:left;
	display:block;
	margin-left:6px;
	text-transform:lowercase;
}
#menu-footer-navigation a:hover {
	color:#8ca9b8;
}
#menu-footer-navigation .current-menu-item a, 
#menu-footer-navigation .current-menu-item a:hover {
	color:#fff;
}
#top-bar p {
	font-size:11px;
	color:#767979;
	float:left;
	padding:0 0 5px 6px;
	line-height:15px;
	margin:0;
	width:auto;				 	/*IE7*/
	min-width:200px;		/*IE7*/
}
h5{
	font-size:14px;
	color:#eeeded;
	float:right;
	text-transform:uppercase;
	margin-right:6px;
	line-height:3px;
	font-weight:normal;
}
#WebOlution-copyright {
	float: right;
	width: 160px;
	color:#999;
	font-size:11px;
	line-height:20px;
	margin:0 4px 10px 0;
}
#WebOlution-copyright a:hover {
	color:#1F1E21;
}
a#WebOlution {
	float: right;
	display: block;
	background: url(Web.png) no-repeat 0 -19px;
	width: 84px;
	height: 20px;
	text-indent: -9999px;
}
a#WebOlution:hover {
	background: url(Web.png) no-repeat 0 0;
}
/* = PAGE
-----------------------------------------------------------------------------*/
.page .slide-moto, .post .slide-moto, .slide-moto.secondary{
	background: url(intro-bg.png) repeat 0 0;
	min-height:144px; /*177*/
	height:auto;
	width:370px; /*430*/
	left:0;
	top:68px;
	padding:14px 15px 17px 25px;
}
.slide-moto.secondary {
	padding-left:66px;
	top:55px;
}
.page .slide-moto p, .post .slide-moto p {
	margin-top:9px;
	line-height:1.3em;
	font-size:16px;
}
.slide-moto.secondary p{
	line-height:1.2em;
}
.slide-moto.secondary p a{
	color:#fff;
	font-size:90%;
	font-family:'Oswald';
}
.slide-moto.secondary p a:hover{
	text-decoration:underline;
}
.post .slide-moto p {
	margin-top:20px;
}
.post .slide-moto h1 {
	line-height:26px;
	margin-top:12px;
}
.page .slide-moto strong, .post .slide-moto strong {
	font-size:17px;
	color:#ececec;
	font-family:'Oswald',sans-serif;
	font-weight:normal;
	margin-bottom:12px;
}
#main-content.hentry img {
	margin-right:12px;
}
#main-content ul,#main-content ol {
	margin:5px 0;
}
#main-content ul li, #main-content ol li{
	margin-left:14px;
	line-height:1.7em;
}
#menu-about-us-navigation, 
#menu-partnerships-navigation,
#menu-what-we-do{
	width:268px;
	height:95px;
	display:table;
	background:url(nav-bg.png) no-repeat;
	margin:0 0 16px;
	padding-bottom:12px;
	border-bottom:1px dotted #bebebe; 
}
#menu-what-we-do, #menu-partnerships-navigation{
	width:265px;
	padding-right:5px;
	background:url(nav-bg.png) no-repeat;
}
#menu-what-we-do{
	width:91px;
	padding-right:172px;
	background:url(nav-s.jpg) no-repeat;
}
#menu-about-us-navigation li, 
#menu-partnerships-navigation li,
#menu-what-we-do li{
	list-style:none;
	text-align:center;
	width:94px;
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	line-height:15px;
}
#menu-about-us-navigation li:first-child, 
#menu-partnerships-navigation li:first-child,
#menu-what-we-do li:first-child{
	width:88px;
	padding-left:3px;
}
#menu-about-us-navigation li.current-menu-item, 
#menu-about-us-navigation li.current-post-ancestor,
#menu-partnerships-navigation li.current-menu-item,
#menu-what-we-do li.current-menu-item{
	background:url(nav-dot.png) no-repeat center 14px;	
}
#menu-about-us-navigation li.current-menu-item a,
#menu-about-us-navigation li.current-menu-item a:hover,
#menu-about-us-navigation li.current-post-ancestor a,
#menu-about-us-navigation li.current-post-ancestor a:hover,
#menu-partnerships-navigation li.current-menu-item a,
#menu-partnerships-navigation li.current-menu-item a:hover,
#menu-what-we-do li.current-menu-item a,
#menu-what-we-do li.current-menu-item a:hover {	
	color:#8ca9b8;	
}
*+html #menu-about-us-navigation{
	display:block;
	float:left;
}
*+html #menu-about-us-navigation li{
	display:block;
	float:left;
	width:85px;
	padding-top:29px;
}
*+html #menu-partnerships-navigation{
	display:block;
	float:left;
}
*+html #menu-partnerships-navigation li{
	display:block;
	float:left;
	width:85px;
	padding-top:29px;
}
#main-content ul li ul.sub-menu {
	margin:0
} 
/* =SINGLE
-----------------------------------------------------------------------------*/
.single-menu {
	margin:0 0 10px 0;	
}
.single-menu li{
	list-style:none;
	border-bottom:1px dotted #BEBEBE;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	padding:3px 4px;
}
.single-menu li a {
	color:#8ca9b8;
}
.single-menu li.current-menu-item {
	background:url(nav-dot-single.png) no-repeat 4px 9px;
	padding-left:14px;	
}
.single-menu li a:hover,
.single-menu li.current-menu-item a,
.single-menu li.current-menu-item a:hover {
	color:#003366;
}
#main-content.post.category-publications a, #main-content.post-18 li {
 font-size:14px;
 font-family: 'Oswald', sans-serif;
 line-height: 22px;
}
/* =CATEGORY
-----------------------------------------------------------------------------*/
#main-content.category .post {
	float:left;
	width:100%;	
}
#main-content.category .post.category-news-events, 
#main-content.category .post.category-the-team {
	margin-bottom:10px;
}
#main-content.category .post img {
	float:left;
	margin-right:10px;
}
#main-content.category .the-date {
	float:right;
	margin:-33px  0 0 0;
	font-size:11px;
}
#main-content.category h1 {
	font-size:14px;
	color:#003366;
	text-transform:uppercase;
	font-weight:normal;
	line-height:22px;
	border-bottom:1px dotted #bebebe;
	margin-bottom:12px;
	padding-bottom:6px
}
#main-content.category h2 {
	font-size:13px;
}
#main-content .category-publications h2, #main-content .category-memberships h2{
	text-transform:none;
	font-size:14px;
}
a.read-more {
	font-size:11px;
	font-weight:bold;
	color:#504f4f;	
}
a.read-more:hover {
	color:#8CA9B8;
}
div.category-the-team div.slide-moto{
	width:440px;
	
}
/* =CONTACT
-----------------------------------------------------------------------------*/
#left-side.main-content-left {
	width: 435px; /*357*/
}
#right-side.main-content-right {
	width: 200px; /*278*/
}
.post-24 #main-content.hentry img {
	padding:0;
	margin:2px 0;
	border:0;
	box-shadow:none;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#EEEDED')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#EEEDED');
}
.post-24 #right-side p{
		margin-top:0;
}
.post-24 #right-side{
	margin-right:15px;
}
/* =MISC
-----------------------------------------------------------------------------*/
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height: 0;
}
a.img-mask img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);	
}
/* =WORDPRESS
-----------------------------------------------------------------------------*/
a.post-edit-link {
	position:absolute;
	top:25px;
	right:20px;
	color:#990000;
}
a.post-edit-link:hover {
	color:#14477F;
}
/* =CONTACT FORM 7
-----------------------------------------------------------------------------*/
input, textarea {
	float:left;
	border: 1px solid #d4d9da;
	padding:3px 3px;
}
label{
	width:100%;
	float:left;
}
label span.required {
	color:#003366;
}
input[type="text"], textarea {
	font-family: 'Pt Sans', sans-serif;
	font-size:12px;
	box-shadow:inset 0 0 10px #e7e5e2;
	-moz-box-shadow:inset 0 0 10px #e7e5e2;
	-webkit-box-shadow:inset 0 0 10px #e7e5e2;
	width:94%;
	margin-bottom:4px;
	border:1px solid 	#d4d9da;
	border-left:1px solid #8CA9B8;
}
input[type="text"]:hover, textarea:hover,
input[type="text"]:focus, textarea:focus {
	box-shadow:0 0 10px #d4d9da;
	-moz-box-shadow:0 0 10px #d4d9da;
	-webkit-box-shadow:0 0 10px #d4d9da;
}
input[type="submit"] {
	float:left;
	margin-right:10px;
	width:60px;
	background-color:#3c5f85;
	border:1px solid #ccd2d4;
	cursor:pointer;
	color:#e7e8eb;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
input[type="submit"]:hover {
	color:#ccd2d4;
	box-shadow:0 0 10px #ccd2d4;
	-moz-box-shadow:0 0 10px #ccd2d4;
	-webkit-box-shadow:0 0 10px #ccd2d4;	
}
.wpcf7-form p, .wpcf7-form img,  {
	float:left;
}
div.wpcf7-mail-sent-ng {
  border: 1px solid #FF0000;
}
div.wpcf7-validation-errors {
	float:right;
	width:70%;
	border:none;
	margin:-1px 20px 0 0;
	color:#3C5F85
}
span.wpcf7-form-control-wrap{
	float:left;
	width:100%;
	display:block;
	position:relative;
}
span.wpcf7-not-valid-tip  {
	border:none;
	width:74%;
	background:none;
	color: #3C5F85;
	top:1px;
	left:1px;
	position:absolute;
	padding:2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	display:none;
}
/* =CONTACT FORM 7
-----------------------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#cboxContent {
	background: none repeat scroll 0 0 #F6F4F4;
  border: 1px solid #D6D8D5;
  box-shadow: 0 0 3px 3px #DFE0DE;
	-moz-box-shadow:0 0 3px 3px #DFE0DE;
	-webkit-box-shadow:0 0 3px 3px #DFE0DE;
  padding: 5px;
	position:relative;
	margin:20px 0;
}
#cboxOverlay {
	background: #E6E7E4;
	opacity:0.9 !important;
	filter:alpha(opacity=90) !important; /* For IE8 and earlier */
	height: 100%;
  position: fixed;
  width: 100%;
	z-index:1999;
	top:0;
	left:0;
}
#cboxClose, #cboxPrevious, #cboxNext {
	cursor:pointer;
	text-indent: -9999px;
	z-index:2005;
	position: absolute;
}
#cboxClose{
	background: url(controls.png) no-repeat 0 -4px;	
	width: 21px;
  height: 21px; 
  right: 0;
  top: -22px;   
}
#cboxClose:hover {
	background: url(controls.png) no-repeat 0 -67px;
}
#cboxPrevious, #cboxNext {
	width:11px;
	height:16px;
}
#cboxPrevious {
	background: url(controls.png) no-repeat -5px -48px;
	right:14px;
	bottom:-19px;
}
#cboxPrevious:hover {
	background: url(controls.png) no-repeat -5px -111px;
}
#cboxNext {
	background: url(controls.png) no-repeat -5px -29px;	
	right:0px;
	bottom:-19px;
}
#cboxNext:hover {
	background: url(controls.png) no-repeat -5px -92px;
}
#cboxCurrent {
	font-family: 'Oswald',sans-serif;
	color: #8CA9B8;
	font-size:12px;
	position:absolute;
	bottom:-21px;
	left:5px;
}
#cboxLoadingGraphic {
	background:url(ajax-loader.gif) no-repeat center center;
}
.enlarge {
	font-family: 'Oswald',sans-serif;
  font-size: 16px;
  line-height: 22px;
	position:absolute;
	top:-22px;
	left:5;
	z-index:9999;
	text-transform:lowercase;
}
/* =PAGINATION
-----------------------------------------------------------------------------*/
.pagination {
	float:right;
	margin:0px 0 5px 0;
	display:inline;
	height:auto;
}
.pagination .pages{
	float:left;
	font-style:italic;
	font-size:11px;
	color:#999;
}

.current , a.inactive {
	display:block;
	float:left;
	font-size:10px;
	line-height:14px;
	border:1px solid #8CA9B8;
	padding:0 3px;
	text-decoration:none;
	font-weight:bold;
	background-color:#fff;
	margin-left:3px;

}.current {
	color:#fff;
	background-color:#3C5F85;
	border:1px solid #3C5F85;
}
a.inactive {
	color:#8CA9B8;
}
a.inactive:hover {
	color:#3C5F85;
}
/* =MAPS
-----------------------------------------------------------------------------*/
.maps li {
	list-style:none;
	float:left;
	width:100%;
	height:162px;
	border-bottom:1px dashed #bebebe;
	margin-bottom:9px;
}
.delhimap {
	background:url(delhimap.png) no-repeat;
}
.map-honk-kong {
	background:url(map-hong-kong.png) no-repeat;
}
.maps li strong {
	float:right;
	font-size:12px;
	font-family: 'Oswald',sans-serif;
	line-height:22px;
	letter-spacing:0.02em;
	color: #003366;
	font-weight:normal;
}
.maps li a {
	float:left;
	width:100%;
	height:137px;
	text-indent:-9999px;
	display:block;	
}
.maps li a:hover {
	opacity:0.2 !important;
	filter:alpha(opacity=20) !important; /* For IE8 and earlier */
	background: #EEEDED;
}
.maps li span {
	float:left;
	background:url(info.png) no-repeat left center;
	padding-left:15px;
	color:#545454;
	font-size:11px;
	line-height:23px;
	margin-left:2px;
}