/* Link styles
------------------------------------------------ */

a:link    {color: #444444; text-decoration: none;border-bottom:1px dotted #444444;outline: none;}
a:visited {color: #444444; text-decoration: none;border-bottom:1px dotted #444444;}
a:hover   {color: #FF0000; text-decoration: none;border-bottom:1px dotted #FF0000;}
a:active  {color: #444444; text-decoration: none;border-bottom:1px dotted #444444;}


a.external
{
    padding-left:13px;
    color: #000000;
    text-decoration:none;
    border-bottom:1px dotted #000000;
    background-image:  url(../images/41.gif);
    background-repeat: no-repeat;
    background-position: 0 4px ; 
outline: none;
}

a:link.external, a:visited.external 
{
    color: #000000;
    text-decoration:none;
    border-bottom:1px dotted #000000;
    background-image:  url(../images/41.gif);
    background-repeat: no-repeat;
    background-position: 0 4px ; 
}

a:hover.external 
{
    color: #FF0000;
    text-decoration: none;
    border-bottom:1px dotted #FF0000;
    background-image:  url(../images/40.gif);
    background-repeat: no-repeat;
    background-position: 0 4px; 
}

a:active.external 
{color: #000000; text-decoration: none;}



/* Container
------------------------------------------------ */

body { margin: 0px;  padding: 0px;text-align: center; background-color: #EFEFEF;}



#all
{
    position: relative;
    margin: 0px
    width: auto;
    text-align: center;  
    background-color: #FFFFFF;
    background-image: url('../images/44.gif');
    background-repeat: repeat-x;
}


#main
{
    height: auto;
    width: 768px;
    position: relative;
    margin: 0px auto 0px auto;
    text-align: left;    
    padding:0 0 36px 0;
}

#main-image
{

    height:200px;
    width: auto;
    position: relative;
    padding: 0px;
    margin: 8px 0 8px 0;
}

#main-image .sb-inner { background:#CECECE;}

#main-image-inner
{
    position: relative;
    width: 718px;
    height:150px;
    top: 24px;
    margin: 24px;
    border-top: 1px solid #B2B2B2;
    border-left: 1px solid #B2B2B2;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    background:#ffffff;
}




/* Header
------------------------------------------------ */

#preheader
{
    padding-top: 12px;
    height: 28px;
    width: 768px;
    position: relative;
    text-align: right;
}


#header
{
    height: 80px;
    width: 768px;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
}

.header-right
{
    font: normal 90% Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    float: right;
    width: 470px;
    margin-top: 44px;
}

.header-left
{
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    float: left;
    margin-top: 10px;
    width:  280px;
    text-align: left;
}


/* Footer
------------------------------------------------ */

.body-bottom
{
    width: auto;
    height: auto;
    padding: 0px;
    margin-top: 40px;
    background: #EFEFEF;
}


.footer
{
    position: relative;
    margin: 0px auto 0px auto;
    width: 768px;
    height:106px;
    padding-top: 12px;
}


.footer-right
{
    font: normal 90% Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4em;
    text-align: left;
    color: #161616;
    float: right;
    width: 480px;
    padding: 0px;
    margin: 0px;
    border:none;
}


.footer-left
{
    font: normal 90% Verdana, Arial, Helvetica, sans-serif;
    color: #161616;
    float: left;
    padding:0px;
    margin: 0px;
    width:  253px;
    text-align: left;
}

.footer-right a
{
    border:none;
}


.footer-right a.none {color: #222222;text-decoration:none;}

/* Navigation & Lists
------------------------------------------------ */


#navcontainer
{
    width:470px;
    height:23px;
    margin: 0px ;
    padding: 0px;
    position: relative;
    text-align: left;
}

#navlist
{
    margin: 0;
    padding: 0;
}

#navlist ul, #navlist li
{
    line-height: 16px;
     padding: 0px;
     margin: 0;
     display: inline;
     float: right;
     list-style-type: none;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 140%;
letter-spacing:-1px;
     font-weight: bold;
}

#navlist li {padding: 0px 0px 6px 18px;}
#navlist a
{
     padding: 0px;
      margin: 0px;
     text-decoration: none;
     color: #444444;
     border:none;
outline: none;
}

#navlist a:visited {color: #444444 text-decoration:none;}
#navlist li a:hover {color: #444444; text-decoration:none;border-bottom:3px solid #CECECE;}
#navlist a:active {color: #000000;text-decoration:none;border-bottom:3px solid #000;}
#navlist li a.active  {color: #000000; text-decoration:none;border-bottom:3px solid #000;}


#topnavlist
{
    width:768px;
    height:32px;
    margin: 0px ;
    padding: 0px;
    position: relative;
    text-align: right;
}

#topnavlist
{
    margin: 0;
    padding: 0;
}

#topnavlist ul, #topnavlist li
{
    line-height: 16px;
     padding: 0px 0px 0px 18px;
     margin: 0;
     display: inline;
     float: right;
     list-style-type: none;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 100%;
     font-weight: bold;
}

#topnavlist a
{
     padding: 0px;
      margin: 0px;
     text-decoration: none;
     color: #444444;
     border:none;
outline: none;
}

#topnavlist a:visited {color: #444444 text-decoration:none;}
#topnavlist li a:hover {color: #72A52E; text-decoration:none;}
#topnavlist a:active {color: #000000;text-decoration:none;}
#topnavlist li a.active  {color: #000000; text-decoration:none;}


.articlelist
{ 	
    width: auto;
    height: auto;
    padding: 0px 0px 18px 10px; 
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 0.8em;
}

.articlelist ul
{
     margin: 0px;
     padding: 0px;
     list-style-type: none;
     text-decoration: none; 
}

.articlelist li
{
     height: auto;
     margin: 0px  0px  0px  0px;
     padding: 0px  0px  4px  0px;
     list-style-type: none;

}

.articlelist a
{
     padding: 0px;
     width: auto;
     text-decoration: none;
     border:none;
     background-color:#FFFFFF;
outline: none;
}


.articlelist a:link, .articlelist a:visited { color: #444444; text-decoration: none; }
.articlelist a:hover { color:  #72A52E; text-decoration: none; }
.articlelist a:active { color: #161616; text-decoration: none; }
.articlelist li a.active { color: #161616; text-decoration: none; }


/* Layout
------------------------------------------------ */

.content-float-rigid
{
    height: auto;
    float: right;
    width: 480px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}


.first-float-rigid
{
    height: auto;
    float: left;    
    width: 253px;
    padding: 0 ;
    margin: 0px;
}

.second-float-rigid
{
    height: auto;
    float: right;
    width: 480px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.third-float-rigid
{
    height: auto;
    float: right;
    width: 253px;
    padding: 0px 0px 24px 0px;
    margin: 0px;
}


#lhscontainer
{
    width: auto;
    position: relative;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 8px 0px 0px 12px;
    text-align: left;
    color: #000000;
}

#maincontainer
{
    height: auto;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    position: relative;
    margin: 0px;
    padding: 0px;

}

#rhscontainer
{
    width: auto;
    position: relative;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #000000;
}



.excerpt 
{
    width:auto;
    height:auto;
    font-family: Helvetica, Arial;
    line-height: 1.2em;
    padding-bottom: 4px;
    font-size: 170%;
    font-weight: bold;
    color:#222222;
}


/* Headers and Paragraphs:
---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, blockquote
{
     line-height: 1.2em;
     padding-bottom: 4px;
     margin-left: -2px;
}

h1 { font-family: Helvetica, Arial; font-size: 180%; font-weight: bold; color: #000000; letter-spacing:-1px;}
h2 { font-family: Helvetica, Arial; font-size: 140%; font-weight: bold; color:#222222;letter-spacing:-1px; }
h3 { font-family: Helvetica, Arial; font-size: 110%; font-weight: bold; color:#222222; }
h4 { font-size: 110%; font-weight: normal; color: #FF6600; }
h5 { font-size: 80%; font-weight: bold; color: #00555D; }
h6 { font-size: 80%; font-weight: normal; color: #FF6600; }

h1, h2, h3, h4, h5, h6, pre, dl, address
{
     margin:  .4em 0;
     padding: 0;
}

p
{
     line-height: 1.5em;
     margin:  .5em 0;
     padding-bottom: 6px;
}

ol
{
     margin: 0em;
     padding-bottom: 6px;
}

ul
{
     margin: 0em;
     padding-bottom: 6px;
}

li
{
     margin-left: 0em;
     font-size: 90%;
     line-height: 1.2em;
     padding-bottom: 6px;
}


blockquote
{
    width: 210px;
    height: auto;
    float: right;
    margin: 0px 0px 0px 12px;
    padding: 0px 0 0 12px;
    line-height:1em;
    font: bold 150% Arial, Verdana, Helvetica, sans-serif;
    color: #666666;
    border-left: 1px solid #CCCCCC;
	 
}

code
{
     line-height: 1em;
}

/* Apply Left Margin:
---------------------------------------------------------------- */
li, dd
{
     margin-left: 0.4em;

}


/* Neutralize styling:
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body, form, fieldset
{
     margin: 0;
     padding: 0;
     font: normal 100.01%/1.3em "Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
}

html { font-size: 80%; } /* 1em = 10px */
html { font-size: 90%; } /* override it ... go bigger */




/* Miscellaneous Conveniences
---------------------------------------------------------------- */
form label
{cursor: pointer;}

fieldset
{border: none;}

input, select, td
{font-size: 90%;}

textarea
{font: normal 11px/12px Verdana, Arial, Helvetica, sans-serif;}

html[xmlns] pre { font-size: 1.3em;}

.clear { clear: both; line-height: 1px; font-size: 1px; height: 1px; visibility: hidden; }


/* Form Styles
---------------------------------------------------------------- */


#search
{
    height: auto;
    width: auto;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

form textarea,  form input 
{
    font: Verdana, Arial, Helvetica, sans-serif;
    width: auto;
    margin left: 0px; 
    font-size: 110%;
}




.zemError { font: normal 100% Verdana, Arial, Helvetica, sans-serif;padding-left: 19px; margin-top: 7px;width: auto; color: #FF0000;}

.zemError li { padding-left: 0px; list-style: none;margin-bottom: 3px; margin-left: 0px;margin-top: 3px;padding-bottom: 5px;color: #FF0000;}

/* Images / Graphics
------------------------------------------------ */

.hr {height: 1px; width: auto;background-image: url('../images/dash.gif'); background-repeat: repeat-x;}
.image-right { float: right;height: auto;width: auto;position: relative; margin: 12px 0 6px 8px; border:none;}
.image-left {float: left;height: auto;width: auto; position: relative;margin: 12px 12px 6px 0; border:none;}


.gallery-thumb {float: left; height: auto;width:auto; position: relative;text-align: center;font-size: 90%; margin: 12px 12px 6px 12px;}
.gallery-thumb img { position: relative;padding:4px;margin: 0px;border:1px solid #DFDFDF;background:#FFF;}
.gallery-thumb a { border:none;outline: none;}
.gallery-thumb img:hover {border:1px solid #666666;}

.rssThumbFloat {float: left; height: 110px;width:85px;position: relative;text-align: center;font-size: 90%; margin: 0px 0px 0px 8px;}
.rssThumbFloat img {position: relative;   padding:4px; margin: 0px;border:1px solid #DFDFDF;background:#FFF;}
.rssThumbFloat a{border:none;outline: none;}
.rssThumbFloat span {width:85px; float:left;font-size: 70%;text-align: center;}
.rssThumbFloat img:hover {border:1px solid #666666;}

img{border: none;}




.wrapper {
  margin-left: 16px;
  margin-right: 0;
  width: 708px;
}


/* HTML CAROUSEL */
#html-carousel {
      background: none;
}

#html-carousel ul.carousel-list  {
    padding:0;
    margin:0;
}


#html-carousel .carousel-list li {
    width: 160px;
    height: auto;
    padding: 0px;
    margin:22px 48px 5px 0;
    color: #666666;
    border:1px solid #CECECE;
    background: #FFFFFF;
    text-align:left;
}

#html-carousel .carousel-list li span
{
    margin-left: 0px;
}

#html-carousel .carousel-list li img { 

    display:block;
    margin:0px;
}

#html-carousel .carousel-list li:hover {
    border:1px solid #000000;
}

#html-carousel {
    margin-bottom: 0px;
    float: left;
    width: 600px;
    height: 144px;
    margin-left:18px;
}

#overlay {
  width: 200px;
  height: 80px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
  border:1px dotted #000;	
	text-align: center;
	font-size: 24px;
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


#html-carousel .carousel-clip-region {
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}


/* BUTTONS */
#prev-arrow-container, #next-arrow-container { 
    float:left;
    margin: 0px;
    padding: 0px;
}

#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}



