html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: 100%; 
	background:#f5f5f5 url(images/bg.jpg) repeat-x;
	text-align: center; 
} 

/* =================== Outline ================= */
#wrapper { 
	position: relative; 
	width: 762px; 
	font-size: .9em; 
	margin: 0 auto;
	background: #fff; 
	min-height: 50%; /* optional */ 
	text-align: left; 
} 
/* ie hack - layout REQUIRES a height here to work */ /* (1% will do) if no min-height is required*/ /* this it where it fails in Strict Mode */ * html 

#wrapper {
	min-height: 300px;
} 

#header { 
	position: relative; 
	width: 762px; 
	height:45px;
	background:#f5f5f5 url(images/virtual.jpg) no-repeat; 
	margin: 0 auto;  
	margin-top:25px;
} 
#topnav{
	width:750px;
	height:35px;
	color:#66c;
	font-size:80%;
	line-height:35px;
	padding-top:10px;
	text-align:right;
}
#topnav a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#topnav a:hover{
	text-decoration:underline;
}

#footer{
	position: relative; 
	width: 762px; 
	background:#ccc;
	font-size:62%;
	color:#333;
	margin: 0 auto;
	height:40px;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/* ================ Side Column(s) =============== */ 
#nav { 
	position: absolute; 
	top: 0;					  /*Opera needs this! Moz would automatically assume this as default*/ 
	border-width: 0px;			 /* widths below */ 
	min-height:350px;				/* min-height: 350px; */ /* hacked in for IE below */ 
} 
* html #apbg1, * html #apbg3{min-height: 250px; /* required by IE to inherit from wrapper (IE Hack) above*/} 


#nav {
	height: 30%;
}/* height to show inheritance */ 

/* ====================== MENU ======================= */
#menu { 
	float : left;
	width : 12em;

} 

#menu ul { 
	list-style : none;
	margin : 0;
	padding : 0;
} 

#menu a, #menu h2 { 
	font : 80%/29px tahoma, helvetica, sans-serif;
	display : block;
	border-width : 1px;
	border-style : solid;
	border-color : #fff #fff #efefef #fff;
	margin : 0;
	padding : 2px 3px;
} 

#menu h2 { 
	color : #999;
	background : #fff;
} 

#menu a { 
	color : #669;
	background : #fff;
	text-decoration : none;
} 

#menu a:hover { 
	color : #99c;
	padding-top:1px;
	border-top:1px solid #ccc;
	padding-left:1px;
	border-left:1px solid #dcdcdc;
	padding-bottom:3px;
	background : #fff;
} 
#menu a.select{
	color : #339;
	padding-top:1px;
	border-top:1px solid #ccc;
	padding-left:1px;
	border-left:1px solid #dcdcdc;
	padding-bottom:3px;
	background:#dfdfff;
}

#menu ul ul ul { 
	width : 9em;
	position : absolute;
	top : 0;
	left : 0;
} 

#menu li { 
	position : relative;
} 
#menu a.sub{
	padding-left:.75em;
	font-size:80%;
	color:#555;
}
#menu a.sub:hover{
	padding-left:.75em;
	font-size:80%;
	color:#999;
}
#menu a.subx{
	padding-left:1em;
	font-size:80%;
	color:#bbb;
}
#menu ul ul ul { 
	position : absolute;
	top : 0;
	left : 100%;
	width : 100%;
} 

div#menu ul ul ul { 
	display : none;
} 

div#menu ul ul li:hover ul { 
	display : block;
} 

div#menu ul ul ul, div#menu ul ul li:hover ul ul { 
	display : none;
} 

div#menu ul ul li:hover ul { 
	display : block;
} 

div#menu ul ul ul, div#menu ul ul li:hover ul ul { 
	display : none;
} 

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul { 
	display : block;
} 


/* ====================== Content ===================== */
/* bringing the center content into position (clear the sides) is best using a wrapper div to avoid more IE Box Model issues */ 

#contentwrap { 
	position: relative; 
	padding: 0 0 0 200px; 
} 

#content { 
	position: relative; /* to enable further positioned divs inside content area */ 
	z-index: 100; /* to make sure if long words overflow they show above the right column */ 
	background: #fff; 
	min-height:560px;
	padding: 0; margin: 0; 
} 

#content p{
	color:#333;
	font-size:90%;
	line-height:120%;	
	font-family: tahoma, helvetica, sans-serif;
	text-align:justify;
	margin:0 .75em 0 0;
}
/* IE/Win Hack for peekaboo bug */ 
/* hide from IE/Mac \*/ * html #content {height: 1%;} /* end hide */ /***** General formatting ****/ 

.inter {
		margin:0; padding:0.5em 1em;
}

/* =================== Menu TBA ==================== */



/* ==================== Font ====================== */		
h1,h2,h3,h4,h5 { margin: 0.2em 0 }

h3{
	padding:0;
	margin:0;
	font: bold 1em arial, helvetica, sans-serif;
	color:#003;
	margin-bottom: 8px;
}
h5{
	font-weight:bold;
	color:#5a5;
	font-size:110%;
	width:100%;
	padding:0;
	margin:0;
}

p {
	margin: 
	0.5em 0;
}
a { color:black }

.copy { text-align:center; font-size:80% }

img{border:0;}
/* GREYBOX */
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
