/* Start of CMSMS style sheet 'alternat main' */
﻿/*########################### body, tags */

* { margin: 0; padding: 0; }

body { 
  font: 12px Verdana,Tahoma,Arial,sans-serif;
  line-height: 18px;
  text-align: center;
  color: #303030;
  background-color: white;
}

a { 
  color: #467aa7;
  font-weight: bold;
  text-decoration: none;
  background-color: inherit;
}

a:hover { color: #2a5a8a; text-decoration: none; background-color: inherit; }
a img { border: none; }

p { padding: 0 0 9px 0; }
p form { margin-top: 0; margin-bottom: 20px; }
blockquote { display: block; margin: 0 0 9px 40px; }

img.left { float: left; margin: 0 12px 5px 0; }
img.center { display: block; margin: 0 auto 5px auto; }
img.right { float: right; margin: 0 0 5px 12px; }
img.noborder { padding: 0; border: 0; }
img.border { padding: 4px; border: 1px solid #a0a0a0; }

/*########################### header, nav */
#container { 
  width: 850px;
  margin: 25px auto;
  padding: 0;
  text-align: left;
  background-color: white;
  color: #303030;
  border: none;
}

#lang_chooser { 
  clear: both;
  width: 850px;
  height: 20px;
  padding-top: 1px;
  font-size: 10px;
  color: #4682B4;
  background: transparent;
}

#lang_chooser p { padding: 0; margin: 0; text-align: right; }
#lang_chooser a { color: #4682B4; background-color: inherit; font-weight: bold; }
#lang_chooser a:hover { color: #2a5a8a; background-color: inherit; text-decoration: none; }

#header { 
  height: 69px;
  width: 850px;
  background: white url(./uploads/images/layout/topbanner.jpg) top no-repeat;
  color: white;
}

#header h1 { display: none; }

#header p#lang { 
  float: right;
  font-size: 10px;
  font-weight: bold;
  margin: 5px 20px 0 0;
}

#header p#lang a { color: #333; }
#header p#lang a:hover { color: #f30; }

#nav_main { 
  margin-top: 1px;
  height: 21px;
  line-height: 11px;
  width: 850px;
  background-color: #4682B4;
  color: white;
}

#nav_main ul {
  padding: 5px 0 0 20px;
  margin: 0;
}

#nav_main li { 
  float: left;
  margin-right: 20px;
  list-style-type: none;
  white-space: nowrap;
}

#nav_main li a { 
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: inherit;
  color: white;
}

#nav_main a:hover { 
  color: yellow;
  text-decoration: none;
}

#nav_main li a.selected { color: yellow; }

/*########################### main content */

#content { 
  margin-top: 5px;
  float: left;
  width: 850px;
  font-size: 12px;
  background-color: transparent;
}

#content h2 { 
  display: block;
  margin: 14px 0 10px 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
  background-color: transparent;
}

#content h2 a { font-weight: bold; }
#content h3 { font-size: 12px; line-height: 14px; color: #333; }
#content a:hover, #sidebar a:hover { text-decoration: underline; }
#content ul, #content ol { margin: 0 5px 16px 25px; padding: 0; }
#content dl { margin: 0 5px 10px 25px; padding: 0; }
#content dt { font-weight: bold; margin: 5px 0 2px 0; }
#content dl dd { margin: 0 10px 0 15px;  }
#content table { font-size: 11px; line-height: 16px; }
#content th { font-weight: bold; }

#main_content {
  float: left;
  width: 640px;
}

/*########################### sidebar */

#sidebar { 
  float: left;
  width: 190px;
  line-height: 16px;
  background-color: transparent;
  margin: 0 20px 20px 0;
}

#sidebar p { margin: 0 0 9px 0; font-size: 12px; padding: 0;}

/*########################### nav_sub menu */

#nav_sub { font-size: 12px; }
#nav_sub a { font-weight: bold; text-decoration: none; color: #4682B4; }
#nav_sub a:hover { text-decoration: none; color: #2a5a8a; }
#nav_sub a.selected { color: black; }
#nav_sub ul { margin: 0 0 20px 0; padding: 0 0 0 0; }
#nav_sub ul ul { margin: 1px 0 2px 10px; padding: 0 0 0 0; }
#nav_sub ul li { margin-bottom: 2px; }
#nav_sub li { list-style: none; display: block; padding: 0; margin-bottom: 2px; }
#nav_sub li ul { margin: 1px 0 2px 10px; font-size: 11px; font-weight: normal; }
#nav_sub li ul li ul { margin: 1px 0 2px 15px; font-size: 11px; font-weight: normal; }
#nav_sub li ul li { margin-bottom: 0; }
#nav_sub li ul a { font-weight: normal; }

/*########################### sidelist */

#content .sidelist { margin: 0 0 20px 0; padding: 0; }
#content .sidelist, #content .sidelist p { font-size: 11px; line-height: 15px; }
#content .sidelist ul { margin: 0; padding: 0; }
#content .sidelist li { list-style: none; display: block; padding: 0; margin-bottom: 2px; }

/*########################### search */

#searchbar { margin: 20px 0 20px 0; }
#searchbar form fieldset { margin: 0; border: 0; padding: 0; }

#searchbar input#cntnt01searchinput { 
  height: 14px;
  width: 120px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
  padding: 1px;
}

#searchbar input#searchbutton { 
  width: auto;
  height: 16px;
  border: 1px solid #333;
  background-color: #4682B4;
  font-size: 10px;
  text-align: center;
  color: #f0f0f0;
  margin: 0;
  padding: 0;
}

/*########################### contact box */

#contactbox { background: #fafbfc url(./uploads/images/layout/envelope.jpg) bottom right no-repeat }

/*########################### footer */

#footer { 
  clear: both;
  margin-top: 5px;
  width: 850px;
  height: 20px;
  padding-top: 1px;
  font-size: 10px;
  color: #f0f0f0;
  background: #4682B4;
}

#footer p { padding: 0; margin: 0; text-align: center }
#footer a { color: #f0f0f0; background-color: inherit; font-weight: bold }
#footer a:hover { color: #ffffff; background-color: inherit; text-decoration: underline }

/*########################### misc */

.floatcontentleft { float: left; width: 170px; background-color: transparent; }
.floatcontentright { float: right; width: 508px; background-color: transparent; }
.clear { clear: both; }
.small { font-size: 10px; line-height: 14px; }
.hide { display: none; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.important { color: #f02025; background-color: inherit; font-weight: bold; }
.error_message { color: #f00; font-weight: bold; }

.box { 
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #c0c0c0;
  background-color: #fafbfc;
  color: #505050;
}

.bgblue { background: #4682B4; }

/* End of 'alternat main' */

