@charset "iso-8859-1";

/***************************************************************************
** Copyright 2006 Oasis Media, LLC. All rights reserved.
** Filename:	wocontent.css
** Type:		CSS
** Purpose:		Define the behavior for the Content Area
** History:		22 Aug 2006 
****************************************************************************/
/*
** Define the properties for the WoWasis sublogo division.
** It lives at the top of the content area 
*/

div#omSubLogo {
	background-color: #FFFF66;
	border: 1px solid Silver;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid Silver;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	background: url(../media/background/contenttopbrdr_20x200.gif);
	height: 20px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

div#omSubLogo .logoText {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	height: 20px;
	text-align: center;
	white-space: nowrap;
}

/*
** Define the generic contentArea class properties
*/

.columnContainer {
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
}

.contentArea {
	background-color: transparent;
	width: 100%;
/*	border: medium solid Fuchsia; debug*/
	vertical-align: top;
	color: Black;
}

.contentArea a:link{
	color : blue;
}

.contentArea a:visited{
	color : blue;
}

.contentArea a:focus {
	color:blue;
}

.contentArea a:hover {
	color:black;
}

.contentArea a:active {
	color:red;
}

/*
** Define the properties of specialized classes
** within the contentArea Division 
*/

div#contentCells {
	vertical-align: top;
}

div#contentCells td {
	border : 0px;
	font-family:"Trebuchet MS","arial","verdana",sans-serif;
	color:black;
	vertical-align : top;
	text-decoration : none;
}

div#contentCells h1 {
	font-family: "Trebuchet MS","arial","verdana",sans-serif;
	font-size:140%;
	letter-spacing:2px;
	margin-bottom: 0;
	margin-top: 5px;
}
	
	div#contentCells h2 {
	font-family: "Trebuchet MS","arial","verdana",sans-serif;
	font-size:130%;
	letter-spacing:1px;
	margin-bottom: 0;
	margin-top: 5px;
}

div#contentCells h3 {
	font-family: "Trebuchet MS","arial","verdana",sans-serif;
	font-size:120%;
	letter-spacing:1px;
	margin-bottom: 0;
	margin-top: 5px;
}

div#contentCells h4 {
	font-family: "Trebuchet MS","arial","verdana",sans-serif;
	font-size:110%;
	letter-spacing:1px;
	margin-bottom: 0;
	margin-top: 5px;
}

div#contentCells ol li {
	font-family: "Trebuchet MS","arial","verdana",sans-serif;
	text-align: left;
	color: black;
	font-size: small;
	padding: 0px 10px 10px 0px;
	line-height: 130%;
}

div#contentCells ul li {
    font-family: "Trebuchet MS","arial","verdana",sans-serif;
    text-align: left;
    color: black;
    font-size: small;
    padding: 0px 10px 2px 0px;
    line-height: 130%;
}

div#contentCells hr {
	color: Gray;
}

div#contentCells .backtotop{
	font-family: "Trebuchet MS","arial","verdana",sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

div#contentCells td.contentCell {
    /*    border : thin solid Gray; */
    border: 0px none;
    font-family: "Trebuchet MS","arial","verdana",sans-serif;
    color: black;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
}

div#contentCells .title {
	text-align: center;
	font-size: large;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	vertical-align: middle;
	line-height: 160%;
	white-space: nowrap;
	color: Navy;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

div#contentCells .titleImage {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

div#contentCells .subTitle {
	text-align: center;
   font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
   font-size: medium;
   line-height: 160%;
   white-space: nowrap;
   color: Navy;
   vertical-align: middle;
   font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;	
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#contentCells .subTitleLeft {
	text-align: left;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 160%;
	white-space: nowrap;
	color: Navy;
	font-weight: bold;
}

div#contentCells .subTitleRight {
	text-align: right;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 160%;
	white-space: nowrap;
	color: Navy;
	font-weight: bold;
}

div#contentCells p {
	margin: 10px 10px 12px 10px;
	font-size: small; /* was medium before */
	line-height: normal;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: justify;
}

div#contentCells p.indentParagraphQuote{
	margin: 10px 40px 12px 40px;
	font-size: small; /* was medium before */
	line-height: normal;
	font-family: "Trebuchet MS",Arial,Helvetica, sans-serif;
	text-align: justify;
}

div#contentCells .newspaperSynopsis {
	margin: 0px 10px 0px 10px;
	font-size: x-small;
	line-height: normal; /*	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

div#contentCells .newspaperSynopsisLink {
    text-decoration: none;
}

div#contentCells .paragraphTitle {
	/*    margin: 0px 10px 0px 10px;*/
	font-size: small;
	line-height: auto;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
	color: #990033;
	font-weight: bold;
	background-color: #F0E68C;
	clear: both;
}

div#contentCells .paragraphTitleLink {
    /*    margin: 0px 10px 0px 10px;*/
    font-size: small;
    line-height: auto;
    font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
    text-align: center;
    color: #990033;
    font-weight: bold;
    text-decoration: none;
    background-color: #F0E68C;
}

div#contentCells .paragraphHeading1 {
	margin: 0px 10px 0px 10px;
	font-size: small;
	line-height: normal;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	font-weight: bold;
}

div#contentCells .paragraphSynopsis {
    margin: 5px 10px 0px 10px;
    font-size: smaller;
    line-height: normal;
    font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
    text-align: justify;
    color: black;
}

div#contentCells .paragraphSynopsisLink {
    text-decoration: none;
}

div#contentCells .paragraphIntro {
	font-weight : bold;
}

div#contentCells .thaioasisGPS {
    color: red;
    font-weight: bold;
    /*font-size: smaller;*/
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

div#contentCells .photoLeftNoCaption {
	margin: 6px 10px 6px 0px;
	line-height: 12px;
}

div#contentCells .photoImageLeft {
	margin: 10px 10px 0px 10px;
	line-height: 12px;
}

div#contentCells .photoCaptionLeft{
    margin: 0px 10px 0px 0px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

div#contentCells .photoImageRight {
	margin: 4px 6px 6px 10px;
	text-align: right;
}

div#contentCells .photoCaptionRight{
    margin: 0px 20px 0px 0px;
}

/*
** Define the Site Map styles
*/

.siteMapLink a:link{
	color : blue;
}

.siteMapLink a:visited{
	color : black;
}

.siteMapLink a:focus {
	color:blue;
}

.siteMapLink a:hover {
	color:black;
}

.siteMapLink a:active {
	color:red;
}

