/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff url(../redirect/header_bg.png) repeat-x;
	font-size: 62.5%;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
	cursor: help;
}

ul {
	list-style: none;
}

hr, .hide {
	display: none;
}

.italic {
	font-style: italic;
}

cite {
	font-style: italic;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1px;
}



/* header
--------------------------------------------------- */

div#header {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 361px;
	background: url(../redirect/header.png) no-repeat;
}

div#header-image {
	position: absolute;
	width: 300px;
	height: 361px;
	left: 660px;
	top: 0;
	background: url(../redirect/header_image.jpg) no-repeat;
}

div#header h2 {
	position: absolute;
	text-indent: -9999px;
}



/* logo
--------------------------------------------------- */

div#logo {
	position: absolute;
	top: 79px;
	left: 98px;
	width: 520px;
	height: 85px;
	text-indent: -9999px;
}

div#logo a {
	position: relative;
	display: block;
	width: 520px;
	height: 85px;
	border: none;
}



/* main-wrapper
--------------------------------------------------- */

div#main-wrapper {
	position: relative;
	top: 0;
	left: 0;
/*	background: url(../redirect/main_wrapper_bg.jpg) no-repeat;*/
}

div#main {
	position: relative;
	width: 960px;
	background: url(../redirect/main_bg.png) repeat-y;
	font-family: Georgia, serif;
}

div#main a {
	color: rgb(63,100,121);
	border-bottom: 1px dotted rgb(63,100,121);
}

div#main a:hover {
	color: rgb(87,123,143);
	border-bottom: 1px solid rgb(87,123,143);
}

div#main a.no-border {
	border: none;
}

div#main img {
	padding: 3px;
	border: 1px solid rgb(200,200,200);
}

div#main img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 0.5em;
}



/* content
--------------------------------------------------- */

div#content {
	float: left;
	width: 540px;
	padding-left: 90px;
	padding-top: 20px;
	color: rgb(70,70,70);
	text-align: center;
}

div#content p {
	font-size: 2.4em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
}




/* sidebar
--------------------------------------------------- */

div#sidebar {
	float: right;
	width: 260px;
	padding-right: 20px;
	padding-top: 23px;
	color: rgb(90,90,90);
}

div#sidebar p {
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.6em;
}



/* footer
--------------------------------------------------- */

div#footer-wrapper {
	position: relative;
	background: url(../redirect/footer_wrapper_bg.png) repeat-x bottom left;
	height: 400px;
}

div#footer {
	position: relative;
	background: url(../redirect/footer.jpg) no-repeat;
	width: 960px;
	height: 400px;
}

div#footer-inner {
	position: relative;
	width: 600px;
	height: 60px;
	top: 340px;
	left: 60px;
}

div#footer p {
	position: relative;
	padding: 25px 0;
	text-align: center;
	color: rgb(200,200,200);
	font: 1em Georgia, serif;
	margin-bottom: 0;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
