@CHARSET "ISO-8859-1";
body {
	font: 12px Arial;
	color: black;
	text-align: left;
	background-color: white;	
}

.clear {
	clear: both;
}

body img {
	border: none;
}

#container {
	position: relative;
	width: 770px;
	min-height: 800px;
	margin: 0 auto;
	text-align: center;
}


#page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	z-index: 0;
}

#page_topbanner {
	width: 100%;
	height: 130px;
	background-image: url(../img/topbanner.png);
	background-repeat: no-repeat;
}

#page_navigation {
	padding-left: 5px;
}

#page_navigation_left {
   float: left;	
   height: 48px;
   width: 8px;
   background-image: url(../img/navbg_left.png);
   background-repeat: no-repeat;
}

#page_navigation_body {
	color: white;
	float: left;
	padding-top: 4px;
	height: 44px;
	width: 740px;
	background-image: url(../img/navbg_body.png);
	background-image: repeat-x;
}

#page_navigation_body .navitem {
	float: left;
}

#page_navigation_body .separator {
	background-image: url(../img/nav_separate.png);
	float: left;
	height: 28px;
	width: 4px;
}

#page_navigation_right {
   float: left;	
   height: 48px;
   width: 8px;
   background-image: url(../img/navbg_right.png);
   background-repeat: no-repeat;
}

#page_content {
  text-align: left;
  padding-left: 10px;
}

#page_content_left {
	float: left;
	width: 550px;
	padding-top: 5px;
}

#page_content_right {
	float: left;
	padding-left: 25px;
	padding-top: 4px;
}

#longbox {
	position: relative;
}

#longbox_top {
   background-image: url(../img/longbox_top.png);
   background-repeat: no-repeat;
   width: 548px;
   height: 12px;   
}

#longbox_middle {
	background-image: url(../img/longbox_middle.png);
	background-repeat: repeat-y;
	width: 538px;
	padding-left: 10px;
}

#longbox_bottom {
   position: relative;	
   background-image: url(../img/longbox_bottom.png);
   background-repeat: no-repeat;
   width: 548px;
   height: 12px;
}

#longbox_stocklady {
	position: relative;
	top: -4px;
	height: 180px;
}

#longbox_text {
	position: absolute;
	top: 20px;
	left: 300px;
	z-index: 1;
}


#claimform_top {
	background-image: url(../img/claimform_top.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 36px;
}

#claimform_body {
	background-image: url(../img/claimform_body.png);
	background-repeat: repeat-y;
	width: 155px;
	padding-left: 20px;
}

#claimform_bottom {
	background-image: url(../img/claimform_bottom.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 13px;
}

#footer {
	background-color: #C1D6ED;
	text-align: center;
	color: #00539e;
	padding: 10px;
}  

#footer_top {
	background-color: #C1D6ED;
	height: 12px;	
}

#footer_topleft {
	float: left;
    width: 18px;
    height: 12px;
    background-image: url(../img/footer_topleft.png);
    background-repeat: no-repeat;
}

#footer_topright {
	float: right;
    width: 18px;
    height: 12px;
    background-image: url(../img/footer_topright.png);
    background-repeat: no-repeat;
}

#footer_bottom {
	background-color: #c1d6ed;
	height: 11px;
}

#footer_bottomleft {
	float: left;
    width: 18px;
    height: 12px;
    background-image: url(../img/footer_bottomleft.png);
    background-repeat: no-repeat;
}

#footer_bottomright {
	float: right;
    width: 18px;
    height: 12px;
    background-image: url(../img/footer_bottomright.png);
    background-repeat: no-repeat;
}

.image_div {
	float: left;
	height: 550px;
	width: 209px;
}

.text_div {
	float: right;
	height: 550px;
	width: 200px;
	
}

.preload {
	display:none;
}

#hp_text {
	margin:12px 0;
	padding:0 0 12px 0;
}

#hp_text A, #hp_text A:hover, #hp_text A:Visited, #hp_text STRONG {
	color:#0066CC;
	text-decoration:none;
}

#hp_text P {
	color:#333;
	font: 11px Arial;
}

#hp_text STRONG {
	font-weight:normal;	
}

#hp_text H3 {
	color:#325680;
	font: 11px Arial;
	font-weight:bold;
	padding:0;
	margin:6px 0 0 0;
}

#hp_text P {
	padding:0 0 0 0;
	margin:4px 0 0 0;
}

#hp_text P#references {
	text-align:center;
	font: 11px Arial;
	padding-top:12px;
	padding-bottom:12px;
}

#hp_text P#references A {
	padding:0 12px;
}

#footer A, #footer A:hover, #footer A:visited {
	color:#325680;
}