/* CSS Document */
/*
Design System 2008
*/


/* ---( Basic Structure Elements )------------------------------- */

body {
  background-color: #fff;
  color: #333;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-image: url(img/head.jpg);
}

#main {
  border: 1px;
  padding: 3px;  
}

#skvr_div_page{
	max-width:1900px;
	min-width:800px;
	padding-left: 20px;	
}

#skvr_div_header{
	position:relative;
	height:165px;
	width:100%;
	text-align: right;

}

.sok_linkHead{
text-align: left;
}

div.spacer {
  clear: both;
}

#skvr_div_footer {
  height: 50px;
  bottom: 0;
  border-top:1px solid #ccc;
  font-size:11px;
  color:#999;
  text-align:right;
  margin-top: 10px;
  padding: 5px 5px 1em;
  margin-right: 30px;
  margin-left: 30px;
  clear:both;
}

span#footer_legal_copy {
  line-height: 16px;
  padding-bottom: 20px;
}


/* ---( Text Elements )------------------------------- */

.sk_h1 {
  font-size: 150%;
  color:#999; 
}

.sk_h2 {
  color:#06c; 
}

img {
border: none
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

.sok_h1{
 color: #999;
  font-weight: normal;
  line-height: 20px;
  font-size: 18px;
}

 .sok_h2{
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
 
  .sok_h3{
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



/*  Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


