body 
{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	background-image: url(images/background.jpg);
}

.Normal
{
}

.HomePageContent
{
	color: #005288;
	font-size: 18px;
	line-height: 1.4;
}

.HomePageContent em
{
	font-size: 1.6em;
	font-style: normal;
	line-height: .8;

}

.LinksContent,
.LoginButton
{
	font-size: 14px;
	color: #909295;
	margin: 10px 0;
	margin-top: 10px;
	padding-left: 15px;
}

.LoginButton,
.LoginButton:visited,
.LoginButton:link,
.LoginButton:active,
.LinksContent a,
.LinksContent a:visited,
.LinksContent a:link,
.LinksContent a:active,
.Search,
.Search:visited,
.Search:link,
.Search:active
{
	font-size: 14px;
	color: #909295;
	text-decoration: none;
}

.LoginButton:hover,
.LinksContent a:hover,
.Search:hover
{
	font-size: 14px;
	text-decoration: underline;
}

.MenuContainer
{
	padding: 10px;
}

.MenuContainer ul
{
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.MenuContainer li
{
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
}

.MenuContainer li a,
.MenuContainer li a:link,
.MenuContainer li a:visited,
.MenuContainer li a:active,
.MenuContainer li a:hover
{
	background-image: url(images/menu_header_bg.png);
	background-repeat: no-repeat;		
	color: #fff;
	text-decoration: none;
	cursor: default;
	display: block;
	height: 18px;
	padding-left: 5px;
}


.MenuContainer li ul
{
	margin: 10px 0 20px 0;
	padding-left: 20px;
}
.MenuContainer li ul li
{
	background-image: none;
	text-transform: none;
	font-size: 13px;
	color: #5da3d1;
	padding: 2px 0;
	text-indent: -20px;
}
.MenuContainer li ul li a,
.MenuContainer li ul li a:link,
.MenuContainer li ul li a:visited,
.MenuContainer li ul li a:active
{
	background-image: none;
	color: #5da3d1;
	text-decoration: none;
	cursor: pointer;
	display: inline;
	height: auto;
}

.MenuContainer li ul li a:hover
{
	text-decoration: underline;	
	
	background-image: none;
	text-transform: none;	
	color: #5da3d1;	
}



#PageContainer
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:  #fff;
	margin-top: 20px;
}

#MenuContainer
{
	width: 240px;
	height: 744px;
	float: left;
	background-image: url(images/home_menu_bg1.jpg);
	background-repeat: no-repeat;		
	overflow-x: hidden;
	overflow-y: auto;
}

#MenuContainer input,
#Content_MenuContainer input
{
	margin-left: 15px;
}


#Content_MenuContainer
{
	padding-top: 10px;
	width: 240px;
	float: left;
	background-image: url(images/content_menu_bg.jpg);
	background-repeat: no-repeat;	
	background-position: top right;	
}


#HeaderContainer,
#Content_HeaderContainer
{
	width: 698px;
	height: 197px;
	float: left;
	text-align: right;
	padding: 43px 22px 0 0;
	background-image: url(images/home_header_bg1.jpg);
	background-repeat: no-repeat;
}

#Content_HeaderContainer
{
	background-image: url(images/content_header_bg.jpg);
	background-repeat: no-repeat;
}

#ContentContainer
{
	width: 481px;
	height: 484px;
	float: left;
	background-image: url(images/home_content_bg1.jpg);
	background-repeat: no-repeat;
	padding: 20px 40px 0 199px ;	
}
#Content_ContentContainer
{
	width: 720px;
	float: left;
	background-image: url(images/content_content_bg.jpg);
	background-repeat: no-repeat;
	padding-top:  40px;
}

#Content_ContentContainer .ContentPane
{
	padding: 0 50px 0 30px;
	color: #909295;
}

#Content_ContentContainer .ContentFooter
{
	margin-top: 30px;
}
#FooterContainer
{
	height: 154px;
	clear: both;
	background-image: url(images/home_footer_bg1.jpg);
	background-repeat: no-repeat;
}

#Content_FooterContainer
{
	clear: both;
}

#TestimonialPane
{
	margin-top: 30px;
}

#LoginContainer
{
	margin-bottom: 10px;
}

.BlueContentBox
{
	background-image: url(images/home_bluecontent_bg.png);
	background-repeat: no-repeat;
	width: 425px;
	height: 78px;
	float: left;
	margin: 28px 5px 28px 10px;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.BlueContentBox p
{
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.BlueContentBox h2
{
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #fff;
}

#ContentContainer .ContentPane
{
	color: #FFF;
	width: 227px;
	padding: 0 10px;
	
}
.ContentPane h1
{
	color: #60a5d2;
	font-size: 24px;
}

.ContentPane h2
{
	color: #909295;
	font-size: 18px;
}



