@charset "UTF-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin:0;
}

img {
border: 0px none; 
}

#tabs-1 a{
	color: blue;
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

 a:visited {
	color: red;
	text-decoration:none;
}

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.logo {
	background-image:url(../images/logo.gif);
	width:212px;
	height:98px;
	float:left;
	left: 445px;
	top: 24px;
	text-indent:-9999px;
}

.nav {
	width:575px;
	float:right;
	height:auto;
	padding:73px 0px 0px 0px;
}

.shade {
	background:url(../images/shade.gif) top repeat-x;
	height:auto;
}

#clear{
	clear:both;
	float:none;
}

#eyecandy-caption{
	float:left;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	background-color:#000;
	z-index:999;
	position:absolute;
	top:220px;
	padding:10px;
	filter:alpha(opacity=75); /* IE's opacity*/
  opacity: 0.75;
}

table.main td{
	text-align:left;
}
td.left-col{
	padding-left:40px;
}

/* Homepage Tabs */

.ui-tabs-panel img{
	border:0;
}
.ui-tabs-panel a:link, .ui-tabs-panel a:visited{
	color:#333;
	text-decoration:none;
	text-align:left;
}
.ui-tabs {
	position: relative;
	padding:0;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:0; width:230px; }
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 0 1px 0;
	/*border-bottom: 0 !important; */
	padding: 0;
	white-space: nowrap;
	background-color:#CFCFCF;
	width:50%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size:15px;

}
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; 	color:#000;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; background-color:#999999; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
	padding-top: 5px;
	
}
.ui-tabs .ui-tabs-hide { display: none !important; }

#footer{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:#CCC;
	padding-top:10px;
	width:787px;
}
#footer a {text-decoration: none; 	color:#636363;}

ul.footer-nav-left{
	padding:0;
	margin:0;
}
ul.footer-nav-left li{
	float:left;
	list-style-type: none;
	margin-right:20px;
}
ul.footer-nav-right{
	padding:0;
	margin:0;
}
ul.footer-nav-right li{
	list-style-type: none;
	float:right;
	margin-left:20px;
}

.img-list{
	width:100%;
	border:0;
}
.img-list img{
	border:0;
}
.img-list td{
	background-color:#EFEFEF;
	padding:10px;
	vertical-align: top;
	border:0;
}
.img-list th{
	height:10px;
	border:0;
}

.img-list th a:link, .img-list a:visited{
	color:red;
	margin-right:10px;
}


.info-table{
	width: 90%;
	border: 1px solid black;
	border-collapse:collapse;
}

.info-table td, th{
	padding: 5px;
	border: 1Px solid black;
}

.info-table th{
	background-color:#EFEFEF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;	
}

.info-table th a:link, .info-table a:visited{
	color:red;
	margin-right:10px;
}

.flowchart {
	width:80%;
	border:0;
}

.flowchart td{
	background-color:#EFEFEF;
	padding:8px;
}

.flowchart th a:link, .img-list a:visited{
	color:red;
}

.photo-gallery {
	width:100%;
	border:0;
}
.photo-gallery  img{
	border:0;
	width: 100px;	
}
.photo-gallery td{
	background-color:#EFEFEF;
	padding:8px;
}

.photo-gallery  th a:link, .photo-gallery a:visited{
	color:red;
}

#sub-content{
	padding-left:20px;
}

#title{
	font-size:16px;
	background-color:#E3E3E3;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

ul.breadcrumbs li{
	list-style-type: none;
	float:right;
	margin-left:10px;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color:#333;
	text-decoration:underline;
	margin-right:10px;
}

.panels {
	padding-left: 10px;
	background-color: #EFEFEF;
}

