@charset "utf-8";
body {
	font-family: Helvetica, Arial, sans-serif;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;	*/
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:10;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:18px;
}

.LNHeader {
	background:#FFF;
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}

.MenuTable
{
 	border:0px;
	border-spacing:0px; 		/* remove border */
	border-collapse:collapse; 	/* remove border in IE */
	margin-top:6px;
	margin-bottom:6px;
	background-color:#363636;
	border-color:#363636;
	color:#FFF;
	line-height:34px;
}
.SubMenuTable
{
 	border:0px;
	border-spacing:0px; 		/* remove border */
	border-collapse:collapse; 	/* remove border in IE */
	margin-top:0px;
	margin-bottom:0px;
	line-height:34px;
}

tr, td, img {
padding: 0;
border: 0;
}
td {
	margin: 6px;
}




.tdActiveBlack {
	background:#999;
	color:#000;
}

a.submnuSelected:link {color:#000;
	text-decoration:none}      /* unvisited link */
a.submnuSelected:visited {color:#000;
	text-decoration:none}  /* visited link */
a.submnuSelected:hover {color:#000;
	text-decoration:underline}  /* mouse over link */
a.submnuSelected:active {color:#000;
	text-decoration:none}  /* selected link */

a.content:link {color:#000;
	text-decoration:none}      /* unvisited link */
a.content:visited {color:#000;
	text-decoration:none}  /* visited link */
a.content:hover {color:#000;
	text-decoration:underline}  /* mouse over link */
a.content:active {color:#000;
	text-decoration:none}  /* selected link */


a.submnu:link {color:#FFFFFF;
	text-decoration:none}      /* unvisited link */
a.submnu:visited {color:#FFFFFF;
	text-decoration:none}  /* visited link */
a.submnu:hover {color:#FFFFFF;
	text-decoration:underline}  /* mouse over link */
a.submnu:active {color:#FFFFFF;
	text-decoration:none}  /* selected link */

a.external:link {color:#AA0000;
	text-decoration:none}      /* unvisited link */
a.external:visited {color:#AA0000;
	text-decoration:none}  /* visited link */
a.external:hover {color:#AA0000;
	text-decoration:underline}  /* mouse over link */
a.external:active {color:#AA0000;
	text-decoration:none}  /* selected link */


a.internal:link {color:#0000AA;
	text-decoration:none}      /* unvisited link */
a.internal:visited {color:#0000AA;
	text-decoration:none}  /* visited link */
a.internal:hover {color:#0000AA;
	text-decoration:underline}  /* mouse over link */
a.internal:active {color:#0000AA;
	text-decoration:none}  /* selected link */


a:link {color:#FFFFFF;
	text-decoration:none}      /* unvisited link */
a:visited {color:#FFFFFF;
	text-decoration:none}  /* visited link */
a:hover {color:#FFFFFF;
	text-decoration:none}  /* mouse over link */
a:active {color:#FFFFFF;
	text-decoration:none}  /* selected link */

.submnuSelected
{
	color:#363636;
}

.mnuHover {
	background:#666;
}
.mnuItem {
	background:#363636;
}

/* Menu items */
.tdActive {
	background:#999
}

.mnuMainActive {
	background:#999
}
.mnuHide {
	display:none;
}
.mnuShow {
/*	display:block;*/
	display:table-row;
}

.contentHead {
	float:left;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	width:760px;
	font-size:18px;
	font-weight:bold;
}

.image {
	text-align:center
}

.imgPort {
	height:500px;
}

.imgLand {
	width:562px;
}

.quotehome {
	font-size:11px;
	font-style:italic;
}

.quoteehome {
	font-style:bold;
	font-size:11px;
}

.quote {
	text-align:center;
	font-size:11px;
	font-style:italic;
	font-style:bold;
}

.quotee {
	text-align:center;
	font-size:11px;
	font-style:bold;
}


.castimg {
	width:188px;
	height:142px;
}

.castimg235 {
	width:188px;
	height:235px;
}

.castimgcell {
	width:202px;
	text-align:center;
}


.castdesc {
	vertical-align:top;
}


