/* RESET-style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* NeoCos-Style */

h6 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
}

*html h6 { /* ie6 */
  font-size: 14px;
}

body {
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  font-size: 14px;
  background-color: #fff;
  background: url(images/floral.jpg);
}

#background {
  height: 260px;
  background: url(images/bg_head_repeat.jpg) repeat-x;
}

#container {
  width: 960px;
  background: url(images/bg_repeat.png) repeat-y;
  margin-left: auto;
  margin-right: auto;
}

*html #container { /* ie6 alpha-transparency support */
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_repeat.png');
  background: none;
}

#header {
  width: 960px;
  height: 188px;
  background: url(images/header.jpg) no-repeat; 
}

*html #header { /* ie6 */
  width: 950px;
}

#navigation_left {
  width: 310px;
  height: 72px;
  background-color: #5c75a5;
  float:left;
}
#navigation_left_links {
  color: #fff;
  font-size: 11px;
  padding-top: 30px;
}
#navigation_left_links img {
  padding-left: 20px;
  padding-right: 3px;
}
*html #navigation_left_links { /* ie6 */
  padding-left: 30px;
}
*html #navigation_left_links a { /* ie6 */
  padding-right: 20px;
}
#navigation_left_links a {
  color: #fff;
  text-decoration: none;
}
#navigation_left_links a:hover {
  color: #fff;
  text-decoration: underline;
}


#navigation_right {
  width: 640px;
  height: 72px;
  background-color: #d3d7ec;
  float:left;
}

#navigation_right ul {
  padding-left: 5px;
}

#navigation_right li {
  float:left;
  background: url(images/nav_border.jpg) no-repeat;
}

#navigation_right li a {
  color: #6c685c;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  display:inline-block;
  width: auto;
  height: 72px;
  padding: 30px 10px 0px 10px;
}

*html #navigation_right li a { 
  padding: 30px 10px 0px 10px;
}

#navigation_right li a:hover {
  background: url(images/nav_hover.jpg) repeat-x;
  height: 72px;
  color: #fff;
}


#content {
  width: 960px;
  margin: auto;
  min-height: 450px;
  height: auto !important;
  height: 450px; 
}

#cell_left {
  width: 310px;
  float:left;
}

#cell_right {
  width: 640px;
  float:left;
}
#right_content {
  margin-top: 35px;
  padding: 0 10px 0 20px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.test{
	color:#00cccc;
}

#language {
  float:right;
  padding: 10px 5px 0 0;
}

#shadowOverlay {
  position: absolute;
  margin-left: 307px;
  background: url(images/shadow_overlay.png) no-repeat;
  width: 15px;
  height: 341px;
}

*html #shadowOverlay { /* ie6 */
  margin-left: 300px;
  background: url(images/shadow_overlay.jpg) no-repeat;
}
*+html #shadowOverlay { /* ie7 */
  margin-left: 300px;
}


#bg_blue {
  margin: 25px 0 0 7px;
  padding: 10px 10px 10px 10px;
  background-color: #d3d7ec;
}
.sitename {
  color: #5c75a5;
  font-size: 26px;
}
.csc-firstHeader {
  color: #5c75a5;
  font-size: 26px;
}
.bodytext {
  color: #6c685c;
  line-height: 1.6;
}

#newsSection {
  margin: 20px 0 0 9px;
  padding: 10px 10px 10px 10px;
}

#footerDivider {
  width: 937px;
  height: 1px;
  background: url(images/footer_divider.jpg) no-repeat;
}

#footer {
  color: #b5b3ad;
  padding: 20px 10px 10px 20px;
}

#footer a {
  color: #b5b3ad;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#mailform { margin-top: 20px; line-height: 1.5; } 

.csc-mailform-field label {
    float: left;
    width: 100px;
}




