/* This is the PMA cascading style sheet for Web pages */
/* Updated 20100714 to add GoodSearch badge styles and update existing styles so as not to
   interfere with external add-ons like the badge.  Also improved the menu. */


body {
	margin:0px;
	border:0px;
	padding:0px;
	font-size:10pt;
	text-align:left;
}

img {border:0px;}

.center {text-align:center;}
.right {text-align:right;}

/* Header */

#headerContainer {
	clear:left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:8pt;
	min-width:960px;
}
#headerContainer a {text-decoration:none;}
#headerContainer a:link {color:blue;}     /* unvisited link */
#headerContainer a:visited {color:red;}   /* visited link */
#headerContainer a:hover {color:cyan;}    /* mouse over link */
#headerContainer a:active {color:purple;} /* selected link */
#headerContainer a:link img {border:1px solid white;}
#headerContainer a:visited img {border:1px solid white;}
#headerContainer a:hover img {border:1px solid blue;}
#headerContainer a:active img {border:1px solid purple;}
#headerContainer table {
	border-top:15px solid red;
	border-bottom:15px solid red;
	padding:3px;
	width:100%;
}


/* Main */

table.mainContainer {
	border-collapse:collapse;
	border-spacing:0;
	border-top:0;
	border-bottom:0;
	font-size:10pt;
	table-layout:fixed;
	text-align:left;
	width:100%;
}


/* Navigation Menu */

td.tdNavMenu {
	background-color:red;
	border-top:10px solid red;
	border-right:10px solid darkred;
	border-bottom:10px solid darkred;
	border-left:10px solid red;
	vertical-align:top;
	width:180px;
}
#navMenu {
	color:white;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:12pt;
	font-weight:bold;
}
#navMenu table {
	border-collapse:collapse;
	border-top:0px;
	border-bottom:0px;
	table-layout:fixed;
	width:160px;
}
#navMenuL1 a
{
	border-bottom:1px solid white;
	float:left;
	padding:0.4em 0.2em 0.4em 0.2em;
	text-align:left;
	text-decoration:none;
	width:150px;
}
#navMenuL1 a:link {color:white;}
#navMenuL1 a:visited {color:white;}
#navMenuL1 a:hover {background-color:darkred;}
#navMenuL1 a:active {background-color:yellow;}
#navMenuL1 ul
{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:140px;
}
#navMenuL2 ul
{
	float:right;
	font-size:10pt;
	width:90%;
}
#navMenuL1 li {display:inline;}


/* Content */

td.tdContent {
	padding:10px;
	text-align:left;
	vertical-align:top;
}
#content {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10pt;
}
#content a {text-decoration:none;}
#content a:link {color:blue;}     /* unvisited link */
#content a:visited {color:red;}   /* visited link */
#content a:hover {color:cyan;}    /* mouse over link */
#content a:active {color:purple;} /* selected link */
#content h1 {
	font-size:14pt;
	text-align:center;
}
#content h2 {
	font-size:12pt;
	text-indent:10px;
	text-transform:uppercase
}
#content h3 {
	font-size:10pt;
	text-indent:10px;
}
#content p {
	text-indent:15px;
}
#contentDesc {
	text-align:center;
	font-size:8pt;
	width:110px;
	margin:5px;
}
#contentTable {
	min-width:610px;
}
#contentTable table {
	border-collapse:collapse;
	border-spacing:0;
	border-top:0;
	border-bottom:0;
	table-layout:fixed;
	font-size:10pt;
	text-align:left;
	width:100%;
}
#contentTable th {
	background-color:red;
	color:white;
	text-align:left;
}
tr.trAlt {
	background-color:#F8F8F8;
}


/* Images */

#imgEmbedL {
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}
#imgEmbedL img {
  display:inline;
  margin:15px;
  border:1px solid white;
}
#imgEmbedL a:link img {border:1px solid white;}
#imgEmbedL a:visited img {border:1px solid white;}
#imgEmbedL a:hover img {border:1px solid blue;}
#imgEmbedL a:active img {border:1px solid purple;}
#imgEmbedR {
  height:auto;
  width:auto;
  float:right;
  text-align:center;
}
#imgEmbedR img {
  display:inline;
  margin:15px;
  border:1px solid white;
}
#imgEmbedR a:link img {border:1px solid white;}
#imgEmbedR a:visited img {border:1px solid white;}
#imgEmbedR a:hover img {border:1px solid blue;}
#imgEmbedR a:active img {border:1px solid purple;}
#imgDesc110 {
  text-align:center;
  font-size:8pt;
  width:110px;
  margin:5px;
}
#imgDesc210 {
  text-align:center;
  font-size:8pt;
  width:210px;
  margin:5px;
}


/* Sidebar */

td.tdSidebar {
	text-align:center;
	vertical-align:top;
	width:170px;
}
#sidebar {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10pt;
}
#sidebar h3 {
	font-size:10pt;
	text-indent:0px;
}
#sidebar p {
	text-indent:0px;
}
/*
#sidebarL1 a
{
	border-bottom:1px solid darkred;
	float:left;
	padding:0.4em 0.2em 0.4em 1.0em;
	text-align:left;
	text-decoration:none;
	width:150px;
}
#sidebarL1 a:link {color:blue;}
#sidebarL1 a:visited {color:red;}
#sidebarL1 a:hover {background-color:cyan;}
#sidebarL1 a:active {background-color:yellow;}
#sidebarL1 ul
{
	border-bottom:15px solid white;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:140px;
}
#sidebarL1 li {display:inline;}
*/

/* Footer */

#footerContainer {
	clear:both;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:8pt;
	min-width:960px;
	text-indent:0px;
}
#footerContainer a:link img {border:0px solid white;}
#footerContainer a:visited img {border:0px solid white;}
#footerContainer a:hover img {border:1px solid white;}
#footerContainer a:active img {border:1px solid purple;}
#footerContainer table  {
	border-top:15px solid red;
	text-align:left;
	width:100%;
}


/* GoodSearch badge */

#badgewrapper {
	border-left:25px solid white;
	width:120px;
	font-family:arial,helvetica,verdana;
	}
	
#badge_header {
	width:120px;
	height:130px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/header-120.png);
	font-family:arial,helvetica,verdana;
	font-size:10px;
	}
	
* html #badge_header {
    background: transparent none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/header-120.png');
	}

#badge_header_links {
	font-family:arial,helvetica,verdana;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:8px;
	line-height:14px;
	position:relative;
	}

#badge_header_links a,
#badge_header_links a:visited
{
	font-family:arial,helvetica,verdana;
	font-size:10px;
 	color:#fff;
	text-decoration:underline;
}
	
#badge_header_tagline {
	font-family:arial,helvetica,verdana;
	font-size:8px;
	color:#ffff00;
	text-align:center;
	padding-top:3px;
	line-height:10px;
	font-weight:normal;
	}

#badge_content {
	font-family:arial,helvetica,verdana;
	font-size:10px;
	width:120px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/bg-content-120.png);
	}

#badge_content_text {
	font-family:arial,helvetica,verdana;
	font-size:10px;
	width:85%;
	margin:0px auto;
	line-height:16px;
	padding-bottom:5px;
	text-align:center;
	color:#333;
	}
	
#badge_linkblock {
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:120px;
	height:70px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/links-120.png);
	border:0px solid blue;
	}
	
.badge_link {
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:85%;
	color:#003366;
	margin:0px auto;
	padding-top:8px;
	position:relative;
	left:3px;
	}
	
#badge_linkblock select {
	margin:10px 0px 0px 10px;
	width:100px;
	font-size:9px;
}
		
#badge_linkblock a,
#badge_linkblock a:visited
{
	font-family:arial,helvetica,verdana;
	font-size:9px;
	color:#000000;
	line-height:12px;
	text-decoration:underline;
}
	
.badge_gobutton {
	width:16px;
	float:left;
	clear:left;
	}
	
.badge_golink {
	margin-left:23px;
	line-height:9px;	
	}
	
#badge_shareblock {
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:120px;
	height:34px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/footer-120.png);
	}
	
* html #badge_shareblock {
    background: transparent none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/footer-120.png');
	}
	
#badge_shareblock_link {
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:100%;
	text-align:center;
	padding-top:7px;
	position:relative;
	}

#badge_shareblock_link img {	
	padding-right:5px;
	position:relative;
	top:2px;
	display:inline;
	}

#badge_shareblock_link a,
#badge_shareblock_link a:visited
{
	font-family:arial,helvetica,verdana;
	font-size:9px;
	color:#fff;
	text-decoration:underline;
}
