/* positioning */
html, body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/repeater.png);
}

#pagewidth
{
	width: 930px;
}

#leftcol
{
	width: 198px;
	float: left;
	position: relative;
	background-color: black;
}

#twocols
{
	width: 725px;
	float: right;
	position: relative;
}

#rightcol
{
	top: 0px;
	width: 210px;
	float: right;
	position: relative;
}

#maincol
{
	float: left;
	display: inline;
	position: relative;
	width: 510px;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 12px;
	color: black;
	line-height: 130%;
/*	background-color: #FFFEE6; */
}

.adresbar
{
	text-align: center;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BF9430;
	padding: 0px;
}

#maincol p
{
	padding: 0 18px 0 18px;
}

 /* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* navigation */
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

.nav a
{
	display: block;
	height: 20px;
	width: 192px;
	text-decoration: none;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #BF9430;
	text-indent: 15px;
	line-height: 25px;
}	

.nav a:hover
{
	background-color: #BF9430;
	color: black;
}

div#nav ul li a span
{
	display: none;
}

div#nav ul li a:hover span
{
	display: block;
	position: absolute;
	top: 0px;
	z-index: 100;
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	color: #CCD8F2;
	background: #454E61;
	text-align: left;
	font-weight: normal;
}

/* general stuff */
a
{
	text-decoration: none;
	color: #060;
}

a:hover
{
	color:#661B14;
}

h1
{
	font-size: 12px;
	padding: 10px 0px 10px 18px;
}

h2
{
	font-size: 11px;
	padding: 5px 0px 5px 18px;
}

.center
{
	display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.logo	
{
	background-color: black;
	height: 100px;
}

th
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 12px;
	border-width: 1pt;
	border-style: solid;
	background-color: #661B14;
	color: #BF9430;
	font-weight: bold;
}

td
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 10px;
	border: #661B14;
	border-width: 0 0 1pt 1pt;
	border-style: none none dotted dotted;
	vertical-align: top;
	padding: 0 5pt 0 5pt;
}

.gallery
{
	border: #661B14;
	border-width: 0 0 1pt 1pt;
	border-style: none none dotted dotted;
	vertical-align: middle;
	padding: 0pt;
}

div.figure
{
	float: right;
}

div.figure p
{
	text-align: center;
	font-style: italic;
	text-indent: 0;
}

img
{
	border-width: 0px;
}
.small
{
	font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
	font-size: 10px;
	padding: 10px 10px 0px 15px;
	color: #000000;
}

.small a
{
	color: #BF9430;
}

.small a:hover
{
	color: red;
}

.switch
{
	text-align: center;
}

hr
{
	border-bottom: black;
	border-width: 0 0 1pt 0;
	border-style: none none dotted none;
}

.red
{
	color: red;
}

/* printer styles */
@media print
{
	/* hide the left column when printing */
	#leftcol
	{
		display: none;
	}
	
	/* hide the right column when printing */
	#rightcol
	{
		display: none;
	}
	
	#twocols, #maincol
	{
		width: 100%;
		float: none;
	}
	.adresbar	
	{
		text-align: center;
		font-family: Arial, Lucida, "Helvetica Narrow", sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: black;
	}
}
