@charset "UTF-8";
/* CSS Document */


/*fix for overflow problem - http://d-graff.de/fricca/center.html */


* 
{
	/*
	margin:0;
	padding:0;
	*/
}

html, body 
{
	height:100%;
	margin:0;
	padding:0;
}

body 
{
	background-color:#939290;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center; /* horizontal centering for IE Win quirks */
}


img, table, tr, td
{
	border: 0;
}



div#distance 
{ 
	width:1px;
	height:50%;
	background-color:#939290;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}



/*
div#center_container
{
	/*Horizion*/
	/*
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	overflow: visible;
	display: block
}
*/


div#container
{
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 1000px;
	height:600px;
	clear: left;
	background-color:#FFFFFF;	
}








div#header
{
	position: absolute;  /* needed for footer positioning*/
	/*margin:0 auto;*/   /* center, not in IE5 */
	text-align: left;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	
	
	width:640px;
	
	height: 150px;
	z-index: 2;
}


div#header_logo 
{
	position: relative;
	float: left;
	top: 50px;
}


div#header_txt
{
	position: relative;
	float: left;
	top: 88px;
	left: 50px;
	font-size: 22px;
}



div#header_txt a:link, a:visited

{
	color: #333333;
	text-decoration: none;
}

div#header_txt a:hover 
{
	text-decoration: none;
	color: #669999;
}

div#header_txt a:active 
{
	text-decoration: none;
	color: #333333;
}


	

div#navigation_container
{
	float: left;
	position: absolute;
	top: 192px; /*42*/
	left: 40px; /*40*/
	width: 130px;
}


div#navigation
{
	text-align: left;
	line-height: 22px;
	border-right: 1px solid #EFEFEF;
	background-color:#FFFFFF;
}


div#navigation a:link, a:visited

{
	color: #333333;
	text-decoration: none;
}

div#navigation a:hover 
{
	text-decoration: none;
	color: #669999;
}

div#navigation a:active 
{
	text-decoration: none;
	color: #333333;
}


	
	

div#content
{
	position: absolute;
	top: 180px;
	left: 205px;
	/*margin-left: 205px;*/  /*205*/
	width: 390px; /*390*/
	text-align: left;
	color: #666666; /*333333*/
}


/*IE 6 Fix*/
* html div#content
{
  top: 185px;
  t\op: 195px;
}


	

div#content h1
{
	color:#669999;
	font-size:16px;
	font-weight:bold;
	line-height: 22px;
}


div#content p
{
	color:#666666;
}


div#content a:link, a:visited

{
	color: #333333;
	text-decoration: none;
}

div#content a:hover 
{
	text-decoration: none;
	color: #669999;
}

div#content a:active 
{
	text-decoration: none;
	color: #333333;
}



div#bg_image
{
	float: right;
	position: absolute;
	/*top: -434px;*/
	bottom: 70px;
	right: 0px;
	width: 400px;
	height: 460px;
	/*
	background-image:url('images/feature/4338.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	*/
}


div#featurephoto
{
	float: right;
	position: absolute;
	/*top: -434px;*/
	bottom: 70px;
	right: 0px;
	width: 400px;
	height: 460px;
	/*
	background-image:url('images/feature/4338.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	*/
}






/*Fix bottom gap on Safari*/
div#footer 
{
	clear: both;
	position: absolute;
	text-align:center;
	width:1000px;
	height: 80px;
	top: 520px; /*fix Safari spacing  26*/ 
	bottom: 0px; /*fix Safari spacing  26*/
	left: 0px;
	background:#333333;
	display: block;
}


div.footer_txt
{
	padding-left: 40px;
	/*margin-left: 40px;*/
	padding-top: 18px;
	width: 920px;
	color: #999999;
	text-align: left;
	line-height: 24px;
	
}


div#footer a:link
{
	color: #999999;
	text-decoration:none;
}

div#footer a:hover
{
	color: #FFFFFF;
	text-decoration:none;
}




/*IE 6 Fix*/
* html div.footer_txt
{
  padding-left: 0px;
  p\adding-left: 40px;
}



