* { margin: 0; padding: 0;}
img { border: none;}

body {
 background:url(/templates/shared/imgs/body.jpg) transparent no-repeat center top;
 width: 100%;
 height: 100%;
 display: table;
 text-align: center;
font-family:"interface";
font-style:normal;
 font-weight:400;
 font-size: 13px;
 line-height: 20px;
 color: #4d4d4d;
}

#wrapper {
 width: 1020px;

 margin: 0 auto 40px auto;
 text-align: left;
 behavior: url(/templates/shared/PIE.htc);
 -moz-border-radius-bottomright:2px;
 -moz-border-radius-bottomleft:2px;
 -webkit-border-bottom-right-radius: 2px;
 -webkit-border-bottom-left-radius: 2px;
 border-radius: 0 0 2px 2px;
}

#logo { 
 padding: 11px 0 0 20px;
 float: left;
 width: 255px;
 height: 150px;
}

#mainmenu {
 width: 730px;
 height: 50px;
 float: left;
 padding-top: 10px;
}

#head {
 height: 140px;
}

#content {
 background: #fff;
 width: 1020px;
 margin: 0 auto;
}


#intro {
 width: 225px;
 height:320px;
 float: left;
 font-weight: 700;
 line-height: 18px;
 margin: 0 28px 0 20px;
}

#slide {
 width:720px;
 height: 320px;
 float: left;
}


#feature_list {
 clear: both;
 height: 350px;
}


#content_top {
 margin-bottom: 0px;
}

#content_footer {
 height: 25px;
 width: 995px;
 margin: 0 auto;
 clear: both;
}

#boxes {
 width: 1020px;
 margin-left: 25px;;
 padding: 0 5px 0 0;
}

#getintouchbox {
 width: 200px;
 height: 156px;
 padding: 10px 14px;
 float: left;
 margin-right: 20px;
 background: #242729;
}

#whatwedobox {
 width: 200px;
 height: 156px;
 padding: 10px 14px;
 float: left;
 margin-right: 20px;
 background: #CD5799;
}

#beinvolvedbox {
 width: 200px;
 height: 156px;
 padding: 10px 14px;
 float: left;
 margin-right: 20px;
 background: #71CFEB;
}

#newsbox {
 width: 200px;
 height: 156px;
 padding: 10px 14px;
 float: left;
 background: #969696;
}

#boxes p {
 color: #fff;
 margin-top: 20px;
 margin-bottom: 10px;
}

a.boxarrow {
 display: block;
 width: 32px;
 height: 32px;
 background: url(/templates/shared/imgs/boxarrow.png) no-repeat transparent 0 0;
 float: right;
}







#footer {
 font-size: 10px;
 color: #fff;
 line-height: 15px;
 padding: 20px 20px 10px 20px
}

#footer_l {
 width: 330px;
 float: left;
}

#footer_r {
 width: 190px;
 float: right;
 text-align: left;
 padding-top: 10px;
}

#footer a:link, #footer a:visited {
 color: #fff;
}



/*---------------- list styles ---------------- */

#mainmenu ul {
 list-style: none;
 margin: 0;
 padding: 0;
 color: #fff;
 font-size: 15px;
 font-weight: 700;
 text-transform: uppercase;
 font-family:"interface";
 font-style:normal;
 font-weight:700;
}

#mainmenu li {
 display: inline;
 float: left;
 display: block;
}

#mainmenu li a, 
#mainmenu li a:visited {
 text-decoration: none;
color: #71CFEB;
}


#mainmenu li a:hover {
 text-decoration: none;
color: #242729;
}

#mainmenu .current a:link, 
#mainmenu .current a:visited { 
 color: #CD5799;
}

#mainmenu .separator {
 padding: 0 10px;
}


#footer_r ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#footer li {
 display: inline;
 float: right;
 display: block;
}

#footer li a{
 text-decoration: none;
}


#footer li a:hover{
 text-decoration: underline;
 color: #242729 
}


#footer .separator {
 padding: 0 10px;
}






/*---------------- article ---------------- */

/*---------------- modules ---------------- */


/*tabs ---------------- */

.gkTabItemSpace{ padding: 0;}
.gkTab { position: relative; }
.gkTabWrap { margin: 1px auto 0 auto; }

ul.gkTabs { 
 list-style-type: none; 
 margin: -1px 0 0!important; 
 padding: 0 0 10px 0;
 border: none!important;
 height: 36px;
 background:url(/templates/shared/imgs/header_bg_long.png) no-repeat 0 0;
}

ul.gkTabs li { 
 background: none!important;
 padding: 0!important;
 list-style-type: none;
 float: left;
 cursor: pointer;
 margin: 0!important;
 position: relative;
 border: none!important;
 color: #999;
}

ul.gkTabs li span { 
 display: block;
 height: 28px;
 line-height: 27px;
 padding: 7px 10px 0 10px;
 font-size: 16px;
 border-left: none;
 text-shadow: 0px 1px 0px #fff;
}

li.gkTab-1 span {
 height: 30px;
 width: 95px;
 background:url(/templates/shared/imgs/newstab_bg.png) no-repeat 28px 3px;
}

li.gkTab-2 span {
 height: 30px;
 width: 100px;
 background:url(/templates/shared/imgs/newstab_bg.png) no-repeat 35px 3px;
}

ul.gkTabs li.active span, ul.gkTabs li.active:hover span,
ul.gkTabs li:hover span  { 
 color: #ec1c24;
 text-shadow: 0px 1px 0px #fff;
}

ul.gkTabs li.active:hover span,
ul.gkTabs li:hover span  { 
 color: #385a7f;
}

ul.gkTabs li.active:hover span { 
 color: #ec1c24;
}


.gkTabContainer0 { clear: both; }
.gkTabContainer1 { overflow: hidden; }
.gkTabItem { float: left; overflow: hidden; padding: 10px; }
.gkTabContainer0,
.gkTabContainer1,
.gkTabContainer2 { position:relative; }
.gkTabItem { position: absolute; left: -999em; top: 0; width: 100%; }
.gkTabItem.active { position: static; left: 0; }

.newsitem {
 margin: 0 0 13px 0;
 line-height: 17px;
}

span.morenews {
 background:url(/templates/shared/imgs/arrow.png) no-repeat 100% 2px;
 font-size: 12px;
 float: right;
 padding: 0 20px 0 0;
}

span.morenewstabs a{
 background:url(/templates/shared/imgs/arrow.png) no-repeat 100% 1px;
 font-size: 12px;
 padding: 3px 20px 3px 30px;
}

/*---------------- images ---------------- */

/*---------------- other stuff ---------------- */

.clear {
 clear: both;
}

/*---------------- text ---------------- */

p { padding: 5px 0; margin: 5px 0; }



h1 {
 color: #ec1c24;
 font-size: 28px;
 font-family:"interface";
 font-style:normal;
 font-weight:700;
 margin-bottom: 15px;
 text-shadow: 0px 1px 2px #ccc;
 padding-top: 7px;
}

h2{
 font-size: 16px;
 color: #4d4d4d;
 margin: 0;
 padding: 0;
}

h2.trips {
 font-family:"interface";
 font-style:normal;
 font-weight:700;
 margin: 0 0 35px 0;
 padding: 0;
}

h3 {
 font-family:"interface";
 font-style:normal;
 font-weight:700;
 font-size: 15px;
}


#boxes h3 {
 font-size: 15px;
 font-family:"interface";
 font-style:normal;
 font-weight:700;
 color: #fff;
}


h4 {
 font-size: 16px;
 font-weight: normal;
 padding: 4px 0 0 10px;
}

h4 i {
 font-style: normal;
 color: #ec1c24;
}


h4.trips {
 font-family: Arial, Helvetica, Sans-Serif;
}

h5 {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
}

.black {
 color: #000;
}


.red {
 color: #8a264f;
}

sup {
 font-size: 10px;
}

/*---------------- links ---------------- */

a:link, a:visited {
 color: #4f6683;
 text-decoration: none;
}

a:hover {
 color: #385a7f;
 text-decoration: underline;
}

a:active {
 color: #ec1c24;
}

#accessnav {
 position: relative;
 top: -5px;
 height: 0;
 z-index: -1;
}

#accessnav ul {
 list-style: none;
 margin: 0; padding: 0;
}

#industrynews {
 margin-top: 20px;
 width: 942px;
 padding: 10px 15px 3px 15px;
 background: #dedede;
}

#industrynews p {
font-family:"interface";
font-style:normal;
 font-weight:400;
 font-size: 13px;
 line-height: 20px;
 color: #4d4d4d;
 padding: 3px 0;
 margin: 9px 0;
}

#industrynews h2 {
 text-transform: uppercase;
}


#industrynews a:link, 
#industrynews a:visited {
color: #71CFEB;
font-weight: bold
}
