/* Do not rename this file. Reference is used in DejaVuRadEditor in CMS */


/************ DO NOT DELETE OR RENAME *************/
/* used in backend for showing inserted Cristal Controls in page content */
.cristalControlDiv
{
	text-decoration: none;
	border: 0px solid #666666;
	width: 100%;
	height: 50px;
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
/************************************************/
 
*
{
	padding: 0;
	margin: 0;
}
 
html 
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: normal 12px/150% Helvetica, Verdana, Arial, sans-serif;
}

body
{
	width: 100%;
	background: #FFFFFF;
	height: 100%;
	padding: 0;
} 

td
{
	font: normal 12px/150% Helvetica, Verdana, Arial, sans-serif;
}

h1
{
	color: #000000;
	font: bold 14px/150% Helvetica, Verdana, Arial, sans-serif;
}

h2
{
	color: #000000;
	font: normal 14px/150% Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
}
 
a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
 
a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}
 
a img
{
	border: 0;
}

.ContentDiv a:link, .ContentDiv a:visited
{
	color: #E85311;
	text-decoration: underline;
}

.ContentDiv a.ContentButton:link, .ContentDiv a.ContentButton:visited
{
	color: #000000;
	text-decoration: none;
}

.ContentDiv a.ContentButton:hover, .ContentDiv a.ContentButton:active
{
	color: #000000;
	text-decoration: underline;
}
 
li 
{
	list-style: outside;
	margin-left: 20px;
}
 
/* for indentation through editor */
blockquote
{
	margin-left: 20px;
}
 
 
/******************
*		colors		*
******************/
.purpleFG
{
	color: #E85311;
}

.greenFG
{
	color: #F1B600;
}

.blueFG
{
	color: #D78E0B;
}

.orangeFG
{
	color: #7C1171;
}
.WhiteFG, .WhiteFG *, .WhiteFG a
{
	color: #FFFFFF;
}
 
.purpleFG a
{
	color: #E85311;
}

.greenFG a
{
	color: #F1B600;
}

.blueFG a
{
	color: #D78E0B;
}

.orangeFG a
{
	color: #7C1171;
}
 
.purpleBG
{
	background-color: #E85311;
}

.greenBG
{
	background-color: #F1B600;
}

.blueBG
{
	background-color: #D78E0B;
}

.orangeBG
{
	background-color: #7C1171;
}

.greyBG
{
	background-color: #6B6C6E;
}
 
 
/*********************
*		positioning		*
*********************/
.OuterDiv
{
	position: relative;
	width: 995px;
	height: 100%;
	text-align: left;
}

.headerDiv
{
	position: relative;
	top: 0;
	margin: 0 auto;
	height: 125px;
	width: 995px;
	z-index: 2;
}

.menuDiv
{
	position: relative;
	margin: 0 auto;
	height: 30px;
	width: 995px;
	z-index: 200;
	background-color: #E85311;
}

.MainDiv
{
	position: relative;
	top:0;
	left:0;
	width: 995px;
	height: auto;
	z-index: 2;
	padding: 0 0 40px 0;
	/*_margin-top: -5px;*/
}

.LeftMenuDiv
{
	float: left;
	width: 270px;
}

.ContentDiv
{
	position: relative;
	float: left;
	top: 0px;
	height: auto;
	width: 450px;
	padding-top:19px;
}
.ContentDivWide
{
	position: relative;
	float: left;
	top: 0px;
	margin-left: 15px;
	height: auto;
	width: 705px;
	padding-top:19px;
}
.RightColumnDiv
{
	position: relative;
	float: right;
	height: auto;
	width: 275px;
}

.HomePageContentDiv
{
	width: 720px;
	float: left;
}
 
 
/******************
*		Header		*
******************/
.HeaderDiv .LogoImage
{
	width: 270px;
}
.HeaderDiv .HeaderImage
{
	position: absolute;
	top: 0;
	right: 0px;	
	_right: -1px;
	width: 725px;
	height: 125px;
}
 
 
/***************
*		Menu		*
***************/
.menuDiv .MainMenu
{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 995px;
	height: 30px;
	background-color: #E85311;
	z-index: 3000 !important;
}

.menuDiv .MainMenu li
{
	display: block;
	height: 30px;
	float: left;
	padding: 0px;
	margin: 0;
	margin-left: 0;
	list-style: none;
	z-index: 3001 !important;
}

.menuDiv .MainMenu li a, .menuDiv .MainMenu li a:visited
{
	padding: 0 0 0 15px;
	margin: 0;
	height: 30px;
	width: 165px;
	_width: 180px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	display: block;
	font-size: 14px;
	z-index: 3002 !important;
}

.menuDiv .MainMenu li a:hover, .menuDiv .MainMenu li a:active
{
	text-decoration: underline;
}
.MenuDiv .MainMenu li a.RightA
{
	width: 245px;
	_width: 260px;
	overflow: hidden;
}
 
 
/*********************
*		RightColumn		*
*********************/
.StampDiv
{
	position: absolute;
	top: 92;
	right: 0;
	z-index: 3;
}

.RightColumnDiv .StampDiv
{
	position: relative;
	top: 0;
	right: -19px;
	z-index: 3;
}

.StampDiv img
{
	z-index:4;
}

.RightContentDiv
{
	width: 230px;
	margin: 19px 20px 0 25px;

}

.BannersDiv
{
	width: 240px;
	margin: 0 20px 0 15px;
}
.BannersDiv .BannerTable
{
	width: 240px;
	margin-top: 19px;
	text-align: center;
}
.BannersDiv .BannerTable .BannerImageTd
{
	text-align: center;
}
 
 
/*********************
*		QuoteShow		*
*********************/
.QuoteDiv
{
	width: 620px;
	margin: 13px 40px 0;
	color: #FFFFFF;
}

.QuoteDiv .TitleSpan
{
	font: normal 47px/59px Helvetica, Verdana, Arial, sans-serif;
	display: block;
	margin-bottom: 0px;
}

.QuoteDiv .NameSpan
{
	font-weight: bold;
}

.ContentHomeDiv a
{
	text-decoration: underline;
}
 
 
/*********************
*		NewsList			*
*********************/
.NewsListDiv
{
	width: 240px;
	margin: 19px 20px 0 15px;
}

.NewsListItemTable
{
	margin-bottom: 20px;
}

.NewsListItemTitle
{
	font: bold 12px/20px Helvetica, Verdana, Arial, sans-serif;
	display: block;
}

.NewsListItemOutline
{
	font: normal 12px/20px Helvetica, Verdana, Arial, sans-serif;
}
 
 
/*********************
*		NewsShow			*
*********************/
.NewsShowDiv
{
	margin: 19px 35px 0 12px;
}
 
 
/***************
*		Login		*
***************/
.LoginFormDiv
{
	position: absolute;
	background-color: #FFFFFF;
	bottom: -30px;
	_bottom:-1;
	right: 0;
	_right: -1px;
	width: 276px;
	height: 60px;	
	z-index: 40000 !important;
}

.LoginFormDiv table 
{
	width: 100%;
}

.LoginFormDiv table td
{
	padding:  5px 5px 0;
}

.LoginFormDiv li
{
	list-style: none;
	margin: 0;
}

.ButtonTd
{
	text-align: right;
}

.LoginButton
{
	font-weight: bold;
}
 
 
/*********************
*		StartPage		*
*********************/
#startPageTable
{
	width: 720px;
}

.StartPageColumn
{
	width: 340px;
	vertical-align: top;
	padding: 0 10px 0 15px;
}

.StartPageCategoryTitle
{
	font-weight: bold;
}

.StartPageColumn .LinkTable
{
	margin-bottom: 1em;
}

.StartPageColumn .LinkTable a
{
	color: #000000 !important;
}

.PlusMinButton
{
	cursor: pointer;
	margin-top: 5px;
}

.InformationDeskLogin .buttonEditAction 
{
	color: #FFFFFF;
	background-color: #D78E0B;
	font: normal 12px/150% Helvetica, Verdana, Arial, sans-serif;
	border: none;
	padding-bottom: 1px;
	text-transform: lowercase;
}


.InformationDeskLogin a
{
	color: #D78E0B;
	text-decoration: underline;
}


