
body 
{
    margin-left: 0px;
    margin-top: 30px;
    margin-right: 0px;
    background-color: #000000;
    color: #000000;
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
}

h1
{
	color: #000000;
	font-size: 9pt;
	font-weight: normal; 
}

h2
{
	color: #000000;
	background-color: #ffffff;
	font-size: 11pt;
	font-weight: normal; 
}
.altus_content
{
	padding: 56px 90px 56px 90px;
	background-color:#ffffff;
	width: 100%; 
	height: 400px; 
	text-align: justify;
	vertical-align: top;
	/*
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-top:solid 1px #999999; */
	border-left:solid 1px #000000;
	
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:30px;
	-moz-border-radius-bottomleft:30px;
	-moz-border-radius-bottomright:30px;
	
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-webkit-border-bottom-right-radius:30px;

	border-top-right-radius: 30px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.content_pane
{
	width: 80%;
	background-color: #000000; 
	padding-left:50px;
	padding-right:30px;
	padding-top: 0px;
	padding-bottom:42px;
}


.ad_panel
{
	color:#cccccc;
	background-color: #000000;	
	width: 10%;
	margin: 0 auto;
    text-align: left;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 8px;
}

.body_hilight
{
	color: #4171b3;
	font-weight: bold;
}

.body_emph
{
	font-weight:bold;
	font-size: 10pt;
}

.master_hilight
{
	color: #ffff99;
	font-weight: bold;
}

li
{
	padding-bottom: 6px;	
}

.inactive_tab
{
	position: relative; 
	top: 4px;
	width: 100px;
	height: 28px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	cursor:pointer;
	background-image: url(../images/tab-unsel.jpg); 
	background-repeat: no-repeat;

}

.active_tab a
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
.active_tab
{
	position: relative; 
	top: 4px;
	width: 100px;
	height: 28px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	cursor:pointer;
	background-image: url(../images/tab-hover.jpg); 
	background-repeat: no-repeat;
}

.hover_tab
{
	position: relative; 
	top: 4px;
	width: 100px;
	height: 28px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	cursor:pointer;
	background-image: url(../images/tab-hover.jpg); 
	background-repeat: no-repeat;
}
.tab_spacer
{
	padding-left: 100px;
}

.tab_link
{
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}	


.tab_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color:#ffffff;
}

a
{
	text-decoration: none;
	color: #0000ff;
}
a:hover
{
	text-decoration: underline;
}

.link_nav
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
.link_nav:hover
{
	text-decoration: underline;	
}

/* Menu Poplink */
.poplink{
	position:absolute;
	visibility: hidden;
	border:1px solid #D3D3D3;
	border-bottom-width: 1px;
	font:bold 8pt Arial;
	line-height: 22px;
	z-index:150;
	background-color: #000000;
	text-align: left;
}

.poplink a{
	color: #ffffff;
	background-color: #000000;
	width: 100%;
	display: block;
	border-bottom: 1px solid #D3D3D3;
	text-decoration: none;
	font-weight: bold;
	text-indent: 12px;
	margin-right: 12px;
}

.poplink a:hover
{
	background-image: url(../images/menu-bg.jpg); 
	background-repeat:repeat-x;	
	background-color: #2865b7;
	text-decoration: none;
	border-bottom: 1px solid #D3D3D3;
	color: #ffffff;
}
	
.hdr_table
{
	width: 100%;
	border-collapse: collapse;
	background-color: #000000;
}
.hdr_1
{
	width: 10%;
	height: 80px;
	padding-left: 56px;	
}

.hdr_2
{
	width: 600px;
	height: 80px;
	padding-left: 500px;
	background-image: url(../images/hg-logo-blk.jpg);
	background-repeat: no-repeat;
	text-align:left;
	font-size: 7pt; 
	color: #dedede;
	vertical-align: bottom;
	white-space: nowrap
}

.hdr_3
{
	width: 200px;
	height: 80px;
	padding-left: 200px;
}

.hdr_4
{
	width: 10%;
	height: 80px;
}

.black_panel_small
{
	width: 100%;
	height: 44px;
	padding-left: 16px;
	font-size:10pt;
	color: #87afc5; 
	background-image: url(../images/black-panel-small-black.jpg);
	background-repeat: no-repeat;
}

.code_lib_head
{
	background-color:#000000;
	color:#ffffff;
	height:24px;
	padding-left: 6px;
	font-size: 10pt;
	font-weight:bold;	
}

.code_lib_link
{
	width: 100%;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom:solid 1px #dedede;	
}

.code_blue
{
	padding:10px;
	color:#000080;
	background-color: #ffffff;
	border:solid 1px #dedede;
	width:100%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0px 0px 8px 0px #abd9f4;
	-webkit-box-shadow: 0px 0px 8px 0px #abd9f4;
	box-shadow: 0px 0px 8px 0px #abd9f4;
}

.code_comment
{
	color:#00a651;
	font-weight:bold;
}

.phone_pad
{
	width: 680px;
	background-image: url(../images/phone-pad.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: #eaeaea;
    border: solid 1px #dedede;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0px 0px 30px 1px #b7b7b7;
	-webkit-box-shadow: 0px 0px 30px 1px #b7b7b7;
	box-shadow: 0px 0px 30px 1px #b7b7b7;
}
