﻿
body {
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

	background: url(images/bg.jpg) repeat-y #FFF;
	background-position: center;

}

a:link { 
	color: #80c544;
	text-decoration: none; 
}
a:visited { 
	color: #80c544;
	text-decoration: none; 
}
a:hover { 
	color: gray;
	text-decoration: none; 
}

img {
	border-style: none;
	text-decoration: none;
}

.imgteaser {
 	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}


.imgteaser a .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: small;
	color: #fff;
	background: #000;
 	padding: 5px 10px;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: small;
	padding: 10px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:medium;
}
.imgteaser a .desc { display: none; }
.imgteaser a:hover .more { visibility: hidden;}

#wrap {
	margin: 0 auto;
 	background: white; 
	color:gray;
	text-align: left;
 	width: 1000px; 
 	height: 100%; 
}

#header {
	background-attachment: fixed;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: white;
	text-align: right;
 	vertical-align: top;
	padding: 10px;
	width: 960px;    /** 2x padding + width  = wrap width  **/
	height: 165px;   /** 2x padding + height = wrap height **/
}

h1 {
	font-size: small;
	font-weight: 100;
	color: #A0A0A0;
	
}

h2 {
    font-size: medium;
	font-weight: 100;
	color: #686868;

}

h3 {
	font-size: medium;
	font-weight: 100;
	color: #686868;
}


#flashcontent {
	height: 100%;
	font-size: medium;
	clear: both;
}


#flashcontent a:link {
	color: gray;
}
#flashcontent a:hover {
	color: orange;
}
#flashcontent a:visited {
	color: gray;
}

ul#topnav {
	/*text-align: center;*/
	margin: 0; padding: 0;
	float: left;
	width: 1000px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: x-small;
	background: url(topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	/*text-align: center;*/
	left: 50%;
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #b0b0b0; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #80c544 url(topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 1000px;
	background: #80c544 url(topnav_active.gif) repeat-x;
	color: #fff;
	/*--Bottom right rounded corner--*/
/*	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
/*	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
*/
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


#sideL {
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: white;
	float: left;
	height: auto;
	width: 570px;
}

#sideR {
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: white;
	float: right;
	height: auto;
	width: 370px;
}

#whitespace {
	clear:both;
	height: 50px;
}
#textL {
	clear: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	float: left;
	height: auto;
	width: 470px;
}

#textR {
	clear: right;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: right;
	height: auto;
	width: 470px;
}

#footer {
	clear: both;
	color: white;
	font-size: x-small;
	height: 30px;
	background: url("topnav_stretch.gif") repeat-x;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	margin: 0; padding: 0;*/
	float: left;
	text-align: center;
}

#testpic {
	width: 570px;
	height: 380px;
	background: silver;
}

#testpic2 {
	width: 370px;
	height: 180px;
	background: silver;
}

#spacer {
	clear: both;
	height: 20px;
}

#gallery {
	clear: both;
 	height: 100%;  /*CHANGED FROM 650px```````````````````````````````````````````````*/
/*	top: 50%;  
	white-space: nowrap;
	overflow: auto;
	
	*/
	text-align: center;
}

#htmlGallery{
	text-align: center;
	clear: both;
}
#textiphone{
    color: gray;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
center{
	text-align: center;
}

#smallText{
	font-size:x-small;
	color:#cccccc
}