@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background:url(../images/bg.jpg) top center no-repeat #f3f3f3;
  font-family: 'Titillium Web', sans-serif;
  color:#2b2b2b;
  font-size:14px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a:link {
  color: #2b2b2b;
  text-decoration: underline;
}

a:visited {
  color: #2b2b2b;
  text-decoration: underline;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #2b2b2b;
  text-decoration: underline;
}

.bold {
  font-weight:bold;
}

h1 {
  font-size:24px;
  font-weight:500;
  text-transform:uppercase;
  padding-bottom:5px;
}

h2,h3 {
  font-size:16px;
  font-weight:500;
  color:#0e3987;
  padding:4px 0 6px 0;
}
h2 a,
h3 a {
  text-decoration: none !important;
}


#container {
  width:900px;
  margin:0 auto;
  line-height:18px;
}

#header {
  background:url(../images/header.jpg);
  height:68px;
  width:900px;
}

#topnavi {
  text-align:right;
  line-height:68px;
  padding-right:20px;
}
#topnavi a {
  text-decoration:none;
}

#logo {
  background:url(../images/logo_bg.jpg);
  width:247px;
  height:176px;
  float:left;
  color:#fff;
}
#logo .logo-top {
  font-family:"Times New Roman", Times, serif;
  line-height:30px;
  font-size:30px;
  font-weight:bold;
  display:block;
  padding:110px 0 0 30px;
  text-shadow: 1px 1px 0px #062863;
  filter: dropshadow(color=#062863, offx=1, offy=1);
}
#logo .logo-bottom {
  font-family:"Times New Roman", Times, serif;
  font-size:15px;
  display:block;
  padding:0 0 0 30px;
  text-shadow: 1px 1px 0px #062863;
  filter: dropshadow(color=#062863, offx=1, offy=1);
}
#logo a,
#logo a:hover {
  color:#fff;
  text-decoration:none;
}
#content {
  float:left;
  width:900px;
  -moz-box-shadow: 5px 5px 10px #ccc;
  -webkit-box-shadow: 5px 5px 10px #ccc;
  box-shadow: 5px 5px 10px #ccc;
}
#content_left {
  width:227px;
  background:#dedede;
  padding:20px 0 0 20px;
}
#content_right {
  width:653px;
  background:#fff;
}

#content_left ul {
  width:227px;
}
#content_left ul li a {
  width:217px;
  line-height:24px;
  background:#ccc;
  text-decoration:none;
  display:block;
  border-bottom:1px solid #fff;
  padding:0 0 0 10px;
}
#content_left ul li a:hover {
  background:url(../images/footer.jpg) center repeat-x;
  color:#fff;
}  

#content_left .moduletable {
  margin-bottom:20px;
  background:#ccc;
}
#content_left .moduletable .custom {
  padding:10px;
}

#content_left .moduletable h3 {
  width:217px;
  background: url(../images/footer.jpg) center repeat-x;
  line-height:30px;
  color:#fff;
  padding-left:10px;
  font-size:16px;
  font-family:"Times New Roman", Times, serif;
}


#footer {
  float:left;
  width:900px;
  -moz-box-shadow: 5px 10px 10px #ccc;
  -webkit-box-shadow: 5px 10px 10px #ccc;
  box-shadow: 5px 10px 10px #ccc;
}
#footer a {
  color:#fff;
  text-decoration:none;
}
#footer a:hover {
  color:#fff;
  text-decoration: underline;
}
#footer_left {
  float:left;
  width:247px;
  line-height:40px;
  height:40px;
  background:#dedede;
}
#footer_right {
  float:left;
  width:633px;
  font-size:12px;
  background:#fff;
  text-align:right;
  padding:0 20px 0 0;
  background:url(../images/footer.jpg) repeat-x;
  line-height:40px;
  color:#fff;
}

#textbox {
  padding:20px;
  line-height:19px;
}

#textbox p {
  padding:10px 0;
}
#textbox img {
  -moz-box-shadow: 5px 5px 10px #ccc;
  -webkit-box-shadow: 5px 5px 10px #ccc;
  box-shadow: 5px 5px 10px #ccc;
}


#textbox .newsfeed li {
  padding:0 0 20px 0;
}

#textbox ul {
  padding:0 0 0 20px;
  list-style:circle;
}