body {
    font-size: 0.7em;
    background-color: #4f7fb8;
    font-family: arial, verdana, sans-serif;
    text-align: left;
    color: #333;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

div, h1, h2, h3, h4, p, ul, li, img, label, input, form {
    margin: 0;
    padding: 0;
}
ul.numbered_1{
    list-style:decimal;
    padding:0px;
}
ul.numbered_1 li{
    list-style:decimal;
    padding:0px;
}
ul {
    list-style:none;
    padding: 0px;
    margin: 0 0 0 40px;
}

ul p {
    padding: 0px 0px 5px 0px;
    margin: 0px;
}
ul.bulletted_standard{
    list-style:disc;
}

ul.bulletted_standard li{
    list-style:disc;
}
a {
    color: #b60432;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

p {
/*padding-bottom: 0.7em;*/
    padding-right: 20px;
}

img {
    border: none;
    vertical-align: top;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.b {
    font-weight: bold;
    padding-bottom: 0.7em;

}

.hidden {
    display: none;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
}

.clear0 {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.clear3 {
    clear: both;
    height: 3px;
    font-size: 1px;
    overflow: hidden;
}

.clear9 {
    clear: both;
    height: 9px;
    font-size: 1px;
    overflow: hidden;
}

.clear10 {
    clear: both;
    height: 10px;
    font-size: 1px;
    overflow: hidden;
}

.cleardots {
    clear: both;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.clearline {
    clear: both;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.clearline2 {
    clear: both;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin-bottom: 6px;
    margin-top: 6px;
}

h1 {
    font-family: arial narrow;
    font-weight: normal;
    padding: 12px 0 0 0;
    font-size: 1.95em;
}

h1 span {
    color: #999;
}

h2 span {
    color: #999;
}

.strapline {
    font-family: arial narrow;
    font-size: 1.2em;
    color: #999;
}

.search {
    background-color: #e1e1e1;
    font-weight: bold;
}

.padtop3 {
    padding-top: 3px;
}

.white {
    background-color: #fff;
}

/* GENERAL PAGE LAYOUT */

/* Min-width layout divs */
.width {
    width: 100%;
    min-width: 767px;
    margin: 0 auto;
    text-align: left;
    background-color: #4f7fb8;
}

/* General Page Layout */

#page {
    padding: 6px 5px 20px 5px;
    background-color: #4f7fb8;
}

#page-content {
    background-color: #fff;
}

/* Header */

#header {
    background-color: #fff;
}

#header-left {
    padding: 18px 0 0px 0px;
    width: 75.5%;
    float: left;
}

#header-left-logo {
    float: left;
    width: 229px;
}

#header-left-title {
    float: left;
    width: 50%;
}

#header-left-title p {
    font-family: arial narrow;
    font-weight: normal;
    padding: 12px 0 0 0;
    font-size: 1.95em;
}

#header-left-title p span {
    color: #999;
}

#header-right {
    padding: 10px 0 12px 0px;
    width: 24.5%;
    float: right;
    background-color: #fff;
}

#header-right p {
    font-weight: bold;
    padding: 3px 0 3px 0;
}

#header-right li {
    display: inline;
    background: url(/gep/images/navgrey.gif) 0 3px no-repeat;
    padding: 0 0 5px 7px;
}

#header-right li.first {
    background-image: none;
    padding: 0 0 5px 0px;
}

#header-right li a {
    color: #999;
    font-weight: normal;
}

#header-right input {
    background-color: #fff;
    color: #999;
    padding: 2px 2px 3px 2px;
    border: 1px solid #ccc;
}

.submit_home {
    color: #999;
    background-color: #eee;
    font-size: 1.0em;
    font-weight: bold;
    border: black 1px solid; /*#ccc*/
    padding: 2px 2px 2px 2px;
    margin: 0px;
    min-width: 3em;
    height: 2.05em;
}

.submit {
    color: #999;
    background-color: #eee;
    font-size: 1.0em;
    font-weight: bold;
    border: black 1px solid; /*#ccc*/
    padding: 2px 2px 2px 2px;
    margin: 0px;
    min-width: 7em;
    height: 2.05em;
    text-align: center;
}

* html .submit {
    width: 4em;
}

/* Home footer */

#home-footer {
    position: relative;
    background-color: #fff;
    min-height: 84px;
    width: 100%;
    min-width: 100%;
}

* html #home-footer {
    height: 84px;
}

#home-footer-left {
    padding: 0px 0 0px 0px;
    width: 60%;
    float: left;
}

/* Homepage bottom 3 banners */
#banners {
    height: 100%;

}

#banners h2 {
    font-family: arial narrow;
    font-size: 1.6em;
    font-weight: normal;
    padding: 15px 14px 11px 14px;
    text-transform: uppercase;
}

.blue {
    color: #0099ff;
}

.navy {
    color: #255282;
}

.red {
    color: #b60432;
}

#banners p {
    padding: 0 14px 14px 14px;
    height: 30px;
}

.br {
    background: url(/gep/images/panel-br.gif) 0 100% no-repeat;
    height: 100%;
}

.tl {
    background: url(/gep/images/panel-tl.gif) 0 0 no-repeat
}

.tr {
    background: url(/gep/images/panel-tr.gif) 100% 0 no-repeat;
    height: 120px;
}

.banner-bgd {
    background: url(/gep/images/banner-slice.gif) 0 0 repeat-x #ebebeb;
}

.banner-bgd {
    height: 100%
}

#home-footer-right {
    padding-top: 10px;

    width: 23%;
    float: right;
    background-color: #fff;
    display: table;
}

#home-footer-right h2 {
    font-family: arial narrow;
    color: #336699;
    font-size: 1.3em;
    padding: 0px 0 3px 0;
    text-transform: uppercase;
}

#home-footer-right p {
    font-weight: bold;
    padding: 3px 0 3px 0;
}

/* Main Navigation */

#mainnav {
    font-size: 1.1em;
    width: 100%;
    text-align: center;
    padding: 0px 0 0px 0;
    color: #fff;
    background-color: #717171;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

#mainnav li {
    display: block;
    float: left;
    text-align: center;
    border: 0px solid;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #535353;
}

#mainnav li a {
    color: #fff;
    font-size: 0.9em;
    padding: 8px 0 6px 0;
    font-weight: bold;
    display: block;
    background-color: #717171;
}

#mainnav li a:hover {
    background-color: #b60432;
    text-decoration: none;
}

#mainnav li a.active {
    background-color: #b60432;
}

#mainnav li.first {
    border-left: 0px solid #9e9e9e;
}

#mainnav li.last {
    border-right: 0px solid #535353;
}

/* MAIN CONTENT */
#bgd-image-home {
    background: url(/gep/images/blue_glow_bkg_v5.jpg) 0% 1% no-repeat #69A1C6; /*9ecee5*/
    min-height: 290px; /*was 450px */
}

* html #bgd-image-home {
    height: 450px;
}

#bgd-image1 {
    background: url(/gep/images/blue_sky_bkg_v2.jpg) 0 100% no-repeat #95cceb;
    min-height: 450px;
}

* html #bgd-image1 {
    height: 450px;
}

#bgd-image2 {
    background: url(/gep/images/blue-slice.gif) 0 0 repeat-x #fff;
    min-height: 300px;
}

* html #bgd-image2 {
    height: 300px;
}

#bgd-image3 {
    background: url(/gep/images/silver-cloud.jpg) 0 100% no-repeat transparent;
    min-height: 450px; /* height should be same as #content */
}

* html #bgd-image3 {
    height: 450px; /* height should be same as #content */
}

/* Main Content */

#content {
    margin: 10px;
    background-color: #fff;
    min-height: 450px; /* height should be same as #bgd-image-home */
}

* html #content {
    height: 450px; /* height should be same as #bgd-image-home */
}

#home-content {
    margin: 10px;
    background-color: #fff;
    min-height: 356px; /* height should be same as #bgd-image3 */
}

* html #home-content {
    height: 356px; /* height should be same as #bgd-image3 */
}

/* Main LHS Content */

#hometitle {
    float: left;
    min-height: 350px;
    width: 21em;
}

* html #hometitle {
    height: 350px;
}

#leftbox {
    float: left;
    background: #efefef;
    min-height: 368px;
}

#leftbox_transparent {
    float: left;

    min-height: 368px;
}

* html #leftbox {
    height: 368px;
}

#leftcontent {
    padding: 10px;
}

#leftcontent ul {
    padding-top: 12px;
}

#leftcontent li {
    padding-bottom: 0.7em;
    background: url(/gep/images/pointer.gif) 0 3px no-repeat;
}

#leftcontent li a {
    padding-left: 10px;
    color: #000;
    font-weight: normal;
    display: block;
}

#leftcontent li a.active {
    font-weight: bold;
}

/* Main Middle Content */

#middlebox {
    float: left;
    min-height: 300px;
    margin-left: 3.0%;
    margin-right: 2%;
    margin-bottom: 25px;
}

* html #middlebox {
    height: 300px;
}

#middlebox h1 {
    font-family: arial narrow;
    font-weight: normal;
    padding: 19px 0 13px 0;
    font-size: 2.0em;
    text-transform: uppercase;
    padding-top: 30px;
}

#middlecontent {
    padding: 0 10px 10px 10px;
}

#middlecontent h1 {
    display: none;
}

#middlecontent h2 {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 0.5em; /*padding-top: 0.7em;  */
    clear: both;

}

#middlecontent.ourTeamFlash {
    padding: 0 0px 0px 0px;
}

/*.TeamFlashHolder{margin-left:10px; border:1px solid #f00;}*/
#middlecontent p {
/* line-height: 1.6em;*/
    padding-bottom: 0.4em;
    padding-left: 15px;
    clear: both;
}

.feature-right p.Teaser {
    /* line-height: 1.6em;
   padding-bottom: 1.8em;*/
    display: block;
}

.feature-right h1 {
    /* line-height: 1.6em;
   padding-bottom: 1.8em;*/
    display: none;
}

p.Teaser {
    /* line-height: 1.6em;
   padding-bottom: 1.8em;*/
    display: none;
}

.feature-right p.Teaser {
    /* line-height: 1.6em;
   padding-bottom: 1.8em;*/
    display: block;
}

.lead_image {
    /* line-height: 1.6em;
   padding-bottom: 1.8em;*/
    display: none;
}

#contentbanner {
    background: white;
    min-height: 138px;
    float: left;
    width: 15%;
    text-transform: uppercase;
}

#contentbannerimage {
    float: right;
}

* html #contentbanner {
    height: 138px;
}

#contentbanner h1 {
    font-family: arial narrow;
    font-weight: normal;
    padding: 19px 0 0 39px;
    min-height: 138px;
    font-size: 2.1em;
    background: url(/gep/images/banner-left.jpg) 0 0 no-repeat;

}

#aboutus h1 {
    font-family: arial narrow;
    font-weight: normal;
    padding: 19px 0 0 39px;
    min-height: 138px;
    font-size: 2.1em;
    background: url(/gep/images/aboutus.jpg) 0 0 no-repeat;
    background-position: right;
    background-position: top;
    min-width: 500px;

}

#contentbanner h1 {
    font-family: arial narrow;
    font-weight: normal;
    padding: 19px 0 0 39px;
    min-height: 138px;
    font-size: 2.1em;
    background: url(/gep/images/banner-left.jpg) 0 0 no-repeat;

    width: 75%;
}

* html #contentbanner h1 {
    height: 138px;
}

/* T3 TEMPLATE - Mainfeatures and Mainsubfeatures */

h2.mainfeature {
    font-family: arial narrow;
    font-weight: normal;
    padding: 25px 0 13px 0;
    font-size: 2.1em;
}

.mainfeature {
    background-color: #fff;
    padding: 9px;
    border: 1px solid #ccc;
    margin-bottom: 9px;
    min-height: 115px;
}

.mainfeature-left {
    float: left;
    width: 145px;
}

.mainfeature-right {
    float: left;
    width: 60%;
}

.mainfeature-right p {
    line-height: 1.6em;
    padding: 3px 0 0 0;
}

.mainsubfeatures {
    border-top: 1px dotted #ccc;
    background: url(/gep/images/grey-slice.gif) 0 0 repeat-x transparent;
}

.mainsubfeature {
    padding: 9px 9px 0 9px;
    margin-bottom: 9px;
}

.mainsubfeature-left {
    float: left;
    width: 104px;
}

.mainsubfeature-right {
    float: left;
    width: 70%;
}

.mainsubfeature-right p {
    line-height: 1.6em;
    padding: 3px 0 0 0;
}

.mainsubfeature-nopic p {
    line-height: 1.6em;
    padding: 3px 0 0 0;
}

.mainsubfeature-nopic {
    width: 100%;
}

a.redsubmit {
    display: block;
    color: #fff;
    background-color: #b60432;
    padding: 1px 6px;
}

/* Main RHS Content */

#rightbox {
    float: right;
    background-color: #f8f8f8;
    min-height: 100px;
    padding-bottom: 10px;
}

* html #rightbox {
    height: 250px;
}

#rightcontent {
    padding: 10px;
}

#rightcontent h2 {
    font-family: arial narrow;
    color: #336699;
    font-size: 1.3em;
    padding: 10px 0 17px 0;
}

#rightcontent h3.home {
    color: #000;
    font-size: 2.0em;
    padding: 7px 0 8px 0;
}

/* T2 and T3 TEMPLATES - RHS Features */

.feature {
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.feature-left {
    float: left;
    width: 103px;
}

.feature-right {
    float: left;
    width: 50%;
}

.feature-right p {
    padding: 3px 0 0 0;
}

.arrow {
    padding: 0 0 5px 10px;
    background: url(/gep/images/arrow.gif) 0 3px no-repeat;
    display: block;

}

/* T1 TEMPLATE - */
.no-botpad-and-dots {
    padding-bottom: 0px;
    border-bottom: 0px dotted #ccc;
}

h1.hometitle {
    position: relative;
    font-family: arial narrow;
    font-weight: normal;
    margin: 0px;
    top: 83px;
    left: 40px;
    font-size: 3.8em;
    color: #000;
    text-transform: uppercase;
}

h3 {
    font-family: arial narrow;
    color: #336699;
    font-size: 1.3em;
    padding: 0px 0 3px 0;
    text-transform: uppercase;
}

#hometitle span {
    color: #fff;
    text-transform: none;
    font-size: 0.5em;
}

/* T4 TEMPLATE - OUR TEAM */

.bgd {
    background-color: #fff;
}

.min100h {
    min-height: 100px;
}

* html .min100h {
    height: 100px;
}

.dealmakers p {
    font-family: arial narrow;
    text-transform: uppercase;
    padding: 0px 13px 0 13px;
    line-height: 1em;
    font-size: 1em;
    width: 135px;
}

.dealmakers h2 {
    padding: 2px 13px 0 13px;
    font-family: arial narrow;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 26px;
}

/* T5 TEMPLATE - DO I QUALIFY? */

.stage {
    display: block;
    float: left; /*background-color:green;*/
    padding-right: 7px;
}

.stage p {
    padding: 10px 0 4px 0;
    text-align: center;
    font-weight: bold;
}

/* T6 TEMPLATE - SEARCH RESULTS */

.search-results {
    margin-bottom: 10px;
    position: relative;
}

.search-results-left {
    width: 90%;
}

.search-results-left p {
    padding-bottom: 0px;
}

.search-results-left h2 {
    font-size: 1.0em;
}

.search-result-left-image {
    margin-left: 110px;
}

.search-results-right {
    position: absolute;
    left: 95%;
    margin-top: -1em;
}

.results {
    padding: 2px 3px 3px 3px;
    background-color: #e1e1e1;
    font-weight: bold;
    display: inline;
}

/* Footer */

#footer {
    text-align: center;
    padding: 9px 0 10px 0;
    color: #fff;
}

#footer li {
    display: inline;
    background: url(/gep/images/navwhite.gif) 0 3px no-repeat;
    padding: 0 0 5px 7px;
}

#footer li.first {
    background-image: none;
    padding: 0 0 5px 0px;
}

#footer li a {
    color: #fff;
    font-weight: normal;
}

.w100 {
    width: 100px;
}

.w180 {
    width: 180px;
}

.w195 {
    width: 195px;
}

.w200 {
    width: 200px;
}

.w260 {
    width: 260px;
}

.w360 {
    width: 360px;
}

.w14p {
    width: 14%;
}

.w15p {
    width: 15%;
}

.w16p {
    width: 16%;
}

.w17p {
    width: 17%;
}

.w18p {
    width: 18%;
}

.w19p {
    width: 19%;
}

.w24p {
    width: 24%;
}

.w25p {
    width: 25%;
}

.w33p {
    width: 33%;
}

.w49p {
    width: 49%;
}

.w53p {
    width: 53%;
}

.w55p {
    width: 55%;
}

.w74p {
    width: 74%;
}

.w90p {
    width: 90%;
}

/* FORMS */

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

fieldset .frmlabel {
    float: left;
    width: 34%;
    padding: 3px 0 0 0;
}

fieldset span.red {
    color: #f00001;
}

fieldset h3 {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 24px;
}

fieldset input {

    color: #000;
    padding: 1px 1px 2px 5px;
    border: 1px solid #ccc;
}

input {

    color: #000;
    padding: 1px 1px 2px 5px;
    border: 1px solid #ccc;
}

fieldset select {
    padding: 1px 1px 2px 2px;
    border: 1px solid #ccc;
}

fieldset textarea {
    padding: 1px 1px 2px 5px;
    font-family: arial;
    font-size: 1.15em;
    border: 1px solid #ccc;
}

.radio {

}

.checkbox {

}

#ourteamheader p {
    font-size: 12pt;
    padding-left: 0px;

}



