h1{
	color: #4c4c4c;
	font: 24px/32px Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;	
}

h2{
	color: #000;
	font: italic 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p{
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 16px;
}

a{
	outline: none;
}

.hide{ display: none; }

#container{
	background: #fff url(../images/container_bg.jpg) no-repeat;
	display: block;
}

#hc20header{
	width: 100%;
	height: 198px;
	background: transparent url(../images/header.jpg) no-repeat scroll 100% 50%;
}

#hc20header ul{
	clear: both;
	display: block;
	float: right;
	margin-right: 20px;
}

#hc20header ul li{
	display: inline;
}

#hc20header ul#taglines{
	margin-top: 150px;
}

#hc20header ul#taglines li{
	color: #4c4c4c;
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
}

#hc20header ul#taglines li:first-child{
	border-right: 1px solid #4c4c4c;
	padding-right: 10px;
	}

#hc20header ul#taglines li{
	font-style: italic;
}
#hc20header ul#nav{
	width: 50%;
}
#hc20header ul#nav li a{
	background-color: #e4e4e4;
	color: #00ad93;
	display: block;
	font: bold 10px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	
	/* Rounded Corners will only work in Safari and Firefox*/
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#hc20header ul#nav li a:hover{
	background: transparent url(../images/hover.gif) repeat;
}

#hc20body{
	margin-left: 180px;
}

#hc20body #col_1{
	background:  url(../images/col_1_bg.png) repeat;
	float: left;
	padding: 20px 10px 20px 20px;
	width: 440px;
}

#hc20body #col_2{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	padding: 20px 10px;
	width: 138px;
	border-color: #e6e6e6;
}

#hc20body #col_3{
	float: left;
	display: block;
	padding: 20px 13px 20px 10px;
	width: 140px;
}

#hc20body #col_3 ul{
	list-style-type: none;
}

#hc20body #col_3 ul li{
	border-top: 1px solid #ccc;
}

#hc20body #col_3 ul li:first-child{
	border-top: none;
}

#hc20body #col_3 ul li a{
	color: #333;
	display: block;
	margin: 5px 0;
	padding: 5px 0;
	text-decoration: none;	
}

#hc20body #col_3 ul li a p{
	font: 10px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 0;
}

#hc20body #col_3 ul li a:hover{
	background-color: #f7f7f7;
}



#hc20body #col_3 ul li img{ 
	float: left;
	margin: 2px 5px 2px 2px;
}

/* @group Tabs */

/* 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{
	clear: both;
	display: block;
	float: left;
	height: 32px;
	width: 140px;
}

.tabs-nav li {
	display: block;
	float: left;
	margin: 5px 0;
	width: 70px;
}

.tabs-nav a{
	background-color: #e4e4e4;
	color: #00ad93;
	display: block;
	font: bold 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	/* Rounded Corners will only work in Safari and Firefox*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.tabs-nav a:hover{
	background: transparent url(../images/hover.gif) repeat;
}

.tabs-nav .tabs-selected a{
	background-color: #00ad93;
	color: #fff;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}

.tabs-nav a span {
}

*>.tabs-nav a span { /* hide from IE 6 */
}

.tabs-nav .tabs-selected a span {
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
}

.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 {
}

.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 { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container{
	clear: both;
	float: left;
	margin-top: 20px;
	width: 138px;
}

.tabs-container ul{
	list-style-type: none;
}

.tabs-container ul li{
	border-top: 1px solid #ccc;
	margin: 4px 0;	
	padding: 4px 0;	
}

.tabs-container ul li:first-child{
	border-top: none;	
}

.tabs-container ul li a{
	display: block;
	color: #333;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.tabs-container ul li a:hover{
	color: #00ad93;
}

/* @end */

/* @group Slider */
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: none; 
	margin: auto;
	width: 440px; 
	height: 780px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 440px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}


.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #e6e6e6;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	opacity: 0.5;
	outline: none;
}

.stripNav li a:hover {
	background: transparent url(../images/hover.gif) repeat;
	opacity: 1;
}

.stripNav li a.current {
	background: #00ad93;
	color: #fff;
}

.stripNav li a.current:hover { text-decoration: underline;}

.stripNavL, .stripNavR {
	position: relative;
	text-indent: -1000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	outline: none;
}

.stripNavL:hover, .stripNavR:hover{
	opacity: 1;
}

.stripNavL {
	float: left;
	opacity: 0.5;
	background: url("../images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	float: right;
	opacity: 0.5;
	background: url("../images/arrow-right.gif") no-repeat center;
}
	

/* @end */

/* @group InfoPanel Styling */

body.infoPanel{
	margin: 0;
}

body.infoPanel a{
	color: #00ad93;
	text-decoration: none;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body.infoPanel a:visited{
	color: #333;
	text-decoration: underline;
}

body.infoPanel a:hover{ text-decoration: underline; }

body.infoPanel a:focus { outline:none }

body.infoPanel h1{
	color: #4c4c4c;
	font: italic bold 20px/24px Georgia, "Times New Roman", Times, serif;
}

body.infoPanel h2{
	font-weight: normal;
	font-style: normal;
}

body.infoPanel p{
	display: block;
	margin: 0;
	padding: 0;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* @end */

/* @group Slideshow */

body.slideshow .stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: none; 
	margin: auto;
	width: 400px; 
	height: 500px;
	clear: both;
}

body.slideshow .stripNav { /* The nav links */
	display:none;
}

/* @end */




