/* CSS Document */

html, body, #wrapper {
    border: 0;
	height:100%;
    margin: 0;
    padding: 0;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #409481;
	cursor: default;

}
#wrapper {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
	z-index: 10;
}
#content {
	margin-bottom: 28px;
	padding: 100px 50px 100px 50px;
	height: 209px;
}
#nav {
	float: left;
	border-right: 1px dotted #409481;
	padding-right: 50px; 
	height: 203px;
	width: 64px;
	font-size: 10px;
}
#cbody {
	float: left;
	padding: 21px 0px 0px 50px; 
	width: 490px;
}

.spacer1 {padding-bottom: 4px;}
.spacer2 {padding-bottom: 9px;}
.spacer3 {padding-bottom: 4px;}
.port{margin: 0;}

#frontdesk {
	float: left;
	width:206px;
	padding-right:48px;
	text-align:justify;
	line-height: 20px;
	background-image: url(img/front_bg.gif); background-position: top left; background-repeat: no-repeat;
	height: 166px;
}
#logo {
	float: left;
	width:236px;
	background-image: url(img/logo_big.gif); background-position: top left; background-repeat: no-repeat;
	height: 88px;
}
#mail {
	background-image: url(img/mail.jpg); background-position: top left; background-repeat: no-repeat;
	height: 200px;
}



/* Footer */	
#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:right;
	background-color: #9bbd23;
}
#footertext {
	padding: 8px 50px 7px 50px; 
	font-size: 10px;
	color: #425421;
}



/* Links */	
a {
	color: #409481;
	text-decoration: none;
}
a:hover {
	color: #409481;
	text-decoration: underline;
}
a.footer {
	color: #425421;
	text-decoration: none;
}
a.footer:hover {
	color: #425421;
	text-decoration: underline;
}


	
/* ToolTip */	
#dtooltip{
	position: absolute;
	left: -300px;
	width: 78px;
	border: 4px solid #6B8F2B;
	padding: 8px;
	background-color: #ABCF2A;
	visibility: hidden;
	z-index: 100;
	font-size: 12px;
	color: #ffffff;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}
#dpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}



/* CSS Lightbox */	
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:#000000;
    z-index:1001;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
}
.white_content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    padding: 0;
    border: 0px solid #6B8F2B;
    z-index:1002;
    overflow: auto;
}