﻿
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#5C4955;
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	
/* tantek hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
}
td,th {
	/* font:x-small Tahoma, Arial, Helvetica, sans-serif; */
	font:Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	
/* tantek hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
}
html>body { font-size:small; }

body {
	margin: 10px;
	text-align: center;
}

address{
	font-style: normal;
}

a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { font-size: 150%; }

.content {
	width: 748px;
	margin: 1px auto; /* CSS centering tip from: http://dorward.me.uk/www/centre/ */
	text-align: left;
}

.home {
	width: 748px;
	height: 330px;
	margin-top:75px; 
}

.home a.leisure, .home a.leisure:link, .home a.leisure:visited, .home a.leisure:active {
	color: #FF9900;
}

.home a.finance, .home a.finance:link, .home a.finance:visited, .home a.finance:active {
	color: #3399CC;
}

.home p, .home h1.leisure {
	color: #333333;
	margin-bottom: -0.5em;
}

.home h1.finance {
	color: #616885;
	margin-bottom: -0.65em;
	font-size: 170%;
}

.home h1.leisure {
	margin-bottom: -0.65em;
	font-size: 170%;
}

.row {
	margin-top: 5px;
}

.column-right {
	float: right;
	width: 280px;
}

.column-left {
	margin-right: 290px;
}

.column-left p{
	font-size: 90%;
	margin-top: 0;
	line-height: 1.5em;
	text-align:justify;
}

.column-left p.news {
	width: 145px;
	float:left;
	text-align:left;
}

.column-left p strong {
	color: #333;
}

.column-left p.news a, .column-left p.news a:link, .column-left p.news a:visited {
	font-size: 92%;
	color: #666666;
	text-decoration:none;
	display:block;
	line-height: 1.3em;
	margin-top: 5px;
	padding: 3px;
}
.column-left p.news a:hover {
	color: #000;
	background-color:#EEE;
}


h2 {
	height:15px;
	background-repeat:no-repeat; 
	margin: 0 0 2px 0;
	}
h2 span { display:none; } 

#navbar {
	margin-top: 5px;
	padding: 3px 0;
}

#navbar h1, .column-left h1 {
	font-size: 135%;
	font-weight: normal;
	margin: 0;
	color: #333333;
}
.column-left h1 {
	margin-bottom: 5px;
}
#cookiecrumb {
	float:right;
	width: 280px;
	margin-top: 3px;
	font-size: 85%;
}

.callout {
	height: auto; /*94px*/
	margin-bottom: 5px;
	/*margin-right: 290px;*/
}

.pic {
	height: 94px;
}
.callout p {
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

.callout img {
	float: left;
	position: relative;
	margin: 0;
	padding: 0 5px 0 0;
	width: 94px;
	height: 94px;
}

.callout a, .callout a:link, .callout a:visited, .callout a:active {
	color: #FFFF00;
}

.callout a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Container for sub-navigation list */
#menu {
	width: 100%;
	font-size: 80%;
	padding: 0;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

/* Default list state */
#menu li {
	margin:0;
	padding:0px;
	font-weight: bold;
	display: block;
	float:none;
	border-bottom: 1px solid #FFF;
	height: 22px;
	
	/* tantek hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: auto;
}

#menu li { background-color: #E9E9E9; }

#menu li a span { display: block;  padding: 4px 6px;}

#menu li.header {
	width: 225px;
	margin:0;
	padding:0;
}

/* Mod section header, so we can distinguish it from the rest */
#menu .bottom {
	border-bottom: 0px;
	height: 22px;
}

/* Link styles for the sub-nav links */
#menu li a, #menu li a:active, #menu li a:visited {
	margin:0;
	text-decoration:none;
	font-weight: normal;
	color:#666666;
	display: block;
	position: relative;
}

/* Currently selected item in the list */
#menu #active a {
	font-weight: bold;
	color:#333;
}

/* Rollover effect for the non-selected list items. */
#menu li a:hover, #menu #active a:hover {
	text-decoration:none;
	background-color: #c9c9c9;
	color: #000000;
}

#menu li.top a:hover {
	/*background: #FFFFFF url("images/end_grey_lrg1.gif") no-repeat right;*/
}



#address {
	font-size: 80%;
	color: #666;
	text-align:right;
	margin-top: 15px;
}

#address strong {
	font-weight: normal;
	color:#000;
}

/* Table settings */
table th {
	text-align: left;
	font-weight: bold;
}
td, th {
	padding: 3px;
/*	font-size: 80%; */
}
td strong { color: #333333; font-weight: normal;}

table .col0 { background-color: #F9F9F9; }
table .col1 { background-color: #F5F5F5; }
table .col2 { background-color: #E0E0E0; }
table .col3 { background-color: #D8D8D8; }


/* Form styles */
form { margin: 0;padding: 0;}

input, textarea, select {
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #E3E2DD;
	padding: 0.2em;
	font-size: 100%;
	color: #333333;
	/* width: 300px;  Set < 100% to keep IE happy! */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


textarea {
	/*font: 85% Verdana, Arial, Helvetica, sans-serif;*/
	height: 12em;
	overflow: auto;
/*	width: 430px; */
	padding: 0;
}

.radio {
	background: none;
	border: none;
	width: auto;
	vertical-align:middle;
	cursor: pointer;
}

.mainbutton {
	font-size: 90%;
	font-weight: bold;
	color: #333;
	background-color: #F0EFE9;
	padding: 1px 16px;
	border: 1px solid #666666;
	letter-spacing: 0.1em;
	cursor: pointer;
	width: auto;
}

.footer {
	font-size: 80%;
	color: #666;
	text-align:center;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	line-height: 1.5em;
}

.footer strong {
	font-weight: normal;
	color:#000;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color:#000;
}

.clear {
	clear:both;
	font-size: 1px;
}

#contact-one {
	float: left;
	width: 200px;
}

table.sample {
	text-align: center;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	font-family: Arial;
    font-weight: normal;
    font-size : 14px;
	color: #000000;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #faf0e6;
}
table.sample td {
	font-family: Arial;
    font-weight: normal;
    font-size : 14px;
    color: #000000;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #faf0e6;
}
