/* CSS Document */

/*
-----------------------------------------------
Name:     Clean, Compact, & Stretchy
Author:   Karim McCall
URL:      www.karimmccall.com
Date:     29 January 2007
----------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
	background: #fff;
	color: #282828;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

iframe {
	border: solid 1px #FFFFFF;
	height: 130px;
	width: 100%;
	padding: 0px;
}

#iframeSC {
	scrollbar-face-color: green;
	scrollbar-shadow-color: blue;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: red;
	scrollbar-darkshadow-color: brown;
	scrollbar-track-color: yellow;
	scrollbar-arrow-color: white;
}

h3 {
	font-weight:normal;
	cursor: pointer;
	font-size: 11px;
	margin:2px;
	padding:0;
}

.style1 {color: #6E9FD1}
.style2 {color: #A8C786}
.style3 {color: #EABC66}

#container {
	width: 730px;
	text-align: left;
	margin: 0 auto;
}

iframe {
	border:none;
	overflow:-moz-scrollbars-none;
}

#footer {
	width:800px;
	text-align:center;
	margin:0 auto;
	color:#999999;
}

#header {
	width:800px;
	text-align:center;
	margin:0 auto;
	color:#999999;
	z-index:0;
}

div#top-header {
	width:800px;
	height:56px;
	margin:0 auto;
	color:#999999;
}

div#right-header {
	width:300px;
	height:36px;
	float:right;
	text-align:left;
	vertical-align:middle;
	padding-top:20px;
}

div#left-header {
	width:472px;
	height:36px;
	float:left;
	padding-left:28px;
	text-align:left;
	vertical-align:middle;
	padding-top:20px;
}

.hide { 
	display: none; 
}

.galleryimage {
    margin: 0px;
    padding: 8px 7px 6px 7px;
	width: 218px;
	height: 130px;
	float: left;
	text-align: center;
    background-color: #F7F7F7;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
}

.galleryimage a img 
{
	border: 1px solid #EBEBEB;
    margin: 2px;
}

.galleryimage a:visited img 
{
	border: 1px solid #EBEBEB;
    margin: 2px;
}

.galleryimage a:hover img
{
	border: 1px solid #EBEBEB;
    margin: 2px;
}

.galleryimage a:active  img
{
	border: 1px solid #EBEBEB;
    margin: 2px;
}

.galleryimage img
{
	border: 1px solid #EBEBEB;
    margin: 2px;
}

.galleryimage a:link, a:visited {
	text-decoration: none;
	color: #339BC6;
}

.galleryimage a:hover, a:active, a:focus {
	text-decoration: none;
	color: #339BC6;
}


a:link, a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #999999;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #999999;
}

#footer a:hover, a:active, a:focus {
	text-decoration: none;
	color: #999999;
}

#right-header a:hover, a:active, a:focus {
	text-decoration: none;
	background-color:#999999;
	color: #FFFFFF;
}

#read-me a:link, a:visited {
	text-decoration: none;
	color: #669900;
}

#read-me a:hover, a:active, a:focus {
	text-decoration: none;
	color: #339900;
}


.subheader { padding-left:8px;
}

.stretcher { padding-left:8px;
	background: none !important;
	background: #fff;
}
