body 
{
	color: black;
	background-color: white;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

body, 
textarea, 
input 
{
	font-family: arial, helvetica, sans-serif;
}

textarea:focus, 
input:focus, 
.sffocus, 
.sffocus 
{
	background-color: #ffc;
}

a 
{
	color: #00c;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited 
{
	color: #66c;
}

a:hover {
	color: #ff9900;
	border-bottom: 1px solid ;
	background: none;
}

a:active {
	color: red;
}


abbr, acronym, .abbr {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

div
{ 
	 border: 0;
}


h1 {
	color: #339;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.0;
	margin: 0;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	margin: 0.4em 0 0 0;
}

ul li {
	list-style-type: circle;
}

table {
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

th {
	background-color: #e3eaf9;
	border: 2px solid #ccc;
	padding: 0;
}

td {
	border: 1px solid #ccc;
	background-color: #f2f5fc;
	text-align: center;
}

dt {
	font-weight: bold;
	font-style: italic;	
}

label {
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 1em;
	width: 12em;
}

legend {
	color: #36c;
	font-size: 1.2em;
	font-weight: bold;
}

/*------------------- HEADER -------------------*/

#header {
	height: 75px;
	padding-left: 182px;
	padding-top: 5px;
	background: url(../images/powered_by_google_135x35.gif) bottom right no-repeat;
}

#header a {
	text-decoration: none;
	border: 0;

}

#header img {
	position: absolute;
	left: 0;
	border: 0;
	
}

#header p {
	color: #339;
	margin: 0;
}

#header h1 {
	font-size: 3em;
	font-weight: bold;
}

#header span, p#skip, #header label, .commentNumber span, 
.comment h3 span, #youAreHere span, #xml a span  {
	position: absolute;
	overflow: hidden;
	width: 0;
}

#header span.abbr {
	position: static;
	height: auto;
	width: auto;
}


#header form {
	position: absolute;
	display: inline;
	width: auto;
	top: 35px;
	right: 0;
	margin: -1em 0 0 0;
}

#header input {
	margin-bottom: 0;
}

#header .button {
	margin: 0 1em 0 0.5em;
}


/*------------------- MAIN NAVIGATION -------------------*/

#primaryNav {
	position: absolute;
	left: 0;
	top: 80px;
	width: 13em;
	w\idth: 11em;
	padding: 1em;
}

#home #primaryNav #homelink {
	visibility: hidden;
}

#primaryNav ul {
	list-style: none;
	margin: 0 0 .5em 0;
	padding: 0;
}

#primaryNav li {
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding-left: 2px;
	background: #6699cc;
}

#primaryNav li ul {
	background: white;
}

#primaryNav li li {
	font-size: 0.833333333em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: #eee;
}

* html body #primaryNav a { 
	width: 88%; 
} 

#primaryNav li a {
	display: block;
	color: white;
	border: 0;
	margin: 0;
}

#primaryNav li li a {
	display: block;
	color: #00c;
	padding: 0.15em 0.5em;
	border: 1px solid white;
	border-right-width: 3px;
	border-right-color: #eee;
	background: #eee;
}

#primaryNav li a:hover {
	color: #ffcc66;
	text-decoration: none;
	border-color: #ccc;
}

#primaryNav li li a:hover {
	color: #00c;
	background: #ffcc66;
	border-color: #ccc;
	border-right-color: #ff9900;
}

#primaryNav p {
	line-height: 1.5;
}



/*------------------- CONTENT AREA -------------------*/

#section {

	zoom: 1;
	background: white;
	border: solid #ccc;
	border-width: 1px 0 0 1px;
	margin: 0 0 2em 13em;
}

#section ul {
	list-style: square inside;
	padding: 0;
	margin: 1em 0 0 0;
}

#section li {
	margin-bottom: 0.2em; 
}

#section ul ul, #section ul ol {
	padding: 0;
	margin: 0 0 1em 3em;
}


#content {
	line-height: 1.5em;
	padding: 2em;
	margin-right: 13em;
	position: relative;
	top: -1px;
	left: -1px;
	background: url(../images/curve.gif) top left no-repeat;
	overflow: hidden;
}


#content h2 {
	color: #36c;
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}

#content p {
	margin: 0.5em 0 1em 0;
	text-align: justify;
}

#content #about li {
	list-style-type: none;
	font-size: 1.1em;
	color: #36c;
	font-weight: bold;
}

#content #about li li {
	color: #000;
	list-style-type: square;
	font-size: 0.833333333em;
	font-weight: normal;
}

.sNav {
	background: #eee;
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

.sNav p {
	position: relative;
	left: -1px;
	color: #999;
	padding: 0.25em 0 0.25em 2em;
	margin: 0;
}

#goToTop {
	border-top: 1px solid #ccc;
	clear: both;
}

#goToTop p {
	width: 6em;
	bottom: -1px;
	background: url(../images/curve2.gif) bottom left no-repeat;
}

.sNav a {
	color: #99c;
}

.sNav em a {
	color: #00c;
	font-weight: bold;
	font-style: normal;
}

.sNav a:hover {
	color: #00c;
}


/*------------------- SECONDARY NAVIGATION AREA -------------------*/

#secondaryNav {
	position: absolute;
	right: 0;
	top: 350px;
	width: 13em;
	w\idth: 11em;
	background-color: white;
	padding: 0 1em 1em 1em;
	margin-top: 3em;
	overflow: hidden;
}

#secondaryNav img {
	border: 0;
}

#secondaryNav a {
	border: 0;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}


#sidebar {
	position: absolute;
	right: 0;
	top: 80px;
	width: 12em;
	height: 275px;
	background-color: #eee;
	background: url(../images/bg2.jpg) repeat-x top left;	
	padding: 5px;
	margin: 1em 5px 0 0;
	overflow: hidden;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;

}

#sidebar h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 3px;
	color: white;	

}

#sidebar li {
	list-style: none;
	padding-bottom: 0.8em;
	margin: 0 .5em;
}

#sidebar ul, #sidebar ol {
	padding: 0.5em 0 1em 0;
	margin: 0;
}


.break {
	padding: 1em 0 0 0;
	border-top: 1px solid #ccc;
	margin: 2em 0 0 0;
	clear: both;
}

/*------------------- CUSTOM PAGES AREA -------------------*/

img.frame {
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	margin: 1em 1em 1em 0;
	padding: 10px;
	float: left;
	
}

li.question {
	list-style-type: none;
	color: #339;
	font-weight: bold;
}

li.answer {
	list-style-type: none;
	font-style: italic;
	text-align: justify;
	margin-left: 1em;
	padding-bottom: 1em;
}

.thumbnail {
	text-align: justify;
	float: left;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	padding: 5px 10px;
	margin: 5px;
	width: 250px;
}

.thumbnail img {
	display: block; 
	border: 0;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

#mapContainer table {
	padding: 0;
	margin-left: 0; 
	margin-right: 0;
}

#mapContainer th {
	background-color: white;
	border: 0;
	padding: 0;
}

#mapContainer td {
	border: 0;
	background-color: white;
	text-align: left;
}

#home .thumbnail {
	width: 260px;
}

#auction .thumbnail {
	width: 240px;
	margin: 0 5px;
}

#auction .thumbnail h2 {
	margin: 0;
}

.caption {

	vertical-align: middle;
}

#bylaws ul li {
	list-style-type: none;
}

#bylaws ul ol li {
	list-style-type: decimal;
}

#contacts tr td {
	text-align: left;
}

#survey p {
	margin: 0.3em;
	text-align: justify;
}

table#timetable {
	padding: 0;
	margin: 0; 
}

#ambassador #content ul {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;

}

#ambassador #content ul li {
	list-style-type: none;
	text-align: justify;
}

.tt_thumbnail {
	float: right;
	padding: 0 2em;
}


#content #board ul ul,
#content #hobbyshops ul ul {
	margin-left: 1em;

}

#content #board li,
#content #hobbyshops li {
	width: 20em;
	list-style-type: none;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	float: left;
}

#content #board li li,
#content #hobbyshops li li {
	font-size: 0.833333333em;
	font-weight: normal;
	float: none;
	margin: 0;
}

#mapcontainer {
	border: 0;
	margin:0;
	
}

#mapcontainer div,
#mapcontainer img,
#mapcontainer td,
#mapcontainer tbody,
#mapcontainer tr,
#mapcontainer th {
	border: 0;
	margin:0;
	background-color: white;
	
}

.floatright {
	float: right;
	width: 30em;
	w\idth: 30em;
}

.floatleft {
	float: left;
	width: 50em;
	w\idth: 45em;
}

.clearboth { 
	clear: both;
}

p.date {
	font-weight: bold;
	border-bottom: 2px dotted #ccc;
	padding: 2em 0 0 0;
}


#footer {
	margin-left: 15em;
	padding-bottom: 1em;
}

#footer p {
	color: #999;
	font-size: 0.9em;
	margin: 0;
}


.note {
	background-color: #f2f5fc;
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 2em;
}

.note h3 {
	background-color: #e3eaf9;
	color: #339;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

.note p {
	padding: 0 1em;
}

.note img {
	clear: both;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.notice {
	color: #ff3300;
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
	padding: 0 1px;
}

/*---print---*/

@media print {

	body {
		font-size: 10pt;
	}
	
	a, a:visited, a:link {
		color: black;
		background: none;
	}

	#section {
		margin-left: 1em;
		border: 0;
	}

	#content {
		font-family: arial, helvetica, sans-serif;
		line-height: normal;
		border: 0;
		padding: 0;
		margin-right: 2em;
		background: none;
		position: static;
		float: none;
	}

	#header {
		margin:0;
		background: none;
	}

	#header form, #footer,
	#primaryNav, #secondaryNav, 
	#goToTop, #sidebar, #skip {
		display: none;
		visibility: collapse;
	}
	
}