* { 
    margin:0;
    padding:0;
}
html, body { 
    height:100%;
}
body { 
    background:#eeefef;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.125em;
    color:#616469;
}

img {
    border:0;
    vertical-align:top;
    text-align:left;
}
object { 
    vertical-align:top;
    outline:none;
}
/*ul, ol { 
    list-style:none;
}*/

.fleft { 
    float:left;
}
.fright { 
    float:right;
}
.clear { 
    clear:both;
}

.col-1-1, .col-2-1, .col-3-1, .col-1-2, .col-2-2, .col-2-3, .col-1-3, .col-2-3 {
    float:left;
}

.alignright { 
    text-align:right;
}
.aligncenter { 
    text-align:center;
}

.wrapper { 
    width:100%;
    overflow:hidden;
}
.container { 
    width:100%;
}




/*==== GLOBAL =====*/
#main {
    width:950px;
    margin:0 auto;
    font-size:.8125em;
}

/*
#header.public {
    height:480px;
    background:url(/images/header-left.jpg) no-repeat left top;
    padding-left:4px;
}

#header.public-slim {
    height:335px;
    background:url(/images/header-left.jpg) no-repeat left top;
    padding-left:4px;
}
*/

#header.admin {
    height:168px;
    background:url(/images/header-left.jpg) no-repeat left top;
    padding-left:4px;
}

#footer {
    height:81px;
}


/*---- tailings ----*/
.tail-top { 
    background:url(/images/tail-top.gif) left top repeat-x #fff;
}
.tail-bottom { 
    background:url(/images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
    font-family:Arial, Helvetica, sans-serif; font-size:1em;
    vertical-align:middle;
    font-weight:normal;
}


/*----- other -----*/
.img-indent { 
    margin:0 20px 0 0;
    float:left;
}
.img-box { 
    width:100%;
    overflow:hidden;
    padding-bottom:20px;
}
.img-box img { 
    float:left;
    margin:0 20px 0 0;
}

.extra-wrap { 
    overflow:hidden;
}


p {
    margin-bottom:18px;
}
.p1 { 
    margin-bottom:9px;
}
.p2 { 
    margin-bottom:18px;
}
.p3, #body {
    margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
    color:#0055A4;
    outline:none;
}
a:hover{
    text-decoration:none;
}

.fake_link{
    color:#0055A4;
    outline:none;
    text-decoration:underline;
}

h1 {
    float:left;
    font-size:39px;
    color:#161719;
    line-height:1.2em;
    padding:14px 0 0 43px;
    text-transform:uppercase;
    letter-spacing:-2px;
}
.logo {
    display:block;
    background:url(/images/logo-v5.jpg) no-repeat left top;
    padding:0;
    width: 350px;
    text-decoration:none;
    color:#161719;
    line-height: 85px;
    float:left;
}
h2 {
    font-size:30px;
    line-height:1.2em;
    color:#302f2f;
    font-weight:normal;
    margin-bottom:20px;
}
h3 {
    font-size:20px;
    color:#000;
    font-weight:normal;
    line-height:22px;
    margin-bottom:15px;
}
h4 {
    font-size:16px;
    color:#000;
    font-weight:normal;
    margin-bottom:10px;
}
h5 {
    font-size:1em;
    font-weight:normal;
    margin-bottom:6px;
}


.txt1, #body {
    font-size:15px;
}

.link1 { 
    display:block;
    float:left;
    background:url(/images/link1-bg.gif) left top repeat-x;
    color:#0055A4;
    text-decoration:none;
}
.link1:hover { 
    text-decoration:underline;
}
.link1 em {
    display:block;
    background:url(/images/link1-left.gif) no-repeat left top;
}
.link1 b { 
    display:block;
    background:url(/images/link1-right.gif) no-repeat right top;
    padding:1px 15px 3px 15px;
    font-weight:normal; font-style:normal;
}

.link2 {
    background:url(/images/arrow1.gif) no-repeat left 6px;
    padding:2px 0 2px 21px;
    float:right;
}

.link3 { 
    display:block;
    float:right;
    background:url(/images/link3-bg.gif) left top repeat-x;
    color:#e9570e;
    text-decoration:none;
    margin-left:15px;
}
.link3:hover { 
    text-decoration:underline;
}
.link3 em {
    display:block;
    background:url(/images/link3-left.gif) no-repeat left top;
}
.link3 b { 
    display:block;
    background:url(/images/link3-right.gif) no-repeat right top;
    padding:2px 13px 3px 13px;
    font-weight:normal; font-style:normal;
}

.line-ver-1 {
    background-image:url(/images/line-ver.gif);
    background-repeat:repeat-y;
    width:100%;
}

.line-ver-2 {
    background-image:url(/images/line-ver.gif);
    background-repeat:repeat-y;
    width:100%;
}


/*==================boxes====================*/
.box {
    background:#fff;
    width:950px;
}
.box .border-left {
    background:url(/images/border-left.gif) repeat-y left;
}
.box .border-right {
    background:url(/images/border-right.gif) repeat-y right;
}
.box .left-top-corner {
    background:url(/images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner {
    background:url(/images/right-top-corner.gif) no-repeat right top;
}
.box .inside { 
    padding:2px 47px 47px 48px;
}

.box1 {
    background:url(/images/box1-bg.gif) left top repeat-x #10abd6;
    width:100%;
    color:#fff;
}
.box1 .inner {
    padding:20px 22px 25px 18px;
}

.box1 h2 {
    font-size:26px;
    margin-bottom:10px;
}

.address dt {
    margin-bottom:18px;
}
.address.alt dt {
    margin-bottom:0;
}
.address dd { 
    clear:both;
}
.address dd span { 
    float:left;
    width:90px;
}


/*===== header =====*/
#header .bg-admin {
    background:url(/images/header-right.jpg) no-repeat right top;
    padding-right:4px;
    height:168px;
}
/*
#header .bg {
    background:url(/images/header-right.jpg) no-repeat right top;
    padding-right:4px;
    height:480px;
}

#header .bg-slim {
    background:url(/images/header-right.jpg) no-repeat right top;
    padding-right:4px;
    height:335px;
}
*/
#header .row-1 {
    height:88px;
    background:url(/images/header-bg1.gif) left top repeat-x #fff;
}
#header .row-1 .fright {
    text-align:right;
    padding:28px 55px 0 0;
    font-size:.91em;
    color:#616469;
    line-height:16px;
}
#header .row-1 .fright span {
    background:url(/images/icon-phone.gif) no-repeat left top;
    padding:0 0 2px 27px;
}
#header .row-2-1 {
    height:39px;
    background:url(/images/nav-bg-5.gif) left top repeat-x;
}
#header .row-2-1 .nav {
    padding:0 7px;
}
#header .row-2-1 .nav li {
    float:left;
}
#header .row-2-1 .nav li a {
    display:block;
    font-size:17px;
    color:#fff;
    text-decoration:none;
    width: 82px;
    padding:0 36px;
    letter-spacing:-1px;
    position:relative;
}

#header .row-2-1 .sf-menu li a {
    line-height: 39px;
    padding: 0 25px;
    display:block;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    letter-spacing:-1px;
    position:relative;
}

#header .row-2-1 .sf-menu li ul li a {
    line-height: 30px;
    font-size: 14px;
    width: 169px;
    text-transform:none;
}

#header .row-2-1 .nav li a:hover, #header .row-2-1 .nav li a.current, #header .row-2-1 .sf-menu li a:hover, #header .row-2-1 .sf-menu li a.current {
    color:#fff;
    text-decoration:none;
    background:url(/images/nav-bg-act-5.gif) left top repeat-x;
}

#header .row-2-2 {
    height:26px;
}
#header .row-2-2 .nav {
    padding:0 7px;
}
#header .row-2-2 .nav li {
    float:left;
}
#header .row-2-2 .nav li a {
    display:block;
    font-size:13px;
    line-height:26px;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
    padding:0 15px;
    letter-spacing:-1px;
    position:relative;
}
#header .row-2-2 .nav li a:hover, #header .row-2-2 .nav li a.current {
    color:#008db4;
    text-decoration:none;
    background:url(/images/nav-bg-act-2.gif) left top repeat-x;
}

#header .row-3 {
    height:362px;
    background:url(/images/header-bg7.jpg) no-repeat left top;
}

#header .row-3 .indent {
    padding:17px 17px 0 0;
    text-align:right;
}

#header .row-4 {
    height:220px;
    background:url(/images/header-slim3.jpg) no-repeat left top;
}

#header .row-4 .indent {
    padding:17px 17px 0 0;
    text-align:right;
}

/*===== content =====*/
.section {
    padding-bottom:35px;
}
.section1 {
    padding-bottom:20px;
}

.list1 li {
    font-size:15px;
    padding:4px 0 20px 93px;
    border-bottom:1px solid #e1e4e4;
    margin-bottom:14px;
}
.list1 li.icon1 {
    background:url(/images/icon1.jpg) no-repeat 6px top;
}
.list1 li.icon2 {
    background:url(/images/icon2.jpg) no-repeat 6px top;
}
.list1 li.icon3 {
    background:url(/images/icon3.jpg) no-repeat 6px top;
}
.list1 li.icon4 {
    background:url(/images/icon4.jpg) no-repeat 6px top;
}
.list1 li.last {
    border-bottom:none;
    margin-bottom:0;
}

.list2 li {
    background:url(/images/arrow1.gif) no-repeat left 4px;
    padding:0 0 7px 21px;
    font-size:.91em;
}

.img-list li {
    width:100%;
    overflow:hidden;
    padding-bottom:23px;
    vertical-align:top;
}
.img-list li img {
    float:left;
    margin-right:21px;
}

/*===== footer =====*/
#footer {
    background:url(/images/footer-bg.gif) left top repeat-x;
    color:#1d1d1f;
    font-size:.91em;
}
#footer .left {
    background:url(/images/footer-left.gif) no-repeat left top;
    padding-left:4px;
}
#footer .right {
    background:url(/images/footer-right.gif) no-repeat right top;
    padding-right:4px;
    height:81px;
}
#footer .inner {
    padding:15px 0 0 0;
    text-align:center;
    color: #3D3D3D;
}


/*----- forms -----*/
#newsletter-form {
    background:url(/images/icon5.jpg) no-repeat left 6px;
    padding:0 0 0 73px;
}
#newsletter-form fieldset {
    border:none;
    background:url(/images/input-bg.gif) no-repeat left 42px;
}
#newsletter-form input.text {
    border:none;
    background:none;
    color:#939292;
    font-size:.85em;
    width:130px;
    padding:0 8px 0 9px;
    margin-right:10px;
}
#newsletter-form input.submit {
    background:url(/images/submit.jpg) no-repeat left top;
    width:66px;
    height:22px;
    border:none;
    color:#e9570e;
    cursor:pointer;
}


#contacts-form fieldset {
    border:none;
}
#contacts-form label { 
    display:block;
    height:30px;
    background:url(/images/input-bg1.gif) no-repeat left top;
} 
#contacts-form label input { 
    width:280px;
    padding:1px 0 2px 9px;
    color:#939292;
    font-size:11px;
    background:none;
    border:none;
}
#contacts-form textarea {
    width:280px;
    height:150px;
    padding:3px 0 2px 9px;
    color:#939292;
    overflow:auto;
    font-size:11px;
    background:none;
    border:none;
}

.textarea-box {
    background:url(/images/textarea-bg.gif) no-repeat left top;
    height:159px;
    margin-bottom:16px;
}

/*==========================================*/

/*=============Pretty Tables================*/
.pretty-table
{
    width: 95%;
    padding: 0;
    margin: 5px;
    border-collapse: collapse;
    border: 1px solid #333;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000;
    background: #bcd0e4 url("/images/widget-table-bg.jpg") top left repeat-x;
}

.pretty-table caption
{
    caption-side: bottom;
    font-size: 0.9em;
    font-style: italic;
    text-align: right;
    padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
    border: 1px dotted #666;
    padding: 0.5em;
    text-align: left;
    color: #632a39;
}

.pretty-table th[scope=col]
{
    color: #fff;
    background-color: #7d98b3;
    border-right: 1px dotted #666;
    /*color: #000;
    background-color: #8fadcc;
    text-transform: uppercase;
    font-size: 0.9em;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;*/
}

/*.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}*/

.pretty-table th[scope=row]
{
    background-color: #b8cfe5;
    border-right: 2px solid #333;
}

.pretty-table tr.odd th, .pretty-table tr.odd td
{
    color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
    background-color: #BABABA;
    color: #fff;
}

/*==========================================*/

/*=============Google Maps================*/
#markerList{
    list-style-type: none;
    margin:0px;
    padding: 0px;
}
#markerList li{
    padding: 5px;
    cursor: pointer;
}
#markerList li:hover{
    background-color: #e0e0e0;
}

#map{
    font-size: 1.6em;
}
.tooltip{
    background-color:#FFFFFF;
    border:2px solid #CCCCCC;
    padding:5px;
    white-space:nowrap;
}
.googleMarkerTab .address{
    margin-bottom: .6em;
}
.tooltip dl,
.tooltip dd,
.tooltip dt{
    margin: 0px;
    padding: 0px;
}
.tooltip dt{
    font-weight: bold;
}
.tooltip dd{
    margin-left: 1em;
}
.tooltip img{
    border: 1px solid #AAAAAA;
    display: block;
}

/*==========================================*/

/*=============Textile Content================*/
.textile{
    text-align:justify;
}

.textile ul, .textile li {
    margin-left: 15px;
    padding-bottom: 15px;
}

.textile ol, .textile li {
    margin-left: 15px;
    padding-bottom: 15px;
}

.textile img {
    float:left;
    padding-right: 5px;
}

/*==========================================*/

/*=============Rails Errors================*/
.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}
/*==========================================*/

/*==========================================*/
.media_activity_list_item {
    padding-bottom: 10px;
}

.newsletter_summary {
    padding-bottom: 25px;
}

.publication-table {
    border-collapse:collapse;
    width: 100%;
}

.publication-table tr td {
    margin: 10px;
    padding: 10px;
    border: 1px solid #d3d3d3;
}
