html,body{
	margin:0;
	padding:0;
	background-color:#385879;
	height: 100%;
}
#wrapper{
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-family: verdana;
	background-color:#e9e8ec;
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
#top{
	z-index:2;
	background-image:url('../images/rhinobg.jpg');
	background-repeat: repeat;
	width:100%;
	position:relative;
	height: 120px;
}
#top img{
	border:0px;
}
#collage{
	position:absolute;
	margin-top:0px;
	margin-right:0px;
	right:0;
}
h1 {
	font-family: Arial,Helvetica,sans-serif;
	color: #385879;
	font-weight: bold;
	font-size: 16px;
}
#menu{
	font-size:13px;
	position:absolute;
	right:-70px;
	bottom:2px;
	float:right;
	color:#ffffff;
	width:800px;
}

#menu ul, #menu ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}

#menu ul a {
	display: block;
	width: 14em;
	text-decoration:none;
	color:#ffffff;
}

#menu ul li {

	float: left;
	width: 14em;
}
#menu ul li ul {
	position: absolute;
	width: 14em;
	left: -999em;
}
#menu ul li ul li{
	border-top:1px solid #000000;
}
#menu ul li:hover ul{
	left: auto;
	background-color:#660000;
}
#menu ul li ul li:hover{
	background-color:#385879;
}


#content{
	position:relative;
	margin-top:42px; /*67px*/
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	margin-bottom:50px;
	padding:0px;
}

#intro{
	z-index:1;
	background-image:url('../images/introGrad2.jpg');
	color:#ffffff;
	background-color:#003466;
	height:146px;
	width:100%;
	font-size:24px;
	text-align:right;
	margin-bottom:18px;
	line-height:200%;
}
#intro img{
	position:absolute;
	top:-36px;
	left:-0px;
}
#introWrapper{

}
#line1{
	padding-right:230px;

}
#line2{
	padding-top:20px;
	padding-right:100px;
}
#line3{
	padding-top:20px;
	padding-right:20px;
}
.introText{
	color:#93aabf;
}
#webDevDiv ul{
	font-size:12px;
}
#webDevDiv h5{
	display:inline;
	font-size:13px;
}



.leftSide{
	position:relative;
	margin-top:20px;
	margin-left:20px;
	width:440px;
	float:left;
	text-align:left;
}
.rightSide{
	position:relative;
	margin-top:20px;
	margin-right:10px;
	width:440px;
	text-align:left;
	float:right;
}
#simajinDiv{
	margin-right:100px;
}
#flashDiv{
	position:relative;
	width:400px;
	height:491px;	/*300px*/
	background-color:#cccccc;
	text-align:center;
	margin-bottom:20px;
	margin-left:10px;
}
#seaport_home{
	position:relative;
	clear:both;
	text-align:left;
	width:90%;
	padding-top:80px;
	padding-left:30px;
}
#awards{
	font-size:12px;
	width:600px;
	margin-left:350px;
	margin-right:auto;
	text-align:left;
	margin-bottom:40px;
}
#awards h5{
		margin-bottom:0px;
}












.push
{
	height: 50px;
}


#footer{
	position:relative;
	border-top:1px solid #999999;
	width:1050px;
	text-align: center;
	color:#000000;
	font-size:10px;
	height:49px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	background-color:#e9e8ec;
}



/******deprecated



#bar{
	position:relative;
	background-color:#660000;
	height:20px;
	width:100%;
}
#prodList{
	visibility:hidden;
	display:none;
}
*************************/
