/*
-----------------------------------------------------------------------------------------
Global 
-------------------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFF;
}
h1 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999990;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	line-height: 11px;
}
h4 {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	margin-bottom: 2px;
	padding-top: 0px;
	line-height: 12px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	}
h6 {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	margin: 0px;
}
p {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 12px;
	margin: 0px;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}

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

a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
li {
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	display: block;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*
-----------------------------------------------------------------------------------------
Layout Structure
-------------------------------------------------------------------------------------- */
#container {
	background-color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 760px;
	width: 1020px;
	background-position: center;
	position: absolute;
	padding: 20px;
}
#header {
	height: 105px;
	width: 1010px;
}
#logoname {
	float: left;
	width: 250px;
}
#splashimage {
	clear: right;
	float: right;
	margin-bottom: 15px;
	margin-right: 20px;
}
#gallery {
	clear: right;
	float: right;
	width: 600px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#sidebar {
	padding: 0;
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 15px;
}
#gallerysidebar {
	padding: 0;
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
}
#gallerysidebar li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#address {
	float: left;
	margin-left: 15px;
	width: 100%;
	}
#galleries {
	margin-left: 15px;
	text-align: left;
	float: left;
	}
#mailinglist {
	width: 100%;
	float: left;
	clear: left;
	}
#login {
	float: left;
	clear: left;
	margin-left:15px;
	margin-top:10px;
	}
#formholder {
	float: left;
	padding: 0;
	position: relative;
	clear: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}

#footer {
	float: right;
	width: 480px;
	margin-right: 5px;
	margin-top: 25px;
}
#footer a {
	font-size:13px;
	float: right;
	margin-right: 5px;
	margin-left: 25px;
	color:#999999;
}
#footer a:hover, active {
	color: #000000;
}

#statement {
padding: 0px 0px 0px 0px;
margin-right: 10px;
margin-top: -5px;
}
#statementtext {
	background-color: #fff;
	z-index:150;
	position:absolute;
	top: 220px;
	left: 560px;
	width: 315px;
	padding: 10px 15px 10px 15px;
	text-align:justify;
        border: solid 1px #999;
}
#statementtext p {
	color: #000;
	margin-bottom: 7px;
	text-indent: 20px;
	word-spacing: 1px;
	font-size:11px;
	font-style:bold;
}
#video {
	background-color: #000000;
	z-index:150;
	position:absolute;
	top: 170px;
	left: 307px;
	width: 500px;
	padding: 0px 0px 0px 0px;
}
#videolink {
padding: 0px 0px 0px 0px;
margin-right: 10px;
margin-top: 170px;
}

/* slideshow */
div.slideshow { position:relative; top:0; left:0; overflow:hidden; }
/* this class is for the slides. the following are required: position:absolute; left:0; top:0; width:100%; height:100%; background-color:(#xxxxxx); z-index:0; filter:alpha(opacity=100); */
div.slideshow div { position:absolute; top:0; left:0; width:100%; height:100%; background-color:#ffffff; z-index:0; filter:alpha(opacity=100); }
div.slideshow_btns { }


/*
-----------------------------------------------------------------------------------------
Classes & Pseudo-Classes
-------------------------------------------------------------------------------------- */


.logotext {
	font-size:16px;
	color: #999999;
}
.titletext {
	font-size:24px;
	color: #000;
	margin-top: 50px;
	font-variant: small-caps; 
}
.imagetitle {
	font-size:11px;
	font-style: italic;
	text-align: right;
	clear: both;
	float: right;
	width: 100%;
	margin-top: 0px;
	margin-right: 3px;
}
.link {
	font-size:11px;
	line-height: 1.5em;
	color: #999999;
	text-align: left;
}
.vidplayer {
	height: 360px;
	width: 640px;
}
.vidicon {
	height: 40px;
	width: 40px;
}
.texticon {
	heigh: 20px;
	width: 20px;
}
.gallerypic {
	width: 625px;
	height: 517px;
}
.smallgallerypic {
	width: 520px;
	height: 420px;
}

a.name {
font-size:16px
}
a.name:link, visited {
	color: #333333;
}
a.name:hover, active {
	color: #666666;
}

a.menutext:link, visited {
	font-size:13px;
	float: right;
	margin-left: 25px;
	color: #999999;
}
a.menutext:hover, active {
	font-size:13px;
	float: right;
	margin-left: 25px;
	color: #000000;
}

a.menutextactive:link, visited, hover, active {
	font-size:13px;
	float: right;
	margin-left: 25px;
	color: #000000;
}
a.pulldowntext:link, visited {
	font-size:12px;
	color: #999999;
	text-align: right;
}
a.pulldowntext:hover, active {
	font-size:12px;
	color: #000000;
	text-align: right;
}
a.pulldowntextactive:link, visited, hover, active {
	font-size:12px;
	color: #000000;
	text-align: right;
}

.opacity75 {
	opacity:0.75;
	filter:alpha(opacity=75);
	-moz-opacity:0.750;
}

.opacity90 {
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:0.900;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hidden {display:none;}	
a:hover span {display:block;}

/* New CSS Test */

.menu {width:580px; height:40px; font-size:0.8em; position:relative; float: right; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:580px; w\idth:579px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:179px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:right;width:179px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#999999; width:168px; height:43px; padding-left:10px; line-height:42px; text-align:right;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:179px; w\idth:168px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000000 url(../navarrows.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#000000 color:#666666 url(../navarrows.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#000000 url(../navarrows.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#000000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:179px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:179px; top:-1px; width:179px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-179px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#fff; color:#999999; height:auto; line-height:1em; padding-bottom: 5px; width:168px; border-width:0 1px 1px 1px; text-align:right;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:180px;w\idth:168px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#333; background:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#333; background:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
