/*# Basic Style #*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;	
	margin: 0px;
	padding: 0px;
	color: #003BAF;
}
a
{
	color: #003BAF;
	text-decoration: none;
}

a:hover
{
	color: #3e64ad;
}

h1, h2, h3
{
	color: #157315;

}
h1
{
	font-size: 18px;
	padding: 0px;
}

h2
{
	color: #3e64ad;
	font-size: 14px;
}

/*# Base Tab Control Style #*/
.TabControl
{
	padding: 3px;
	margin: 3px;
	font-weight: bold;
}

.TabControlTable
{
	width: 100%;
	background-color: #E9E5CC;
}

.TabControlLeft
{
	padding: 0;
	margin: 0;
}

.TabControlRight
{
	padding: 0;
	margin: 0;
}

.TabControlLink
{
	padding: 3px;
	margin: 3px;
}

.TabControl a:hover
{
	color: #999999;
}

.TabControlSelectedLeft
{
	padding-left: 0;
	margin-left: 0;
}

.TabControlLinkSelected
{
	font-weight: bold;
	color: #157315;

}

.TabControlSelected
{
		padding-left: 0;
	margin-left: 0;
}

.TabControlSelected a:hover
{
	color: #999999;
}

.TabControlSelectedRight
{
	padding-left: 0;
	margin-left: 0;
}

/*# Layout Styles #*/
.LTR, .RTL
{
	background-image: url(../app_themes/PVLC/images/layout/bgdrop.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #ffffff;
	margin: 0px;
}
#RootLayout
{
	/* text-align: center; */
	margin: 0px; 
	padding: 0px;
}

#BackgroundLayout
{


	margin: 0px; 
	padding: 0px;
}

#InnerRootLayout
{
	padding: 0px;
	margin: 0px 0px;
	width: 930px;
	text-align: left;
}

#LayoutTable 
{
	width: 930px;
}

#LayoutTable .TopNavCell
{
	background-image: url(../app_themes/PVLC/images/layout/index_06.jpg);
	background-repeat: no-repeat;
	height: 39px;
}

#LayoutTable .PodNavCell
{
	background-image: url(../app_themes/PVLC/images/layout/index_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 202px;
}

#LayoutTable .MainContentCell
{
	background-image: url(../app_themes/PVLC/images/layout/index_09.jpg);
	background-repeat: no-repeat;
	width: 520px;
}

/*# Layout Styles / Left Column Style #*/
#LeftColumn
{
	width: 202px;
	margin-top: 0px;
}

.NavPod
{
	text-align: left;
	width: 160px;
	margin: 15px auto;
	font-size: 10px;
	padding: 10px 5px;
	border: solid #000000 1px;
}

.NavPodImage
{
	text-align: center;
}

.NavPodTitle
{
	margin: 3px 5px 0px 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.NavPodDescription
{
	margin: 0px 5px;
}

.NavPodLink
{
	margin: 0px 5px 3px 5px;
}


/*# Layout Styles / Main Content Style #*/
#MainContent
{
	margin: 0px;
	color: #000000;
}

#MainContent .TabControlTable

{
	text-align: center;
}

/*# Layout Styles / Footer Style #*/
#Footer
{
	font-size: 10px;
	vertical-align: bottom;
}

/*# General Classes #*/
.TipItem
{
	margin-left 15px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.TipPreview
{
	margin-top: 10px;
	margin-left: 15px;
}

.TipPreviewTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #157315;
	margin-bottom: 5px;
}

.TipPreview a
{
	text-decoration: underline;
}
.TipsMoreLinkBottom
{
	text-align: right;
	width: 350px;
}
.NewsDetail
{
	margin-top: 10px;
	width: 350px;
}
.NewsTitle
{
	color: #157315;
	font-weight: bold;
	font-size: 14px;
}
.NewsReleaseDate
{
	margin: 10px 0px;
}
.NewsText
{
	margin: 10px 0px;
}

.NewsItemPreview
{
	margin: 15px 0px;
	width: 350px;
}	
.PageTitle
{
	text-align: right;
}
.IdealText
{
	font-style: italic;
	font-size: 14px;
	text-align: left;

}

.IdealTextHeader
{
	font-size: 15px;
	font-weight: bold;
	color: #3e64ad;
}

.EditingFormErrorLabel
{
	color: #ff0000;
}
/*# Image Gallery Style #*/
.ImageGalleryDescription
{
	width: 190px;
}

#GalleryHomePage
{
	margin: 0px auto;
	width: 500px;
}

#GalleryHomePage .GalleryHomePageThumbnail
{
	border: solid 1px #000000;
	margin-left: 7px;
	margin-top: 7px;
	margin-right: 7px;
}

#GalleryHomePage .GalleryHomePageTitle
{
	text-align: center;
	margin-bottom: 7px;
}

/*# Application Form Styles #*/
#ApplicationForm .EditingFormTable
{
	width: 500px;
}

#ApplicationForm .EditingFormCategory
{
	font-weight: bold;
}

#ApplicationForm .EditingFormLabelCell
{
	text-align: right;
}

/*# BizForm Styles #*/
.FormTextBox200
{
	width: 260px;
}

.FormTextBox100
{
	width: 100px;
}

.FormTextBox50
{
	width: 50px;
}

/*# System Styles #*/
.CMSEditableRegionEdit
{
	background-image: none;
	background-color: #000000;
}

/*# Web Part Containers #*/
.PartnerLinkBox
{
	width: 175px;
	text-align: center;
}

/* Floating Images - Allows Words to wrap around an image */
.Floatleft
{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.FloatRight
{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.FloatLowerRight
{
	float: right;
	margin-top: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*  Debug Style DO NOT USE ON A PUBLIC SITE */
.dtl table
{
}

.dtl td, .dtl th
{
	border: solid 1px #333333;
}
