/*defaults*/
body
{
  background: #2765AF url('../images/body_bg.jpg') repeat-x 0 0;
  color: #000000;
  margin: 20px 0;
  padding: 0;
  font-family: "Trebuchet MS", verdana, arial, "Times New Roman", serif;
  font-size: 90%;
}
p
{
  margin: 0;
  padding: 5px 0 5px 0;
}
a
{
  color: #000000;
  text-decoration: underline;
}
a:hover
{
  color: #225799;
  text-decoration: none;
}
#container
{
  text-align: center;
  width: 760px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#holder
{
  width: 100%;
  padding: 20px 20px 5px 20px;
  background: #FFFFFF;
  text-align: left;
}
#logo
{
  background: url('../images/logo.gif') no-repeat 280px 0;
  border-bottom: 1px solid #DADADA;
  padding: 5px 30px 20px 0px;
}
#navigation { padding: 10px 0; }
#header
{
  background-color: #DADADA;
  padding: 10px;
  height: 220px;
}
#content
{
  float: left;
  width: 490px;
  padding: 10px 10px 0 0;
  line-height: 140%;
}
#news
{
  float: right;
  width: 250px;
  padding: 10px 0;
  line-height: 140%;
  text-align: justify;
}
#news a { color: #FFF; }
.newsItem
{
  padding: 10px;
  border: 1px solid #225799;
  font-size: 90%;
  margin-bottom: 20px;
  background-color: #3C8DCB;
}
#footer
{
  clear: both;
  width: 100%;
  font-size: 12px;
  background-color: #DADADA;
  text-align: center;
  border-top: 2px solid #2765AF;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
#copyright { float: right; }
/*headings*/
.newsItem h3
{
  color: #FFFFFF;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 130%;
  font-weight: normal;
}
#content h2
{
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 0;
  color: #3C8DCB;
}
#logo h1
{
  font-weight: normal;
  font-size: 170%;
  margin: 0;
  padding: 0;
  color: #225799;
}
#logo a { text-decoration: none; }
/*navigation*/
#navigation ul
{
  margin: 0;
  padding: 0;
}
#navigation li
{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#navigation a
{
  color: #225799;
  font-weight: bold;
  padding: 0 20px 0 0;
  text-decoration: none;
}
#navigation a:hover
{
  color: #000000;
  font-weight: bold;
}
#footer ul
{
  margin: 0;
  padding: 0;
}
#footer li
{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#footer a
{
  color: #000000;
  font-weight: normal;
  padding: 0 5px 0 0;
  text-decoration: underline;
}
#footer a:hover
{
  color: #000000;
  text-decoration: none;
}
/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.addthis_toolbox a { vertical-align: bottom }
.addthis_button_google_plusone
{
  width: 60px;
  vertical-align: top!important
}
#___plusone_0 { vertical-align: top!important }
.addthis_button_tweet { width: 80px }
.addthis_button_facebook_like { width: 75px }
.fadein
{
  position: relative;
  width: 740px;
  height: 220px;
}
.fadein img
{
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumbs
{
  margin-top: 6px;
  color: #737373;
  font-size: 11px;
  font-weight: bold;
}
.breadcrumbs a
{
  text-decoration: none;
  font-style: italic;
}
.breadcrumbs a:hover
{
  text-decoration: none;
  font-style: italic;
}
#lbOverlay
{
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbCenter, #lbBottomContainer
{
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading { background: #fff url(../images/loading.gif) no-repeat center; }
#lbImage
{
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink
{
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(../images/prevlabel.gif) no-repeat 0 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom
{
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink
{
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }

.table-home h3
{ color: #3C8DCB; font-size: 14px;}
.table-home strong
{ font-size: 13px;}
.table-home
{ font-size: 12px; color: #666666;}