.sideNavContainer 
{
	background-color:#9BB6D2;
	border:none;
	width:150px;
	padding:3px 3px 3px 3px;
}

.imgBoxLeft 
{
	padding-top: 20px;
}
.textFloat 
{
	padding-top: 17px;
}

h1 a:link
{
	font-size: 12px;
}

/*** Listing Tables ****/
.listTable 
{
	border:none;
}

.listTable_row td
{
	padding: 10px 5px;
}
.listTable_rowAlt td 
{
	padding: 10px 5px;
	background-color: #4A5564;
}
.listTable_head th
{
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	background-color: #5D7B9D;
	padding: 5px;
}
.listTable_head th a:link 
{
	color:#FFF;
}

/*** Form Tables ****/
table.FormCollection 
{
	color: #000;
	font-size: 11px;
	background: #FFF;
	border:1px solid #000;
}
table.FormCollection th, table.FormCollection td 
{
	border-bottom: 1px solid #000;
	padding: 5px;
}
table.FormCollection th 
{
	font-size:11px;
	color:#FFF;
	background-color:#4970ab;
	width: 100px;
}
table.FormCollection td 
{
	background-color:#E1E7F4;
}

table.FormCollection input 
{
	border: 1px solid #A0A6AB;
	margin: 2px;
}


/***Sub Page Navigation Adjustment ***/
#subPage #topNav 
{
	margin-top: 17px;
}

.HorizMenu
{
	font-size:11px;
	font-weight:600;
	float: right;
}
.HorizMenuItem a, #subPage .HorizMenuItem a:link, #subPage .HorizMenuItem a:hover, #subPage .HorizMenuItem a:visited
{
	padding:0 11px 0 11px;
	text-decoration:none;
	color: #FFF;
}
.HorizMenuItemHover 
{
	background:none; 
	background-image: url(../images/icon_tn_arrow.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
.HorizMenuDynamic
{
	float: left;
	text-align: left;
}
.HorizMenuDynamicItem 
{
}
a.HorizMenuDynamicItem, a.HorizMenuDynamicItem:link, a.HorizMenuDynamicItem:visited
{
	font-weight: 600;
	line-height: 22px;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	padding: 0 20px 0 20px;
}
a.HorizMenuDynamicItem:hover 
{
	background-image: url(../images/icon_tn_arrow.gif);
	background-position: 8px 50%;
	background-repeat: no-repeat;
}


/*** Page Sections ****/
.featuredContent 
{
	border:1px solid #FFF;
	padding: 10px 5px;
}

.innerFarRightContent 
{
}
.sidebarBox 
{
	background-color:#454F5F;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 15px;
}

.sidebarBox h1 
{
	background-color:#7992B1;
	color:#FFFFBF;
	font-size: 13px;
	font-weight: 600;
	padding: 3px;
}

.sidebarBox a:link, .sidebarBox a:visited, .sidebarBox a:hover 
{
	color:#FFF;
}

.leafWaterBG 
{
	background-image:url(../images/leaf-with-water.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.HighlightedPageHeader 
{
	background-color:#5D7B9D;
	padding:8px 0 8px 3px;
	width:100%;
	margin-bottom: 10px;
}

.sectionTitle
{
	font-size:12px;
	font-weight: 600;
	color:#FFF;
	padding: 5px 5px;
	background-color:#4970AB;
}

/** Justfify Adjustment */
#innerRight 
{
	text-align:justify;
}

/**** Images *****/

.imgProductDetails 
{
	border: 1px solid #FFF;
	display:inline;
	float: left;
	margin-right: 10px;
}

/**** Tool Tips ****/

div.ToolTip 
{
	padding: 10px;
	background-color: #4870AA;
	border: 1px solid #B7C9DD;
}
div.ToolTip h1 
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
}

/**Side Navigation **/
.SideNav a 
{
	padding: 4px 3px 4px 20px;
	background-image: url('../images/icon_sn_arrow.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #9BB6D2;
	display:block;
}