@import url("forms.css");

html{  font-size: 100%; font-family: Verdana; }

body
{
  text-align: center;
  background-color: #fff;
  font-size:62.50%;
}

a
{
  color: #3366cc;
}

a:hover
{
  text-decoration: none;
}

.clear
{
  content: ".";
  clear: both;
  height: 0;
  font-size: 0px;
  line-height: 0px;
  visibility: hidden;
  display: block;
}

strong, b, th, thead td { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
h1 { font-size: 1.8em; margin: 1em 0 .6em; }
h2 { font-size: 1.6em; margin: 1.07em 0 .535em; }
h3 { font-size: 1.4em; margin: 1.14em 0 .57em; }
h4 { font-size: 1.3em; margin: 1.23em 0 .615em; }
h5 { font-size: 1.2em; margin: 1.33em 0 .67em; }
h6 { font-size: 1.0em; margin: 1.6em 0 .8em }
cite, em, dfn, i { font-style: italic; }
code, kbd, samp, pre, tt, var { font-size: 92%; font-family: "Lucida Console", "Courier New", Courier, monospaced; }
code, pre { color: #c33c33; } 
del, strike, s  { text-decoration: line-through; color: #666; }
ins, dfn, u { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 130%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; font-family: Arial, Helvetica, sans-serif; }
sub { vertical-align: sub; font-family: Arial, Helvetica, sans-serif; }
hr { display: none; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; padding: 0 1em; margin: 1.6em 0; overflow:hidden; }
blockquote *:first-child { margin: .8em 0; }
blockquote *:first-child:before { content: "\00AB"; }
blockquote *:first-child:after { content: "\00BB"; }
q { quotes: "\00AB" "\00BB" "\2018" "\2019"; }

#main_content { font-size:1.2em; line-height:1.24em; }

/* LISTS */
#main_content ul { margin-left: 0em;}
#main_content li { text-indent: -.85em; margin-left: .85em;}
#main_content li:before { content: "\2022\00a0\00a0"; }
#main_content ul li li:before { content: ""; }
#main_content ul li ul li:before { content: "\2022\00a0\00a0"; }
#main_content ul li ul { margin-left: 2.5em; }
#main_content ul li ol li { list-style-position: outside; list-style-type: decimal; margin-left: 1.35em; text-indent:0 }
#main_content ul li ol li ul li:before { content: "\2022\00a0\00a0"; }
#main_content ol { list-style-position: outside; list-style-type: decimal; margin-left: 2.35em; }
#main_content dt { font-weight: bold; margin-top: .8em; margin-bottom: 0; }
#main_content ol ol, #main_content ul ol { margin-left: 2.5em; }
#main_content ul ul, #main_content ol ol, #main_content ul ol, #main_content ol ul { margin-bottom: 0 }


#main_content p{ margin:0 0 .3em 0; padding:0;}
#main_content .notes{ color:#999999; font-size:.8em !important; margin-top:10px;}

#wrapper
{
  width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#top_header
{
  height: 70px;
  width: 100%;
  display: table;
}

#top_header_left
{
/*  background-image: url(/images/logo.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;*/
  padding-top:20px;
  height: 70px;
  width: 40%;
  float: left;
  display: block;
}

#top_header_right
{
  float: right;
  width: 50px;
  height: 70px;
  display: block;
  background-image: url(/images/contacts_icon_header.gif);
  background-position: 100% 20px;
  background-repeat: no-repeat;
}

#top_header_center
{
  float: right;
  width: 50%;
  display: table;
}

#header_phones_table td, #header_phones_table a
{
  margin-top: 20px;
  font-family: Verdana;
  font-size: 10px;
}

#bottom_header
{
  background-color: #e3e3e3;
  text-align: center;
  padding-top: 16px;
}

#bottom_header_image
{
  width: 828px;
  height: 168px;
  margin-right: auto;
  margin-left: auto; 
  background-image: url(/images/bottom_header_bg.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  
  text-align: right;
}

#bottom_header_menu
{
  text-align: left;
  width: 828px;
  margin-right: auto;
  margin-left: auto; 
  text-align: left;
}

#bottom_header_menu ul
{
  height: 31px;
  background-image: url(/images/menu_bg.jpg);
  list-style:none;
}

#bottom_header_menu ul li
{
  /*width: 80px;*/
  height: 24px;
  float: left;
  padding-top: 7px;
  padding-left: 14px;
  padding-right: 14px;
  background-image: url(/images/menu_border.gif);
  background-repeat: repeat-y;
  background-position: 100% 0px;
  
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  
}

#bottom_header_menu ul li a
{
  height: 24px;
  color: #fff;
  font-family: Tahoma;
  
  text-decoration: none;
}

#clock
{
  padding-top: 2px;
}

#main
{
  width: 828px;
  margin-right: auto;
  margin-left: auto; 
  text-align: left;
  background-image: url(/images/main_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  
  display: table;
  
}

#main #main_content
{
  margin: 20px 15px 30px 15px;
}

#main_content_left
{
  float: left;
  width: 540px;
  padding-right: 10px;
}

#main_content_left ul.red_arrows { margin:0px; padding:0px;}
#main_content_left .red_arrows li
{
  background-image: url(/images/bullet_red.gif);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  list-style:none;
  padding-left: 20px;
  margin:0px; text-indent:0;
  line-height:1.3em;
}
#main_content_left .red_arrows li:before { content: ""; }

#main_content_left ul.blue_arrows { margin:0px; padding:0px;}
#main_content_left .blue_arrows li
{
  background-image: url(/images/bullet_blue.gif);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  list-style:none;
  margin:0; text-indent:0;  
  padding-left: 20px;
  line-height:1.3em;
}
#main_content_left .blue_arrows li:before { content: ""; }


#main_content_right
{
  float: left;
  width: 244px;
  
  border-left: 2px dotted #dfd2ff;
}

.news_wrapper
{
  margin-left: 10px;
}

#footer
{
  border-top: 2px dotted #dfd2ff;
  padding: 10px 20px 0px 20px;
}

#footer div, #footer a
{
  font-size: 10px;
}


#footer_left{ float: left;  width: 10%; }
#footer_center{ float: left;}
#footer_right{float: right;}

/*h4
{
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  
  font-weight: bold;
}*/

.red
{
  font-size: 12px;
  color: #c30101;
  display:block;
  margin:20px 0 10px 0 !important;
}

	.news_date
	{
	  font-size: 10px;
	  font-weight: bold;
	  display:block;
	}
	
	.news_container
	{
	  margin-bottom: 10px;
	}
	
	.news_container a{ display:block;}
	.more { background:url(/images/morelink.gif) no-repeat left 3px; margin:0; padding-left:15px; font-size:10px;}

.form_table{ font-size:12px;}

.form_table td
{
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2px;
  padding-top: 4px;
}

.form_table td select, .form_table td input.text_field,.form_table td textarea
{
  width: 400px;
  margin-left: 20px;
}

.form_table td input.radio_field
{
  margin-left: 20px;
}

.form_table td.last
{
  border: none;
}

#news{
  padding:0 40px 0 0; font-size:1em;
  overflow:hidden;
}

  #news .item{
    margin:0 0 20px 0; overflow:hidden;
  }
  #news .description{ margin:0 0 0 10px; padding:0;}
  #news .aligned { margin:0 0 0 180px;}
  #news .description a.title{ margin:0 0 3px 0; display:block;}
  #news .description span{margin:0 10px 0 0; font-size:10px; font-weight:bold; color:#000000; display:block;}
  #news .description p{

  }
  .allnews{
    display:block;
    padding:5px 0 10px 10px;
	font-size:12px; color:#000000; font-weight:bold;
    } 
  
  #news .image{ width:166px; height:150px; float:left; position:relative; }
  #news .frame{cursor:pointer; width:166px; height:150px; position:absolute; top:0; left:0; background:url(/images/preview.png) no-repeat top left;}
  
#articles{
  padding:0 40px 0 0; font-size:1em;
  overflow:hidden;
}

  #articles .item{
    margin:0 0 0px 0; overflow:hidden;
  }
  #articles .item{ margin:0 0 15px 0px; padding:0;}
  #articles .item h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.6em;
     border-bottom:1px dotted #FF9966;
    margin:0;
    color:#af1d09;
    font-weight:normal;
  }
  #articles .item p{
    line-height:1.4em; margin:10px auto;
  }
  #articles .allarticles{
    margin:0 0 1em 0px;
    display:block;
      background:url(/images/arrright.gif) no-repeat 7px 65%;
    padding-left:20px; width:120px;
    } 
	
/* ----- NAVIGATION PAGES ----- */
  .pagination-clean { 
    display:block; 
    padding:0px;
    margin:0px; margin-bottom:5px;
    overflow:hidden; _zoom:1;
    clear:both;
    text-align:left;
    width:100%;
  }
  .pagination-clean ul{border:0; padding:0  !important; margin:0 !important; }
  .pagination-clean li{
    border:0; margin:0 !important; padding:0 !important; text-indent:0 !important;
    font-size:11px;
    list-style:none;
  }
  .pagination-clean li/*, .pagination-clean a*/{
    border-right:solid 1px #DEDEDE;
    margin-right:0px !important;
    float:left;
  }
  .pagination-clean ul li:before { content: "" !important; }
  
  .pagination-clean .previous-off,
  .pagination-clean .next-off {
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    padding:3px 4px !important;
  } 
  .pagination-clean .next a,
  .pagination-clean .previous a{
    border:none;
    font-weight:bold;
  } 
  .pagination-clean .next,
  .pagination-clean .previous{
    border:none;
    font-weight:bold;
  } 
  .pagination-clean .active{
    color:#000000;
    font-weight:bold;
    display:block;
    float:left;
    padding:4px 6px !important;
  }
  .pagination-clean a:link, 
  .pagination-clean a:visited {
    display:block;
    float:left;
    padding:3px 6px !important;
    text-decoration:underline;
  }
  .pagination-clean a:hover{
    text-decoration:none;
  }
