html
{
    min-width: 260px;
}

body
{
    background: #3c3c3c url(/_includes/img/tiles/sm_page_bg.jpg);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    color: #444;
}

a
{
    color: #C36D09;
    text-decoration: none;
}

a:hover
{
    color: #0081D8;
    text-decoration: underline;
}

.background-gradient
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(249,249,249,0.3) 0%, rgba(125,125,125,0.2) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(249,249,249,0.3)), color-stop(50%,rgba(125,125,125,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(249,249,249,0.3) 0%,rgba(125,125,125,0.2) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(249,249,249,0.3) 0%,rgba(125,125,125,0.2) 50%,rgba(0,0,0,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(249,249,249,0.3) 0%,rgba(125,125,125,0.2) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: radial-gradient(center, ellipse cover,  rgba(249,249,249,0.3) 0%,rgba(125,125,125,0.2) 50%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df9f9f9', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index: -2;
}

.container
{
    width: 940px;
    margin: 20px auto;
}

.round
{
    border-radius: 10px;
}

.col
{
    width: 460px;
}

.row > .col
{
    margin-left:20px;
    float:left;
}

.row > .col:first-child
{
    margin-left:0;
}

.tile
{
    border-radius: 10px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, .4);
    margin: 20px 0 0 0;
}

.tile-inset
{
    box-shadow: inset 0px 2px 3px 0px rgba(255, 255, 255, .75);
    border-radius: 10px;
}

.tile-content
{
    box-shadow: none;
    display: block;
    /*padding: 10px 20px 17px;*/
    position: relative;
    min-height: 100px;
	max-height:125px;
    overflow:hidden;
}

.tile[class~="tile_ceo"]
{
    background: #91b9e0;/* url(/_includes/img/tiles/tileBG_CEO.jpg) repeat;*/
}

.tile[class~="tile_sb"]
{
    background: #83a0e8;/* url(/_includes/img/tiles/tileBG_SB.jpg) repeat;*/
}

.tile[class~="tile_gh"]
{
    background: #e6e6e6;/* url(/_includes/img/tiles/tileBG_GH.jpg) repeat;*/
}

.tile[class~="tile_mb"]
{
    background: #94d160;/* url(/_includes/img/tiles/tileBG_MB.jpg) repeat;*/
}

.tile[class~="tile_ac"]
{
    background: #cda375;/* url(/_includes/img/tiles/tileBG_AC.jpg) repeat;*/
}
.tile[class~="tile_ls"]
{
    background: #e4d886;/* url(/_includes/img/tiles/tileBG_LS.jpg) repeat;*/
}

.tile[class~="tile_fl"]
{
    background: #9cdcda;/* url(/_includes/img/tiles/tileBG_FL.jpg) repeat;*/
}

.tile[class~="tile_pf"]
{
    background: #88cd81;/* url(/_includes/img/tiles/tileBG_PF.jpg) repeat;*/
}

.tile[class~="tile_in"]
{
    background: #b7a9cf;/* url(/_includes/img/tiles/tileBG_IN.jpg) repeat;*/
}

.tile[class~="tile_fm"]
{
    background: #e6c1a0;/* url(/_includes/img/tiles/tileBG_FETCHme.jpg) repeat;*/
}

.head
{
    position: relative;
}

.headBackground
{
    background: rgb(0,135,221);
    background: -moz-linear-gradient(top, rgba(0,135,221,1) 0%, rgba(0,136,220,1) 25%, rgba(0,136,220,1) 50%, rgba(0,136,222,1) 75%, rgba(1,132,220,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,135,221,1)), color-stop(25%,rgba(0,136,220,1)), color-stop(50%,rgba(0,136,220,1)), color-stop(75%,rgba(0,136,222,1)), color-stop(100%,rgba(1,132,220,1)));
    background: -webkit-linear-gradient(top, rgba(0,135,221,1) 0%,rgba(0,136,220,1) 25%,rgba(0,136,220,1) 50%,rgba(0,136,222,1) 75%,rgba(1,132,220,1) 100%);
    background: -o-linear-gradient(top, rgba(0,135,221,1) 0%,rgba(0,136,220,1) 25%,rgba(0,136,220,1) 50%,rgba(0,136,222,1) 75%,rgba(1,132,220,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,135,221,1) 0%,rgba(0,136,220,1) 25%,rgba(0,136,220,1) 50%,rgba(0,136,222,1) 75%,rgba(1,132,220,1) 100%);
    background: linear-gradient(top, rgba(0,135,221,1) 0%,rgba(0,136,220,1) 25%,rgba(0,136,220,1) 50%,rgba(0,136,222,1) 75%,rgba(1,132,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087dd', endColorstr='#0184dc',GradientType=0 );
    z-index: -1;
}

.subHeadImg
{
    background: url(/_includes/img/tiles/subBanner.jpg) no-repeat left center;
    margin-top:0;
}

.subHead, .headBackground
{
    width: 100%;
    height: 160px;
    background-size: contain;
}

.subInset, .headBackground
{
    position: absolute;
    top: 0;
    left: 0;
}

.subTiles
{
    background:url(/_includes/img/tiles/subBannerTiles.png) no-repeat;
    width:305px;
    height:225px;
    position:absolute;
    right:-68px;
    top:-2px;
}
strong
{
    font-weight: bold;
}

/* For modern browsers */
.row:before, .clear:before, .container:before,
.row:after, .clear:after, .container:after {
    content:"";
    display:table;
}
.row:after, .clear:after, .container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.row, .clear, .container {
    *zoom:1;
}

.textTileHeadNormal, .textTileHead
{
    font-size: 26px;
    line-height:31px;
}
.textTileHead
{
    font-weight:bold;
    text-transform:uppercase;
}
.font22
{
    font-size:22px;
    line-height:27px;
}
.font18
{
    font-size:18px;
    line-height:23px;
}
.font16
{
    font-size:16px;
    line-height:21px;
}
.font14
{
    font-size:14px;
    line-height:19px;
}
.large-body
{
    margin: 30px 20px;
}
.small-body
{
    margin-right: 110px;
}
.tile p
{
    margin-top: 6px;
    margin-bottom: 0;
}
.button, buttonRound
{
    width: 87px;
    height: 94px;
}
.buttonRound
{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -47px;
}
.external16
{
    padding-right: 22px;
    background:url(/_includes/img/tiles/iconExtWin16px.png) no-repeat right center;
}
.external12
{
    padding-right: 18px;
    background:url(/_includes/img/tiles/iconExtWin12px.png) no-repeat right center;
}