﻿/************************************/
/* General page styles				*/
/************************************/

.GreenText
{
	color: #a3bd6b !important; 
}

.LeftColumnContent
{
	padding-top: 120px;
}

.LeftColumnContent div
{
	padding: 15px 0px 15px 20px;
	line-height: 24px;
	width: 165px;
}

.Paragraph
{
	padding-bottom: 10px;
}

.PageMainTitle
{
	color: #cccccc !important;
}

.PageSubTitle
{
	color: #666666 !important;
}

.PageTitleSection,
.PageTitleSection Span,
.PageTitleSection div
{
	cursor: default;
	font-size: 18px !important;
	line-height: 22px;
}

#RightContentFlashDiv
{
	position: relative;
}

#RightContentFlashDiv #FlashDiv
{
	position: absolute;
	top: 60px;
	left: 56px;
}

#RightContentFlashDiv #ImageFrameDiv
{
	padding: 50px 0px 0px 39px;
}

.RightContentPersonImage
{
	padding: 55px 0px 0px 126px;
}

/************************************/
/* Left menu styles					*/
/************************************/

.DottedBottomBorder
{
	border-bottom: dashed 1px #CECECE;
}

.DottedTopBorder
{
	border-top: dashed 1px #CECECE;
}

.LeftMenuTitle
{
	font-size: 15px;
	color: #a3bd6b;
}

.LeftSubMenuDiv
{
	padding-top: 85px;
}

.LeftSubMenuItem
{
	padding: 11px 0px 10px 0px;
}

.LeftSubMenuItem div
{
	padding-left: 23px;
}

.LeftSubMenuItem a
{
	color: #999999;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}

.LeftSubMenuItem a:hover
{
	color: #000000 !important;
}

.LeftSubMenuItem .Selected
{
	border-left: solid 6px #A3BD6B !important;
	padding-left: 17px !important;
}

.LeftSubMenuItem .Selected a
{
	color: #000000 !important;
}

/************************************/
/* MasterPage and home page styles	*/
/************************************/

.Background
{
	background-color: #F2F1F1;
}

.Home1Background
{
	background-image: url(../../Images/Backgrounds/Home1Background.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.LeftBorder
{
	background-image: url(../../Images/Backgrounds/MainContentLeftBorder.png);
	background-position: left top;
	background-repeat: repeat-y;
	vertical-align: top;
}

.LeftBorderBackground
{
	background-image: url(../../Images/Backgrounds/MainBackground.jpg);
	background-position: 0px -118px;
	background-repeat: no-repeat;
}

.LeftContent
{
	background-color: #FBFBFB;
	background-image: url(../../Images/Backgrounds/MainBackground.jpg);
	background-position: -34px -118px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.MainBackground
{
	background-image: url(../../Images/Backgrounds/MainBackground.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.MainBottomBorder
{
	background-image: url(../../Images/Backgrounds/MainContentBottomBorder.jpg);
	background-position: left top;
    background-repeat: no-repeat;
    height: 45px;
}

.MainContent
{
	background-color: #FBFBFB;
	background-image: url(../../Images/Backgrounds/MainBackground.jpg);
	background-position: -280px -118px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.MainContentTable
{
	/* width: 1005px; */
	height: 370px;
}

.RightContent
{
	background-color: #FBFBFB;
	background-image: url(../../Images/Backgrounds/MainContentRightBorder.png);
	background-position: 278px 0px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.RightBorder
{
	background-color: #FBFBFB;
	background-image: url(../../Images/Backgrounds/MainContentRightBorder.png);
	background-position: -12px 0px;
	background-repeat: repeat-y;
	vertical-align: top;
}

/************************************/
/* Specific Page Styles				*/
/************************************/

/*** What our clients say ***/
#ClientQuotesDiv div,
#ClientQuotesDiv div span
{
	font-size: 12px;
}

/**** Home page styles	***/
#HomePageText,
#HomePageText span
{
	font-size: 15px;
	letter-spacing: 0.01em;
	line-height: 18px;
}

.HomeHeading1,
.HomeHeading1 span
{
	color: #acc37a;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 30px;
}

.HomeAbstractText,
.HomeAbstractText span
{
	font-size: 11px;
}

#PulsatingButtonDiv
{
	background-image: url(../../Images/Buttons/EnterButtonBG.png);
	cursor: pointer;
	height:51px;
	width:121px;
}

/************************************/
/* Scrollbar Styles					*/
/************************************/

#ScrollBarContainerDiv
{
	background-color: #ebebeb;
	overflow: hidden;
	height: 8px;
}

#ScrollBarDiv
{
	background-color: #BCCC34;
	cursor: pointer;
	height: 8px;
	width: 25px;
}

/************************************/
/* Top Menu Styles					*/
/************************************/

.TopMenuItemSeparator
{
	padding: 0px 5px;
	color: #999999;
	cursor: default;
	font-size: 10px;
	font-weight: bold;
}

/***** primary menu *****/

.TopPrimaryMenuItem
{
	color: #999999;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.TopPrimaryMenu .MenuItemHover
{
	color: #a3bd6b !important;
}

/***** secondary menu *****/

.TopSecondaryMenuItem
{
	color: #a3bd6b;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

.TopSecondaryMenu .MenuItemHover
{
	color: #333333 !important;
}

/****** Animated Bar *******/
#MainBarDiv
{
	background-color: #dddada;
	height: 5px;
	overflow: hidden;
	width: 800px; /* safari hack. width does not update correctly so it is explicitly set*/
	_width: 100%; /* IE 6 hack. width does not overflow properly*/
}

.SubBarDiv
{
	background-color: #A3BD6B;
	height: 5px;
	width: 100%;
}
