
/* *********************************************
   Some default css setup to reset the global reset.
*/


h1              { font-size: 2em; margin: .67em 0; }
h2              { font-size: 1.5em; margin: .75em 0; }
h3              { font-size: 1.17em; margin: .83em 0; }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0; }
h6              { font-size: .75em; margin: 1.67em 0; }

ol, ul, dd        { margin-left: 40px; }

ol ul, ul ol, ul ul, ol ol { 
  margin-top: 0; 
  margin-bottom: 0 ;
}

sub             { vertical-align: sub }
sup             { vertical-align: super }



/* *********************************************
   General page setup
*/

body, html { 
  height:100%; /*fill the viewport*/ 
} 

body { 
  background: #c0c0c0;
  color: #FFFFFF;
  font-size: 100.01%; 
  font-family: 'Trebuchet MS'; 
  line-height: 1.4em;
}

a { 
  color: #FFFFFF; 
  text-decoration: underline; 
}
a:hover { 
  text-decoration: underline;
}

#content-body ol {
  list-style: decimal;
}

acronym, abbr {
  border-bottom: 1px dotted #000;
  cursor:help;
}

hr {
  clear:both;
  border: 0;
  height: 1px;
  color: white;
}





/* *********************************************
   Basic layout
*/

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#container-page {
  margin:0 auto;
  position: relative; /* puts container in front of distance */
  text-align:left;
  width: 960px;
  height: 600px;
  clear:left;
  background: url('../images/background.jpg');
  border: 1px solid black;
}

#container-left {
  width: 320px;
  height: 600px;
  float: left;
}
#container-right {
  width: 640px;
  height: 600px;
  float: left;
}

#container-menu {
  height: 65px;
  clear: both;
  
}
#container-content {
  width: 400px;
  height: 425px;
  margin-top: 45px;
  padding-right: 20px;
  overflow: auto;
  float: left;
  clear: both;
  font-size: 85%;
}

#container-border {
  width: 186px;
  margin-top: 45px;
  margin-left: 25px;
  float: left;
  clear: none;
}

#container-border img{
  margin-bottom: 10px;
}




/* *********************************************
   Menu layout
*/

#container-menu ul {
  list-style: none;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
}

#container-menu .li-level1 {
  padding: 6px 20px 6px 5px;
  margin-top: 15px;
  float: left;
}

#container-menu .li-level2 {
  float: left;
  margin: 0 5px;
}




/* *********************************************
   Content layout
*/

h3 {
  font-weight: bold;
  color: #FFFFFF;
}

#content-body .content-element-n1 {
  font-weight: bold;
}

#content-body ul {
  list-style: disc;
}






/* *********************************************
   CSS Styled Content (CSC) styles
*/

.csc-textpic-caption {
  font-size: 11px;
}

.csc-loginform p { 
  margin: 0; 
  padding-top: 4px; 
  padding-right: 3px; 
}






/* *********************************************
   Mailform styles
*/

.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-field label {
	display: inline;
}
.csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-submit {
	margin-left: 100px;
	text-align: center;
}
label {
  width: 120px;
  padding-left: 10px;
  float: left;
}
input, textarea {
  float: left;
  margin-top: 2px;
  padding: 2px;
  border: 1px solid #999999;
}
.csc-mailform-field {
  width: 360px; 
  margin-left: 10px;
  float: left;
  overflow: auto;
  margin-bottom: 5px;
  padding: 2px;
}
.csc-mailform-field textarea {
  float: left;
  clear: both;
  font-family: arial;
}




