@CHARSET "UTF-8";

body
{
	font-family: Verdana, Arial, Helvetica; 
	margin: 0px;
	background-image: url(../images/gradientBG.gif);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

a.Link:hover
{
	color: #B8860B;
	text-decoration: none;
	font-weight: normal; 
}

a.Link
{
	font-weight: normal; 
	color: #224599;
	text-decoration: none;
	font-weight: normal;
}

div#Container
{
	margin: 0 auto;
	width: 960px;
	background-color: #ffffff;
}

div.MainSection
{
	padding-top: 5px; 
	padding-left: 20px; 
	font-size: 12pt;
}

div.MainSectionWithSideMenu
{
	width: 789px; 
	background-color: #FDFDFD;
	overflow: auto;
	border-right: 1px solid #cccccc;
}

div.ColHdr
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt; 
	font-weight: bold; 
	color: #111111; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
/*	background-color: beige;
	background-image: url(../images/headerBG1.jpg); 
	background-repeat: repeat-x; */
}

div.SectionTitle
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold; 
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
}

span.PrsRlsDate
{
	font-weight: normal; 
	color: #333333; 
	font-size: 10pt;
}

div.DivideLine
{
	background-image: url(../images/divideLine.jpg); 
	background-repeat: repeat-x; 
	text-align: center; 
	margin-left: 30px; 
	margin-right: 50px;
}

img.DivideLineImg
{
	position: relative; 
	top: -7px;
}

.HorizLine {
	width: 100%;
	height: 1px;
}

.HorizLine1 {
	background-color: #e0e0e0;
}

.HorizLine2 {
	background-color: #888888;
}

.HorizLine3 {
	background-color: #aaaaaa;
}

.HorizLine4 {
	background-color: beige;
	height: 2px;
}

.HorizLine5 {
	background-color: #dddddd;
}

div.SolutionItem
{
	font-size: 10pt; 
	color: #131313;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 20px; 
	padding-right: 35px; 
}

div.SolutionItemBold
{
	font-size: 10pt; 
	font-weight: bold; 
	color: #333333;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 20px; 
	padding-right: 35px; 
}

div.SolutionBulletItem
{
	font-size: 9pt; 
	color: #131313;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px; 
	padding-right: 60px; 
}


/***************************
 **
 ** Header
 **
 ***************************/
#Header {
	background-image: url(../images/headerBG1.jpg); 
	background-repeat: repeat-x;
	width: 100%;
	height: 58px;
}

#HeaderLogo {
	float: left;
	padding: 5px 20px;
}

#HeaderCompanyName {
	padding-top: 7px;
}

span.CoName {
	font-family: Times;
	font-size: 14pt;
	font-weight: bold;
	/* color: #3F4975; */
	color: #6271B2;
}

span.CoNameSpacer {
	font-family: Times;
	font-size: 10pt;
	font-weight: bold;
	color: #6271B2;
	position: relative;
	top: -1px;
}

div.TagLine {
	font-family: Times;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #6271B2;
	position: relative;
	top: -3px;
	padding-left: 30px;
}

/***************************
 **
 ** Menus
 **
 ***************************/
div.MenuRow
{
	/*background-color: #5563AE;*/
	background-image: url(../images/mainMenuBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
}

a.MenuItem:hover
{
	color: #5563AE;
	text-decoration: none;
	background-color: Beige;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.MenuItem
{
	color: #FEFEFE;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

span.MenuItemSelected
{
	color: Gold;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	padding: 0px 20px;
}

span.MenuItem
{
	color: #FEFEFE;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 20px;
}

span.MenuItemHover
{
	color: #5563AE;
	text-decoration: none;
	background-color: Beige;
	padding-top: 3px;
	padding-bottom: 3px;
}




/***************************
 **
 ** Side Menu
 **
 ***************************/
div.SideMenu
{
	width: 170px;	
	height: 100%;
	background-image: url(../images/headerBG1.jpg); 
	background-repeat: repeat-y;
	background-color: Beige;
	float: left;
	padding: 40px 0px 60px 0px;
}

div.SideMenuItem
{
	color: #5563AE;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 15px 10px;
	cursor: pointer;
}

div.SideMenuItemHover
{
	color: White;
	background-image: url(../images/mainMenuBG.jpg);
	background-repeat: repeat-x;
	background-color: #5563AE;
	margin-left: 0px;
	padding-left: 10px;
	width: 160px;
}

div.SideMenuItemSelected
{
	color: #363636;
	background-color: #FDFDFD;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0px;
	padding-left: 5px;
	padding-right: 15px;
	width: 160px;
}

span.SideMenuItemBullet
{
	position: relative; 
	top: -1px; 
	font-size: 11pt;
}

/***************************
 **
 ** Footer
 **
 ***************************/
.Footer
{
	font-size: 10pt;
	font-weight: normal;
	color: #3F4975;
	padding-bottom: 10px;
	text-align: center;
}

.FooterSmall
{
	font-size: 7pt;
	font-weight: normal;
	color: #3F4975;
	padding-bottom: 10px;
	text-align: center;
}


/***************************
 **
 ** Case Studies
 **
 ***************************/
.CaseStudyHeader
{
	width: 650px;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 20px;
}

.CaseStudyPara
{
	width: 600px;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 30px;
}

.CaseStudyIndent
{
	width: 600px;
	font-size: 10pt;
	font-weight: normal;
	margin: 5px;
	padding-left: 10px;
}





/***************************
 **
 ** Error Page
 **
 ***************************/
.ErrorMsg {
	color: #990000;
	padding-top: 10px;
	padding-bottom: 30px;
}
