/* <![CDATA[ */
html, body {
/*	background-image: url(http://www.pagerank-seo.com/search-engine-optimization-images/background-gradient-2508.png); */ /* amy need for a background image? */
	min-width: 972px; /* 777px w/no logo, 972px w/logo, not observed in Safari 3 */
	font-family: "Geometric 711 SWA", "Century Gothic", "FontName", sans-serif; /* set in css.php */
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px; /* turn off for Opera in css.php */
	color: #000000;
	text-align: justify;
}
body {
	border: ridge 3px #c0c2c2;
	padding: 0px;
	margin: 0px;
/*	iccprofile: url('http://www.pagerank-seo.com/ICC_Profiles/AdobeRGB1998.icc');	*/
}
div.container { /* not necessary if one uses background-color rather than background-image in html, body */
	background-color: #fcfcfc;
}
.header {
	margin-left: 0px;
	height: 140px;
	padding: 5px;
	border-bottom: ridge 2px #c0c2c2;
	text-align: center;
	line-height: 15px;
	background-color: transparent;
}
.search-visibility {
	float: right;
	height: 130px;
	padding: 20px 2px 0px 5px;
	border-left: ridge 2px #c0c2c2;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.visibility {
	visibility: hidden;
}
#search-engine {
	position: absolute;
	float: right;
	right: 22px;
	padding: 6px 20px 6px 20px;
	border-bottom: 2px ridge #c0c2c2;
	border-left: 2px ridge #c0c2c2;
	z-index: 4000;
}
input.search-button {
	background-color: #009be6;
	color: #e8f8ff;
	font-weight: 700;
	font-family: arial, helvetica, sans-serif
}
/*	div#fixeddiv {
	position: absolute;
	width: 160px;
	margin-left: 0px;
	top: 153px; *//* 135px w/no logo, 153px w/logo */
/*	padding: 15px;
	background: #fcfcfc;
	border-top: 2px ridge #c0c2c2;
	border-right: 2px ridge #2266aa;
	border-bottom: 2px ridge #2266aa;
}	*/
div.menu-home {
	font-size: 15px;
	padding: 9px 0px 24px 0px;
}
.menu-link {
	font-size: 15px;
	padding: 12px 0px 12px 0px;
}
.sdmenu {
	width: 160px;
	font-size: 14px;
	padding-bottom: 12px;
	color: #000000;
}
.sdmenu div {
	overflow: hidden;
}
.sdmenu div.collapsed {
	height: 23px; /* had been 25px, may need to be solved via css.php */
}
.sdmenu div span {
	display: block;
	padding: 0px;
	font-weight: 400;
	color: #000000;
/*	cursor: pointer; */
}
.sdmenu div a {
	font-size: 13px;
	padding: 5px 0px 6px 8px;
	display: block;
	color: #0040ff;
	text-decoration: none;
	text-align: left;
}
.sdmenu div a:hover {
	background: url(linkarrow.gif) no-repeat right center;
	color: #000000;
	text-decoration: underline;
}
.wrapper {
	padding: 0px;
	margin: 18px 18px 18px 210px; /* set in css.php */
}
.content {
	min-height: 840px;
	min-width: 511px; /* not observed in Safari 3 */
	padding: 0px;
	background-color: #fcfcfc;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.tabs-hide {
		display: none;
	}
}
/* Hide useless elements in print layouts... */
@media print {
	.tabs-nav {
		display: none;
	}
}
/* Skin */
.tabs-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav li {
	float: left;
	margin: 0px 0px 0px 1px;
	min-width: 84px; /* be nice to Opera, not observed in Safari 3 */
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0px 10px;
	background: url(http://www.pagerank-seo.com/classes/ui-tabs/tab.png) no-repeat;
}
.tabs-nav a {
	font-size: 14px;
	margin: 1px 0px 0px 0px; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0px;
	color: #0883ff;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in ie6 */	
	outline: 0px; /* prevent dotted border in Firefox */
	overflow: hidden;
}
.tabs-nav a:hover {
	color: #0040ff;
	text-decoration: underline;
}
.tabs-nav .tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0px;
	color: #000000;
	border-bottom: 1px solid #fcfcfc; /* possibly turn off for every page other than the home page */
}
.tabs-nav a span {
	width: 64px; /* ie6 treats width as min-width */
	min-width: 64px; /* not observed in Safari 3 */
	height: 18px; /* ie6 treats height as min-height */
	min-height: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
}
*>.tabs-nav a span { /* hide from ie6 */
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-bottom: 1px;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -150px;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0px -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position: 0px 0px;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	/*	cursor: text; */
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active,
.tabs-nav .tabs-unselect a:hover, .tabs-nav .tabs-unselect a:focus, .tabs-nav .tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	/*	cursor: pointer; */
}
.tabs-disabled {
	opacity: .50;
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	filter: “alpha(opacity=50)”;
	background: rgba(252, 252, 252, 0.5);
}
.tabs-container { /* sets border around page in ajax constructor call */
	border-top: 1px ridge #c0c2c2;
	border-right: 2px ridge #b4ddfc; /* #c0c2c2 renders #6a6b6b */
	border-bottom: 2px ridge #b4ddfc; /* #c0c2c2 renders #6a6b6b */
	border-left: 2px ridge #b4ddfc; /* #c0c2c2 renders #6a6b6b */
	padding: 12px 8px;
	background: #fcfcfc; /* declare background color for container to avoid distorted fonts in IE while fading */
	text-align: justify;
}
/* Additional IE specific bug fixes... */
* html .tabs-nav { /* auto clear, @ ie6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise ie6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
a {
	text-decoration: none;
	color: #0883ff;
	border: 0px;
	outline: 0px;
	overflow: hidden;
}
a:visited {
	text-decoration: none;
	color: #0001fe;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}
/*	a# {
	text-decoration: none;
	color: #0883ff;
	border: 0px;
	outline: 0px;
	overflow: hidden;
}
a#:visited {
	text-decoration: none;
	color: #0001fe;
	border: 0px;
	outline: 0px;
	overflow: hidden;
}
a#:hover, a#:active {
	text-decoration: underline;
	color: #000000;
	border: 0px;
	outline: 0px;
	overflow: hidden;
} */
a img {
/*	background-repeat: no-repeat; */
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0px;
	overflow: hidden;
}
span.blue {
	color: #1483fe;
}
.red {
	color: #fb1227;
}
.yellow {
	color: #e4ca3d;
}
.green {
	color: #088910;
}
h1 {
	display: inline;
	padding: 0px 11px;
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 8px;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	border: 0px;
	outline: 0px;
	overflow: hidden;
}
h1:visited {
	text-decoration: none;
}
h1:hover, h1:active {
	text-decoration: underline;
}
h2 {
	font-size: 24px;
	font-weight: 700;
	display: inline;
}
h3 {
	display: inline;
	padding: 0px 11px;
	font-size: 21px;
	font-weight: 700;
	z-index: 100;
}
div.header h4 {
	display: inline;
	padding: 0px 11px;
	font-size: 18px;
	font-weight: 700;
	z-index: 100;
}
h4 {
	padding: 0px 11px;
	font-size: 18px;
	font-weight: 700;
	z-index: 100;
}
h5 {
	font-size: 16px;
	font-weight: 400;
	display: inline;
}
h6 {
	font-size: 14px;
	font-weight: 700;
}
a.italic {
	font-style: italic;
}
span.italic {
	font-style: italic;
}
div.bold {
	font-weight: 700;
}
.center {
	text-align: center;
}
.vspace72 {
	line-height: 72px;
}
.vspace60 {
	line-height: 60px;
}
.vspace54 {
	line-height: 54px;
}
.vspace48 {
	line-height: 48px;
}
.vspace42 {
	line-height: 42px;
}
.vspace36 {
	line-height: 36px;
}
.vspace30 {
	line-height: 30px;
}
.vspace24 {
	line-height: 24px;
}
.vspace21 {
	line-height: 21px;
}
.vspace18 {
	line-height: 18px;
}
.vspace12 {
	line-height: 12px;
}
.vspace6 {
	line-height: 6px;
}
ol.decimal {
	list-style-type: decimal;
	font-size: 12px;
}
ol.ualpha {
	list-style-type: upper-alpha;
	font-size: 12px;
}
input.navbuttons-left {
	display: inline;
	float: left;
	text-decoration: none;
	background-color: #009be6;
	color: #e8f8ff;
	font-weight: 700;
	font-family: "Geometric 711 SWA", "Century Gothic", "FontName", sans-serif; /* set in css.php */
}
input.navbuttons-right {
	display: inline;
	float: right;
	text-decoration: none;
	background-color: #009be6;
	color: #e8f8ff;
	font-weight: 700;
	font-family: "Geometric 711 SWA", "Century Gothic", "FontName", sans-serif; /* set in css.php */
}
div.footer {
	clear: both;
	background: url(http://www.pagerank-seo.com/search-engine-optimization-images/search-engine.png);
	background-position: left;
	background-repeat: repeat-x;
	border-top: ridge 2px #c0c2c2;
	height: 14px;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
}
div.footer-contact {
	clear: both;
	background: url(http://www.pagerank-seo.com/search-engine-optimization-images/search-engine.png);
	background-position: left;
	background-repeat: repeat-x;
	border-top: ridge 2px #c0c2c2;
	height: 29px;
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
}
.footer a:link, footer-left a:link, footer-right a:link {
	color: #0883ff;
	font-weight: 400;
	font-size: 11px;
}
.footer a:hover {
	color: #0040ff;
	text-decoration: underline;
}
.footer-text {
	text-align: center;
}
.footer-left {
	display: inline;
	position: absolute;
	left: 33px;
}
.footer-right {
	display: inline;
	position: absolute;
	right: 37px;
}
.footer-right-contact {
	text-align: left;
	display: inline;
	position: absolute;
	margin-top: -14px;
	right: 33px;
}
.footer-copyright { /* set in css.php, turn off in opera */
	display: inline;
}
/* ]]> */
