@charset "utf-8";
/* CSS Document */
* { 
  margin: 0; 
  padding: 0;
}
body {
	background-color:#F5F5F5;
	/*background-image:url(6px-baseline.gif);*/
	background-image:url(images/logo1.png);
	background-attachment:fixed;
	background-position:12px center;
	background-repeat:no-repeat;
}
#thumb-b-cont {
	position:relative;
	width:349px;
	height:340px;
	z-index:2;
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
	padding-top: 6px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}

#thumb-b-pic, #thumb-s-pic {
	background-color: #00efbf;
	/*background-image:url(images/plus.png);*/
	background-repeat:no-repeat;
	background-position:right top;
}

#thumb-b-pic {
	position:relative;
	width:349px;
	height:302px;
	z-index:3;
	background-color: #00efbf;
}
#thumb-b-text {
	position:relative;
	width:349px;
	height:35px;
	z-index:3;
	padding-top:5px;
}
#thumb-s-cont {
	position:relative;
	width:169px;
	height:162px;
	z-index:2;
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
	padding-top: 6px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
#thumb-s-pic {
	position:relative;
	width:169px;
	height:121px;
	z-index:3;
	background-color: #00efbf;
}
#thumb-s-text {
	position:relative;
	width:169px;
	height:35px;
	z-index:3;
	padding-top:5px;
}
#slideshow {
	position:relative;
	width:708px;
	height:472px;
	z-index:1;
	margin-bottom: 55px;
	margin-right: 12px;
	float: left;
	padding-top: 6px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.gold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #B08A57;
	line-height: 21px;
}
.style3 {color: #000000}
.underline {text-decoration:underline;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.big {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
#pwindow {
	position:absolute;
	left:192px;
	top:204px;
	width:725px;
	height:546px;
	z-index:1;
}
#pwindow2 {
	position:absolute;
	left:192px;
	top:190px;
	width:708px;
	height:546px;
	padding-top:6px;
	z-index:1;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 350px 100px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
#logo, #contact, #awards, #twitter {
	border-top-color: #666;
	border-top-style: solid;
	border-top-width: 1px;
	top:13px;
	padding-top: 5px;
	z-index:10;
}
#logo {
	position:absolute;
	left:12px;
	width:169px;
	height:174px;
}
#contact {
	position:absolute;
	left:192px;
	width:349px;
	height:174px;
}
#awards {
	position:absolute;
	left:553px;
	width:169px;
	height:173px;
}#twitter {
	position:absolute;
	left:734px;
	width:169px;
	height:154px;
}
#twitfream {
	position:absolute;
	left:734px;
	top:43px;
	width:170px;
	height:130px;
	z-index:11;
}
/*fonts and links_____________________________________*/
body,td,th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:12px;
	color:#666;
}


a:link {
	text-decoration: none;
	color: #666;
	opacity:1;
	filter:alpha(opacity=100);
	transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s; /*Safari and Chrome*/
	-o-transition:opacity 0.5s; /*Opera*/
}
/*a:link:before {content:url(images/before.gif);}*/
a:visited {
	text-decoration: none;
	color: #666;
	opacity:1;
	filter:alpha(opacity=100);
}
/*a:visited:before {content:url(images/before.gif);}*/
a:hover {
	text-decoration: none;
	color: #000000; /*#00efbf;*/
	opacity:0.1;
	filter:alpha(opacity=10);
	
}
/*a:hover:before {content:url(images/before.gif);}*/
a:active {
	text-decoration: none;
	color: #666;
	opacity:1;
	filter:alpha(opacity=100);
}
/*a:active:before {content:url(images/before.gif);}*/

/*-----------extras-----------*/
::-moz-selection{ background: #00efbf; color:#000000; text-shadow: none; }
::selection { background:#00efbf; color:#000000; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #00efbf; }
#apDiv1 {
	position:absolute;
	left:12px;
	top:190px;
	width:169px;
	height:28px;
	z-index:11;
}
.style2 {	font-size: 9px;
	color: #999999;
}
strong {
    color:#333333;
}

