﻿/* GLOBAL */
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
h1
{
	font-family: Arial;
	font-size: 24px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
a
{
	color: #990066;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a:Hover
{
	color: #666666;
}

/* FRAMEWORK */
.style_header, .style_mainArea, .style_footer
{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.style_header
{
	height: 112px;
}
.style_mainArea
{
	width: 906px;
}
.style_main_topLeft
{
	width: 28px;
	height: 28px;
	background-image: url(/images/bg_Left_Top.png);
	background-repeat: no-repeat;
}
.style_main_topMiddle
{
	height: 28px;
	background-image: url(/images/bg_Middle_Top.png);
	background-repeat: repeat-x;
}
.style_main_topRight
{
	width: 28px;
	height: 28px;
	background-image: url(/images/bg_Right_Top.png);
	background-repeat: no-repeat;
}
.style_main_left
{
	height: 28px;
	background-image: url(/images/bg_Middle_Left.png);
	background-repeat: repeat-y;
}
.style_main_middle
{
}
.style_main_right
{
	width: 28px;
	background-image: url(/images/bg_Middle_Right.png);
	background-repeat: repeat-y;
}
.style_main_bottomLeft
{
	width: 28px;
	height: 28px;
	background-image: url(/images/bg_Left_Bottom.png);
	background-repeat: no-repeat;
}
.style_main_bottomMiddle
{
	height: 28px;
	background-image: url(/images/bg_Middle_Bottom.png);
	background-repeat: repeat-x;
}
.style_main_bottomRight
{
	width: 28px;
	height: 28px;
	background-image: url(/images/bg_Right_Bottom.png);
	background-repeat: no-repeat;
}
.style_main
{
	min-height: 460px;
	overflow: auto;
	background-color: #ffffff;
}
.style_footer
{
	height: 0px;
}
.main_content, .main_right
{
}
.main_content
{
	width: 560px;
	float: left;
	/*background-color: Aqua;*/
}
.main_right
{
	width: 270px;
	float: right;
	/*background-color: Lime;*/
}
.style_rounded_topLeft
{
	width: 10px;
	height: 10px;
	background-image: url(/images/topLeft.png);
	background-repeat: no-repeat;
}
.style_rounded_topMiddle
{
}
.style_rounded_topRight
{
	width: 10px;
	height: 10px;
	background-image: url(/images/topRight.png);
	background-repeat: no-repeat;
}
.style_rounded_left
{
}
.style_rounded_middle
{
}
.style_rounded_right
{
}
.style_rounded_bottomLeft
{
	width: 10px;
	height: 10px;
	background-image: url(/images/bottomLeft.png);
	background-repeat: no-repeat;
}
.style_rounded_bottomMiddle
{
}
.style_rounded_bottomRight
{
	width: 10px;
	height: 10px;
	background-image: url(/images/bottomRight.png);
	background-repeat: no-repeat;
}

/* HEADER */
.header_logoLink
{
}
.header_logoImage
{
	float: left;
	border: none 0px;
	margin: 0px 15px 0px 15px;
}
.header_menu
{
	padding: 60px 5px 0px 5px;
}
.header_menuItem
{
	float: left;
	margin-top: 7px;
}
.header_menuItemLeft, .header_menuItemLeftActive, .header_menuItemMiddle, .header_menuItemMiddleActive, .header_menuItemRight, .header_menuItemRightActive
{
	min-width: 10px;
	height: 30px;
	float: left;
}
.header_menuItemLeftActive
{
	background-image: url(/images/menu_Left.png);
	background-repeat: no-repeat;
}
.header_menuItemMiddleActive
{
	background-image: url(/images/menu_Fill.png);
	background-repeat: repeat-x;
}
.header_menuItemRightActive
{
	background-image: url(/images/menu_Right.png);
	background-repeat: no-repeat;
}
.header_menuText, .header_menuTextActive
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #be7399;
	text-transform: uppercase;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.header_menuTextActive, .header_menuTextActive:Hover, .header_menuText:Hover
{
	color: #ffffff;
}
.right_menuLink
{
	font-weight: bold;
	line-height: 20px;
}
/* PAGES */
.content_page, .content_fullPage
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*background-color: Yellow;*/
}
.content_fullPage
{
	overflow: visible;
}
.page_imagePage_image
{
	position:absolute;
	left: 0px;
	top: 0px;
	border: none 0px;
}
.page_imagePage_imageContainer
{
	position: relative;
	width: 100%;
	height: 100%;
        overflow:hidden;
}
.page_imagePage_background
{
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 85px;
	background-image: url(/images/semitransperant.png);
	background-repeat: repeat;
}
.page_imagePage_textPosition
{
	padding: 13px 0px 0px 25px;
}
.page_imagePage_header
{
	color: #ffffff;
        line-height: 48px;
}
.page_imagePage_text
{
	color: #ffffff;
	margin-top: -10px;
}
.page_imagePage_image_topLeft
{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image: url(/images/topLeft.png);
	background-repeat: no-repeat;
}
.page_imagePage_image_topRight
{
	position:absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image: url(/images/topRight.png);
	background-repeat: no-repeat;
}
.page_imagePage_image_bottomLeft
{
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
	background-image: url(/images/bottomLeft.png);
	background-repeat: no-repeat;
}
.page_imagePage_image_bottomRight
{
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
	background-image: url(/images/bottomRight.png);
	background-repeat: no-repeat;
}
.page_objectList_objectTable
{
	width: 600px;
	margin: 0px -20px -20px -20px;
}
.page_objectList_objectLink
{
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.page_objectList_objectImg
{
	border: none 0px;
}
.page_objectList_header
{
}
.page_objectList_text
{
}
.page_fullPage_image
{
	margin-top: 20px;
}
.right_menuPadding
{
	padding: 8px 10px 6px 10px;
}
.right_textPadding
{
	padding: 8px 10px 0px 10px;
}
.right_menu
{
	width: 100%;
	background-color: #e3e5e4;
	margin-bottom: 20px;
}
.right_contactTable, .right_quickInfoTable
{
	width: 100%;
	background-color: #999999;
}
.right_quickInfoTable
{
    margin-bottom: 20px;
}
.right_listHeader
{
	margin-bottom: 20px;
}
.right_listObject
{
	margin-top: 10px;
}
.right_listLink
{
	font-weight: bold;
}
.right_listAbstract
{
	font-size: 11px;
	line-height: 11px;
	margin-top: 3px;
}
.right_listLink:Hover
{
	color: #666666;
}
.right_listAbstract
{
	color: #333333;
}
.right_contactHeader, .right_quickInfoHeader
{
	color: #ffffff;
	margin-bottom: 8px;
}
.right_contactText, .right_contactText a, .right_quickInfoText, .right_quickInfoLink, .right_contactTable_personTable_text, .right_contactTable_personTable_text a
{
	color: #ffffff;
	line-height: 16px;
}
.right_quickInfoText
{
    margin-bottom:10px;
}
.right_quickInfoLink a
{
    border-bottom-style:dotted;
    border-bottom-width: 1px;
    color: #ffffff;
}
.right_contactText a
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.right_contactText a:Hover
{
	color: #666666;
}
.right_contactTable_personTable_image
{
	padding-right: 4px;
}
.right_contactTable_padding
{
	padding-bottom: 4px;
}