/*Stylesheet for Portfolio Project page*/

/*wrapper*/

#page {
	width: 850px;
	\width: 870px;
	w\idth: 850px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

/*end wrapper*/

/* this is for both the banner and the horizontal navbar*/
#news-banner {width:800px; position:absolute; left:0px; top: 0px;}

img {border:none;}

.navlist
{
margin: 5px 10px;
padding: 0 0 20px 15px;

}

.navlist ul, .navlist li
{
margin: 0;
padding:0px;
display: inline;
list-style-type: none;
float: left;

}

.navlist a:link, .navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 12px 4px;
text-decoration: none;
color: #996600;
}


.navlist a:hover { color: #330000;
border-bottom: 4px solid #330000;
padding-bottom: 2px;
background: transparent;
color: #330000; }

li.style-select {
border-bottom:4px solid #330033;
color:#330033;
float:left;
font-weight:600;
line-height:14px;
margin:0 10px;
padding:0 0 2px;
}

li {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 75%; font-weight:500; color:#333333;}

/* end navbar/banner */
/* the following wrappers are for the flash content*/

#port-content {width: 800px; height:600px;
	position:absolute;
	top: 295px; left:6px;
	margin-left:14px;
	padding: 5px;
	background-color:#FFFFFF;
}
#flashcontent {width: 800px; height:600px; }




a:link {
	color: #996600;
	text-decoration: none;
}
a:visited { text-decoration: none; color: rgb(102, 102, 102) }
a:active { text-decoration:none}
a:hover { color: rgb(69, 48, 64); text-decoration:none; }

a strong, .style-select {color: #660000}
