@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #333333;
	background: url(../img/all_bg.png) repeat-y center top #ffffff;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(../img/main_all.png) repeat left top;
}
body#inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(../img/main_all_inner.png) repeat left top;
}
h1 {
	font-size: 22px;
	font-family: "Arial Narrow", "Trebuchet MS", Arial, Verdana;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	letter-spacing: -1px;
}
h1 a {
	margin-left: 10px;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
h2 a {
	margin-left: 10px;
}
h3 {
	margin: 0px;
}
h4 {
	margin: 0px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
strong {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
a img {
	border: 0px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
p a:link, p a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
p a:hover {
	color: #000000;
}
ul {
       margin: 10px 0px 10px 2px;
       padding: 0px;
       list-style: none;
       position: relative;
}
ul li {
       margin: 0px;
       padding: 0px 0px 0px 10px;
       background: url(../img/dot.png) no-repeat left 8px;
}
ol {
       margin: 10px 0px 10px 20px;
       padding: 0px;
       list-style: outside decimal;
}
ol li {
       margin: 0px;
       padding: 0px;
}
div.main {
	width: 100%;
	min-width: 932px;
	position: relative;
	font-size: 11px;
	color: #ffffff;
	background: url(../img/body_bg.png) repeat-x left top;
}
body#inner div.main {
	width: 100%;
	min-width: 932px;
	position: relative;
	font-size: 11px;
	color: #ffffff;
	background: url(../img/body_bg_inner.png) repeat-x left top;
}
div.menu {
	width: 932px;
	height: 200px;
	margin: 0px auto;
	position: relative;
}
div.top-menu {
	margin-top: -5px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
div.intro-flash {
	width: 100%;
	margin-top: -5px;
	padding-top: 1px;
	height: 325px;
	text-align: center;
	background: url(../img/intro_flash_bg.png) no-repeat center 140px;
}
:root *> div.intro-flash {background: url(../img/intro_flash_bg.png) no-repeat center 166px;}
div.content {
	position: relative;
	width: 932px;
	top: 5px;
	margin: 0px auto;
	background: url(../img/main_bg.png) no-repeat 299px bottom;
}
body#inner div.content {
	position: relative;
	width: 932px;
	top: 0px;
	margin: 0px auto;
	background: url(../img/main_bg_inner.png) no-repeat 299px bottom;
}
div.content-l {
	float: left;
	width: 299px;
	position: relative;
}
body#inner div.content-l {
	float: left;
	width: 299px;
	position: relative;
	height: 562px;
}
div.text {
	color: #333333;
	padding: 15px 30px 15px 30px;
	font-size: 12px;
}
div.text p {
	margin: 10px 0px;
}
div.text table {
	margin-left: -5px;
}
div.text input {
	border: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	background: url(../img/contactForm-input-bg.png) left top no-repeat;
	width: 161px;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/template/public/img/contactForm-input-bg.png");
}
div.text input.contact-button {
	margin: 0px 5px 0px 0px;
	border: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding: 0px !important;
	background: none !important;
	width: auto !important;
	-filter: none;
}
div.text textarea {
	border: 0px;
	width: 100%;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	background: url(../img/textarea-bg.png) no-repeat left top;
	width: 363px;
	height: 69px;
	overflow: auto;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/template/public/img/textarea-bg.png");
}
div.text table th {
	width: auto;
	text-align: left;
}
div.text table.content {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px;
	color: #666666;
}
div.text table.content a:link, div.text table.content a:visited {
	font-weight: normal;
	padding-left: 10px;
	background: url(../img/dot.png) no-repeat left center;
}
div.text table.content td {
	padding: 5px;
	font-size: 10px;
	text-transform: uppercase;
}
div.text table.content td span {
	font-weight: normal;
	padding-left: 10px;
	background: url(../img/dot-grey.png) no-repeat left center;
}
div.text table.content td.name a:link, div.text table.content td.name a:visited {
	padding-left: 0px;
	background: none;
	text-transform: none;
}
div.text table.content tr.odd {
	background: none;
}
div.text table.content tr.even td {
	background: url(../img/table-bg.png) repeat left top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/public/img/table-bg.png', sizingMethod='scale');
}
div.newsletter {
	padding: 25px 10px 30px 43px;
	-padding: 20px 10px 30px 43px;
}
div.newsletter p {
	margin: 10px 0px 20px 0px;
}
div.news {
	padding: 30px;
	width: 570px;
	position: absolute;
	left: 50%;
	margin-left: -165px;
	bottom: -20px;
	*bottom: 0px;
}
div.news div {
	float: left;
	width: 220px;
	margin-right: 60px;
	padding-top: 15px;
}
div.news div a:link, div.news div a:visited {
	display: block;
	width: 200px;
	padding: 10px;
	background: url(../img/news_img_border.png) repeat left top;
}
div.news div a:hover {
	display: block;
	padding: 10px;
	background: url(../img/news_img_border_hover.png) repeat left top;
}
div.news-all a:link, div.news-all a:visited {
	display: block;
	color: #ffffff;
	width: 200px;
	padding: 10px;
	background: url(../img/news_img_border.png) repeat left top;
}
div.news-all a:hover {
	display: block;
	padding: 10px;
	background: url(../img/news_img_border_hover.png) repeat left top;
}
div.news-all div {
	margin: 10px 0px 20px 0px;
}
div.news-all div.pages {
	width: 100%;
	font-weight: bold;
}
div.news-all div.pages span {
	display: block;
	width: auto;
	float: left;
	padding: 5px 10px;
}
div.news-all div.pages a:link, div.news-all div.pages a:visited {
	display: block;
	padding: 5px 10px;
	margin-right: 2px;
	float: left;
	background: #333333;
	color: #ffffff;
	text-decoration: none;
	width: auto;
}
div.news-all div.pages a:hover {
	display: block;
	padding: 5px 10px;
	margin-right: 2px;
	float: left;
	background: #999999;
	color: #333333;
	text-decoration: none;
}
div.news-all div.pages span.active {
	display: block;
	padding: 10px 15px;
	margin-right: 2px;
	float: left;
	background: #999999;
	color: #333333;
	text-decoration: none;
}
div.news-all div.pages span.unactive {
	display: block;
	padding: 5px 10px;
	margin-right: 2px;
	float: left;
	background: #666666;
	color: #999999;
	text-decoration: none;
	width: auto;
}
div.news-one img {
	padding: 10px;
	margin-top: 20px;
	background: url(../img/news_img_border.png) repeat left top;
}
div.content-r {
	float: right;
	width: 630px;
	position: relative;
	padding-bottom: 30px;
}
div.empty {
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background: url(../img/drop-shadow_bg.png) no-repeat center top;
}
div.flowers {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../img/flowers.png) no-repeat left top;
	width: 260px;
	height: 333px;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/template/public/img/flowers.png");
}
div.left-menu {
	position: absolute;
	width: 200px;
	height: 330px;
	top: 225px;
	left: 30px;
}
div.footer {
/*	height: 60px;*/
	width: 932px;
	margin: 0px auto;
	font-size: 10px;
	position: relative;
}
div.footer p {
	margin: 0px;
}
div.footer a:link, div.footer a:visited {
	text-decoration: none;
	color: #333333;
}
div.footer a:hover {
	text-decoration: underline;
	color: #333333;
}
div.footer div.footer-l span {
	margin: 0px 30px 0px 30px;
}
div.footer-l {
	float: left;
	width: 302px;
	padding: 26px 0px 0px 0px;
	text-align: right;
}
div.footer-r {
	float: left;
	width: 630px;
	padding: 18px 0px 0px 0px;
}
div.footer-r span {
	margin-left: 10px;
}
div.footer-r p {
	margin-left: 20px;
}
#flashcontent {
	font: 12px 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 330px;
}
#flash{
	display: block;
	margin: 5px auto 0 auto;
}
div.sitemap ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style: none;
}
div.sitemap ul li {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	background: none;
}
div.sitemap ul li ul {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px;
	list-style: none;
}
div.sitemap ul li ul li {
	margin: 0px;
	padding: 0px;
	list-style: inside circle;
	background: none;
}
div.sitemap ul li a:link, div.sitemap ul li a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div.sitemap ul li a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
div.sitemap ul li ul li a:link, div.sitemap ul li ul li a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
div.sitemap ul li ul li a:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
}
div.ref-gallery {
	position: absolute;
	width: 100%;
	top: 200px;
	color: #ffffff;
	font-size: 11px;
	background: url(../img/intro_flash_bg.png) no-repeat center 169px;
}
div.ref-gallery div.ref-flash {
	position: relative;
	width: 900px;
	text-align: center;
	margin: 0px auto;
}
/*--------------------------------------------------LOGIN FORM----------------------------------------------------------*/
div.login {
	position: absolute;
	width: 400px;
	height: 210px;
	background: url(../img/bg.jpg) repeat left top;
	padding: 10px 0px;
	left: 50%;
	top: 35%;
	margin: 0px 0px 0px -200px;
	overflow: hidden;
}
div.login div {
	padding: 2px;
}
div.login p {
	margin: 5px 0px;
}
div.header {
	width: 100%;
	text-align: center;
}
div.left {
	float: left;
	width: 49%;
	text-align: center;
}
div.right {
	float: right;
	width: 49%;
	text-align: center;
}
input.small {
	width: 152px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-style: italic;
	color: #666666;
	border: 0px;
	background: url(../img/input_bg.png) no-repeat left top;
	padding: 8px 10px;
}
div.button {
	clear: both;
	width: 100%;
}
input.btn {
	margin: 8px 10px;
	-margin: 0px 10px;
}
/*--------------------------------------------------LOGIN FORM----------------------------------------------------------*/
span.wrong {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

span.correct {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
div.clear {
	widows: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}
div.map {
	float: right;
	border-left: 1px solid #000000;
	margin: 10px -30px 10px 10px;
	_margin: 10px -15px 10px 10px;
	padding: 0px 0px 0px 20px;
	width: 213px;
	height: 450px;
}
a.pdf {
	display: block;
	width: 157px;
	height: 32px;
	background: url(../img/pdf-download.png) no-repeat left top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/template/public/img/pdf-download.png");
	margin: 25px 0px 0px 0px;
}
a.pdf img {
	cursor: pointer;
	position: relative;
}
div.map-image img {
	padding: 10px 10px 10px 9px;
	background: url(../img/map-bg.png) no-repeat left top;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/template/public/img/map-bg.png");
}
div.reader-box {
	color: #ffffff;
	margin: 30px 0px 0px 5px;
}
div.reader-box p {
	width: 185px;
	font-size: 11px;
}
div.reader-box a.reader {
	background: url(../img/reader-download.png) no-repeat left top;
	display: block;
	width: 149px;
	height: 32px;
	margin: 10px 0px;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/template/public/img/reader-download.png");
}
div.reader-box a.reader img {
	cursor: pointer;
	position: relative;
}

/**
 * Core styles.
 */

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

.Subscript
{
	vertical-align: sub;
	font-size: smaller;
}

.Superscript
{
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */

.FontComic
{
	font-family: 'Comic Sans MS';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

/**
 * Font sizes.
 */

.FontSmaller
{
	font-size: smaller;
}

.FontLarger
{
	font-size: larger;
}

.FontSmall
{
	font-size: 8pt;
}

.FontBig
{
	font-size: 14pt;
}

.FontDouble
{
	font-size: 200%;
}

/**
 * Font colors.
 */
.FontColor1
{
	color: #ff9900;
}

.FontColor2
{
	color: #0066cc;
}

.FontColor3
{
	color: #ff0000;
}

.FontColor1BG
{
	background-color: #ff9900;
}

.FontColor2BG
{
	background-color: #0066cc;
}

.FontColor3BG
{
	background-color: #ff0000;
}

/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}

/**
 * Other.
 */

code
{
	font-family: courier, monospace;
	background-color: #eeeeee;
	padding-left: 1px;
	padding-right: 1px;
	border: #c0c0c0 1px solid;
}

kbd
{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

blockquote
{
	color: #808080;
}
