/*porftolio css with dif links to the images on the layout*/

.content-left
{
	background-image:url(../img/content-box-left.jpg);
	background-repeat:repeat-y;
	width:33px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}

.content-center
{
	background-image:url(../img/content-text-bg.jpg);
	vertical-align:top;
	padding:0;
	background-repeat:no-repeat;
	background-color:#4a8ebd;
	margin:0px;
	width:763px;
}

.content-head
{
	height:42px;
	width:763px;
	background-color:#4a8ebd;
	padding:0px;
	vertical-align:bottom;
	background-image:url(../img/content-head-bg.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #5D0950;
}

.content-right
{
	background-image:url(../img/content-box-right.jpg);
	background-repeat:repeat-y;
	padding:0;
	width:13px;
}

.content-bottom
{
	background-image:url(../img/content-bottom.jpg);
	background-repeat:no-repeat;
	width:809px;
	height:16px;
	padding:0;
}

A:link { text-decoration: none; color: #EEEEEE; }
A:visited { text-decoration: none; color: #EEEEEE; }
A:hover { color: #6cea59; text-decoration: none; }
A:active { color: #6cea59; text-decoration: none; }

.disclaimer
{
	font-size:9pt;
}

.tripNavTitle, .tripNavItem
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	border: solid #5D0950;
}

.tripNavBox
{
	border:solid #5D0950;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border-width: 1px 0 1px 0;
}

.tripNavItem
{
	text-align: center;
	width: 33%;	
	border-width: 1px 1px 1px 1px;
	font-weight:bold;
}

.tripNavTitle
{
	border-width: 0 0 1px 0;
	font-weight: bold;
}

.portSubHeader
{
	font-style:italic;
	border-bottom: 1px solid #5D0950;
	margin-bottom: -10pt;
	font-weight:bold;
}

.portSubHeader-link
{
	float:right;
}

