html { height: 100%; }

body {
	margin: 0 auto;
	width: 100%; height:100%;
	background: url(../images/global-background-tile.gif) left top;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:11px;
	line-height:120%;
}

body img { border: 0; margin: 0; padding: 0; } 

body ul{ list-style: none; } 

body p { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif !important; font-size:11px; line-height:120%;}

body a { text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:120%; color:#003066;}
body a:hover { text-decoration: underline !important; color:#996633;}

/*GLOBAL PAGE CONTAINER : sets the size of the page and adds the background shadow*/

.global {
	margin: 0 auto;
	width: 980px;
	background: url(../images/global-background-content-shadow1.gif) repeat-y;
	padding: 0 9px 0 10px;
	min-height: 100%;
  	height: auto !important;
	height: 100%;
margin-bottom: -75px;
}

/*CONTENT CONTAINER*/ 
.container {
	width: 980px;
	height: 100%;
	overflow: hidden;
}

.content {
	float: left;
	overflow: hidden;
	width: 960px;
	background-color:#FFFFFF;
	height: 100%;
	overflow: hidden;
	padding: 0 0 0 20px;
}

.content h4 {
	color: #003066;
	font: bold 14px Arial, Helvetica, sans-serif;
} 

/*Header and Navigation Sytles*/
.header {
	background: #FFFFFF;
	width: 980px;
	height: 108px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	margin: 0px;
}

.fusionVM_login {
	display:block;
	width:  980px;
 	height: 28px;
	float:right;
 	text-align:right;
	margin-right: 0px;
	clear:both;
}

.logo_nav_container { 
	height: 80px;
	width: 980px;
	margin-bottom:0px;
	padding-top:9px;
	padding-bottom:0px;
}

.logo_nav_container img {
	float:left;
	margin: 0px 0px 0px 12px;
	padding:0px;
}

/*GLOBAL NAVIGATION MENU*/
.topmenu {
	display: inline;
	float: right;
	list-style: none;
	margin: 25px 20px 0px 0px;
	padding: 0px;
} 

.topmenu li {
	display: inline;
	float: left;
	background:  url(../images/divider.gif) top right no-repeat; 
	margin: 0 1px 0 0;
	padding: 0px 1px 0px 0px;
	height: 21px; 
}

.topmenu li a {
	color: #003066;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none;
	padding: 0 9px 6px 11px;
	height: 15px;
	display: block;
	float: left;
}

.topmenu li a.topmenuactive {
	color: #003066;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
 	background: url(../images/tmbg.gif) left top repeat-x;
	padding: 0 9px 6px 11px;
	height: 15px;
	display: block;
	text-decoration: none !important;
}

.topmenu li a:hover {
	color: #003066;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/tmbg.gif) left top repeat-x;
	padding: 0 9px 6px 11px;
	height: 15px;
	display: block;
	text-decoration: none !important;
}

.nolitop {
	background: none !important;
	padding: 0 !important;
} 

/*FLASH CONTAINER*/
.flashContainer {
	margin:0px; 
	padding:0px; 
	width:980px; 
	border:none; 
	display:block;
	background-color:#FFFFFF;
}

/*---above added from style-homepage.css--*/

.rl {
	padding: 39px 0 0 22px; 
	height: 80px;
	width: 975px;
	overflow: hidden;
}

/*CONTENT CONTAINERS : contains sidebar and ctt*/
.inner-content-container {
	width: 980px;  
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	background-image:url(../images/inner-content-container-bg.gif);
	background-repeat:repeat-y;
	background-position:right;
} 

.inner-content {
	float: left;
	overflow: hidden;
	width: 970px;
	padding: 0px 0px 20px 10px;
}
  
/*SIDEBAR SYTLES*/ 
/*Interior Sidebar*/
.sidebar-inner {
	background:url(../images/sidebar-bg.gif) repeat-y;
	padding: 0px 0px 75px 0px;
	width: 220px;
	height:224px;
	margin-top:-20px;
	position: absolute;
	right: 11px;
	float: right;
} 

.sidebar-inner-content {
	width: 220px;
	background:url(../images/sidebar-bg-top.gif) no-repeat;
	margin:-2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height:400px;
	height:100%;
}

.sidebar-inner-content h1{
	width: 180px;
	margin: 0px 0px 0px 10px;
	padding: 5px 10px 0px 10px;
	color: #003066;
	font-size: 13px;
	font-weight:bold;
}

.sidebar-inner-content h2{
	width: 180px;
	margin: 0px 0px 0px 10px;
	padding: 5px 10px 0px 10px;
	color: #003066;
	font-size: 11px;
	font-weight:bold;
}

.sidebar-inner-content p{
	width: 180px;
	margin: 0px 0px 0px 10px;
	padding: 5px 10px 5px 10px;
	color: #003066;
	font-size: 10px;
}

.sidebar-inner-content a{
	color: #996633;
	text-decoration: none;
	font-size: 10px;
}

.sidebar-inner-content a:hover{
	color: #996633;
	text-decoration: underline;
	font-size: 10px;
}

/*horizontal line*/
.sidebar-inner-content hr {
	width: 200px;
	padding: 0px;
	margin: 3px 0px 10px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #ABABAB;
	border-left: none;
	border-right: none;
}
*html .sidebar-inner-content hr {	margin: 3px 0px 10px 0px;}
.sidebar-inner-content ul{
	margin: 3px 20px 8px 0px;
	padding:0px 10px 0px 10px;
	list-style: none;
	font-size: 10px;
}

.sidebar-inner-content li{
margin-left:10px;
	padding: 2px 0px 2px 0px;
}

/*Adds PDF icon in front of the link*/

.sidebar-inner-content  #pdf-link {
	display: block;
	color: #996633;
	width: 160px;
	background: url(../images/pdf.gif) no-repeat 0px 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	min-height: 18px; 
	margin:3px 0px 3px 0px;
}


/*sidebar menublock*/
.menublock p {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ABABAB;
	margin-left: 10px;
	padding: 5px 0px 3px 15px;
	width: 185px;
 	color: #003065;
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold !important;
}

.menublock a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003065;
} 

.menublock a:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003065;
	text-decoration: none;
}

.menublock #active {
	color: #666666;
} 

/*SIDEBAR*/
.sidebar-submenu {
	width: 199px;
	margin-left: 10px;
	padding: 5px 0px 5px 0px !important;
	background-color: #E4E4E4;
}

.sidebar-submenu ul {
	list-style: none;
	margin: 0px !important;
	padding:0px 0px 0px 0px !important;
}

.sidebar-submenu li {
	margin: 0px !important;
	padding-left: 15px !important;
	line-height:150%;	
	color: #4f4f4f;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar-submenu a{
	font-weight: normal;
	margin: 0px !important;
	padding:0px !important;
	color: #4f4f4f;	 
}
.sidebar-submenu a:hover{
	color: #996633;
	text-decoration: none !important;
	font-weight:normal !important;
} 

.sidebar-submenu #active {
	color: #996633 !important;
}

/*Global Sidebar dividers*/
.sidebar_dv {
	margin: 0px !important;
	background: url(../images/dv.gif) repeat-x;
	height: 3px;
	width: 200px;
	padding: 0px;
}

/*CONTAINER FOR THE TAB MENU AND THE CONTENT CONTAINER*/
.ctt {
	background: url(../images/ctt_bg.gif);
	width: 734px;
	margin-bottom:12px;
}

.ctt h4 {
	color: #003066;
	font: bold 14px Arial, Helvetica, sans-serif; 
	margin-bottom: 5px;
} 


.ctt ul {
	list-style-type: none !important;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin: 0 0 0 20px;
	padding: 0;
}

.ctt ul li {
	background-color: white;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
} 

/*INTERIOR CONTENT CONTAINER*/
/*top left curved corner*/
.ctt_curve_left {
	display:block;
	background: url(../images/ctt-left-top-curve.gif) left bottom no-repeat;
	padding-left: 9px;
	height: 19px;
	width:9px;
	float:left;
}

/*top right curved corner*/ 
.ctt_curve_right {
	display:block;
	background: url(../images/ctt-right-top-curve.gif) right bottom no-repeat;
	padding-right: 0px;
	margin: 0px;
	height: 19px;
	width:9px;
	float:right;
}

/*bottom of the interior content container*/
.ctt_bottom {
	background: url(../images/ctt-bottom.gif) no-repeat bottom;
	clear: both; 
	height: 3px;
}

/*container for page content*/
.ctt_content_container {
	background: url(../images/ctt_bg.gif) repeat-y;
}

/*container for the tabmenu*/
.ctt_tabmenu_container {
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	margin:0 !important;
	height: 19px;
	background-image: url(../images/ctt-tabmenu-bottom-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
 }
 
/*TAB MENU STYLES*/
/*left endcap*/
#leftCurve{
	background-image: url(../images/left-curve.gif);
	background-repeat: no-repeat;
	margin:0px;
	height: 18px;
	float: left;
	width:2px;
	margin-left:-7px;
	background-position: right top;
}

/*right endcap*/
#rightCurve{
	background-image: url(../images/right-curve.gif);
	background-repeat: no-repeat;
	margin:0px;
	height: 18px;
	float: left;
	width:2px;
	background-position: left top;
}

/*for tabmenu list*/
#tabmenu 
{
	display: block;
	float: left;
	list-style: none;
	margin: 0px ;
	margin-left:-5px;
} 

#tabmenu li 
{
	display: block;
	float: left;
	height: 18px;
	margin: 0px !important;
	padding: 0px 2px 0px 0px;
	background-image: url(../images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

#tabmenu li a {
	color: #003066;
	font: 10px Arial;
	margin: 0px !important;
	text-decoration: none;
	background: none;
	padding: 3px 9px 3px 11px;
	height: 12px;
	display: block;
	float: left;
	background-image: url(../images/tabbg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
	
#tabmenu li a:hover{
	margin:0px;
	color: #003066;
	font: 10px Arial;
	text-decoration: none;
	background: url(../images/tabbg_hover1.gif) left top repeat-x;
	padding: 3px 9px 3px 11px;
	height: 12px;
	display: block;
	text-decoration: none !important;
}

/*sets current downstate for active page*/
#tabmenu li a.tabmenuactive{
	color: #003066;
	font: 10px Arial;
	text-decoration: none;
	padding: 3px 9px 3px 11px;
	height: 12px;
	display: block;
	text-decoration: none !important;
	background: url(../images/tabbg_hover1.gif) left top repeat-x;

}

/*for last tab in menu*/
.nolitab {
	background: none !important;
	padding: 0 !important;
} 
/*------Form Style ----------*/
.thank_you_message {
height: 20px;
text-align: center;
padding:10px 0px;
border:1px solid #000000;
font-weight: bold;
background-color: #F7F7F7;
}
.form_error_message {
height: 20px;
text-align: center;
padding:10px 0px;
border:2px solid #FF0000;
font-weight: bold;
background-color: #F7F7F7;
}
.error_message_link, error_message_link a{
font-size: 14px;
color:#003399;
text-decoration:underline;
border-bottom:1px solid #003399;
}
a:hover.error_message_link{
border:none;
}
/*INNER FOOTER STYLES*/
.footer-inner{
	margin:0px auto;
	width: 981px;
	height: 75px;
	clear:both;
	background: url(../images/footer-interior.gif) no-repeat center top;
} 
.push {height: 75px;}
.footer-inner-left {
	float: left;
	padding: 25px 0 0 15px;
}

.footer-inner-right {
	float: right;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
}

.footer-inner-left p, .footer-inner-left p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}

.footer-inner-right a:link, .footer-inner-right a:hover, .footer-inner-right a:visited, .footer-inner-right a:active{  
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999 !important;
	font-weight: bold;
	text-decoration:none !important;
}

.footer-inner-right a:hover{  
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999 !important;
	font-weight: bold;
	text-decoration:none !important;
}


/*GLOBAL*/
.bold-blue-text {
	font-weight:bold;
	color:#003066;
}

#cleared {
	clear:both;	
}

/*colors*/
.black {
	color: #000 !important;
}
.darkblue {
	color: #273860 !important;
}

.lightgreen {
	 color: #996633 ;
}  
