﻿*
{
	margin: 0px;
	padding: 0px;
	outline: none;
	-webkit-text-size-adjust: none;
}

html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	color: #333333;
	background: #fffaf2 url("../images/header_background.gif") repeat-x fixed left top;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

h1, h2, h3
{
	line-height: normal;
	cursor: default;
}

img, table, td 
{
	border: none;
	vertical-align: top;
}

input, textarea 
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	resize: none;
}

a
{
	color: #c60404;
	text-decoration: none;
}

a *
{
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover 
{
	text-decoration: none;
}

ul
{
	list-style-type: none;
}

.clr
{
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	zoom: 1;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.error, .error_msg 
{
	color: red;
}

#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.header
{
	position: relative;
	z-index: 3;
	margin-right: 16px;
	width: auto;
	height: 100px;
	overflow: hidden;
	background: #fffaf2 url("../images/header_background.gif") repeat-x fixed left top;
}

h1
{
	float: left;
	padding-top: 25px;
}

.address
{
	float: right;
	padding-top: 19px;
	padding-right: 20px;
}

ul.main_menu
{
	float: right;
	width: 199px;
	height: 100%;
	padding-top: 120px;
	padding-left: 20px;
}

ul.main_menu li a
{
	display: block;
	width: 179px;
	height: 23px;
	overflow: hidden;
	padding: 0px 10px;
	color: #ffe5e5;
	background: transparent url("../images/menu_buttons.gif") no-repeat scroll left top;
	font-size: 11px;
	line-height: 22px;
}

ul.main_menu li a:hover
{
	text-decoration: none;
	color: white;
	background-position: 0px -23px;
}

ul.main_menu li.active a, ul.main_menu li.active a:hover
{
	color: white;
	background-position: 0px -46px;
}

ul.main_menu li ul
{
	display: none;
	background-color: #660101;
	margin-bottom: 1px;
}

ul.main_menu li.active ul
{
	display: block;
}

ul.main_menu li.active li a
{
	color: #ffe5e5;
	background-image: none;
	background-color: #660101;
}

ul.main_menu li.active li a:hover
{
	color: white;
	background-image: none;
	background-color: #8c0606;
}

ul.main_menu li.active li.active a, ul.main_menu li.active li.active a:hover
{
	color: white;
	background-image: none;
	background-color: #b30707;
}

.content
{
	padding: 120px 0px 40px 20px;
}

h2
{
	color: #6a0303;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 20px 20px 0px;
	height: 40px;
}

h3
{
	color: #6a0303;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

.content p
{
	font-size: 10px;
	line-height: 14px;
}

.content p.question
{
	padding-top: 14px;
	font-weight: bold;
}

.content p.question span
{
	color: #6a0303;
}

.article_container a, .article_container a:hover, .page a, .page a:hover
{
	text-decoration: none;
	border-bottom: 1px #c60404 solid;
}

.content abbr
{
	cursor: help;
	border-bottom: 1px #6a0303 dotted;
}

.content ul.list
{
	list-style-type: disc;
}

.content ul.list li
{
	padding-top: 14px;
}

.rounded_flat
{
	position: relative;
	overflow: hidden;
	background-color: #ffefd1;
}

.rounded_flat .tl, .rounded_flat .tr, .rounded_flat .bl, .rounded_flat .br
{
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: transparent url("../images/corners_flat.gif") no-repeat scroll left top;
}

.rounded
{
	position: relative;
	overflow: hidden;
}

.rounded .tl, .rounded .tr, .rounded .bl, .rounded .br
{
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: transparent url("../images/corners_1.png") no-repeat left top;
}

.page .rounded .tl, .page .rounded .tr, .page .rounded .bl, .page .rounded .br
{
	background-image: url("../images/corners_1.png") !important;
}

.rounded.light .tl, .rounded.light .tr, .rounded.light .bl, .rounded.light .br
{
	background-image: url("../images/corners_2.png");
}

.rounded_flat .tl, .rounded .tl
{
	left: 0px;
	top: 0px;
	background-position: 0px 0px;
}

.rounded_flat .tr, .rounded .tr
{
	right: 0px;
	top: 0px;
	background-position: -10px 0px;
}

.rounded_flat .bl, .rounded .bl
{
	left: 0px;
	bottom: 0px;
	background-position: 0px -10px;
}

.rounded_flat .br, .rounded .br
{
	bottom: 0px;
	right: 0px;
	background-position: -10px -10px;
}

.left_column
{
	padding: 10px 10px 20px;
	width: 320px;
	float: left;
	margin-right: 20px;
}

.large_image
{
	width: 320px;
	height: 450px;
	overflow: hidden;
}

.gallery_container
{
	height: 460px;
	margin-bottom: 20px;
	background: #ffefd1 url("../images/gallery_background.gif") repeat-x top left;
}

.page_container
{
	background-color: #ffe8bc;
}

.page
{
	padding: 36px 60px 40px;
	max-width: 640px;
	background-color: #ffefd1;
	margin-left: auto;
	margin-right: auto;
}

.page p, .page ul.list
{
	font-size: 11px;
	line-height: 16px;
}

.page ul.list
{
	padding-left: 15px;
}

.page h2
{
	padding: 0px 0px 24px;
	height: auto;
}

#paging
{
	float: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
}

#paging a
{
	color: #c7aa88;
	padding: 0px 3px;
}

#paging a.active_tab
{
	color: #c60404;
}

.article_container
{
	padding: 40px 0px;
	background: #ffefd1 url("../images/article_columns.gif") repeat scroll left top;
}

#columns
{
	margin-right: -10px;
}

#columns div 
{
	float: left;
	width: 260px !important;
	padding: 0px 40px;
	margin: 0px;
	
/*	-moz-column-width: 265px;
	-moz-column-gap: 80px;
	-webkit-column-width: 265px;
	-webkit-column-gap: 80px;
	-o-column-width: 265px;
	-o-column-gap: 80px;
	column-width: 265px;
	column-gap: 80px;*/
}

#gallery_page
{
	position: relative;
	padding-left: 20px;
	height: 400px;
	overflow: hidden;
}

#gallery_page div
{	
	*height: 400px;
	*overflow: visible;
}

#gallery_page a
{
	float: left;
	width: 135px;
	height: 180px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fffaea none no-repeat center center;
}

#gallery_page a b
{
	display: block;
	width: 135px;
	height: 180px;
	overflow: hidden;
	background: transparent url("../images/corners_transparent.png") no-repeat left top;
}

div.footer
{
	padding: 0px 20px 20px;
}

div.footer p
{
	padding-bottom: 1em;
}
