
/* ---------- GENERAL LAYOUT ----------- */
/* ====================================================== */
	body {
		margin: 0;
		padding: 0;
		background: #444 url(../images/bg-diag.gif) repeat-x;
	}
	
	#entity {
		position: relative; 
		width: 975px; 
		margin: auto; 
		padding: 0;
	}
	
	#outer_container {
		position: relative;
		width: 720px;
		margin: auto;
		padding: 0;
	}
	
	#main {
		position: relative;
		float: left;
		display: inline;
		width: 700px;
		/*height: 500px;*/
		margin: 0;
		padding: 0 10px;
		background: url(../images/main_bg.gif) repeat-y;
		overflow: hidden;
		z-index: 1;
	}
	
	#main_content {
		position: relative;
		/*float: left;*/
		margin: 0 10px;
		/* no padding*/
		padding: 0; /*doesn't do anything -- firefox, ie7, ie6 */
		width: 680px;
		background: transparent;
	}

	#bottom {
		position: relative;
		float: left;
		display: inline;
		width: 720px;
		height: 30px;
		margin: 0;
		padding: 0px;
		background: url(../images/main_bottom.gif);
	}



/* ---------- WINDOWS ----------- */
/* ====================================================== */
	
	.transparent-window {
		/* this is generic class for transparent windows */
		position: absolute;
		background: #303030;
		opacity: .7; /*firefox*/
		filter: alpha(opacity=70); /*ie 6*/
		border: 1px solid #000;
	}
	
	.transparent-not-trans {
		position: absolute;
	}
	
	#set-front-image-window, #set-front-image-content {
		top: 210px;
		left: 845px;
		width: 140px;
		height: 35px;
		margin: 0;
		padding: 5px;
		display: none;
	}
	
	#set-front-image-content a, #set-front-image-content p, #set-front-image-content label {
		margin: 2px 0 0 0;
		padding: 0;
	}
	
	#front-image-form input {
		margin: 0 2px;
		padding: 0;
	}
	
	#set-front-image-content {
		font-size: 11px;
		text-decoration: none;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#teaser_menu, #not_trans {
		top: 150px;
		left: 0px;
		width: 100px;
		height: 450px;
		margin: 0px;
		padding: 5px;
	}
	
	/*#not_trans {
		top: 150px;
		left: 0px;
		width: 100px;
		height: 450px;
		margin: 0px;
		padding: 5px;
	}*/
	
	#not_trans a {
		color: #FFF;
	}
	.teaser_title {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #fff;
		font-size: 18px;
		text-decoration: underline;
		margin: 2px;
		margin-top: -1px;
	}
	.port_teaser {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #fff;
		overflow: hidden;
		margin-top: 7px;
	}
	.port_teaser img {
		border: 1px solid #000;
		width: 90px;
		height: 60px;
		margin: 5px;
		margin-bottom: 0;
	}



/* ---------- HEADER ----------- */
/* ====================================================== */
	#masthead {
		position: relative;
		float: left;
		display: inline;
		width: 720px;
		height: 250px;
		margin: auto 0;
		/*background: url(../images/front_nyc.jpg) repeat-y center;*/
	}
	#masthead img {
		margin: 0 10px;
		width: 698px;
		border-left: 1px solid black;
		border-right: 1px solid black;
	}
	
	#image-info-div { 
		/*this div is a dummy div to put the front 
		image name in so javascript can grab it*/
		display: none;
	}
	
	#bar {
		position: relative;
		float: left;
		display: inline;
		width: 720px;
		height: 30px;
		margin: auto 0;
		background: url(../images/blue_bar.gif) repeat-y center;
		text-indent: 10px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 900;
		/*line-height: 20px;*/
	}
	
	#bar_text {
		color: #444;
	}
	
	#me {
		/*font-size: 18px;*/
		font-weight: 900;
		color: #000;
	}



/* ---------- NAVIGATION BAR ----------- */
/* ====================================================== */
	#navbar {
		float: left;
		width: 720px;
		height: 42px;
		margin: 0px;
		padding: 0;
		background: url(../images/navbar_bg.gif) repeat-x;
		z-index: 3;
	}
	
	#navbar ul {
		float: left;
		margin: 0 0 0 10px;
		list-style-type: none;
		height: 42px; /*changed from 42px, the total height! makes it work in ie6! */
	}
	
	#navbar li {
		display: inline;
		float:left;
		/*padding: 15px 5px 10px 5px; /* makes hover line up correctly */
		font-size: 14px; /* makes hover line up correctly */
		font-family: Verdana, Arial, Helvetica, sans-serif; /* makes hover line up correctly */
	}
	
	#navbar li a {
		float:left;
		width:100%;
		height:23px;
		padding:15px 10px 0;
		text-decoration: none;
		color: #000;
	}
	
	#navbar li a:hover {
		color: #fff;
	}
	
	#navbar li:hover {
		background: url(../images/navbar_hover.png) repeat-x;
		color: #fff;
		margin: 2px 0 0 0;
	}
	
	#crossbar {
		position: absolute;
		top: 287px;
		left: 0;
		width: 100%;
		height: 40px;
		background: #f97d04 url(../images/navbutton_bg.png) repeat-x;
		z-index: 0;
		margin: 0;
	}

/* not in use
#footer {
	position: fixed;
	float: left;
	top: 96%;
	width: 100%;
	height: 4%;
	background: #4079FF;
}
*/

/*#image {
	position: relative;
	float: left;
	width: 720px;
	height: 200px;
	background: url(../images/main_bg.gif) repeat-y;
}*/

/*#header {
	position: relative;
	float: left;
	width: 680px;
	margin: 10px 10px 0 10px;
	background: none;
}*/



/* ---------- MAIN PAGE SPECIFIC ----------- */
/* ====================================================== */
	#wwwwbox {
		position: relative;
		float: right;
		width: 286px;
		height: 250px;
		margin: -10px 0 20px 30px;
		background: url(../images/wwwwbox.png);
	}
	
	.wwww {
		position: relative;
		float: left;
		width: 130px;
		height: 110px;
		margin: 0;
		padding: 5px;
		font: bold 18px Georgia, "Times New Roman", Times, serif;
		text-align: center;
		color: #CCCCCC;
		/*background: #ddd;
		border: 1px solid black;*/
	}
	
	.desc {
		position: relative;
		float: left;
		display: inline;
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 11px;
		margin: 0;
		padding: 0;
		line-height: 12px;
	}
	
	.intro {
		 position: relative; 
		 /*float: left;  */
		 margin: 0 10px 10px 30px;
		 text-align: justify;
		 font-family: Arial, Helvetica, sans-serif;
		 text-indent: 20px;
		 font-size: 14px;
         line-height: 22px;
	}
	
	#cols2 {
		position: relative;
		float: left;
		margin: 5px;
		padding: 0;
		border: 1px solid black;
		width: 325px;
	}
	
	h2 { 
		margin: 10px 0 10px 30px;
		color: #3333cc;
		font-family: Arial;
		font-size: 20px;
	}
