@charset "UTF-8";
<!-- 

/* FireFox visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {
	overflow-y: scroll !important;
}

body  {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
}

body, a, p, td, input, label, textarea, select, img, h1, h2, h3, h4, h5, h6  {
	font:9pt Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.25em;
}


p {
	padding:0;
	margin:1.2em 0 1.2em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:10px 0 5px 0;
	color:#036;
}

h1 {
	font-size:16pt;
	font-weight:bold;
}

h1.huge {
	font-size:48pt;
}

h2 {	
	font-size:14pt;
	color:#f90;
	font-weight:bold;
}

h3 {
	font-size:12pt;
	color:#036;
	font-weight:bold;
}

h4 {
	font-size:11pt;
	color:#036;
	font-weight:bold;
}

h5 {
	color:#f90;
	font-size:10pt;
	font-weight:bold;
}

h6 {
	padding:3px 3px 3px 5px;
	color:#fff;
	background:url(/img/button.bg.gif) repeat-x;
	font-size:10pt;
	width:auto;
}

h6.orange {
	background:#f90 url(/img/orange.bg.gif) top left repeat-x;
	color:#fff;
}

.post h6 {
	background:#036 url(/img/button.bg.gif) repeat-x;
}

.post p {
	background:#f3f7f8;
	padding:0.5em;
	color:#036;
}

a.sendmsg {
	cursor:pointer;
}

a.selected {
	text-decoration:none;
	font-weight:bold;
}


a {
	color:#036;
}


a:hover {
	color:#f90;
}

a.contact {
	background:url(/img/email.gif) no-repeat left top;
	margin:0;
	padding:0 0 2pt 18pt;
	display:block;
}


big {
	font-size:120%;
}

small {
	font-size:80%;
}

.layout-1 #container { 
	width:948px;
	background:#fff;
	margin:0 auto; 
	text-align:left;
	/*
	border-left:10px solid #036;
	border-right:10px solid #036;
	*/

	
}

/* Header */

.layout-1 #header {
	background:#fff;
	padding:5px 0px 20px 25px; 
}

/* Login box */

.login a {
	font-size:8pt;
	text-decoration:none;
	float:right;
	color:#666;
	display:block;
	padding:0 10px 0 0;
	background:url(/img/arrow.orange.bg.gif) no-repeat right;
}

.login a:hover {
	color:#f90;
	text-decoration:underline;
}

#loginbox {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:284px;
}

#loginbox-inside {
	width:160px;
	padding:15px;
	background:url(/img/login.bg.gif) repeat-x;
	color:#f90;
	text-align:left;
}

/* Login box */

.controlbox {
	left:50%;
	margin-left:830px;
}

.controlbox a {
	font-size:8pt;
	text-decoration:none;
	color:#666;
	padding:0 10px 0 0;
	background:url(/img/arrow.orange.bg.gif) no-repeat right;
}

.controlbox a:hover {
	color:#f90;
	text-decoration:underline;
}


.controlbox a.nobg {
	background:none;
	padding:0;
}

/* Alert box */

.alertbox {
	position:absolute;
	left:50%;
	top:300px;
	margin-left:-200px;
	width:400px;
	background:#036;
	text-align:left;
}

/* Menu */

#menu {
	height:27px;
}

#menu ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	clear:left;
}

#menu ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
}

#menu ul li a {
	border:0;
	margin:0;
	padding:0;
	width:190px;
	height:27px;
	text-decoration:none;
	display:block;
	background:url(/img/multi.gif) no-repeat;
}

#menu ul li a strong {
	display:none;
}

#menu ul li a.one {
	background-position:0 0;
}

#menu ul li a:hover.one, #menu ul li.selected a.one {
	background-position:0 -27px;
}

#menu ul li a.two {
	background-position:-190px 0;
	width:189px;
}

#menu ul li a:hover.two, #menu ul li.selected a.two {
	background-position:-190px -27px;
}

#menu ul li a.three {
	background-position:-379px 0;
}

#menu ul li a:hover.three, #menu ul li.selected a.three {
	background-position:-379px -27px;
}

#menu ul li a.four {
	background-position:-569px 0;
	width:189px;
}

#menu ul li a:hover.four, #menu ul li.selected a.four {
	background-position:-569px -27px;
}

#menu ul li a.five {
	background-position:-758px 0;
}

#menu ul li a:hover.five, #menu ul li.selected a.five {
	background-position:-758px -27px;
}


/* lists */

ul, ol {
	margin:1.5em 0 1.5em 1.25em;
	padding:0;
}

li {
	margin:2pt 0 1pt 0;
	padding:0;
}

li.selected a {
	font-weight:bold;
}


/* Sidebars */

.layout-1 #sidebar1 {
	float:left;
	padding:30px 10px 15px 20px;
	width:140px;
	margin-right:0px !important;
	margin-right:-3px;
}


.layout-1 #sidebar2 {
	float:right;
	padding:30px 10px 15px 20px;
	width:240px;
}

.layout-1 #sidebar1 ul, .layout-1 #sidebar2 ul {
	margin-top:0;
}

.layout-1 #sidebar1 ul li, .layout-1 #sidebar2 ul li {
	list-style-image:url(/img/arrow.orange.bg.gif);
}

#sidebar1 h5 {
	padding-bottom:0;	
}

#sidebar2 ul.events {
	margin-top:1em;
}

#sidebar2 ul.events li {
	color:#f90;
	margin-bottom:1em;
}

#sidebar2 ul.events li a {
	color:#036;
}

#sidebar2 ul.events li a:hover {
	color:#f90;
}


/* Content */

.layout-1 #content { 
	margin-right:271px;
	padding:30px 10px 10px 10px;
	margin-left:171px;
} 

.layout-1 #content li {
	list-style-image:url(/img/dot.orange.bg.gif);	
	margin:0.1em 0 0.1em 1em;
}

.layout-1 #content li.nobullet {
	list-style:none;	
}


/* Footer */

.layout-1 #footer { 
	padding:0 5px 0 5px;
	border-top:1px solid #cbc6be;
} 

.layout-1 #footer p {
	margin:0;
	padding:8px 0;
	font-size:8pt;
	color:#cbc6be;
}

.layout-1 #footer p a {
	font:inherit;
	text-decoration:none;
	color:#cbc6be;
}

.layout-1 #footer p a:hover {
	color:#f90;
}

.layout-1 #footer p a.credits {
	float:right;
}

.ajk span,.layout-1 #footer p a.credits:hover {
	color:#f90;
}

.layout-1 #footer p a.addthis {
	float:right;
	margin:0 20px 0 0;
	display:block;
}

.ajk {
	color:#036;
}

/* General */

.blue {
	color:#036;
}

.orange {
	color:#f90;
}

.indent {
	margin-left:1.2em;
}

.fltrt {
	float:right;
	margin-left:8px;
}

.fltlft {
	float:left;

}

.clearfloat, .clearleft, .clearright {
	clear:both;
    height:0;
    font-size:1px;
    line-height: 0px;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.uptodate {
	background:url(/img/calendar.gif) top right no-repeat;	
	padding-right:100px;
}

.top {
	color:#cbc6be;
	font-size:12pt;
}

.top a {
	font-size:9pt;
	color:#cbc6be;
	text-decoration:none
}

.top a:hover {
	color:#f90;
	text-decoration:underline;
}

#row {
	margin:0;
	padding:0;
	clear:left;
}

#row .left {
	float:left;
	margin: 0 0 4em 0;
	width:190px;
}

#row .right {
	margin:0 0 0 210px;
}

.row {
	border-bottom:1px dotted #cbc6be;
	padding:1em 0 3em 0;
}

#feature-1 {
	margin:0 0 2em 0;
	float:left;
	width:100%;
}

#feature-1 .left {
	float:left;
	width:225px;

}

#feature-1 .right {
	margin:0 0 0 235px;

}

#feature-1 h3 {
	padding-bottom:1em;
}

#feature-2 {
	margin:0 0 2em 0;
	width:100%;
	float:left;
}

#feature-2 .left {
	float:left;
	width:225px;
}


#feature-2 .right {
	margin:0 0 0 250px;
	width:225px;
}


.frame {
	width:218px;
	height:163px;
	padding:5px 13px 13px 6px;
	background:url(/img/photoframe.bg.gif) no-repeat;
}


.polaroid {
	width:225px;
	height:163px;
	padding:16px 24px 51px 15px;
	background:url(/img/polaroid.bg.gif) no-repeat;
}


#reciprocal-clubs {
}

#reciprocal-clubs .left {
	float:left;
	width:90px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:48pt;
	letter-spacing:-2px;
	color:#f90;
	line-height:1em;
}

#reciprocal-clubs .right {
	margin:0 0 0 110px;
	padding-top:4px;
	font-size:12pt;
	font-weight:bold;
	color:#036;
	line-height:1em;
}

a.border, img.border {
	border-top:1px solid #eee;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #eee;
	display:block;
	width:180px;
}

a.border:hover {
	border:1px solid #f90;
}


a.pdf {
	padding:2px 0 2px 22px;
	background:url(/img/pdf.small.gif) no-repeat left bottom;
}


/* Forms */

form {
	margin:0;
	padding:0;
}

input, select, textarea {
	font-size:10pt;
	color:#036;
	background:#f3f7f8;
	border:none;
	
}

input {
	margin:0;
	padding:0;
}

input.text, textarea.text {
	width:160px;
	border:1px solid #ccc;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}

.loginbox input.text {
	border:none;	
}




input.email {
	font-size:11pt;
	padding:2px 2px 2px 5px;
	width:180px;
	height:23px;
}


input.submit {
	background:#f90;
	color:#fff;
	padding:2px 6px 2px 6px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.loginbox input.submit {
	background:#f90;

}

label {
	color:#036;	
	font-size:9pt;
	margin:0;
}

.loginbox a {
	float:left;
	color:#fff;
	font-size:8pt;
	text-decoration:underline;
	display:block;
}

.loginbox input.text { 

}


.loginbox a:hover {
	color:#f90;
}

/* calendar */

table.calendar th {
	width:35px;
	color:#f90;
}

table.calendar td {
	background:#eff3f5;
	text-align:right;
	color:#036;
}

table.calendar td.padding, table.calendar td a {
	padding:3px;
}

table.calendar td a.event, table.calendar td a.announcement  {
	color:#fff;
	background:#f90;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

table.calendar td a.announcement {
	background:#09C;
}



table.calendar td a:hover {
	color:#fff;	
	background:#036;
}

table.calendar td.none {
	background:#fff;
	color:#ccc;
	text-align:center;
}

/* accordion */

#accordion {
	float:left;
	width:460px;
}

dd {
	margin-left:0;
}

#accordion dl, #accordion dd {
	margin:0;
}


#accordion dd a {
	line-height:1.4em;
	color:#666;
	margin-left:20px;
	font-size:9pt;			
}


#accordion dd a:hover {
	color:#f90;
	text-decoration:underline;
}

#accordion h5 {
	background:url(/img/arrow.orange.bg.gif) -2px 5px no-repeat;
	padding-top:1px;
	padding-left:14px;
	cursor:pointer;
}


#accordion h5.noshow, .noshow {
	display:none;
}

#accordion a {
	text-decoration:none;
	border:none;
}

#accordion dd ul {
	margin-left:2em;
}

#accordion dd a.pdf {
	text-decoration:underline;
	color:#036;
}

#accordion dd a:hover.pdf {
	text-decoration:underline;
	color:#f90;
}

.bookmark {
	text-decoration:none;
	width:0;
	height:0;
	visibility:hidden;
}

.boilerplate strong {
	color:#f90;

}


table.list th a {
	font-weight:bold;
}

table.list tr.shaded td {
	background:#f3f7f8;
}

	
.forextable #USD {background-image: url(/img/flags/USD.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #JPY {background-image: url(/img/flags/JPY.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #BGN {background-image: url(/img/flags/BGN.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #CZK {background-image: url(/img/flags/CZK.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #DKK {background-image: url(/img/flags/DKK.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #EEK {background-image: url(/img/flags/EEK.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #GBP {background-image: url(/img/flags/GBP.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #HUF {background-image: url(/img/flags/HUF.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #LTL {background-image: url(/img/flags/LTL.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #LVL {background-image: url(/img/flags/LVL.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #PLN {background-image: url(/img/flags/PLN.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #RON {background-image: url(/img/flags/RON.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #SEK {background-image: url(/img/flags/SEK.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #CHF {background-image: url(/img/flags/CHF.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #NOK {background-image: url(/img/flags/NOK.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #HRK {background-image: url(/img/flags/HRK.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #RUB {background-image: url(/img/flags/RUB.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #TRY {background-image: url(/img/flags/TRY.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #AUD {background-image: url(/img/flags/AUD.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #BRL {background-image: url(/img/flags/BRL.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #CAD {background-image: url(/img/flags/CAD.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #CNY {background-image: url(/img/flags/CNY.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #HKD {background-image: url(/img/flags/HKD.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #IDR {background-image: url(/img/flags/IDR.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #INR {background-image: url(/img/flags/INR.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #KRW {background-image: url(/img/flags/KRW.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #MXN {background-image: url(/img/flags/MXN.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #MYR {background-image: url(/img/flags/MYR.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #NZD {background-image: url(/img/flags/NZD.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #PHP {background-image: url(/img/flags/PHP.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #SGD {background-image: url(/img/flags/SGD.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #THB {background-image: url(/img/flags/THB.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #ZAR {background-image: url(/img/flags/ZAR.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #ISK {background-image: url(/img/flags/ISK.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
.forextable #EUR {background-image: url(/img/flags/EUR.gif); background-repeat: no-repeat; background-position: 3px 3px; padding-left:20px;}
