/*----------------------------------------------------------------------------*/
/* Site Layout
/*----------------------------------------------------------------------------*/

#HomePageTop {
    height: 426px;
}

#HomePageBottom {
    padding: 7px 0 13px 0;
    text-align: center;
}

#PageBottom {
    padding: 0 0 13px 0;
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------------*/

#Header {
    height: 76px;
    color: #8C876E;
    font-size: 12px;
}

#Header .pad {
    padding: 30px 80px 0 0;
}

#Header A {
    color: #8C876E;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
}

#TopMenu .separator, #FooterMenu .separator {
    padding: 0 3px 0 3px;
}

/*----------------------------------------------------------------------------*/
/* Home Content
/*----------------------------------------------------------------------------*/

#HomeContent {
    width: 822px;
    margin: 0 auto 0 auto;
    text-align: left;
    background: url(images/bgHomeContent.gif) repeat-y top left;
}

#HomeContent .TopLeftPaneWrapper {
    width: 59%;
}

#HomeContent .TopLeftPane {
    margin: 0 90px 0 30px;
}

#HomeContent .BottomLeftPaneWrapper {
    width: 59%;
}

#HomeContent .BottomLeftPane {
    margin: 0 55px 0 15px;
}

#HomeContent .ContentPaneWrapper {
    width:61%;
	height:400px
}

/*----------------------------------------------------------------------------*/
/* Internal Content
/*----------------------------------------------------------------------------*/

#Content {
    width: 822px;
    margin: 0 auto 0 auto;
    text-align: left;
    background: url(images/bgContent.gif) repeat-y top left;
}

#Content .TopLeftPaneWrapper {
    
}

#Content .Spacer {
    height: 1px;
    font-size: 0px;
    background-color: #EDF5F9;
}

/*----------------------------------------------------------------------------*/
/* Footer
/*----------------------------------------------------------------------------*/

#PageFooter {
    background-color: #DFD1AD;
    text-align: center;
}

#FooterContent {
    width: 824px;
    height: 120px;
    line-height: 49px;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 13px;
    color: #FEFDFD;
    background: url(images/bgFooter.gif) no-repeat top left;
}

#FooterContent .pad {
    padding: 0 22px 0 22px;
}

#Copyright {
    float: left;
	font-family:"Trebuchet Ms"
}

#FooterMenu {
    float: right;
}

#FooterMenu A {
    color: #05516e;
    font-size: 11px;
    text-decoration: underline;
    text-transform: uppercase;
}
#FooterMenu A:hover {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
    text-transform: uppercase;
}
.MainMenu_MenuContainer {
	background-color: transparent;
    width:100%;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuArrow {
	display: none
}

.MainMenu_RootMenuArrow {
	display: none
}

.MainMenu_MenuIcon {
	display: none
}

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.RootMenuItem TD {
   
	height:44px;
	font-family:"Trebuchet ms";
    font-size:13px;
    font-weight:normal;
    color:#fff;
    text-align:center;
	text-transform:uppercase;
	width:117px
}

.RootMenuItemSel TD {
   
	height:44px;
    font-size:13px;
    font-weight:normal;
    color: #fff;  
    text-align:center;
	background-image: url(images/Grey_r6_c10_over.jpg);
	width:117px;
	color:#FFFFCC
}

.RootMenuItemHover TD {
    
	height:44px;
    font-size:13px;
    font-weight:normal;
	font-family:"trebuchet ms"; 
    color:#ccc; 
    text-align:center;
    background-image: url(images/Grey_r6_c10_over.jpg);
	width:117px;
	color:#FFFFCC
}

.MainMenu_MenuItem {
    
    border:0pt none;
    font-size: 13px; 
    color: #444444;
	font-weight: normal;
	font-family:"trebuchet ms";
	height:25px  
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	
}

.Submenu {
    border-left:4px solid #7188b2;
	border-right:4px solid #7188b2;
	border-bottom:4px solid #7188b2;
    cursor:pointer;
    margin-top: 0px;
    margin-left: -1px; 
    z-index: 1000;
    font-size: 13px; 
    color: #444444;
    font-weight:normal; 
	background: #E5E5E5; 
	width:115px;
	font-family:"trebuchet ms";
	
}

.Submenuitemselected,Submenuitembreadcrumb {

    margin-top: 0px;
    margin-left:-1px; 
    font-size: 13px; 
    color: #FFFFFF;
	font-weight: normal; 
	background: #bb4d33;
	width:115px ;
	font-family:"trebuchet ms";
}
.ContentPane {
   padding:20px 
}

h1{color:#065063; font-family:"Trebuchet MS"; font-size:18px}
h2{color:#065063; font-family:"Trebuchet MS"; font-size:16px}
a,a:link,a:visited,a:active{color:#3E81B5; text-decoration:none; font-weight:normal; font-family:"Trebuchet MS" }
a:hover{color:#D00; text-decoration:underline; }
.user,a.user:link,a.user:active,a.user:visited { color:#05516e;text-decoration:none;font-family:"trebuchet ms"}
a.user:hover{color:#cccccc; text-decoration:underline}
.user2,a.user2:link,a.user2:active,a.user2:visited { color:#05516e;text-decoration:none;font-family:"trebuchet ms"}
a.user2:hover{color:#fff; text-decoration:underline}

div, li, p { font-family:"Trebuchet MS"; font-size:12px}