/******************************************************************
Theme Name: Amosco
Theme URI: http://www.themble.com/bones
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You can also view the conversation on Twitter by following the hashtag: <a href="http://twitter.com/#!/search/%23wpbones">#wpbones</a>.
Author: Webrevolve
Author URI: http://www.webrevolve.com
Version: 1.3
Tags: flexble-width, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.
*********************************************************************/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
984px grid system ~ Core CSS.
12 Columns ~ Margin left: 0px ~ Margin right: 0px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Created by the Grid System Generator - v1.04
Learn more ~ http://www.gridsystemgenerator.com/
*/
body {
	min-width: 960px;
        margin:0;
}

/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 963px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 82px;}
.container_12 .grid_2 {width: 164px;}
.container_12 .grid_3 {width: 246px;}
.container_12 .grid_4 {width: 328px;}
.container_12 .grid_5 {width: 410px;}
.container_12 .grid_6 {width: 492px;}
.container_12 .grid_7 {width: 574px;}
.container_12 .grid_8 {width: 656px;}
.container_12 .grid_9 {width: 738px;}
.container_12 .grid_10 {width: 820px;}
.container_12 .grid_11 {width: 902px;}
.container_12 .grid_12 {width: 984px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 82px;}
.container_12 .prefix_2 {padding-left: 164px;}
.container_12 .prefix_3 {padding-left: 246px;}
.container_12 .prefix_4 {padding-left: 328px;}
.container_12 .prefix_5 {padding-left: 410px;}
.container_12 .prefix_6 {padding-left: 492px;}
.container_12 .prefix_7 {padding-left: 574px;}
.container_12 .prefix_8 {padding-left: 656px;}
.container_12 .prefix_9 {padding-left: 738px;}
.container_12 .prefix_10 {padding-left: 820px;}
.container_12 .prefix_11 {padding-left: 902px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 82px;}
.container_12 .suffix_2 {padding-right: 164px;}
.container_12 .suffix_3 {padding-right: 246px;}
.container_12 .suffix_4 {padding-right: 328px;}
.container_12 .suffix_5 {padding-right: 410px;}
.container_12 .suffix_6 {padding-right: 492px;}
.container_12 .suffix_7 {padding-right: 574px;}
.container_12 .suffix_8 {padding-right: 656px;}
.container_12 .suffix_9 {padding-right: 738px;}
.container_12 .suffix_10 {padding-right: 820px;}
.container_12 .suffix_11 {padding-right: 902px;}

/* `Push Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 82px;}
.container_12 .push_2 {left: 164px;}
.container_12 .push_3 {left: 246px;}
.container_12 .push_4 {left: 328px;}
.container_12 .push_5 {left: 410px;}
.container_12 .push_6 {left: 492px;}
.container_12 .push_7 {left: 574px;}
.container_12 .push_8 {left: 656px;}
.container_12 .push_9 {left: 738px;}
.container_12 .push_10 {left: 820px;}
.container_12 .push_11 {left: 902px;}

/* `Pull Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -82px;}
.container_12 .pull_2 {left: -164px;}
.container_12 .pull_3 {left: -246px;}
.container_12 .pull_4 {left: -328px;}
.container_12 .pull_5 {left: -410px;}
.container_12 .pull_6 {left: -492px;}
.container_12 .pull_7 {left: -574px;}
.container_12 .pull_8 {left: -656px;}
.container_12 .pull_9 {left: -738px;}
.container_12 .pull_10 {left: -820px;}
.container_12 .pull_11 {left: -902px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
	zoom: 1;
}


/********************************* FONTS *********************************/

@font-face {
    font-family: 'amaranth-regular';
    src: url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-webfont.eot');
    src: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-webfont.eot') format('embedded-opentype'),
         url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-webfont.woff') format('woff'),
         url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-webfont.ttf') format('truetype'),
         url('./../images/amaranth-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amaranth-bold';
    src: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bold-webfont.eot');
    src: url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bold-webfont.eot') format('embedded-opentype'),
         url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bold-webfont.woff') format('woff'),
         url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bold-webfont.ttf') format('truetype'),
         url('./../images/amaranth-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amaranth-bold-italic';
    src: url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bolditalic-webfont.eot');
    src: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bolditalic-webfont.eot') format('embedded-opentype'),
         url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bolditalic-webfont.woff') format('woff'),
         url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-bolditalic-webfont.ttf') format('truetype'),
         url('./../images/amaranth-bolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amaranth-italic';
    src: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-italic-webfont.eot');
    src: url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-italic-webfont.eot') format('embedded-opentype'),
         url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-italic-webfont.woff') format('woff'),
         url('./././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/amaranth-italic-webfont.ttf') format('truetype'),
         url('./../images/amaranth-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo500';
    src: url('./././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/23f9ea_0_0-webfont.eot');
    src: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/23f9ea_0_0-webfont.eot') format('embedded-opentype'),
         url('./././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/23f9ea_0_0-webfont.woff') format('woff'),
         url('././././././././././././././././././././././././././././././././././././././././././././././././././../fonts/23f9ea_0_0-webfont.ttf') format('truetype'),
         url('./../images/23f9ea_0_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('././././././././././././././././././././././././././././././././././././././././././././././././../fonts/helveticaneue-roman-webfont.eot');
    src: url('./././././././././././././././././././././././././././././././././././././././././././././././././../fonts/helveticaneue-roman-webfont.eot') format('embedded-opentype'),
         url('././././././././././././././././././././././././././././././././././././././././././././././../fonts/helveticaneue-roman-webfont.woff') format('woff'),
         url('./././././././././././././././././././././././././././././././././././././././././././././../fonts/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('./../images/helveticaneue-roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********************************* END OF FONTS *********************************/



/********************************* HEADER *********************************/
img, img a{
    border:0;
}
#container
{
    overflow-x: hidden;
    background: rgb(230,242,248); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(230,242,248,1) 0%, rgba(255,255,255,1) 10%, rgba(214,229,242,1) 65%, rgba(109,163,215,1) 94%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,242,248,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(65%,rgba(214,229,242,1)), color-stop(94%,rgba(109,163,215,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(230,242,248,1) 0%,rgba(255,255,255,1) 10%,rgba(214,229,242,1) 65%,rgba(109,163,215,1) 94%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(230,242,248,1) 0%,rgba(255,255,255,1) 10%,rgba(214,229,242,1) 65%,rgba(109,163,215,1) 94%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(230,242,248,1) 0%,rgba(255,255,255,1) 10%,rgba(214,229,242,1) 65%,rgba(109,163,215,1) 94%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(230,242,248,1) 0%,rgba(255,255,255,1) 10%,rgba(214,229,242,1) 65%,rgba(109,163,215,1) 94%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2f8', endColorstr='#6da3d7',GradientType=0 ); /* IE6-9 */
}
#headerTop
{
    width: 100%;
    background: url('./././././././././././././././././././././././././././././././././././././././././././../images/topBorder.png') repeat-x;
    height: 8px;
}
#logo
{
    display: inline;
    float: left;
}
#logo a
{
    display: block;
    width: 331px;
    height: 45px;
    background: url('././././././././././././././././././././././././././././././././././././././././././../images/logo.png') no-repeat;
}
#leftCol
{
    display: inline;
    float: left;
    margin-top: 15px;
}
#rightCol
{
    display:inline;
    float:right;
}
#leftCol h3
{
    font-family: 'amaranth-italic';
    color: #14325C;
    font-size: 18px;
    display: block;
    clear: both;
    font-weight: 400;
    margin: 0;
    padding-top: 17px;
}
#rightCol
{
    font-family: 'amaranth-regular';
    color: #14325C;
    text-align: right;
    height: 114px;
    position: relative;
}
#rightCol h2
{
    margin:0;
    font-size:14px;
    font-weight: 100;
}
#rightCol h3
{
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 100;
}
#rightCol h4
{
    font-family: 'museo500';
    margin: 0;
    font-size: 13px;
    font-weight: 100;
    background: url('./././././././././././././././././././././././././././././././././././././././././../images/downArrow.png') 96% 50% no-repeat #D5E5ED;
    display: inline;
    float: right;
    padding: 5px 20px 5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}
#rightCol h4:hover
{
    background: url('././././././././././././././././././././././././././././././././././././././././../images/downArrowHover.png') 96% 50% no-repeat #D5E5ED;
    color: #718CAD;
}
#searchBox
{
    display: block;
    clear:both;
    height: 25px;
    padding-top: 15px;
}
#searchsubmit
{
    cursor: pointer;
    float: right;
    display: inline;
    font-family: 'museo500';
    color: #ffffff;
    font-size: 14px;
    font-weight:100;
    border: none;
    background-color: #F7941E;
    width: 65px;
    height: 25px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}
#searchText
{
    background: url('./././././././././././././././././././././././././././././././././././././././../images/search.png') 5% 50% no-repeat #ffffff;
    color:#B6B6B6;
    width: 164px;
    height: 21px;
    padding-left: 30px;
    margin: 0;
    float: right;
    display: inline;
    border: 1px solid #E2E2E2;
    border-right: 0;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

#inner-header
{
    padding-top: 15px;
}
#inner-header nav[role=navigation]
{
    font-family: 'helvetica_neueregular';
    display: block;
    clear: both;
    margin-bottom:20px;
}
#inner-header nav[role=navigation] ul
{
    margin:0;
    padding:0;
}
#inner-header nav[role=navigation] ul li
{
    display:inline;
    width:115px;
    display: table;
    float: left;
    height: 51px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 12px;
    background: url('././././././././././././././././././././././././././././././././././././././../images/navBack.png') repeat-x #4B6890;
    background: -moz-linear-gradient(top, #4B6890 0%, #23416A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4B6890), color-stop(100%,#23416A));
    background: -webkit-linear-gradient(top, #4B6890 0%,#23416A 100%);
    background: -o-linear-gradient(top, #4B6890 0%,#23416A 100%);
    background: -ms-linear-gradient(top, #4B6890 0%,#23416A 100%);
    background: linear-gradient(to bottom, #4B6890 0%,#23416A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6890', endColorstr='#23416a',GradientType=0 );
    text-shadow: 1px 0px 5px #2C2C2C;
    filter: dropshadow(color=#000000, offx=1, offy=0);
}

#inner-header nav[role=navigation] ul li.dj {
	width:158px;
	border-radius:0px 5px 5px 0px;
}

#inner-header nav[role=navigation] ul li.dj a {
	background: none; 
}

.no-indexeddb #inner-header nav[role=navigation] ul li
{
    display: block;
}

#inner-header nav[role=navigation] ul li:first-child
{
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
#inner-header nav[role=navigation] ul li a
{
    display:block;
    width:133px;
    display: table-cell;
    zoom:1;
    vertical-align: middle;
    background: url('./././././././././././././././././././././././././././././././././././././../images/menuDivider.png') 100% 0% repeat-y;
    color: #ffffff;
    width: 114px;
    height: 41px;
    text-decoration: none;
    padding: 10px 9px 0px 10px;
}
#inner-header nav[role=navigation] ul li a:hover
{
    color:#ffa63b;
}
#inner-header .tick
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat #dae8f4 !important;
    background-position: -163px -145px !important;
    width: 161px !important;
    height: 70px !important;
    padding-top: 0 !important;
    margin-top: -7px;
    filter:0;
}
.backgroundsize #inner-header .tick
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat !important;
    background-position: -163px -145px !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
    filter:0;
}
#inner-header .tick:hover
{
}
#inner-header .tick a
{
    background: 0 !important;
    padding: 0 !important;
    width: 91px !important;
    height: 65px !important;
    padding-top:5px !important; 
    padding-left:20px !important;
    padding-right:50px !important;
}
#frontPageBanner
{
    display: block;
    height: 358px;
    margin-bottom: -15px;
    background:rgba(255,255,255,0.5);
}
#bannerContent
{
    font-family: 'amaranth-regular';
    display: inline;
    float: left;
    width: 645px;
    height: 337px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#bannerContent ul, #bannerContent ul li {
	height: 337px;
}
#frontPageBanner h3
{
    font-family: 'amaranth-regular';
    color: #14325C;
    font-weight: 100;
    font-size: 18px;
    margin: 0;
    line-height: 20px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width:230px;
}
#bannerMenu
{
    display:inline;
    float:right;
    width:304px;
    height:337px;
}
.bannerMenuItem
{
    cursor: pointer;
    display: block;
    clear: both;
    height: 52px;
    background: url('././././././././././././././././././././././././././././././././././../images/arrow.png') 5% 50% no-repeat #ffffff;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 33px;
    -webkit-box-shadow: 0px 0px 10px 0px #BEBEBE;
    box-shadow: 0px 0px 10px 0px #BEBEBE;
}

.lt-ie8 .bannerMenuItem {
	height:47px;
	padding:5px 40px 0px 33px;
}

.lt-ie8 .bannerMenuItem h3 {
	line-height:20px;
}

#bannerMenu li a {
	display:table;
}

#bannerMenu li a:hover
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat #14325C;
    background-position: -239px -405px;
}

#bannerMenu li a:hover h3
{
    color:#dbfafd !important;
}

.backgroundsize .bannerMenuItem
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat white;
    background-position: -239px -353px;
}
.currentBannerMenuItem
{
    background: url('./././././././././././././././././././././././././././././././../images/arrowBlue.png') 5% 50% no-repeat #14325c;
}
.activeSlide .bannerMenuItem
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat #14325C;
    background-position: -239px -405px;
}
.activeSlide .bannerMenuItem h3
{
    color:#dbfafd !important;
}
.bannerText
{
    display: inline;
    float: left;
    width: 460px;
    position: relative;
    top: -165px;
    padding-left: 33px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #000000;
}
.bannerText h2
{
    font-size: 42px;
    font-weight: 100;
    margin: 0;
    width: 510px;
    line-height: 40px;
}
#bannerText2 h2
{
    width: 550px;
}
.bannerText h4
{
    font-size: 17px;
    font-weight: 100;
    margin: 0;
    width: 420px;
    line-height: 18px;
}
.learnMore
{
    cursor: pointer;
    height: 41px;
    width: 123px;
    display: inline;
    float: right;
    background: url('./././././././././././././././././././././././././././././../images/learnMore.png') no-repeat;
    position: relative;
    top: -73px;
    right: 28px;
}
.backgroundsize .learnMore
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat;
    background-position: -630px 0px;
}
.learnMore a
{
    display: block;
    width: 123px;
    height:41px;
}
#countryDropdown
{
    display: inline;
    float: right;
}
#countryDropdownMenu
{
    font-family: 'museo500';
    list-style-type: none;
    background-color: #D5E5ED;
    clear: both;
    text-align: left;
    width: 161px;
    float: right;
    margin: 0;
    display: none;
    position: absolute;
    top: 63px;
    right: 0;
    padding: 0;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    z-index: 999;
}
#countryDropdownMenu li
{
    font-size: 13px;
    padding: 5px 0 5px 15px;
    cursor: pointer;
}
#countryDropdownMenu li:hover
{
    background-color: #14325C;
    color: #D5E5ED;
}
#countryDropdownMenu li:last-child:hover
{
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

/********************************* END OF HEADER *********************************/





/********************************* PAGE *********************************/

strong
{
    font-weight:bold;
}
#locationsHeader
{
    font-family: 'amaranth-regular';
    font-weight: 100;
    padding-left: 20px;
}
#locationsHeader h1
{
    color: #F7941E;
    font-size: 36px;
}
#locationsHeader h3
{
    font-size: 17px;
    color: #14325C;
    margin: 0;
}
#content
{
    margin-top: 15px;
    padding-bottom: 30px;
    display:block;
    clear:both;
    background:#ffffff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(60%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 60%,rgba(255, 255, 255, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 60%,rgba(255, 255, 255, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 60%,rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 60%,rgba(255, 255, 255, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ffffff',GradientType=0 );
    -webkit-box-shadow: 0px 0px 10px 0px #D6D6D6;
    box-shadow: 0px 0px 10px 0px #A1A1A1;
}
#innerContainer
{
    background:url('./././././././././././././././././././././././././././../images/contentBack.jpg') 50% 100% no-repeat #DAE8F4;
}
#containerPattern
{
    background:url('././././././././././././././././././././././././././../images/bannerBack.png') repeat;
}
#inner-content
{
    padding-top: 25px;
    display: block;
    clear: both;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 
{
    font-family: 'amaranth-regular';
    font-weight: 100;
    margin:0;
}
#content h1
{
    color: #F7941E;
    font-size: 36px;
    margin-bottom: 10px;
}
#content h3, #content h3 a
{
    font-size: 17px;
    color: #14325C;
}
#content h3 a { text-decoration: none; }
#content h3 a:hover { text-decoration: underline; }
#content p
{
    font-family: 'helvetica_neueregular';
    color:#305257;
    font-size:13px;
    font-weight: 100;
}
#inner-content p
{
    line-height: 20px;
    margin: 15px 0;
}
#contentLeft, #contentRight
{
    display:inline;
    float:left;
    width:49%;
}
.byline
{
    margin:5px 0 !important;
}
#main ul, #main ol
{
    font-family: 'helvetica_neueregular';
    color: #305257;
    font-size: 13px;
    line-height: 20px;
    padding-left: 0;
    margin: 10px 0;
}
#main ol
{
    padding-left: 25px;
}
#main ul li
{
    list-style-type: none;
    background: url('././././././././././././././././././././././././././../images/listArrow.png') 0% 4px no-repeat;
    padding-left: 15px;
    font-weight: 600;
}
#main
{
    width: 590px;
    display: inline;
    float: left;
    padding: 0px 0px 0px 30px;
}
.page-id-8 #main
{
    width: 100%;
    display: inline;
    float: left;
    padding: 0px 0px 25px 0px;
}
.page-id-8 .page-title, .page-id-8 #breadcrumb
{
    padding-left:20px;
}
#main a
{
    color:#F7941E;
    text-decoration: none;
}
#main a:hover
{
    text-decoration: underline;
}
#vmap
{
    display:block;
    margin:0 auto;
}
#associationGallery
{
    display: block;
    height: 85px;
    width: 915px;
    margin: 20px auto;
    background-color: #ffffff;
    overflow:hidden;
    border: 1px solid #DBDBDB;
}
.boxshadow #associationGallery
{
    -webkit-box-shadow: 0px 0px 10px 0px #BEBEBE;
    box-shadow: 0px 0px 10px 0px #BEBEBE;
    border: none;
}
#associationGallery a
{
    text-decoration: none;
}
#arrowLeft
{
    background: url('././././././././././././././././././././././././../images/scrollArrowLeft.png') no-repeat;
    width: 22px;
    height: 26px;
    display: inline;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    cursor: pointer;
}
.backgroundsize #arrowLeft
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat;
    background-position: -184px -308px;
}
#arrowRight
{
    background:url('././././././././././././././././././././././../images/scrollArrowRight.png') no-repeat;
    width: 22px;
    height:26px;
    display:inline;
    float:right;
    margin-top: 30px;
    margin-right: 10px;
    cursor: pointer;
}
.backgroundsize #arrowRight
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat;
    background-position: -163px -308px;
}
#gallery
{
    position:relative;
    display: inline;
    float: left;
    width: 845px;
    padding-top: 10px;
    overflow: hidden;
}
#gallery img
{
    display:inline;
    float:left;
    margin: 0 25px;
}
#images1
{
    height: 70px;
    width:2000px;
    position: relative;
    overflow-y: hidden;
}
.col
{
    width: 300px;
    height: 310px;
    display: inline;
    float: left;
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././../images/quoteDivider.png') 100% 0% repeat-y;
    margin: 0;
    margin-right: 24px;
}
#noBorder
{
    background: none;
    width: 265px;
    margin-right: 0;
}
.colItem
{
    display: block;
    height: 150px;
    width: 265px;
    margin: 5px auto 15px auto;
    background-repeat: no-repeat;
    background-position: 5% 0%;
    float: left;
}
#frontPageContent
{
    display: block;
    height: 335px;
    width: 930px;
    margin: 0 auto;
}
#frontPageContent p
{
    font-family: 'helvetica_neueregular';
    font-size: 13px;
    color: #11484F;
    margin: 7px 0 0 15px;
    line-height: 19px;
}
#frontPageContent h3
{
    display: block;
    padding: 0 0 0 50px;
    margin-left: 15px;
    line-height: 20px;
}
#colItem1{ background-image: url('./././././././././././././././././././../images/icon1.png'); }
#colItem2{ background-image: url('././././././././././././././././././../images/icon2.png'); }
#colItem3{ background-image: url('./././././././././././././././././../images/icon3.png'); }
#colItem4{ background-image: url('././././././././././././././././../images/icon4.png'); }
#colItem5{ background-image: url('./././././././././././././././../images/icon5.png'); }
#colItem6{ background-image: url('././././././././././././././../images/icon6.png'); }

#dividerBox
{
    display: block;
    margin: 0 auto;
    height: 10px;
    border: 1px solid #DBDBDB;
    width: 915px;
}
.boxshadow #dividerBox
{
    -webkit-box-shadow: 0px 0px 10px 0px #BEBEBE;
    box-shadow: 0px 0px 10px 0px #BEBEBE;
    border:none;
}

#bottomContent
{
    width: 915px;
    height: 200px;
    display: block;
    position: relative;
    clear: both;
    margin: 25px auto;
}
#news
{
    display: inline;
    float: left;
    width: 610px;
    height: 210px;
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././../images/quoteDivider.png') 100% 0% repeat-y;
    margin-left: 6px;
}
#downloads
{
    display: inline;
    float: right;
    width: 285px;
}
#news h2
{
    color: #14325C;
    font-size: 21px;
    display: block;
    border-bottom: 1px dotted #AFC5E6;
    line-height: 30px;
    width: 585px;
}
.newsPost
{
    display: inline;
    float: left;
    width: 265px;
    margin: 10px 20px 0 0;
}
.newsPost h3 a
{
    font-size: 14px;
    color: #14325C;
    text-decoration: none;
}
.newsPost h3 a:hover
{
    text-decoration: underline;
}
.newsPost p
{
    font-family: 'helvetica_neueregular';
    margin: 5px 0;
    font-size: 11px !important;
    color: #3E3F3F !important;
    line-height: 15px;
}
#news ul
{
    padding:0;
}
.lowerPost
{
    font-family: 'helvetica_neueregular';
    display:block;
    clear:both;
}
.readMore
{
    display: inline;
    float: left;
    font-size:11px;
    font-weight: bold;
}
.readMore a
{
    color:#3e3f3f;
    text-decoration: none;
}
.readMore a:hover
{
    text-decoration: underline;
}
.postDate
{
    display: inline;
    float: right;
    width: 90px;
    font-size: 11px;
    color: #DC7900;
    font-weight: bold;
}
.year
{
    display: inline;
    float: left;
}
.month
{
    display: inline;
    float: left;
}
.day
{
    display: inline;
    float: left;
}
#seeAll
{
    display: block;
    height: 35px;
    width:100%;
}
#seeAll img
{
    display: block;
    clear:both;
    float: right;
    margin: 7px 25px 0 0;
}
#seeAll a
{
    display: inline;
    float: right;
    height: 23px;
    width: 61px;
    margin-right: 15px;
    margin-top: 10px;
    background: url('././././././././././././../images/seeAll.png') no-repeat;
}
.backgroundsize #seeAll a
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat;
    background-position: -236px -303px;
}
#downloads h2
{
    color: #14325C;
    font-size: 21px;
    display: block;
    border-bottom: 1px dotted #AFC5E6;
    line-height: 30px;
}
.downloadItem
{
    background: url('././././././././././../images/downloadIcon.png') 0% 50% no-repeat;
    display: block;
    height: 40px;
    padding-left: 40px;
    margin: 20px 15px;
}
.backgroundsize .downloadItem
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat;
    background-position: 3px -417px;
}
.downloadItem h3
{
    font-size: 16px !important;
    color: #F7941E !important;
}
.downloadItem h4
{
    font-family: 'helvetica_neueregular' !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #111;
    display: inline;
    float: left;
    margin-right: 19px !important;
    margin-top: 5px !important;
}
.downloadItem h4 a
{
    font-weight: normal !important;
    color:#111111;
    border-bottom: 2px solid #c2c2c2;
    text-decoration: none;
}
.downloadItem h4 a:hover
{
    color: #F7941E;
    border-bottom: 2px solid #F7941E;
}
#subPageBanner
{
    display: block;
    margin: -15px 0 0 -20px;
}
#subPageBanner img {	
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#breadcrumb
{
    margin: 5px 0;
    padding: 0;
    font-family: 'helvetica_neueregular';
    font-size: 11px !important;
    color: #3B3B3B;
    text-decoration: none;
}
#breadcrumb li
{
    background: none !important;
    display: inline;
    font-size: 11px !important;
    font-weight: 100 !important;
    padding:0 !important;
}
.breadcrumbHome a, .parentPage a
{
    color: #3B3B3B !important;
    text-decoration: none;
}
.breadcrumbHome a:hover, .parentPage a:hover
{
    text-decoration: underline;
}
#crumbs li:last-child, #crumbs li:last-child a
{
    font-size: 11px !important;
    display: inline;
    color: #F7941E !important;
    text-decoration: underline !important;
}
.page-title
{
    font-size:27px !important;
    margin-bottom: 10px !important;
}
.divider
{
    display: inline;
    margin: 0 5px;
}
#region
{
    display: block;
    clear: both;
    margin: 20px 0;
}
.regionImage
{
    overflow: hidden;
    float: left;
    width: 300px;
    height: 230px;
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././../images/quoteDivider.png') 100% 0% repeat-y;
}

.regionInfo
{
    display: inline;
    float: left;
    width: 640px;
    height: 255px;
    margin-left: 20px;
}
.regionInfo em
{
    font-style: normal;
    font-size: 17px;
    color: #14325C;
    font-family: 'amaranth-regular';
    font-weight: 100;
    margin: 0;
}
.countries
{
    display: block;
    clear: both;
    margin-left:0;
}
.country
{
    background-image: none !important;
    background-color: #ffffff !important;
    display: block;
    clear: both;
    width: 920px;
    overflow: hidden;
    margin: 10px auto;
    padding: 10px 0 10px 25px !important;
    border: 1px solid #E7E7E7;
}
.boxshadow .country
{
    -webkit-box-shadow: 0px 0px 5px 0px #D6D6D6;
    box-shadow: 0px 0px 5px 0px #D6D6D6;
    border: none;
}
.country .h1
{
    line-height: 24px !important;
    font-size: 24px !important;
    font-family:amaranth-regular;
    font-weight:100;
    margin:0;
}
.country .h1 a
{
    text-decoration: none;
}
.country .h1 span {
	display:block;
	float:left;
	height:100px;
	width:40px;
}
.countryContent
{
    display: inline;
    float: left;
    width: 340px;
}
.countryContent p
{
    width: 280px;
}
.countryContact
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././../images/quoteDivider.png') 0% 0% repeat-y;
    display: inline;
    float: right;
    width: 220px;
    padding-left: 30px;
    padding-top:23px;
}
.countryServices
{
    display: inline;
    float: left;
    width: 330px;
}
.countryServices li
{
    font-weight: 100 !important;
    color: #11484F;
    line-height: 23px;
}
.countryServices ul
{
    margin: 10px 0;
}
.countryContact ul
{
    margin:10px 0;
}
.countryContact li
{
    font-size: 13px !important;
    font-weight: 100 !important;
    color: #11484F;
    background-image: none !important;
    padding-left: 0 !important;
    line-height: 16px;
}
.countryContact li a
{
    color: #11484F !important;
    text-decoration: none;
}
.countryContact li a:hover
{
    text-decoration: underline;
}

#main .row {
	clear:both;
	width:100%;
}

#main .row ul li {
	background:none;
	padding-left:0px;
	font-weight: normal;
}

#main .f-left, .f-right {
	width:50%;
}

#main .f-left {
	float:left;
}

#main .f-right {
	float:right;
}

.noItems {
	margin-top:10px;
}

body.page-id-443 .page-title {
	background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat -846px -453px;
	padding-left:80px;
	height:50px;
}

/********************************* END OF PAGE *********************************/



/********************************* LOCATIONS *********************************/

#map-container {
	width:900px;
	height:400px;
	position: relative;
}

.map-tick {
	background: url(./././././../images/icon-map-tick.png) no-repeat;
	width:25px;
	height:25px;
	display: block;
	position: absolute;
	display: none;
}

.europe-tick {
	top:100px;
	left:430px;
}

.africa-tick {
	top:220px;
	left:460px;
}

.asia-tick {
	top:150px;
	left:600px;
}

.south-america-tick {
	top:275px;
	left:300px;
}

.north-america-tick {
	top:115px;
	left:245px;
}

.australia-tick {
	top:300px;
	left:685px;
}

/********************************* END OF LOCATIONS *********************************/



/********************************* SIDEBAR *********************************/

#sidebar1
{
    display: inline;
    float: right;
    width: 328px;
    margin-top: -15px;
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././../images/quoteDivider.png') 0% 0% repeat-y;
}
.home #sidebar1
{
    margin-top:0px;
}
#quoteArea
{
    display: block;
    width: 265px;
    text-align: center;
    margin: 20px auto;
    background: url('./././../images/quoteBack.png') 100% 80px no-repeat;
    height: 275px;
}
.backgroundsize #quoteArea
{
    background: url('././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././../images/spriteSheet.png') no-repeat;
    background-position: 103px -141px;
}
#quoteArea h2
{
    font-family: 'amaranth-bold';
    color: #14325C;
    font-size: 30px;
    line-height: 35px;
}
#sideMenu
{
    display: block;
    background-color: #4B6890;
    width: 295px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px 0px #A1A1A1;
    box-shadow: 1px 1px 5px 0px #A1A1A1;
    background: rgb(75,104,144); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(75,104,144,1) 0%, rgba(34,64,106,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,104,144,1)), color-stop(100%,rgba(34,64,106,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(75,104,144,1) 0%,rgba(34,64,106,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(75,104,144,1) 0%,rgba(34,64,106,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(75,104,144,1) 0%,rgba(34,64,106,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(75,104,144,1) 0%,rgba(34,64,106,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6890', endColorstr='#22406a',GradientType=0 ); /* IE6-9 */
}
#sideMenu h3
{
    font-size: 19px;
    color: #A0C5E1;
    display: block;
    min-height: 31px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #3B567D;
    background: -moz-linear-gradient(top, rgba(59, 86, 125, 1) 0%, rgba(39, 68, 109, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59, 86, 125, 1)), color-stop(100%,rgba(39, 68, 109, 1)));
    background: -webkit-linear-gradient(top, rgba(59, 86, 125, 1) 0%,rgba(39, 68, 109, 1) 100%);
    background: -o-linear-gradient(top, rgba(59, 86, 125, 1) 0%,rgba(39, 68, 109, 1) 100%);
    background: -ms-linear-gradient(top, rgba(59, 86, 125, 1) 0%,rgba(39, 68, 109, 1) 100%);
    background: linear-gradient(to bottom, rgba(59, 86, 125, 1) 0%,rgba(39, 68, 109, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b567d', endColorstr='#27446d',GradientType=0 );
    -webkit-box-shadow: inset 0px -1px 5px 0px #1E385B;
    box-shadow: inset 0px -1px 5px 0px #1E385B;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.menu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'helvetica_neueregular';
    color:#ffffff;
    font-size:14px;
}
.menu li
{
    background: url('././././././././././././././././././././././././././../images/listArrow.png') 9% 50% no-repeat;
    margin-left: 0;
    padding: 10px 20px 10px 43px;
    text-shadow: 1px 1px 5px #3D3D3D;
    filter: dropshadow(color=#3D3D3D, offx=1, offy=1);
    border-top: 1px solid #597293;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3a567d;
    box-shadow: inset 0px 1px 0px 0px #3a567d;
}
.menu li a
{
    color:#ffffff;
    text-decoration: none;
}
.menu li a:hover
{
    text-decoration: underline;
}
.menu .current_page_item
{
    background-color:#193761;
}
.menu .current_page_item:last-child
{
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
#sidebar1 #downloads
{
    float: left;
    width: 290px;
    margin: 25px 0 0 20px;
    display: block;
}
#sidebar1 .downloadItem
{
    margin: 20px 30px;
}
#sidebar1 #news
{
    width: 290px;
    background: none;
    height: 245px;
    margin-left: 20px;
}
#sidebar1 #news h2
{
    width:100%;
}
#sidebar1 #seeAll img
{
    margin: 7px 20px 0 0;
}

/********************************* END OF SIDEBAR *********************************/





/********************************* FOOTER *********************************/

#inner-footer
{
    font-family: 'helvetica_neueregular';
    font-size: 11px !important;
    font-weight:100 !important;
    height:205px;
    display:block;
    clear:both;
    color: #ffffff;
}
#inner-footer a
{
    text-decoration: none;
    color: #ffffff;
}
#inner-footer a:hover
{
    text-decoration: underline;
}
#footerLogo
{
    display: inline;
    float: left;
    margin-top: 130px;
}
#footerRight
{
    display: inline;
    float: right;
    padding-top: 140px;
}
#footerRight h3
{
    text-align: right;
    font-size: 11px !important;
    font-weight: 100 !important;
    margin: 5px 0;
}
#footerRight ul
{
    margin: 0;
    list-style-type: none;
    float: right;
}
#footerRight li
{
    display: inline;
    margin: 0;
    padding: 0 7px;
    float: left;
    border-right: 1px solid #ffffff;
}
#footerRight li:last-child
{
    padding:0 0 0 7px;
    border-right:none;
}

/********************************* END OF FOOTER *********************************/


/********************************* JVQMAP *********************************/

.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

/********************************* END OF JVQMAP *********************************/


#headOffice {
	width:100%;
	clear:both
}

.operationAreas, .headOffice {
	float:left;
	width:50%;
	min-height:210px;
	height: auto !important;
	height:210px;
}

#operationalAreas ul li {
	background:none !important;
	font-weight: normal;
	padding-left:0px;
}


/********************************* ACCREDITATIONS ********************************/

.accreditation {
	padding-top:30px;
}

.accreditationInner {
	margin-bottom:20px;
}

.accreditationImage {
	width:120px;
	display: inline-block;
}

.accreditationInner img {
	vertical-align: middle;
	margin-right:20px;
}

#main .accreditationInner p {
	color:#14325C;
	font-family: 'amaranth-regular';
    font-weight: 100;
    margin: 0;
    display: inline;
    font-size:16px;
}

.lt-ie7 .accreditationImage, .lt-ie7 #main .accreditationInner p {
	float:left;
}

.lt-ie7 #main .accreditationInner p {
	float:left;
	padding-top:10px;
}

.lt-ie7 #main .accreditationInner {
	float:left;
	height:100px;
}

/********************************* CONTACT FORM 7 ********************************/

.wpcf7-form {
	width:267px;
	float:right;
	padding-right:26px;
}

.wpcf7-form strong {
	color:#314c70;
	font-size:26px;	
	width:267px;
	text-align: center;
	font-family: 'amaranth-regular';
	display: block;
	font-weight: 100;
}

#inner-content .wpcf7-form p {
	margin:5px 0px;
}

.wpcf7-form .instructions {
	color:#5f7274;
	width:267px;
	text-align: center;
}

.wpcf7-text, .wpcf7-textarea {
	background:#F5F5F5;
	border-radius:4px;
	border:1px solid #B4B4B4;
	padding:7px 14px 8px 14px;
	font-size:12px;
	color:#000000;
	width:239px;
	font-family: 'helvetica_neueregular';
}

.wpcf7-text.wpcf7-not-valid, .wpcf7-textarea.wpcf7-not-valid, .wpcf7-text.wpcf7-not-valid.watermark, .wpcf7-textarea.wpcf7-not-valid.watermark  {
	background:#F7A0A0;
	border:1px solid #F76767;
	color:#FFFFFF;
}

.wpcf7-textarea {
	height:46px;
}

.wpcf7-submit {
	background:#213e66;
	color:#FFFFFF;
	font-size:16px;
	border:1px solid #000000;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'amaranth-regular';
	float:right;
	padding:11px 30px 10px 30px;
}

.wpcf7-response-output {
	clear:both;
}

div.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ok {
	clear:both;
	border:none;
	margin:0;
	padding:0;
	font-family: 'helvetica_neueregular';
	font-size: 13px;
    font-weight: 100;
    color:#305257;
    margin-top:30px;
    float:left;
} 