﻿*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*margin-left: 0px;*/
}

body 
{
	/*margin: 0;*/
}

a
{
	/*	Clears the underline on normal links. */
	color: #0000FF;
	text-decoration: none;
	font-size: medium;
}

a.sideb:hover
{
	color: #FF0000;
}

a.content:hover
{
	color: #FF0000;
}

#PageWrapper
{
	margin: 0 auto;
	/*	Sets the total width for the entire page. */
	width: 1000px;
}

#Header
{
	/*	Gives the header the same width as the PageWrapper. Height of logo & slice = 96 pixel.	*/
	width: 1000px;
	height: 96px;
	background-image: url('../Images/top_header_berkprod_gradient_slice.jpg');
	background-repeat: repeat-x;
	text-align: left;
}


#MenuWrapper
{
	/*	Floats the entire menu on the left of the content.	*/
	width: 980px;
	padding-top: 4px;
	float: left;
	padding: 10px;
	background-color: #304B76;
	text-align: left;
}

#MainContent
{
	/*	The #MainContent element has a minimum height of 500 pixels, but can grow if necessary.	*/
	width: 840px;
	min-height: 500px;
	padding: 5px;
	padding-top: 0;
	float: left;
	text-align: left;
}

#Sidebar
{
	/*	The SideBar is positioned absolutely in the top-left corner of the page (yet still within PageWrapper).
		It has the same font-size and color as #MainContent	*/
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
}

#Footer
{
	/*	The footer is positioned below all other content (yet still within PageWrapper).
		At the top, it gets a border with a dashed style, while all other sides have no border.	*/
	padding: 25px;
	margin: 25px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	height: 60px;
	clear: both;
}

.MenuMain
{
	background-color: #304B76;
	color: #FFFFFF;
	font-weight: 400;
	font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

.SideBarText
{
	margin: 0 0 0 8px;
	font-size: 0.9em;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.ProdHeaderImg
{
	padding-top: 12px;
}

.ProdPgBodyTxt
{
	margin: 0 15px 0 15px;
	font-size: 0.8em;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif
}

h1.ProdPgHead1
{
	/*margin: 0 0 0 -3px;*/
	font-family: Verdana, Georgia, Arial, Times, Times NewRoman;
	font-size: 1.3em;
	font-weight: bold;
	color: #333399;
	padding-top: 12px;
}

h1.ContPgHead1
{
	/*margin: 0 0 0 -3px;*/
	font-family: Times New Roman, Times, Times NewRoman;
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	padding-top: 4px;
}

ul.ItemFeature
{
	/*font-size: .75em;*/
	list-style-type: disc;
	text-indent: 5px;
}

.EmailAR
{
	margin-left: 40px;
}

h1.IntDist
{
	font-family: Arial, Times New Roman, Times, Times NewRoman;
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	margin-bottom: -1px;
}

.CntUsCellLeft
{
	width: 160px;
	text-align: right;
}

.CntUsCellRight
{
	width: 400px;
}

/** Needed in menu for IE8? */
/** http://weblogs.asp.net/mhildreth/archive/2009/01/26/testing.aspx */
.adjustedZIndex {
    z-index: 1;
}