﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:RGB(0,51,63);
	background-color:#4A5864;	
	margin:0px;
	text-align:center;
	height:100%;
	background-image:url('/PublishingImages/background.jpg');
	background-position:center center;
	background-repeat: no-repeat;
	background-attachment:fixed
}
div#Wrapper
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*background-color:#FFFFFF;*/
	background-image:url('/images/A.jpg');
}
#Header
{
	width:100%;
	height:97px;
	background-color:#405A67;
}
#Menu
{
	background-color:#FFFFFF;
	width:100%;
	height:39px;
	margin:0px;
	border-bottom:1px gray solid;
}
#Banner
{
	background-color:#ffffff;
	height:190px;
	padding-bottom:6px;
}
#BannerImage
{
	float:left;
	width:820px;
	height:190px;
}
#Content
{
	/*height:100%;*/
	display:block;


}

#SideNav
{
	width:199px;
	background-color:#FFFFFF;
	height:400px;
	float:left;
	border-right:1px RGB(0,51,63) dotted;

}
#MainContent
{
	width:800px;
	/*height:400px;	*/
	float:left;
	/*background-image:url('/images/Background.jpg');
	background-position:540 top;
	background-repeat:no-repeat;*/

}
#PageFooter
{
	height:42px;
	background-color:#828A90;
	width:100%;
	display:block;
	clear:both;

}
#VitaSearch
{
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:180px;
	height:190px;
	overflow:hidden;
	background-image:url('/PublishingImages/DidYouKnow/Search.png');
}
#SiteActions
{
	position:absolute;
	top:0px;
	right:0px;
}

/* NM Start of section for Documents CQ Webpart */
.CQCategoryHeader
{
	clear:both;
	background-color: #405A67;
	color: #FFF;
	font-weight:bold;
	padding:3px 3px 3px 3px;
	margin-top:2px;
}
.CQDocHeader
{
	margin: 0px 0px 3px 0px;
	padding: 0px 5px 0px 1px;
}
.CQDocItem
{
	border-bottom: 1px #828A90 dotted;
}
.DocHeadType, .DocHeadTitle, .DocHeadDesc, .DocHeadMod
{
	padding:4px 0px 4px 0px;
	background-color: #EAEBED;
}
.DocHeadType, .DocItemType, .DocHeadTitle, .DocItemTitle, .DocHeadDesc, .DocItemDesc, .DocHeadMod, .DocItemMod
{
	float:left;
	padding-right:6px;
}
.DocHeadType, .DocItemType
{
	width:48px;
}
.DocHeadTitle, .DocItemTitle
{
	width:230px;
}
.DocHeadDesc, .DocItemDesc
{
	width:402px;
}
.DocHeadMod, .DocItemMod
{
	width:82px;
}
.DocItemTitle, .DocItemMod
{
	color: #405A67;
}
a.DocItemLink:link, a.DocItemLink:active, a.DocItemLink:visited, a.DocItemLink:hover
{
	/*color:RGB(110,192,64);*/
}
.DocItemTitle, .DocItemMod
{
	/*color:RGB(100,100,100);*/
}
.DocItemDesc
{
	/*color:RGB(146,148,151);*/
}
/* NM End of section for Documents CQ Webpart */

/* Begin login page */
.loginText
{
	margin-left:10px;
}

#WelcomeLoginZone
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    color:#00333F;
    background-color:transparent;
}

.Title
{
	color:#00333F;
	font-size:16px;
	font-weight:bold;
	margin-top:2px;
	padding-bottom:4px;
	text-transform:uppercase;
	margin-left:10px;
}

.hymansLogin
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    color:#00333F;
    background-color:transparent;
    margin-top:20px;
}
/* End login page */
