/* Do not rename this file. Reference is used in DejaVuRadEditor in CMS */

/* See for all classes used in Controls /development/DejaVuUserControlStyles.css */

/************ 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;
}

.subscriptionError
{
	color: #FFFFFF;
}

/************************************************/
 
* 
{
	padding: 0;
	margin: 0;
}

body 
{
	background-image: url("../images/defaultBg.png");
	background-attachment: fixed;
	color: #58585A;
	font: normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
}

html
{
	overflow-y: scroll;
}

table, table td
{		
	padding: 0 10px 0 10px;
	margin: 0;
	font: normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	color: #845420 !important;
	text-decoration: none !important;
}

a:visited
{
	color: #845420;
	text-decoration: none;
}

a:hover, a:active 
{
	color: #C0721E;
	text-decoration: none;
}

hr
{
	border: 0px;
	background-color: #F5BD7E;
	color: #F8941D;
	height: 1px;
	margin: 5px 0 5px 0;
	clear: both;
}

/*
h1 
{
	color: #666666;
	font: bold 12px/140% Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 6px;
}

h2
{
	font: bold 12px/140% Arial, Helvetica, sans-serif;
}

h3
{
	color: #666666;
	font: normal 12px/140% Arial, Helvetica, sans-serif;
}
*/
h1
{
	font-size: 14px;
	color: #F8941D;
	font-weight: bold;
	margin:0 0 3px;
}

h2
{
	font-size: 12px;
	color: #845420;
	font-weight: bold
}

h3
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	color: #845420;
	font-weight: bold;
	margin:0 0 3px;
}

h5
{
	font-size: 12px;
	color: #C0721E;
	font-weight: bold;
}

.NoScript
{
	color: #000000; 
	background-color: #FFFF00; 
	padding: 5px 10px; 
	margin-bottom: 10px;
	position: relative; 
	z-index: 2000; 
	top: 0; 
	left: 0;
	letter-spacing:1px; 
	border: 1px solid #FF0000;
}

/********************
*					*
*		Layout		*
*					*
********************/
#outerDiv
{
	width: 981px;	
	margin: 10px auto 0 auto;
}

#headerDiv
{
	position: relative;
	width: 981px;
	height: 222px;
	z-index: 7000 !important;
	border: dotted 1px #96999C;
}

#contentDiv
{
	position: relative;
	width: 981px;
}
 
#contentLeftDiv 
{
	float: left;
	margin-top: 10px;
	width: 670px;
	padding: 5px 5px 5px 10px;
	background-color: #FFFFFF;
	border: dotted 1px #96999C
}

#contentLeftFooter
{
	float: left;
	margin-top: 10px;
	width: 675px;
	padding: 5px;
	background-color: #FFFFFF;
	border: dotted 1px #96999C;
	height: 18px;
	text-align: center;
	font-size: 11px;
}

#contentRightDiv 
{
	float: right;
	width: 279px;
	margin-top: 10px;
} 

/********************
*					*
*		Header		*
*					*
********************/

#headerLogoDiv 
{
	position: relative;
	height: 183px;
	background-color: #FFFFFF;
	border-style: dotted;
	border-color: #F78F1E;
	border-width: 1px 1px 0 1px
	
}

#headerMenuDiv 
{
	position: relative;
	border: 1px dotted #F78F1E;
	border-width: 1px;
	height: 37px;
	background-color: #FFFFFF;
	text-align: center;
	width:100%;
}



/********************
*					*
*		Content		*
*					*
********************/
#contentDiv Input,
#contentDiv TextArea
{
	border: 1px solid #F8941D;
	position: relative;
	font: normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	margin:	1px;
}

#contentDiv Button,
#contentDiv .BtnAction
{
	border: 1px solid #F8941D;
	background-color: #C0721E;
	color: #FFFFFF;
	padding: 0 20px;
}

#contentDiv ul, 
#contentDiv ol
{
	margin-left: 24px;	
}

#contentDiv .input
{
	padding: 5px;
}


/********************
*					*
*	RightColumn		*
*					*
********************/
.ContentRightTable	
{
	border: 1px solid #C0721E;
	background-color: #FFFFFF;
}

.ContentRightTitle
{
	color: #666666;
	font: bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 6px;
}

.ContentRightText1
{
	border: 1px solid #C0721E;
	background-color: #F78F1E;
	width: 100%;
	padding: 5px 0 ;
	margin: 0 0 10px;
}

.ContentRightText1 ul
{
	list-style-position:outside;
	margin-left:14px;
}

.ContentRightText1 .Button
{
	border: 1px dotted #8B561D !important;
	background: #C0721E;
	color: #FFFFFF;
	float: right;
	padding: 2px 5px 2px 5px !important;
	margin: 5px 5px 5px 0;
}

.ContentRightText2	
{
	border: 1px solid #C0721E;
	background-color: #F5BD7E;
	width: 100%;
	margin: 0 0 10px;
	padding: 5px 0;
}

/* Image Rotator styles */
.imageRotatorDiv
{
    overflow: hidden;
    position: relative;
}

.imageRotator 
{
    position:relative;
	height: 1000px;
    width: 1000px;
}

.imageRotator IMG 
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.imageRotator IMG.active 
{
    z-index:10;
}

.imageRotator IMG.last-active 
{
    z-index:9;

}

/********************
*					*
*	  SplashPage	*
*		Styles		*
*					*
********************/

#SplashLeftContentDiv
{
	float: left;
	margin-top: 10px;
	width: 220px;
}

#SplashCenterContentDiv
{
	width: 460px;
	float: left;
	margin: 10px 10px 20px 10px;
}

#SplashRightContentDiv
{
	float: left;
	width: 279px;
	margin-top: 10px;
}

.SplashContentDownloads
{
	padding: 10px;
	border: 1px solid #C0721E;
	background-color: #F5BD7E;
	margin-bottom: 10px;
}

.SplashContentHighlight
{
	background-color: #F78F1E;
	padding: 1px 1px 13px 1px;
	margin-bottom: 10px;
}

.SplashContentHighlight h3
{
	margin: 10px 10px 5px 10px;
}

 .SplashContentHighlight a
{
	margin: 5px 10px 10px 10px;
}

#SplashRightContentDiv Input,
#SplashRightContentDiv TextArea
{
	border: 1px solid #F8941D;
	position: relative;
	font: normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px 0 20px;
}

#SplashRightContentDiv Button,
#SplashRightContentDiv .BtnAction
{
	border: 1px solid #F8941D;
	background-color: #C0721E;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}

#SplashRightContentDiv ul, 
#SplashRightContentDiv ol
{
	margin-left: 24px;	
}

#SplashRightContentDiv .input
{
	padding: 5px;
}


/* Splash page news item styling */
.SplashNewsItemDiv
{
	width: 457px;
	background: #FFFFFF;
	border: dotted 1px #96999C;
	display: inline-block;
}

.SplashNewsItemDiv .NewsTitleSpan
{

}

.SplashNewsItemDiv .NewsOutlineSpan
{
	font-weight: bold;
	display: block;
}

.SplashNewsItemDiv .NewsBodySpan
{
	font-weight: normal;
}

.SplashNewsItemDiv .NewsLinkSpan
{

}

.NewsListDiv .SplashNewsSeparatorDiv
{
	height: 10px;
}

.SplashNewsItemContent
{
	width: 240px;
	float: left;
	margin: 0 10px 10px 10px;
	display: inline;
}

.SplashFooterItemContent
{
	width: 420px;
	float: left;
	margin: 10px 10px 10px 10px;
	font-size: 11px;
}

.SplashNewsItemHeader
{
	margin: 5px 10px 2px 10px;
	width: 440px;
	border-bottom: 1px solid #F5BD7E;
}

.SplashNewsItemImage
{
	width: 160px;
	overflow: hidden;
	float: left;
	margin: 5px 6px 5px 15px;
	display: inline;
}

.SplashSubNewsItemImage
{
	width:100px;
	overflow: hidden;
	display:inline-block;
	float:right;
	clear:both;
}

.tooltip
{
	position: absolute; 
	visibility: hidden; 
	left: 0; 
	top: 0; 
	padding: 2px;
	background-color: lightyellow; 
	border: 1px solid #000000; 
	font-family: Tahoma, Verdana, Arial Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.2;
	color: #000000;
	z-index: 10000;
}


/* Employee Div*/
.EmployeeDiv
{
	height: auto;
	display: block;
}

.EmployeeItemDiv
{
	width: 100%;
	display: block;
	clear:both;
	overflow: hidden;
	position: relative;
}

.EmployeeItemDiv .EmployeeItemImage
{
	width: 150px;
	overflow: hidden;
	float:left;
	padding:0 0 5px;
	margin: 0 20px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.EmployeeItemDiv .EmployeeItemContent
{
	display: inline;
	float: right;
	margin: 0 10px 5px 0px;
	width: 500px;
}

.EmployeeItemDiv .ReadMoreDiv
{
	display: block;
}



.EmployeeItemDiv .EmployeeItemContent .EmployeeQuoteSpan
{
	font-weight: bold;
}

.EmployeeItemDiv .EmployeeItemContent .EmployeeTextSpan
{
	
}

.ReadMoreLink:link, .ReadMoreLink:visited 
{
	color: #845420;
	text-decoration: none;
}

.ReadMoreLink:hover, .ReadMoreLink:active 
{
	color: #C0721E;
	text-decoration: underline;
}

.dgNewsItems
{
	border: none;
}

.dgNewsItems .tdGridData, .dgNewsItems .trGridData,
.dgNewsItems .trGridHeader,.dgNewsItems .trGridPager
{
	border: 0px solid;
	padding: 0px;
}

.ClearFix:after 
{
	content: "."; 
	display: block;
	height: 0px;
	clear: both; 
	visibility: hidden;
}

.HeightFix:before 
{
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.ccNavigationContainer
{
	width: 520px !important;
	overflow: visible !important;
}

.ccNavigationContainer a
{
	margin: 0 0 0 46px;
	display:list-item;
}

.ccNavigationContainer .ccInput
{
	width: 420px !important;
	margin: 6px 0 0 0 !important;
}

.ccNavigationContainer .ccButton
{
	padding:  0 20px 2px 20px !important;
}

.ccOptionsContainer
{
	width: 180px;
	float: right;
}

.ccRoute
{
	padding-left: 2px;	
}

#mapDiv
{
	margin: 0 0 6px 0;
}