/* globals */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	background-image: url("img/background.gif");
	background-repeat: repeat;
  /* background-position: top left; */
	background-color: rgb(246,246,246);
/*    border: 8px solid #FFFFFF;*/
}

* {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
	border: none;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

.center {
  margin: 0 auto 0 auto;
}

/* viewport */
#viewport {
	width: 978px;
	margin: 16px auto 16px auto;
	padding: 0px;
	background-color: white;
	border-left: 8px rgb(255,255,255) solid;
	border-right: 8px rgb(255,255,255) solid;
	border-top: 8px rgb(255,255,255) solid;
	border-bottom: 8px rgb(255,255,255) solid;

    border: 22px rgb(255,255,255) solid;
}

/* header */
#head1 {
  width: 978px;
  height: auto;
  clear: both;
}

#top-menu-logo {
    float: left;
    width: 357px;
    height: 38px;
}

#top-menu-logo img, #top-menu-logo a {
    border: none;
}

#top-menu-left {
    float: left;
    width: 8px;
    height: 38px;
    background-image: url("img/top-menu-left.gif");
}

#top-menu-bar {
    float: left;
    width: 605px;
    height: 38px;
    background-image: url("img/top-menu-bar.gif");
    background-repeat: repeat-x;
}

#top-menu-bar ul {
    list-style-type: none;

}

#top-menu-bar ul li {
    float: left;
    padding: 0 10px;
}

#top-menu-bar ul li a {
    height: 36px;
    color: #EEE;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 38px;
    font-weight: bold;
    text-decoration: none;
}

#top-menu-bar ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}

#top-menu-right {
    float: left;
    width: 8px;
    height: 38px;
    background-image: url("img/top-menu-right.gif");
}

#head1left {
  float: left;
  width: 558px;
  height: 259px;
  margin: 0;
  padding: 0;
  background-image: url("img/header-left.jpg");
}

#head1right {
  float: left;
  width: 420px;
  height: 259px;
  background-image: url("img/header-right.jpg");
  clear: right;
}

#head2 {
  width: 978px;
  height: 46px;
  clear: both;
}

#main-menu-left {
    float: left;
    width: 8px;
    height: 46px;
    background-image: url("img/main-menu-left.gif");
}

#main-menu-bar {
    float: left;
    width: 962px;
    height: 46px;
    background-image: url("img/main-menu-bar.gif");
    background-repeat: repeat-x;
/*    text-align: center;*/
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */


.clear {clear:both}
/* remove the list style */
#nav {
    margin:0;
    padding:0;
    list-style:none;
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
    float: left;
    display: block;
    margin: 0 0px 0 4px;
    padding: 0 0px;
    position: relative;
    z-index: 500;

    letter-spacing: 1px;
    font-size: 13px;
    line-height: 45px;
}

/* this is the parent menu */
#nav li a {
    display:block;
    height: 46px;
    color: #FFFFFF;
    padding: 0 8px 0 28px;
    margin: 0 0 0 0;
/*    text-align:center;*/

    white-space: nowrap;
    font-weight: bold;
    text-decoration: none;

    background-image: url("img/down.jpg");
    background-repeat: no-repeat;
    background-position: 4px center;
}

#nav li a:hover {
/*    background-color: #1646C4;*/
    background-image: url("img/down-hover.jpg");
    color:#FFFFFF;
/*    background-image: url("img/main-menu-bar.jpg");
    background-repeat: repeat-x;*/
}

/* you can make a different style for default selected value */
#nav a.selected {
    color:#FF0000;
}

    /* submenu, it's hidden by default */
/*    #subnav {*/
    #nav ul {
        position:absolute;
        display:none;
        width: 248px;
/*        left: -30px;*/
        margin:0 0 0 0;
        padding:0;
        list-style:none;
        background-color: #1646C4;
        border-bottom: 2px solid #0636B4;
        border-left: 2px solid #0636B4;
        border-right: 2px solid #0636B4;
    }

    #navlast {
        position:absolute;
        display:none;
        width: 248px;
        left: -90px;
        margin:0 0 0 0;
        padding:0;
        list-style:none;
        background-color: #1646C4;
        border-bottom: 2px solid #0636B4;
        border-left: 2px solid #0636B4;
        border-right: 2px solid #0636B4;
    }

/*    #subnav li {*/
    #nav ul li {
        float: none;
        margin: 0 10px;
        white-space: nowrap;
        font-size: 12px;
        line-height: 34px;
        border-top: 2px solid #1343C1;
/*        border-top:1px solid #fff;*/
    }

    /* display block will make the link fill the whole area of LI */
/*    #subnav a {*/
    #nav ul li a {
        display:block;
        height:36px;
        padding: 0;
        color:#BBBBBB;
    }

    #nav ul li a:hover {
/*        background-color: #0636B4;*/
        color:#FFFFFF;
    }

    .subnav ul li a {
        background-image: none;
    }

#main-menu-right {
    float: left;
    width: 8px;
    height: 46px;
    background-image: url("img/main-menu-right.gif");
}

/* end of menu */

#main {
  width: 978px;
  background-color: rgb(254,254,254);
  margin: 16px 0 0 0;
  padding: 0;
}


#left-container {
    float: left;
    width: 222px;
}

#local-menu {
    width: 222px;
    margin: 0px 0 0 0;
    background-color: #ffe6ee;

    border-bottom: 4px solid #FF396B;
}

#local-menu strong {
    display: block;
    width: 206px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #300010;
    background-image: url("img/pink-222.gif");    
}

#local-menu ul {
    margin:0 0 0 0;
    padding:0;
    list-style:none;
}

#local-menu ul li {
    line-height: 32px;
}

#local-menu ul li a {
    display: block;
    height: 32px;
    padding: 0 8px 0 16px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #003000;
}

#local-menu ul li a:hover {
    background-color: #FF8FB3;
}

#news-menu {
    width: 222px;
    margin: 16px 0 0 0;
    background-color: #ffe6ee;

    border-bottom: 4px solid #FF396B;
}

#news-menu strong {
    display: block;
    width: 206px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #300010;
    background-image: url("img/pink-222.gif");
}

#news-menu span {
    display: block;
    margin: 0 0 6px 0;
    padding: 0 12px 0 16px;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
}

#news-menu ul {
    margin:0 0 0 0;
    padding:0;
    list-style:none;
}

#news-menu ul li {
    line-height: 32px;
}

#news-menu ul li a {
    display: block;
    height: 32px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    color: #003000;
/*    background-color: #FFD7E0;*/
}

#news-menu ul li a:hover {
background-color: #FF8FB3;
}

#partners-menu {
    width: 222px;
    margin: 16px 0 0 0;
    background-color: #ffe6ee;

    border-bottom: 4px solid #FF396B;
}

#partners-menu strong {
    display: block;
    width: 206px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
/*    color: #6a3105;
    background-image: url("img/orange-222.gif");*/
    color: #300010;
    background-image: url("img/pink-222.gif");    
    border-bottom: 4px solid #FF396B;
}

#partners-menu p {
    margin: 0 0 6px 0;
    padding: 0 12px 0 16px;
    font-size: 11px;
    line-height: 16px;
    height: 64px;
    overflow: hidden;
}

#partners-menu ul {
    margin:0 0 0 0;
    padding:0;
    list-style:none;
}

#partners-menu ul li {
    line-height: 32px;
}

#partners-menu ul li a {
    display: block;
    height: 32px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #300010;
}

#partners-menu ul li a:hover {
background-color: #FF8FB3;
}



#center-container {
    float: left;
    width: 502px;
    margin: 0; padding: 0;
}

#slider-content {
    position: relative;
    width: 474px;
    height: 320px;
    margin: 0px 0 16px 30px;
    background-color: #f6f9ff;
/*    border-bottom: 24px solid #4F87E5;*/
}

#slider-content strong {
    display: block;
    width: 442px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 16px 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-image: url("img/light-blue-474.gif");
}

#slider-content img {
    width: 474px;
    height: 288px;
    border: none;
    overflow: hidden;
}

#main-content {
    width: 474px;
    
    margin: 0px 0 16px 30px;
    background-color: #f6f9ff;
border-bottom: 4px solid #4F87E5;
}

#main-content h1 {
    display: block;
    width: 442px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0 16px 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-image: url("img/light-blue-474.gif");
}

#main-content h2 {
    width: 442px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0 0 0;
    padding: 0 16px 0 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #051A68;
    text-decoration: underline;
    text-transform: uppercase;
/*    background-color: #3572B9;*/
/*    border-bottom: 2px solid #051A68;*/
}

#main-content h3 {
    width: 442px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 16px 0 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #555599;
    text-decoration: underline;
    text-transform: uppercase;

}

#main-content p {
    width: 442px;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 16px 8px 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000000;
}

#main-content img {
  margin: 6px 0px 6px 12px;
}

#main-content a {
    color: #051A68;
    background-color: #E0E3FF;
    font-weight: bold;
}

#main-content a:hover {
    background-color: #BECBFF;
}

#main-content ul {
  margin: 6px 20px 0 24px;
  padding: 6px 6px 4px 6px;
  color:#061F6F;
  letter-spacing: 1px;
}

#main-content ul li {
  padding: 0 0 0 8px;
  list-style: square outside;
}



.boxed {
    margin: 4px;
    padding: 4px;
    border: 1px solid #051A68;
    text-decoration: none;
}


#mapa {
    width: 450px;
    height: 350px;
    margin: 12px;
    border: 1px solid #051A68;
}


/*---------------------------------------------------------------------------*/
/* CEVNI PORADNA*/
/* div s formularem pridani dotazu*/
/* telo dotazu atd... */

.advq {
    margin: 16px;
    padding: 0px;
    background-color: #FF9EBE;
    display: none;
}

#advq-nick {
    width: 200px;
}
#advq-name {
    width: 200px;
}
#advq-email {
    width: 200px;
}
#advq-year {
    width: 200px;
}
#advq-question {
    width: 400px;
    height: 200px;
}
#advq-paragraph p {
    width: 400px !important;
    margin: 8px !important;
    padding: 0px !important;
}

#advq-paragraph strong {
/*    background-image: none;*/
}

#advq-button{
    width: 96px;
    height: 24px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
/*    border: 1px solid #FF3366;*/
    border: 1px solid #000000;
    background-image: url("img/foot-pink-195.gif");
    background-repeat: repeat-x;
}

.advq p {
    margin: 0;
    padding: 8px 16px;
}

.advq form {
    margin: 0;
    padding: 8px;
}

.advq select {
    font-family: Arial;
    margin: 4px 8px 2px 8px;
    padding: 5px 2px;
/*    width: 300px;*/
    height: 28px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.advq input {
    font-family: Arial;
    margin: 4px 8px 2px 8px;
    padding: 2px;
/*    width: 300px;*/
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.advq textarea {
    font-family: Arial;
    margin: 4px 8px 2px 8px;
    padding: 2px;
/*    width: 300px;*/
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.advq label {
    display: block;
    font-family: Arial;
    margin: 2px 8px 2px 8px;
    padding: 2px 2px;
}

.advf {
    margin: 0px 0 16px 0;
    padding: 0 8px;
    height: 38px;
    background-color: #FF91B7;
}

.advf label {
    font-family: Arial;
    margin: 0px 0px 0px 8px;
    padding: 2px 2px;
}

.advf select {
    font-family: Arial;
    margin: 8px 8px 2px 8px;
    padding: 2px;
    width: 286px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#advice-content, #advice-preview {
    width: 474px;
    margin: 0px 0 0 30px;
    background-color: #ffe6ee;
    border-bottom: 4px solid #FF396B;
}

#advice-content h1, #advice-preview strong {
    display: block;
    width: 442px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 16px 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-image: url("img/pink-474.gif");
}

#advice-content h2 {
    display: block;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-image: url("img/foot-pink-195.gif");
    background-repeat: repeat-x;
}

#advice-content p, #advice-preview p {
    width: 442px;
    font-size: 12px;
    margin: 0;
    padding: 8px 16px 8px 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000000;
}

#advice-content blockquote, #advice-preview blockquote {
    width: 442px;
    font-size: 12px;
    font-style: italic;
    padding: 8px 16px 8px 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000000;
}

.advice-page-bar {
    height: 36px;
}

.prose {

    font-weight: normal;
    background-color: #ffe6ee;
}

.plightrose {
    
    font-weight: bold;
    background-color: #fff5f8;
}

#right-container {
    float: left;
    width: 222px;
    margin: 0 0 0 32px;
    padding: 0;
}

#top5-content {
    width: 222px;
    margin: 0px 0 0 0px;
    background-color: #ffe6ee;

    border-bottom: 4px solid #FF396B;
}

#top5-content strong {
    display: block;
    width: 206px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #300010;
    background-image: url("img/pink-222.gif");    
}

#top5-content ul {
    margin:0 0 0 0;
    padding:0;
    list-style:none;
}

#top5-content ul li {
    line-height: 32px;
}

#top5-content ul li a {
    display: block;
    height: 32px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #300010;
}

#top5-content ul li a:hover {
background-color: #FF8FB3;
}

#advertising-content {
    width: 222px;
    margin: 16px 0 0 0;
    background-color: #ffe6ee;
    text-align: center;
    border-bottom: 4px solid #FF396B;
}

#advertising-content strong {
    display: block;
    text-align: left;
    width: 206px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #300010;
    background-image: url("img/pink-222.gif");   
}

#advertising-content a {
    display: block;
    padding: 0;
    margin: 0;
    color: #6a3105;
}

#advertising-content a:hover {
    background-color: #AECBFF;
}


#advertising-content img {
    margin: 0px 0 0 0;
    padding:4px 0 0 0;
    border: none;
}

#angio ul {
  margin: 6px 20px 0 20px;
  padding: 6px 6px 4px 6px;
  color:#061F6F;
  letter-spacing: 1px;
}

#angio ul li {
  padding: 0 0 0 10px;
  list-style: square outside;
}

#angio p {
  width: 450px;
  font-size: 12px;
}

/* ordinacni doba */

.ptable {
  width:474px;
  margin: 16px 0;
  padding: 0;

}

.ptable table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse:collapse;
}

.ptable table, .ptable td, .ptable tr {
    border: none;
}

.ptable tr {
/*    height: 32px;*/

}

.ptable td {
    padding: 8px;
}

.ptable address {
    margin: 16px;
}

.odd {
    background-color: #DAE7FF;
}

.even {

}

.ambulance-bar {
    height: 36px;
    background-color: #AECBFF;
}

/* ordinacni doba - konec */

#mailform_container {
    width: 450px;
    margin: 0px;
}

#mailform_container p {
    width: 400px;
}

.mail_form {
  	font-family: Arial, "Arial CE", "Helvetica CE", sans-serif;
  	font-size: 12px;
}

.mail_form fieldset {
  width:400px;
  margin:12px;
  padding: 0 4px 4px 4px;
  border: 2px solid rgb(153,189,251);
}

.mail_form fieldset legend {
  width:300px;
  border: none;
  padding: 4px 8px 4px 8px;
  letter-spacing: 1px;
  font-weight: bold;
  color:rgb(133,169,231);
}

.mail_form input {
  border: 1px rgb(153,189,251) solid;
  padding: 2px;
/*  background-color: rgb(200,251,251); */
  color: rgb(0,0,0);
  background-color: rgb(210,230,255);
  font-family: Arial, "Arial CE", "Helvetica CE", sans-serif;
  font-size: 12px;
/*  width: 300px; */
  letter-spacing: 1px;
}

.mail_form select {
  width: 350px;
  border: 1px rgb(153,189,251) solid;
  padding: 2px;
/*  background-color: rgb(200,251,251); */
  color: rgb(0,0,0);
  background-color: rgb(210,230,255);
  font-family: Arial, "Arial CE", "Helvetica CE", sans-serif;
  font-size: 12px;

  letter-spacing: 1px;
}

#f_byl {
  width: 60px;
} 

.mail_form textarea  {
  border: 1px rgb(153,189,251) solid;
  padding: 2px;
/*  background-color: rgb(200,251,251); */
  color: rgb(0,0,0);
  background-color: rgb(210,230,255);  
  font-family: Arial, "Arial CE", "Helvetica CE", sans-serif;
  font-size: 12px;
  width: 400px;
  height: 350px;
  letter-spacing: 1px;
}

.mail_form .checkbox {
  padding: 2px 2px 0 2px;
  margin: 0 0 0 0;
}

.mail_form label {
/*  padding: 2px; */
  margin: 0 12px 0px 0;
}


/* footer */

#foot-menu {
    margin: 16px 0 0 0;
    padding: 0;
}

#foot-menu {
    height: 320px;
    overflow: hidden;
}

#foot-menu strong {
    text-align: center;
    color: #FFFFFF;
}

#foot-menu ul {
    margin:0;
    padding:0;
    list-style-type: none;
}

#foot-menu ul li {
    padding: 2px 0;
    line-height: 24px;
}

#foot-menu ul li a {
    padding: 8px 8px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #003000;
}

#foot-menu ul li a:hover {
    text-decoration: underline;
}

.ambulance {
    float: left;
    width: 195px;
    height: 600px;
    background-color: #ffe6ee;
}

.ambulance strong {
    display: block;
    width: 195px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 0px;
    background-image: url("img/foot-pink-195.gif");
    background-repeat: repeat-x;
}

.nemoci-zily-cevy {
    float: left;
    width: 195px;
    height: 600px;
    background-color: #D0E0F7;
/*    background-color: #dae7ff;*/
}

.nemoci-zily-cevy strong {
    display: block;
    width: 195px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 0px;
    background-image: url("img/foot-blue-195.gif");
    background-repeat: repeat-x;
}

.lecebne-metody {
    float: left;
    width: 198px;
    height: 600px;
    background-color: #ffe6ee;
}

.lecebne-metody strong {
    display: block;
    width: 198px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 0px;
    background-image: url("img/foot-pink-195.gif");
    background-repeat: repeat-x;
}

.esteticke-zakroky {
    float: left;
    width: 195px;
    height: 600px;
    background-color: #D0E0F7;
}

.esteticke-zakroky strong {
    display: block;
    width: 195px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 0px;
    background-image: url("img/foot-blue-195.gif");
    background-repeat: repeat-x;
}

.preventivni-prohlidky {
    float: left;
    width: 195px;
    height: 600px;
    background-color: #ffe6ee;
}

.preventivni-prohlidky strong {
    display: block;
    width: 195px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 0px;
    background-image: url("img/foot-pink-195.gif");
    background-repeat: repeat-x;
}

#footer {
  margin: 16px 0 0 0;
  background-color: #98C8FB;
/*  background-color: rgb(91,131,182);*/
  padding: 12px;
  border-top: 4px solid rgb(33,81,166);
  border-bottom: 4px solid rgb(226,226,226);
/*  color: rgb(255,255,255);*/
  color: #013196;
  letter-spacing: 1px;
}

#footer p {
  margin: 0px 6px;
  font-size: 11px;
}

#footer ul {
  margin: 6px;
  font-size: 11px;
  list-style: square inside;
}

#copyright {
  font-size: 10px;
  color: #707070;
}

#copyright a {
  color: #606070;
  text-decoration: none;
}

#copyright a:hover {
  color: rgb(33,81,166);
  text-decoration: none;
}

/* buttons */

.pink-button {
    float: left;
    display: block;
    width: 138px;
    height: 20px;
    margin: 8px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #300010;
    background-image: url("img/pink-button.gif");
}

.blue-button {
    float: left;
    display: block;
    width: 138px;
    height: 20px;
    margin: 8px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-image: url("img/blue-button.gif");
}

.white-button {
    float: right;
    display: block;
    width: 138px;
    height: 20px;
    margin: 6px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    background-image: url("img/white-button.gif");
    cursor: pointer;
}

.white-button:hover {
    color: #555555;
}


/* novinky */

#news-content, #news-preview {
    width: 474px;
    margin: 0px 0 0 30px;
    background-color: #f6f9ff;
    border-bottom: 4px solid #3265D4;
}

#news-content h1, #news-preview strong {
    display: block;
    width: 442px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 16px 0 16px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-image: url("img/light-blue-474.gif");
}

#news-content h2 {
    display: block;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    margin: 16px 0 0 0;
    padding: 0 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-image: url("img/foot-blue-195.gif");
    background-repeat: repeat-x;
}

#news-content p, #news-preview p {
    width: 442px;
    font-size: 12px;

    padding: 8px 16px 8px 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000000;
}

#news-content blockquote, #news-preview blockquote {
    width: 442px;
    font-size: 12px;
    font-style: italic;
    padding: 8px 16px 8px 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000000;
}

/*
#ffe6ee;
#fff5f8;
*/

.news-image {
}

.news-image img {
    width: 464px;
    height: 294px;
    margin: 5px;
    display: none;
    cursor: pointer;
}

.news-image-thumbs {
    height: 108px;
    background-color: #e8f3fe;
    margin: 0;
    padding: 0 0 0 5px;
    cursor: pointer;
}

.news-image-thumb {
    margin: 4px 4px 0px 0px;
    padding: 0;
    width: 150px;
    height: 100px;
    border: none;
}


