@CHARSET "UTF-8";
/* $Id: style.css,v 1.4 2008/09/14 14:15:43 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo[dot]net / nekodesign[dot]net */
@import "admin.css";
@import "layout.css";
@import "header.css";
@import "footer.css";
* {
    margin: 0; /* zero out everything ! */
    padding: 0;
}

ul.tips li {
    padding: 0 0 0 15px!important;
    /* when select an input format */
    background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
    list-style-type: none;
}

.node-type-page #squeeze ,
.node-type-asset #squeeze ,
.page-library-new #squeeze{
    padding-right:30px;
}

/*            general styles
**************************************************
**************************************************/
body {
    color: #707475;
    font: normal normal .8em/1.6em Arial, Helvetica, sans-serif;

}
body.basic {
    background: transparent url(images/main-bg.jpg) repeat-x 0 0;
}
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

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

a:hover, a:active, li a.active , li.active  a{
    color:#E26513;
    text-decoration: none;
}

img, a img {
    border: none;
}

/*****************************/
blockquote {
    padding: 18px;
}

blockquote p {
    margin: 10px 20px;
    padding-left: 18px;
    width: 400px;
    background: url('images/close-quote.gif') no-repeat right bottom;
    color: #30457e;
    font: 1.5em "Times New Roman", Times, serif;
    text-indent: -10px;
}

blockquote p:first-letter {
    padding: 18px 0 0 18px;
    background: url('images/open-quote.gif') no-repeat left top;
}

/*******************/
input {
    padding: .2em 0;
    color: #000000;
    font: 12px/100% Verdana, sans-serif;
}

textarea, select {
    color: #494949;
    font: 12px/160% Verdana, sans-serif;
}

/*            general list styles
***********************************************/
ul.menu, div.item-list ul {
    margin: 0.35em 0 0 -0.5em;
    line-height: 1.2em;
}
#block-views-randompartners-block_1 ul.menu, div.item-list ul {
    margin: 0.35em 0 0 0;
    line-height: 1.2em;
}

ul.menu li, div.item-list ul li, li.leaf {
    padding: 0 0 .2em 1.5em;
    margin: 0.15em 0 0.15em .5em;
    list-style-type: none;
    list-style-image: none;
    background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ul li.expanded {
    background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
    background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
    display: block;
}

/*  ul , ol  */
.content ul, .content ol {
    line-height: 1.9em;
}

.content ol {
    margin: 1em 3em 1em 3em;
}

.content ul {
    margin: 1em 3em 1em 0;
    list-style: none;
}

.content ul li {
    padding: 0 0 0 3em;
    background: url('images/custombullet.gif') 20px 8px no-repeat;
}




/*     div#breadcrumb-wrapper / div.breadcrumb
*********************************************************/
#breadcrumb-wrapper .breadcrumb {
    margin: .2em 0;
    font-style: italic;
}

/********/
#content {
    padding-bottom: 1em;
}

.content p {
    margin: .5em 0;
    line-height: 1.5em;
    text-align: left;
}
.content p.rtecenter {
    text-align: center;
}
.content p.rteindent1 {
    margin-left:20px;
}
#home .content p {
    margin: .5em auto;
    line-height: 1.5em;
    text-align: auto;
}
/*        titles (page.tpl.php / node.tpl.php)
********************************************************/
h2.nodetitle, h1.pagetitle {
    clear: both; /* h2.nodetitle = node title as links in front page (node.tpl.php) / 
    h1.pagetitle = node title (page.tpl.php) */
    font: bold 16px Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif*/
    color: #2c88bb;
    margin-top:2px;
}
.newsevents h2.nodetitle{
    font-size: 14px;
}
/*            in node.tpl.php
************************************************
************************************************/
.node, .node-sticky {
    margin-bottom: 1.7em;
}

h2.nodetitle {
    margin-top: .4em;
}

h2.nodetitle a {
    color: #23353a;
}

h2.nodetitle a:hover {
    background:url(images/dot_x.gif) repeat-x bottom;
    color: #217faf;
    text-decoration: none;
}

/*   submitted (node.tpl.php)
**********************************************/
.submitted {
    border-bottom: 1px solid #d8d8d8;
    color: #ababab;
    font-size: 83%;
}

/*          comments    (comment.tpl.php)
*************************************************/
div#comments {
    padding-top: 1em; /* see function phptemplate_comment_wrapper in template.php */
}

.comment {
    padding: 6px .7em 0 .7em;
    margin: 1em 0;
    background: url(images/comment_line.gif) #f3f3f3 no-repeat 0 -2px;
    min-height: 85px; /* for 85*85 pixels user pictures */
}

.comment .picture {
    width: 85px; /* depends on user picture width, drupal core default values: 85px*85px */
    float: right;
    margin: 3px;
}

.comment span.new {
    float: right;
    margin: .4em;
    color: #ff0000;
    font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.comment .signature {
    clear: both;
    border-top: 1px dashed #c0c0c0;
}

.comment .commentlinks {
    clear: both;
    padding-bottom: .2em;
}

.comment .commentlinks ul li {
    border: 1px solid #b0b0b0;
    padding: .2em;
    margin-right: 4px;
    background: #ffffff;
}

/* comment submission  */
#comment-form div.form-item {
    padding: 10px 20px;
    border: 1px solid #ebe8db;
    background: #f5f1eb;
}

* html #comment-form div.form-item {
    height: 1px;
}

/*      sidebars
*****************************/
.sidebar h2.title {
    display: none;
}

/*       special blocks  
*********************************************/
/* user-login-form  */
#user-login-form {
    padding: 0 0 0 10px;
    text-align: left;
}
#user-pass input,
#user-register input,
#user-login input {
    width: 220px;
}
.form-item {
    text-align: left;
}

/*   box => box.tpl.php   */
.box {
    padding-top: 1em;
}


/* salesforce forms
*****************************************/
#TB_salesform {
    display: none;
}

.salesforce_form  label {
    display: block;
    width: 120px;
    float: left;
    clear: left;
    margin: 15px 0 5px;
    line-height:15px;
}
.salesforce_form  input {
    display: block;
    width: 200px;
    float: right;
    margin-top: 10px;
    clear:right;
}
.salesforce_form  select  {
    display: block;
    width: 200px;
    float: right;
    margin-top: 10px;
    clear:right;
    height: 22px;
}
.salesforce_form_block  label {
    display: block;
    width: 80px;
    float: left;
    clear: left;
    margin-top: 6px;
}
.salesforce_form_block  input {
    margin-top: 5px;
    width: 135px;
}

.salesforce_form_block  select {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 135px;
}

#TB_downloadform .salesforce_form  label {
    margin-top: 15px;
}
.block-thisproject .salesforce_form  label {
    margin-top: 13px;
    clear:left;
    height: 20px;
}
.salesforce_form  input[type='hidden'] {
    margin-top: 0;
}

.salesforce_form  textarea {
    display: block;
    width: 350px;
    float: none;
    clear:both;
}
.salesforce_form {
    width: 350px;
    clear:both;
}
.salesforce_form input[type="submit"] , .salesforce_form input[type="button"] {
    width: auto;
    clear:none;
    margin-left:10px;
}

#TB_downloadform .salesforce_form label {
    margin-top:13px;
}
/* 
**********************/
.block-local_menu ,
#block-continuity_assets-continuity_assets_categories {
    width: 165px;
}
.block-local_menu ul.menu,
#block-continuity_assets-continuity_assets_categories ul {
    padding: 0;
    margin: 0;

}
.block-local_menu ul li.expanded,.block-local_menu ul li.collapsed,.block-local_menu  li.leaf, .block-local_menu ul li.expanded, .block-local_menu div.item-list ul li,
#block-continuity_assets-continuity_assets_categories ul li{
    background-image: none;
    margin: 0;
    background: url(images/dot_x.gif) repeat-x bottom;
    font-weight: bold;
    padding: 8px 10px;
    list-style:none;

}
.block-local_menu li li.expanded,.block-local_menu li li.collapsed,.block-local_menu  li li.leaf{
    background: transparent url(images/horiz_bull.gif) no-repeat scroll 0px 7px;
    margin: 0;
    padding: 0 0 0 10px;
    border-bottom: none;
    font-size: 11px;
    font-weight: normal;
}

.block-local_menu li li.expanded,.block-local_menu li li.collapsed,.block-local_menu  li li.leaf,.block-local_menu li.last,
#block-continuity_assets-continuity_assets_categories ul li.last {
    background:none;;
}
.block-local_menu a{
    color:#1e5573;
}
.block-local_menu a:hover{
    color:#E26513;
}

/* block-thisproject-0
*******************************/
.front  h1.pagetitle {
    display: none;
}
#block-views-partners-block_1  h2.title , ul.quicktabs_tabs {
    display: block;
    /*border-bottom:1px dotted #E26513;*/
    background:url(images/dot_xorang.gif) repeat-x 0 bottom ;
    margin : 0 0 10px 0;
    padding:0 0 5px 0;
}
#block-quicktabs-1 {
    border-bottom:1px solid #E26513;
    margin-bottom: 10px;
}
#block-views-partners-block_1  h2.title, ul.quicktabs_tabs  a{
    color:#E26513;
    font-size:14px;
}
#block-views-partners-block_1  h2.title, ul.quicktabs_tabs .active a{
    font-weight:bold;
}

.block-ticketyboo a:link, .block-ticketyboo a:visited {
    color: #707475;
}
.block-ticketyboo h3 {
    font-size:14px;
}
.front #block-quicktabs-1 ul.quicktabs_tabs li{
    background: url(images/separator_orange.gif) no-repeat left center;
    padding: 0 10px;
}
.front #block-quicktabs-1 ul.quicktabs_tabs li:first-child{
    background-image: none;
    padding:0 10px 0 0;
    border-right: 1px solid #E26513;
}
#TB_downloadform{
    clear:both;
    line-height:1.4em;
    overflow:auto;
    padding:10px;
    text-align:left;
}
.TB_overlayBG {
    background:#fff;
    opacity:0.70;
}

/* front */
#home h2.title ,#home h2.pane-title{
    display: none;
}
.front #sidebar-right{
    width: 205px;
    overflow: hidden;
    padding-left: 20px;
}

.front #squeeze {
    margin:0pt -4px;
    padding-right: 0;
}
.jcarousel-skin-ie7 .jcarousel-container {
    background: #fff;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 220px;
    padding: 0;
    border: none;
    height: 300px;
}


.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  220px;
    height: 175px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 220px;
    height: 175px;
    border: 1px solid #fff;
    margin:0;
    padding:0;
    overflow: hidden;
}

#block-views-randompartners-block_1 .views-field-field-logo-fid {
    width: 220px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;

}
div.item-list ul.jcarousel-list-horizontal {
    margin: 0;
    padding: 0;
}
.jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #808080;
}
.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 175px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: red url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 175px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: red url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.view-randompartners div.item-list ul li , .view-randompartners ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: none;
    clear: both;
    text-align:center;
}
.view-randompartners div.item-list ul li .views-field-teaser {text-align: left;}
.view-footer {text-align:right;}
.samplegap_iframe {
    padding: 10px;
}

.view-display-id-page_1 .views-field-field-logo-fid {
    float:right;
    margin: 0 15px 15px 0;
}

.newsevents, .view-display-id-page_1 li {
    background:url(images/dot_x.gif) repeat-x bottom;
    padding-bottom: 15px;
    clear:both;
}
.view .newsevents{
    background:none;
    margin:0;
    padding:0;
}
.newsevents {margin-right:12px;}
.view-display-id-page_1 div.item-list ul li  {
    margin: 7px;
    height: 175px;
}

.view-id-Library div.item-list ul li  {
    margin: 5px 0 15px;
    padding:0;
    background:none;
    height: auto;
}

.hideme{
    display: none;
}
.sidebar .block-user h2.title {
    display: block;
    margin-top: 25px;
}

.asset_abstract {
    /* line-height: 18px;
     margin: 10px 0 15px;
     display: inline;*/	
}

.asset_logo{
    float: right;
    margin: 0 0 5px 5px;
}

.view-id-Library .item-list{
    margin: 15px 0 25px;
}

.view-display-id-page_1 .views-field-title{
    color:#23353A;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    clear: both;
    margin-bottom: 10px;
}

.view-id-Library .views-field-title{
    font-size:12px;
    margin-bottom: 5px;
    font-weight: bold;
}

.view-id-Library .views-field-tid {
    font-size: 12px;
    font-weight: bold;
}

.field-field-attachment  h3 {margin-top:20px;}
.field-field-attachment .field-label {display:none;}
.field-field-attachment .filefield-file {margin-left: 20px; margin-bottom: 10px;}
.page_file_description,a:link .page_file_description, a:visited .page_file_description   { color:#707475;font-style:italic;}
#field_attachment_values  .form-item{white-space:normal;}
.view-analists .views-field-title {font-size:12px;font-style:italic;}
.view-analists .views-row-odd,.view-analists .views-row-even {
    background:url(images/dot_xorang.gif) repeat-x bottom;
    padding: 5px 5px 5px 0;
    clear:both;
    margin-right:5px;
}
.view-display-id-page_1 .pager li {
    border:none;
    padding-bottom:0;
}
#block-thisproject-5 {text-align:left;font-size:11px;}
#block-thisproject-5 .customer_image {text-align:center;}
#block-thisproject-5 h2.title , #block-views-webinar_ondamend-block_1 h2.title{display:block;color:#E26513;
                                                                               font-size:14px;background:url(images/dot_xorang.gif) repeat-x bottom;
                                                                               padding: 5px 0;text-align:left;margin: 0 0 10px;}
#block-views-webinar_ondamend-block_1 h2.title {margin: 20px 0 10px;}
.panel-col-2 ,#home .center-wrapper .panel-col{
    background: url(images/dubble_dotted_line.gif) repeat-y;padding:0 0 0 5px;width: 33.5%;}
#home .center-wrapper .panel-col-first,#home .center-wrapper .panel-col-last{width: 32%;}
/*#home div.panel-row-2   div.panel-col-1{width: 30%;}
#home div.panel-row-2   div.panel-col-2{padding:0 0 0 5px;}*/

.front .messages {display:none;}

#block-service_links-service_links_not_node, #block-service_links-service_links {
    float:right;
    margin-right: 32px;
}

.service-links div.item-list ul li {
    background:transparent;
    margin:0.15em 0 0.15em 0.5em;
    padding:0 0 0.2em 1.5em;
    display:inline;
}

#block-thisproject-lower_service_links {
    float:right;
}
#footer-top {
    margin:0 auto;
    width:950px;
}
#block-thisproject-lower_service_links {
    margin:-45px 16px 0 0;
}


/*New Design*/

body.not-front {
    background:url(images/bg_not-front-bottom.png) repeat-x 0 bottom #fefefe;
}
body.front {
    background:url(images/bg_front.png) repeat-x 0 0;
    height:1539px;
}


body.not-front #header{
    background:url(images/bg_not-front.png) repeat-x 0 0 #fefefe;
}

body.front #sidebar-left,
body.front #sidebar-right{
    display:none;
}

body.front #content{
    width:960px;
    margin:0;
    background:none;
}

body.front #content #squeeze{
    background:none;
}

#content  .panel-col-top,
#content  .panel-col-middle,
#content  .panel-col-middle_2,
#content  .panel-col-middle_3{
    float:left;
    width:100%;
}

#content  .panel-panel{
    clear: none;
}

.panel-2col-bricks .panel-col-top .inside, .panel-2col-bricks .panel-col-middle .inside {
    margin-bottom: 0;
}

#content .panel-col-top .pane-title{
    display:none;
}

#content .panel-col-top {
    float:left;
    margin:0;
}

#slider {
    width:960px;
    overflow:hidden;
    position: relative;
    height: 259px;
}

#slider .cover{
    width:3840px; 
    position: absolute;
    height:259px;
}

#slider .slide {
    width:960px;
    float:left;
    height:259px;
    /*padding:0 0 20px;*/
}

#slider .slide_1 {
    background: url(images/slide_1.png) no-repeat scroll right 0 transparent;
}

#slider .slide_2 {
    background: url(images/slide_2.png) no-repeat scroll right 0 transparent;
}

#slider .slide_3 {
    background: url(images/slide_3.png) no-repeat scroll right 0 transparent;
}

#slider .slide_4 {
    background: url(images/slide_4.png) no-repeat scroll right 0 transparent;
}

#button{
    float:left;
    margin-top:-35px;
    position:relative;
    z-index:100;
}

.button1, .button2, .button3, .button4 {
    background: url(images/btn_slider.png) no-repeat scroll right 0 transparent;
    display: block;
    float: left;
    height: 15px;
    margin-right: 5px;
    width: 16px;
}

.active{
    background-position:  0 0;
}

.clear{
    clear:both;
}

#slider .slide img {
    float:left;
}

#slider .slide .left {
    padding: 85px 0 0 240px;
    width: 350px;
    float: left;
}

#slider .slide .right {
    width: 260px;
    float: right;
    padding: 17px 0 0;
    margin-right: 20px;
}


#slider .slide.slide_1 .right {
    width: 350px;
}

#slider .slide .title {
    color: #E1762E;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 1px 0 0 #E1762E;
    letter-spacing: 1px;
}

#slider .slide .title_1 {
    color: #1D5672;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    text-shadow: 1px 0 0 #1D5672;
    letter-spacing: 1px;
}

#slider .slide .title_2 {
    color: #526674;
    font-size: 23px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 0 0 #526674;
    letter-spacing: 1px;
}

#slider .slide .title_3 {
    color:#e67425;
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 0 0 #e67425;	
    letter-spacing: 1px;
}

#slider .slide .title_4 {
    color:#1a3e4c;
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 0 0 #1A3E4C;	
}

#slider .slide .text {
    color: #1D5672;
    font-size: 15px;
    line-height: 21px;
}

#slider .slide .see_btn {
    background: url(images/button_big.png) no-repeat scroll 0 0 transparent;
    color: white;
    width: 188px;
    height: 57px;
    float: left;
    font-weight: bold;
    font-size: 18px;
    padding: 0 30px;
    line-height: 57px;
    /*margin: -20px 0 0 -40px;*/
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
}

#slider .slide .see_btn:hover {
    background: url(images/button_big_over.png) no-repeat scroll 0 1px transparent;
}

#slider .slide.slide_1 .see_btn {
    margin: 10px 0;
}

.front #content .panel-col-middle {
    background: url(images/arrow.png) no-repeat scroll 942px 15px transparent;
    float: left;
    margin: 5px 0 10px;
    padding: 12px 40px 0 0;
    width: 920px;
}

.front #content .panel-col-middle .pane-content {
    color: #1D5672;
    float: left;
    font-size: 15px;
    line-height: 24px;
    width: 680px;
}

#content .panel-col-middle h2.pane-title {
    float: left;
    width: 240px;
    color: #1D5672;
    font-size: 18px;
    margin-top: 0;
    text-shadow: 1px 1px 2px #5f5f5f;
}


#content .panel-col-middle_2 {
    margin: 25px 0;
    border-bottom:1px solid #1A3E4C;
    padding-bottom:25px;
}

#content .panel-col-middle_2 .pane-title {
    color: #1A3E4C;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    height: 43px;
    margin-bottom: 5px;
}

#content .panel-col-middle_3 .pane-title {
    color: #1A3E4C;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
}

#content .panel-col-middle_2 .panel-panel {
    float: left;
    margin-right: 40px;
    width: 210px;
}

#content .panel-col-middle_3 .panel-panel {
    float: left;
    width: 200px;
    margin-right: 100px;
    border-right:1px solid #1A3E4C;
    padding: 0 23px 0px 5px;
    margin-right:25px;
}

.front #content .panel-col-middle_3 .panel-col-first {
    background: url(images/baners1.png) no-repeat scroll 0 17px transparent;
}

.front #content .panel-col-middle_3 .panel-col-middle_left{
    background: url(images/baners2.png) no-repeat scroll 0 17px transparent;
}

.front #content .panel-col-middle_3 .panel-col-middle_right {
    background: url(images/baners3.png) no-repeat scroll 0 17px transparent;
}

.front #content .panel-col-middle_3 .panel-col-last {
    background: url(images/baners4.png) no-repeat scroll 0 17px transparent;
}

.panel-2col-bricks .panel-col-last .inside {
    margin: 0;
}

#content .panel-col-middle_2 .panel-panel.panel-col-last ,
#content .panel-col-middle_3 .panel-panel.panel-col-last {
    margin-right: 0px;
    padding-right:0;
    border-right:none;
}

.pane-content {
    color: #1D5672;
    font-size: 12px;
    line-height: 16px;
}

#content .panel-col-middle_2 .panel-panel .content {
    float: left;
    height:55px;
}

#content .panel-col-middle_2 .panel-panel .read_more {
    background: url(images/read_more.png) no-repeat scroll 0 0 transparent;
    color: white;
    clear:both;
    width: 66px;
    height: 22px;
    line-height: 22px;
    float: left;
    padding: 0 7px;
}

#content .panel-col-middle_2 .panel-panel .read_more:hover {
    background: url(images/read_more_over.png) no-repeat scroll 0 0 transparent;
}

#content .panel-col-middle_3 {
    float: left;
    margin-bottom: 33px;
}

#content .panel-col-middle_3 p {
    color: #1D5673;
    float: left;
    font-weight: bold;
    min-height: 50px;
    padding: 0 70px 0 4px;
    width: 118px;
}

#content .panel-col-middle_3 .plus {
    background: url("images/plus.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 14px;
    position: relative;
    top: -15px;
    width: 13px;
}

#content .panel-col-middle_3 .link {
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    width: 90%;
}

.front #content .panel-col-bottom.first{
    float:left;
    width:33%;
    border:2px dotted #3c525d;
}

.front #content .panel-col-bottom .pane-title{
    float: left;
    width: 85%;
    border-bottom: 2px dotted #3c525d;
    padding: 5px 25px;
    color: #172f3b;
    /*text-shadow: 1px 1px 1px #5A5A5A;	*/
}

.front #content .panel-col-bottom .views-row {
    background: url("/sites/all/themes/beginning/images/list.png") no-repeat scroll 25px 26px transparent;
    border-bottom: 2px dotted #3C525D;
    color: #506673;
    float: left;
    height: 47px;
    padding: 23px 15px 23px 40px;
    width: 82.5%;
}

#content .panel-col-bottom .views-row.views-row-last{
    border-bottom: none;
}


.front #content .panel-col-bottom.first{
    width:32%;
    margin-left: 4px;
}


.front #content .panel-col-bottom.middle{
    float:left;
    width:33%;
    border-top:2px dotted #3c525d;
}

.front #content .panel-col-bottom.middle  .views-row {
    background:none;
    float: left;
    width: 85%;
    border-bottom: 2px dotted #3C525D;
    padding: 23px 25px;
    color: #506673;
    min-height: 32px;
}

.front #content .panel-col-bottom.last{
    float:left;
    width:33%;
    border:2px dotted #3c525d;
}

.front #content .panel-col-bottom.last .pane-content {
    float: left;
    height: 233px;
    min-height: 233px;
    padding: 25px;
}
.views-field-field-hp-title-value,
.views-field-field-hp-title-value .field-content,
.views-field-title,
.views-field-title .field-content,
.views-field-view-node,
.views-field-view-node .field-content,
.views-field-view-node .field-content a{
    display: inline;
}


.views-field-view-node .field-content a,
.views-field-field-hp-news-link-url a,
.front #content .panel-col-bottom.middle .element_title a{
    color: #172f3b;
}

.element_date{
    display:none;
}

.pane-content .view-id-hp_news .views-field-edit-node{
    display:none;
}

#footer-message {
    background: none repeat scroll 0 0 transparent;
    color: #8DABB9;
    font-size: 13px;
    height: auto;
    margin-top: 20px;
    padding: 0;
    text-align: left;
}

#footer-message div {
    float: left;
    line-height: 18px;
    width: 190px;
}

#footer-message .title a{
    color: #EE8E49;
    float: left;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
    text-shadow: 1px 2px 2px #232323;
}

#footer-message .title a:hover{
    text-shadow: none;
}

#footer-message ul{
    padding: 0;
    margin: 0;
}

#footer-message ul li {
    list-style: none;
    margin: 3px 0;
    float: left;
    width: 100%;
}

#footer-message ul a{
    color: #8dabb9;
    float: left;
    width: 100%;
}

#footer-message ul a:hover{
    text-decoration:underline;
}

#footer-message ul a.twit{
    background: url(images/twit.png) no-repeat scroll 0 0 transparent;
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 25px;
}

#footer-message ul a.fb{
    background: url(images/fb.png) no-repeat scroll 0 0 transparent;
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 25px;
}

#footer-message ul a.linked{
    background: url(images/in.png) no-repeat scroll 0 0 transparent;
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 25px;
}

#footer-message ul a.utube{
    background: url(images/utube.png) no-repeat scroll 0 0 transparent;
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 25px;
}

#footer-message .contact .title.small{
    font-weight: normal;	
    text-shadow: 0 0 0 #121212;
    margin: 0;
    font-size:13px;
}

#footer-message .copyright{
    text-align:center;
    width:100%;
    float:left;
    margin:35px 0 14px;
}

.views-field-field-author-value {
    margin-bottom: 10px;
}

.node-type-asset .imagefield-field_asset_logo {
    float: right;
    margin: 0 0 10px 10px;

}
a.asset_download {
    color: #fff;
    font-weight:bold;
    font-size: 18px;
    text-transform: uppercase;
    display:block;
    text-align: center;
    padding: 16px 60px 16px 85px;
    margin-top: 20px;
    background: url(images/download.jpg) no-repeat center center;
}
