/******************************************
* site specific classes                 
*******************************************/ 

/* top bar */
.TopBar
{
    background: #FFFFFF; 
    text-align:center;
}

.TopBarMenu_Wrapper
{
    margin: 0pt auto; 
    text-align: left; 
    width: 940px;
}

/* masthead area */

.Masthead_Wrapper
{
    height: 95px;
    text-align:center;   
    overflow:hidden;
	/*background:url(/assets/img/headerbg.png) repeat-x top; */
}

.Masthead_Wrapper div.Masthead
{
    margin: 0pt auto; 
    text-align:left; 
    width: 940px;
}

.Masthead_Wrapper div.Masthead_TextBox
{
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    width: 340px;
    margin: 0px;
    padding: 0px;
    padding: 5px 0px;    
    color: #FFCB5B;
    text-align:center;
    font: bold 13px Arial;
}

.Masthead_Wrapper div.Masthead_Links  
{
    font: bold 13px Arial;
    width: 340px;
    margin: 0px;
    padding: 0px;    
}

.Masthead_Wrapper div.Masthead_Links ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;    
}

.Masthead_Wrapper div.Masthead_Links li 
{
    margin: 0;
    padding: 0;
    float: left;
    width: 110px;
    margin-right: 5px;
    text-align: center;       
}

.Masthead_Wrapper div.Masthead_Links li.last 
{
    margin-right: 0;
}
  
.Masthead_Wrapper div.Masthead_Links a 
{
    display: block;
    width: 100%;      
    padding-top: 5px;   
    padding-bottom: 3px;
}

.Masthead_Wrapper div.Masthead_Links a:link,
.Masthead_Wrapper div.Masthead_Links a:visited
{
    background:transparent url(/i/mh_links_bg_1.gif) no-repeat scroll center top;
    color: #FFFFFF;  
    text-decoration: none;  
}

.Masthead_Wrapper div.Masthead_Links a:hover,
.Masthead_Wrapper div.Masthead_Links a:active
{
    background:transparent url(/i/mh_links_bg_2.gif) no-repeat scroll center top;
    color: #214785;
    text-decoration: none;  
}

/* main navigation menu */

.TopMenu 
{
    /* background:#FFFFFF url(/assets/img/navbg.png) repeat-x scroll left bottom; */
    /*border-bottom:1px solid #C9C193;*/    
    height: 30px;
    position:relative;
    text-align:center;
    width:100%;
}

.TopMenu div.TopMenuWrapper 
{
    background-color: #005696;
    margin: 0pt auto; 
    text-align:left; 
    width: 940px;
}

.TopMenu ul 
{
    background:transparent url(/i/nav_main_div.png) no-repeat scroll left bottom;
    height: 30px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt 0pt 0pt 1px;
}

.TopMenu li 
{
    float:left;
    margin:0pt;
    padding:0pt;
    /*background:url(/assets/img/navtabr.png) top right no-repeat;*/
}

.TopMenu li:hover
{
   /* background-position: 0px -32px;*/
}

.TopMenu a
{
    display:block;
    font-weight:bold;   
    line-height: 30px;
    color: #FFFFFF;     
    margin:0pt;
    padding:0pt 11px 0pt 10px;
    /*background: url(/assets/img/navtabbg.png) top left no-repeat;*/
}

.TopMenu a:link,
.TopMenu a:visited 
{    
    text-decoration: none; 
    color: #FFFFFF;
}

.TopMenu a:hover, 
.TopMenu a:active 
{ 
    text-decoration: none; 
    color: #91B6D2;
    /*background-position: 0px -32px;*/
}

/* content area */

.Content_Wrapper
{
    margin: 0pt auto; 
    text-align: left; 
    width: 940px; 
    display: block; 
    padding: 10px 0pt;
    
    background-color: #FFFFFF;
}

.ContentContainer_Top,
.ContentContainer_Bot
{
    clear: both;
	height: 17px;
	display: block;
    background-image:url(/assets/img/top.jpg);
    background-position:center top;
    background-repeat:no-repeat;
}

.ContentContainer_Top
{
    /*background-image:url(/assets/img/top.jpg);*/
}

.ContentContainer_Body
{
	display: block;
	/*
    background-image:url(/assets/img/body.jpg);
    background-position:center top;
    background-repeat:repeat-y;
    */
}

.ContentContainer_Body_Table
{
    width: 940px; 
    padding: 0; 
    margin: 0;
}

.ContentContainer_Bot
{
    /* background-image:url(/assets/img/bot.jpg); */
}

.SideNavArea 
{ 
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

.ContentArea
{
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

/* side menu */

div.SideMenu
{
    width: 130px; 
}

div.SideMenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

div.SideMenu ul li
{
    padding-bottom: 0px; 
}

div.SideMenu ul li a
{
    background: url(/assets/img/bullet.png) no-repeat center left; 
    display: block;
    padding: 2px 0;
    padding-left: 10px; 
    text-decoration: none;
    font-size: 11px;
}

div.SideMenu ul li a:link,
div.SideMenu ul li a:visited
{
    color: #1F4361;
}

div.SideMenu ul li a:hover,
div.SideMenu ul li a:active
{
    color: #005696;
}

div.SideMenuBanners 
{
    text-align:center; 
    width: 130px; 
    margin: 0 auto; 
    margin-top: 5px; 
}

div.SideMenuBanners img 
{ 
    border: none; 
    margin-bottom: 2px; 
    display:block; 
}   

/* bottom section */

.BottomSection
{
    background: url("/assets/img/footerbsa.gif") no-repeat scroll 1% 50% #F1E4C2;
    border-top: 1px solid #8E877F;
    margin: 0pt auto; 
    text-align: left; 
    width: 920px; 
    display: block; 
    padding: 10px 10px 0px 10px;    
    height: 40px;
    color: #8E877F;
}

/* footer block */

.FooterBlock
{
    margin-left: 30px;
    color: #8E877F;
    font-size: 11px;
}

.FooterBlock a:link,
.FooterBlock a:visited
{
    color: #8E877F;
    text-decoration: none;
}

.FooterBlock a:hover,
.FooterBlock a:active
{
    color: #91B6D2;
    text-decoration: none;
}

/* end of Site Layout */

/* @group Typography */

/*

li.number-1 {
	background: url(/i/t/number-1.png) 0 3px no-repeat;	
}

li.number-2 {
	background: url(/i/t/number-2.png) 0 3px no-repeat;	
}

li.number-3 {
	background: url(/i/t/number-3.png) 0 3px no-repeat;	
}

li.number-4 {
	background: url(/i/t/number-4.png) 0 3px no-repeat;	
}

li.number-5 {
	background: url(/i/t/number-5.png) 0 3px no-repeat;	
}

li.number-6 {
	background: url(/i/t/number-6.png) 0 3px no-repeat;	
}

li.number-7 {
	background: url(/i/t/number-7.png) 0 3px no-repeat;	
}

li.number-8 {
	background: url(/i/t/number-8.png) 0 3px no-repeat;	
}

li.number-9 {
	background: url(/i/t/number-9.png) 0 3px no-repeat;	
}

ul.bullet-1 li {
	background: url(/i/t/bullet-1.png) 0 2px no-repeat;
}

ul.bullet-2 li {
	background: url(/i/t/bullet-2.png) 0 2px no-repeat;
}

ul.bullet-3 li {
	background: url(/i/t/bullet-3.png) 0 2px no-repeat;
}

ul.bullet-4 li {
	background: url(/i/t/bullet-4.png) 0 2px no-repeat;
}

ul.bullet-5 li {
	background: url(/i/t/bullet-5.png) 0 2px no-repeat;
}

ul.bullet-6 li {
	background: url(/i/t/bullet-6.png) 0 2px no-repeat;
}

ul.bullet-7 li {
	background: url(/i/t/bullet-7.png) 0 2px no-repeat;
}

ul.bullet-8 li {
	background: url(/i/t/bullet-8.png) 0 2px no-repeat;
}

ul.bullet-9 li {
	background: url(/i/t/bullet-9.png) 0 2px no-repeat;
}

ul.bullet-10 li {
	background: url(/i/t/bullet-10.png) 0 2px no-repeat;
}

ul.bullet-11 li {
	background: url(/i/t/bullet-11.png) 0 2px no-repeat;
}

ul.bullet-12 li {
	background: url(/i/t/bullet-12.png) 0 2px no-repeat;
}

ul.bullet-13 li {
	background: url(/i/t/bullet-13.png) 0 2px no-repeat;
}

ul.bullet-14 li {
	background: url(/i/t/bullet-14.png) 0 2px no-repeat;
}

ul.bullet-15 li {
	background: url(/i/t/bullet-15.png) 0 2px no-repeat;
}

ul.bullet-16 li {
	background: url(/i/t/bullet-16.png) 0 2px no-repeat;
}

ul.bullet-17 li {
	background: url(/i/t/bullet-17.png) 0 2px no-repeat;
}

ul.bullet-18 li {
	background: url(/i/t/bullet-18.png) 0 2px no-repeat;
}

ul.icon-1 li {
	background: url(/i/t/icon-1.png) 0 2px no-repeat;
}

ul.icon-2 li {
	background: url(/i/t/icon-2.png) 0 2px no-repeat;
}

ul.icon-3 li {
	background: url(/i/t/icon-3.png) 0 2px no-repeat;
}

ul.icon-4 li {
	background: url(/i/t/icon-4.png) 0 2px no-repeat;
}

ul.icon-5 li {
	background: url(/i/t/icon-5.png) 0 2px no-repeat;
}

ul.icon-6 li {
	background: url(/i/t/icon-6.png) 0 2px no-repeat;
}

pre {
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
}

blockquote {
	color: #666;
	background: url(/i/t/quote.png) 0 5px no-repeat;
}

blockquote p {
	background: url(/i/t/quote.png) 100% 100% no-repeat;
}


span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(/i/t/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(/i/t/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(/i/t/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(/i/t/status-download.png) 10px 50% no-repeat;
}

img.content-left {
	border: 1px solid #eee;
}

img.content-right {
	border: 1px solid #eee;
}

fieldset {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
}

img.speakers {
	background: url(../images/light/demo-icon.jpg) 0 0 no-repeat;
	float: right;
	margin-left: 15px;
}

.demo-border {
	padding: 5px;
	border: 1px solid #eee;
}

.tool-tip {
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
*/

/* @end */
