#preloadimages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/a_underline.gif);
	background-image: url(../images/top_mnu_on.gif);
	background-image: url(../images/top_mnu_hover.gif);
	background-image: url(../images/mnu_on.gif);
	background-image: url(../images/a_underline_bf.gif);
}
html { font-size: 62.5%; }
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
	padding-top: 42px;
}
ul#skiplinks { position: absolute; left: -9000px; }
#wrap { background: url(../images/partners_bg.gif) repeat-y top right; }

/* LINKS */
a { color: #c00001; }
#footer a, #sidebar a, #sidebar a {
	text-decoration: none;
	background: url(../images/a_underline.gif) repeat-x bottom;
}

/* GENERAL */
.hidden { display: none; }
p {
	line-height: 1.5em;
}
hr {
	display: block;
	border: 0;
	background-color: transparent;
	height: 0;
	padding: 0;
	margin: 4px 0;
	border-top: 1px dotted #bdbdbd;
}

/* Chrome/Safari hack */
body:nth-of-type(1) p.chrome{
   border-top: 3px solid white;
}
body:nth-of-type(1) p.chrome2{
   border-top: 6px solid white;
}
body:nth-of-type(1) li.chrome{
   border-top: 2px solid white;
}

/* TOP MENU */
ul#topmenu {
	display: block;
	width: 796px;
	height: 23px;
	background: url(../images/top_mnu_bg.gif) repeat-x;
}
ul#topmenu li {
	display: block;
	float: left;
	height: 23px;
	font-size: 11px;
	padding: 0 1px;
	background: url(../images/top_mnu_separator.gif) no-repeat top right;
}
ul#topmenu li a {
	display: block;
	float: left;
	line-height: 23px;
	padding: 0 4px 0 5px;
	text-decoration: none;
	color: #fff;
	outline: none;
}
ul#topmenu li a:hover { background: url(../images/top_mnu_hover.gif) repeat-x; }
ul#topmenu li.on a,
ul#topmenu li a:active { background: url(../images/top_mnu_on.gif) repeat-x; }

/* HEADER */
h1 {
	display: block;
	clear: both;
	background: url(../images/h1_bg.gif) repeat-x top right;
	border: 1px solid #dadada;
	border-left-color: #d0d0d0;
	border-bottom-color: #b9b9b9;
}
h1 a {
	text-decoration: none;
	color: #d0d0d0;
}

/* MENU */
#sidebar ul {
	display: block;
	float: left;
	clear: both;
	width: 207px;
	padding-bottom: 20px;
}
#sidebar ul li {
	display: block;
	float: left;
	clear: both;
	width: 182px;
	height: 25px;
	background: url(../images/mnu_bg.gif) no-repeat top right;
}
#sidebar ul li a {
	display: block;
	padding: 6px 0 0 28px;
	width: 154px; /* 182px minus above padding */
	height: 19px; /* 25px minus above padding */
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
	background: url(../images/mnu_off.gif) no-repeat 12px 10px;
	outline: none;
}
#sidebar ul li a:hover {
	color: #cc0001;
	background: url(../images/mnu_on.gif) no-repeat 12px 10px;
}
#sidebar ul li.on a,
#sidebar ul li a:active {
	background: url(../images/mnu_on.gif) no-repeat 164px 10px;
	color: #cc0001;
}
#sidebar ul li.first { background: url(../images/mnu_first_bg.gif); }
#sidebar ul li.first a { padding: 7px 0 0 28px; height: 18px; }
#sidebar ul li.last { background: url(../images/mnu_last_bg.gif); }

/* SIDEBAR BUTTON */
#sidebar a.button {
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
	background: none;
	float: left;
	clear: both;
}

/* SIDEBAR QUOTE */
#sidebar blockquote {
	float: left;
	clear: both;
	background: url(../images/blockquote_bg.gif) no-repeat top right;
	padding-top: 11px;
	font-size: 0.9em;
	line-height: 1.25em;
}
#sidebar blockquote img {
	padding: 0 2px 0 0;
}
#sidebar blockquote strong {
	line-height: 2.5em;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #444;
}

/* CONTENT */
#content h2 {
	margin: 12px 0 2px 0;
	padding: 1px 0 0 6px;
	width: 276px; /* 282px minus above padding */
	height: 22px;
	line-height: 22px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #c00001 url(../images/h2_bg.gif) no-repeat top left;
}
#content p {
	font-size: 0.9em;
	line-height: 1.425em;
	padding: 6px 7px;
	overflow: hidden;
	margin: 0;
}
#content img {
	border: 1px solid #ccc;
	margin: 2px 0;
	float: left;
	margin-right: 10px;
}
#content ul, #content ol { padding: 5px 0 0 13px; }
#content li {
	padding: 0 0 4px 20px;
	font-size: 0.95em;
	line-height: 1.25em;
	color: #222;
	background: url(../images/li.gif) no-repeat 5px 3px;
}

/* TABLE */
#content p.tableheader {
	padding: 3px 7px 3px 7px;
	font-weight: bold;
	border-bottom: 1px solid #bdbdbd;
	background-color: #efefef;
}
#content p.tablerow {
	display: inline-block;
	position: relative;
	clear: both;
	padding: 3px 7px;
	width: 268px; /* 282px minus above padding */
	border-bottom: 1px dotted #bdbdbd;
}
#content p.tablerow span {
	float: left;
 	width: 190px;
}
#content p.tablerow span strong { color: #C00001; }
#content p.tablerow em {
	display: block;
	position: absolute;
	right: 2px;
	font-size: 11px;
	text-transform: uppercase;
}

/* PARTNERS */
#partners {
	text-align: right;
	border-left: 1px solid #bdbdbd;
}
#partners h2 {
	display: block;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	color: #777;
	padding-top: 7px;
}
#partners img {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
}
#partners a.legal {
	display: inline-block;
	margin-top: 20px;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	border-bottom: 1px solid #c00001;
	color: #666;
}

/* FOOTER */
#footer {
	background: #fff url(../images/footer_bg.gif) no-repeat top right;
	line-height: 0.9em;	
}
#footer li {
	float: left;
	font-size: 0.85em;
	line-height: 1.1em;	
	padding: 0 15px 0 7px;
	background: url(../images/footer_separator.gif) no-repeat right 1px;
}
#footer li.last { background: none; }
#footer li a {
	display: block;
	float: left;
	line-height: 1.2em;	
	margin-top: -1px;
}
#footer em {
	display: block;
	float: left;
	padding-left: 7px;
	color: #666;
	font-size: 0.85em;
	line-height: 0.9em;
	font-style: normal;
	text-align: right;
	padding-top: 8px;
}
#footer em a, #footer em a:visited {
	color: #666;
	line-height: 1.5em;
	background: none;
}
#footer em a:hover {
	background: url(../images/a_underline_bf.gif) repeat-x bottom;
}