html,body {
   margin:0 auto;
   padding:0;
}
/* define block positions */
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0a1523;
  text-align:center;
  height:100%;
  background: #044a6c url("../images/bodybg.png") repeat-x;
}

div.uj_wrap {
  width: 970px;
  margin: 0 auto;
  padding: 0px;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
  text-align:left;
}

div.uj_header {
  width: 100%;
  height: 260px;
  margin: 0;
  float:left;
  background:url("../images/headerbg.png") no-repeat 0px 0px;
}
div.uj_content {
  width: 100%;
  float:left;
}
div.uj_left {
  width: 250px;
  float:left;
  margin: 10px 0 0 10px;
  background: url("../images/menubg.png") no-repeat;
}
div.uj_main {
  width: 710px;
  float: right;
  background: url("../images/contentbg.png") repeat-y;
  color: #FFffff;
  line-height: 20px;
}
div.uj_maintop {
  width: 100%;
  float:left;
}
div.uj_contentbotttom{
 float:right;
 width:710px;
 height:25px;
 background: url("../images/contentbgbottom.png") no-repeat;
}
div.uj_contenttop {
 float:right;
 width:710px;
 height:25px;
 margin: 10px 0px 0 0px;
 background:url("../images/contentbgtop.png") no-repeat;
}
div.uj_main div {
  margin: 0px;
  background:none;
  padding: 0 30px 0 30px;
}
div.uj_main div.moduletable div{
  padding: 0;
}
div.uj_footer {
  width: 100%;
  margin: 20px 0 50px 0;
  clear:both;
  text-align: center;
}
div.uj_footer, div.uj_footer a {
  font-size: 10px;
  color: #67afd3;
}
div.moduletable_logo {
  height: 250px; 
  float:left;
  width: 100%;
  background: url("../images/logo.png") no-repeat 20px 0;
}
/* define headers */
a {
  color: #ffc076;
}
h1, div.componentheading, h3, h2, h4 {
  color: #ffc076;
  margin: 0px 0 20px 0;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  padding-bottom:10px;
  border-bottom: 1px solid #ffc076;
  width: 80%;
  margin-left:50px;
  line-height: 30px;
}
h4 {
  padding-top: 15px;
  font-size: 16px;
  line-height: 20px;
}

/* define the menus and lists */
ul {
  list-style-type: square;
}
ul li {
  margin: 5px 0 5px 0;
}
div.uj_left ul {
  text-align: left;
  margin: 20px 0 20px 50px;
  padding: 0px;
  height: 315px;
}
div.uj_left ul li
{
  padding: 0;
  text-align: left;
  margin: 8px 0 0 0;
  color: #ffffff;
}
div.uj_left ul li a
{
  padding: 10px;
  text-decoration:none;
  font-weight: normal;
  margin:0px;
  font-size:18px;
  color: #ffffff;
}

div.uj_left ul li a:hover, div.uj_left ul li#current a
{
  color: #ffc076;
}
div.uj_maintop ul {
  text-align: left;
  margin: 10px;
  padding: 0px;
}
div.uj_maintop ul li
{
  padding: 0;
  text-align: left;
  margin: 8px 0 0 0;
  color: #ffffff;
}
div.uj_maintop ul li a
{
  padding: 10px;
  text-decoration:none;
  font-weight: normal;
  margin:0px;
  font-size:12px;
  color: #ffc076;
}

div.uj_maintop ul li a:hover, div.uj_maintop ul li#current a
{
  color: #ffffff;
}
div.uj_footer ul {
  text-align: center;
  margin: 0;
  padding: 0px;
}
div.uj_footer ul li
{
  display:inline;
  padding: 0;
  text-align: center;
  margin: px 0 0 0;
}
div.uj_footer ul li a
{
  padding: 5px;
  text-decoration:none;
  font-weight: normal;
  margin:0px;
  font-size:10px;
}

div.uj_footer ul li a:hover, div.uj_footer ul li#current a
{
  text-decoration:underline;
}
 
/* buttons and other input fields */
button, input.button {
  color: #ffc076;
  font-size: 14px;
  font-weight: bold;
  background: #0c74a6;
  border: 1px solid #ffc076;
  padding: 15 50px 30px 25px;
  margin: 10px 0 0 0;
  cursor: pointer;
}
button:hover, input.button:hover {
  color: #e4edf8;
  border: 1px solid #e4edf8;
}
input.inputbox, textarea, select {
  background: #FFFFFF;
  border: 1px solid #3a5192;
  margin: 5px;
}

/* normal links */
a img {
  border: 0px;
}

/* define contact section */
div.contact {
  text-align:center;
}
div.marker {
  text-decoration: none;
}
p.contactname {
  font-weight: bold;
  font-size:18px;
  margin: 10px 0 10px 0;
}
form#emailForm {
  margin: 30px 70px 0 80px;
}
.contact_email {
  margin-left: 100px;
  text-align:right;
}
.contact_email label {
  float:left;
  width: 120px;
}
.contact_email label.contact_textmsg, .contact_email label.copy {
  width: 380px;
}
.contact_email input {
  margin:3px;
}
.contact_email input#contact_email_copy {
  margin:3px;
  padding:0px;
  width:15px;
  float:left;
}
.contact_email input.inputbox, input.inputbox, input.required {
  width:300px;
}

/* some general stuff */
img {
  margin: 5px;
}
p {
  padding: 0;
  margin: 5px;
}
p.iteminfo, p.articleinfo {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #999282; 
  overflow:hidden;
}
p.iteminfo span, p.articleinfo span {
  float:left;
  clear: both;
  width: 100%;
}
span.dropcap {
  color: #802013;
  margin: 0px;
  font-size: 30px;
}
span.small {
  font-size: 10px;
  color: #999282;
}
p.counter {
  text-align: center;
}
ul.pagination {
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
ul.pagination li
{
  display:inline;
  padding: 0 5px 0 5px;
  text-align: center;
}
div.uj_breadcrumb img {
  display:none;
}
div.uj_breadcrumb a {
  padding:0 20px 0 0;
  background: url("../images/bullet.png") no-repeat right -2px;
}
div.hidden {
  visibility: hidden;
  position:absolute;
overflow:hidden;
top:0;
left:0;
}

#shadowbox_body, #shadowbox_loading {
  color:#ffffff;
  background-color: #044a6c;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  padding: 10px 0 10px 0;
}
#shadowbox_body ul {
  text-align: left;
}
#shadowbox_title, #shadowbox_title_inner {
  color: #ffc076;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  font-family: Verdana, Arial, sans-serif;
}
div.uj_main div.gallery_item {
  float:left;
  width: 150px;
  padding: 5px;
  margin: 0px;
  text-align:center;
}
div.gallery_item img, #shadowbox_body img {
  padding: 4px;
  border: 1px solid #0c73a6;
  margin: 0 5px 0 5px;
}
div.uj_main div.gallery_item a{
  text-decoration: none;
}
