/* generated by csscreator.com */ 
html{
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Georgia, ArialMT, Arial;
 color: #D3D3D3;
} 
body {
	background-image: url(images/body_bg.png); 
	background-repeat: repeat-y; 
	background-position: center; 
 	background-color: #FEFEFE;
}
img{
 border-style: none;
}
span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(/images/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(radio.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(select.gif) no-repeat;
  overflow: hidden;
}
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:319px;
 background-color:#FFF; 
 width:100%;
} 
#header h1{
 padding: 0;
 margin: 0;
 font-weight: normal;
 font-size: 30px;
 color: #7B7979;
 position: relative;
 top: 63px;
 left: 207px;
 width: 60%;
}
 
#logo{
 position: relative;
 top: 24px;
 left: 107px;
 width:609px;
 height: 89px;
 background: url(images/redirect_logo.png);
}
 
#maincol{background:url(images/redirect_main.png);  
 float: right; 
 display:inline; 
 position: relative; 
 height: 233px;
 width:100%; 
 }
#maincontent{
  font-family: ArialMT, Arial;
  font-size: 15px;
  position: relative;
  top: 28px;
  left: 210px;
  font-weight: 600;
  width: 60%;
}
#maincontent p{
  padding: 0;
  margin: 0px;
}

#maincontent span{
  font-family: Georgia, Verdana;
  font-size: 26px;
  font-style: italic;
}
#maincontent img{
  position: relative;
  top: 14px;
  margin-right: 5px;
}

#maincol a{
  text-decoration: none;
  color: #D3D3D3;
}
#footer{
 height:100%; 
 background-color:#FFF; 
 color: #999;
 clear:both;
 } 
#footer p{
 position: relative;
 left: 210px;
 top: 30px;
 width: 60%;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  



