﻿@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
}


/* Redirect Page
------------------------------------------------------------ */
#redirect {
	background:url(../images/bg_body.jpg) top repeat-x #FFF;
	font-size:0.85em;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

#redirect #Container {
	text-align:center;
}

/* --- HEADER --- */
#redirect #Header {
	width:760px;
	margin:0 auto;
	text-align:left;
}

#redirect h1#HeadLogo {
	margin:20px 0;
}


/* ---   CONTENTS   --- */
#redirect #Contents {
	width:760px;
	margin:0 auto;
	text-align:left;
	background:url(../images/bg_wrap02.gif) top left repeat-y #FFF;
}

#redirect h2 {
	font-size:1.5em;
	}

#redirect h2#first {
	background:url(../images/bg_wrap01.gif) top left no-repeat;
	}
	
#redirect h2 span{
	border-bottom:#d3d3d3 1px solid;
	display:block;
	padding:50px 0 5px 0;
	margin:0 70px 25px 70px;
	}

#redirect p.lead{
	width:620px;
	margin:0 70px 0 70px;
}

#redirect #leadLast {
	background:url(../images/bg_wrap03.gif) bottom left no-repeat;
	padding:0 0 50px 0;
}
	

/* --- FOOTER --- */
#redirect #footer {
	width:760px;
	margin:0 auto 10px auto;
	padding:45px 0 0 0;
	}
	
#redirect #footer address {
	font-style:normal;
	font-size:11px;
	float:left;
	}
#redirect #footer address a {
	font-style:normal;
	text-decoration:none;
	color:#666;
	}

#redirect #footer #FootLogo {
	float:right;
	}
