/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

html {

}
body {
	background-image: url(../cssimg/BG.gif);
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}
* {
	padding: 0;
	margin: 0
}

p,
li {
	line-height: 140%
}

img {
	border: 0
}

#Page-Wrapper {
	width: 910px;
	margin: auto;
	padding: 25px;
}

#Header-Wrapper {
}

.Left-Column {
	width:274px;
	float:left;
}
#Top-Left-Corner {
	height: 20px;
	background:url('../cssimg/Top_Left_Corner.gif') left no-repeat;
	width:274px;
}

#Logo {
	background:url('../cssimg/Nav_BG.gif') right repeat-y #dfe7ef;
	height: 99px;
}

#Logo .padding {
	padding:0;
}

.Right-Column {
}

#Top-Right-Corner {
	height: 20px;
	background:url('../cssimg/Top_Right_Corner.gif') right no-repeat;
}

#Header-Image {
	height: 99px;
	background:url('../cssimg/Header_Bottom.jpg') right no-repeat;
}

#Content-Wrapper {
	background: url('../cssimg/Content_BG.gif') repeat-y;
	display:table;
	width: 910px;
}

.Content-Left-Column {
	width:274px;
	float:left;
}

#Navigation-Wrapper {
	text-align: right;
	display:table;
}

#Navigation-Wrapper .padding {
	padding: 30px 0 0 0;
}

#Address-Wrapper {
	text-align: right;
	clear:both;
}

#Address-Wrapper .padding {
	padding: 20px 25px 30px 0;
}

#Address-Wrapper p{
	font-size: 12px;
}

#Address-Wrapper h2{
	color:#003467;
	font-size: 14px !important;
	margin-bottom: 5px;
}

#Address-Wrapper a{
	color: #838383;
	text-decoration: none;
}

#Address-Wrapper a:hover {
	text-decoration: underline;
}

.Content-Right-Column {
	margin-left:274px;
}

#Bread-Crumbs {
	display:table;
	padding: 2px 0 2px 5px;
}

#Bread-Crumbs a, #Bread-Crumbs p{
	font-size:12px;
	color: #838383;
}

#Spacer-Div {
	height: 0;
}

#Content {
	display:table;
	width: 630px;
	height: 335px;
}

#Content .padding{
	padding: 40px;
}

#Content a, #Bread-Crumbs a, #Teaser-Wrapper a{
	color: #003467;
	text-decoration: none;
}

#Content a:hover, #Bread-Crumbs a:hover, #Teaser-Wrapper a:hover {
	text-decoration: underline;
}

#Content h1{
	color:#003467;
	font-size: 18px;
	margin-bottom: 10px;
}

#Content h2{
	font-size: 16px;
	color:#202332;
}

#Content li{
	padding-bottom: 3px;
}

#Content ul{
	padding-bottom: 6px;
}


#Content p{
	font-size: 12px;
	padding-bottom: 5px;
}

#Content li{
	font-size: 12px;
	margin-left:25px;
}

#Content table{
	width: 550px;
}

#Content table td{
	padding: 0 10px 10px 10px;
}

#Teaser-Wrapper{
	text-align: right;
	padding: 0 30px 10px 0;
}

.Image-Wrapper {
	width: 256px;
	float: right;
	margin:10px 0pt 20px 10px;
	border-bottom: 4px solid #838383;
}

.Image-Wrapper2 {
	width: 256px;
	float: right;
	margin:10px 0pt 20px 10px;
}

#Disclaimer-Wrapper {
	background: #e8e8e8;
}

#Disclaimer-Wrapper .padding {
	padding: 10px 15px 15px;
}

#Disclaimer-Wrapper p{
	font-size: 10px;
	padding-bottom: 3px;
	line-height: 120%;
}

#Disclaimer-Wrapper img{
	padding:6px 8px 6px 10px;
}

#Disclaimer-Wrapper a{
	color: #003467;
	text-decoration: none;
}

#Disclaimer-Wrapper a:hover {
	text-decoration: underline;
}

#Footer-Wrapper {
	 background: #838383;
	 height:25px;
	 clear: both;
}
