html {
   height:100%;
   margin:0;
   padding:0
}

* html #container{
   height:100%;
   height:100%;
}

#clearfooter{
   clear:both;
   height:40px;
}

#minHeight{
   float:left;
   width:0px;
   height:100%;
   margin-bottom:-42px;
} /*safari wrapper thanks to Tim Connor*/

* html #minHeight{
   margin-bottom:-40px;
}


/*** BODY ***/
body{
	height:100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	color: #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*** CONTAINER ***/
#container {
   width: 100%;
   min-height:100%;
   margin-bottom:-40px;
   height:auto;

   /*width: 100%;
   margin: 0px auto;*/
}



/*** PAGE HEADER ***/
#pageHeader {
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	background: #FFFFFF;
	border-bottom: 4px solid #999999;
	border-top: 3px solid #999999;
}

#pageHeader h1 {
	background: url(wed-web-header.jpg);
	/*background: url(filmstrip-copy.jpg); */
	background-repeat: no-repeat;
	height: 110px;
	/*height: 150px;*/
	padding: 0px;
	margin: 0px;
}

#pageHeader h1 span {display: none;}

#pageHeader h2 span {display: none;}


/*** BODY TEXT ***/
#BodyText{
	padding-left: 20px;
	/*margin-top: 20px;*/
	margin-left: 170px;/*25%;*/
	margin-right: 25px;
}

#BodyText p.caption{
	font-size: 16px;
	margin: 0px;
	padding: 10px;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: center;
}

#BodyText p.regular{
	font-size: 12px;
	padding-left: 10px;
	border-left: 1px solid black;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}

#BodyText p.regular span{
	font-weight:bold;
	font-variant:small-caps;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}

#BodyText p.indent{
	font-size: 12px;
	padding-left: 30px;
	border-left: 1px solid black;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}

#BodyText p.indent span{
	font-weight:bold;
	font-variant:small-caps;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}

#BodyText p.smallprint{
	font-size: 10px;
        color: #666666;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
}

#BodyText p.urgent{
	background:#FF3300;
	color:#000000;
	padding-bottom: 0px;
}

#BodyText p.urgent span{
	background:#FF3300;
	color:#000000;
	font-weight:bold;
	font-variant:small-caps;
	padding-bottom: 0px;
}

#BodyText p.centered{
	margin: 0px;
	text-align: center;
}

#BodyText h3{
	display: block;
	margin-left: -10px;
	margin-top: 15px;
}

#BodyText h3 span{
	border: 1px solid #666666;
	background: #CCCCCC;
	padding: 5px;
	color: #333333;
	width: auto;
}

#BodyText h2{
	display: block;
	margin-left: -10px;
	margin-top: 15px;
}

#BodyText h2 span{
	border: 1px solid black;
	background:#FF3300;
	color:#000000;
	padding: 5px;
	width: auto;
}

#BodyText h4{
	padding-left: 10px;
	border-left: 0px solid black;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 10px
}

#BodyText h4 span{
   color: #FFFFFF;
	border: 1px solid black;
	background: #666666;
	padding: 3px;
	width: auto
}


#BodyText ul{
	font-size: 12px;
	padding-left: 40px;
	border-left: 1px solid black;
	padding-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}


#BodyText a:link {
   padding:1px;
	color: #000000;
	text-decoration: underline;
}

#BodyText a:visited {
   padding:1px;
	color: #000000;
	text-decoration: underline;
}

#BodyText a:hover {
   padding:1px;
	color: #000000;
	text-decoration: underline;
}

#BodyText a:active {
   padding:1px;
	color: #000000;
}




/*** NAVIGATION PANE 1 ***/
#nav1{
	background: #cccccc;
	border: 1px solid #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 115px;
	width: 130px;
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	color: #999999;
	height: auto;
	line-height : 150%;/*line-height set in order to have the navigation elements better separated*/
	clear: both;
}

#nav1 h3 {
   font-size: 13px;
}

#nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav1 li { margin: 0 0 .2em 0; }

#nav1 a {
	display: block;
	color: #666666;
	width: 10em;
	padding-top:1px;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:3px;
	text-decoration: none;
}

#nav1 a:link {
   border: 1px solid #cccccc;
}

#nav1 a:visited {
   border: 1px solid #cccccc;
}

#nav1 a:hover {
	color: black;
   background: #999999;
   border: 1px solid black;
}

#nav1 a:active {
	color: black;
   background: #999999;
   border: 1px solid black;
}



/*** NAVIGATION PANE 2 ***/
#nav2 {
	background: #cccccc;
	border: 1px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 305px;
	width: 130px;
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	color: #CCCCCC;
	/*height: 155px;*/
	height: auto;
	line-height : 150%;/*line-height set in order to have the navigation elements better separated*/
	clear: both;
}

#nav2 h3 {
        font-size: 13px;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav2 li { margin: 0 0 .2em 0; }


#nav2 a {
	display: block;
	color: #666666;
	width: 10em;
	padding-top:1px;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:3px;
	text-decoration: none;
}


#nav2 a:link {
   border: 1px solid #cccccc;
}

#nav2 a:visited {
   border: 1px solid #cccccc;
}

#nav2 a:hover {
	color: black;
   background: #999999;
   border: 1px solid black;
}

#nav2 a:active {
	color: black;
   background: #999999;
   border: 1px solid black;
}





/*** IMAGE STUFF ***/

.border2black {
	border: 3px solid black;
}

.infopage-right {
	margin-top: -10px;
	padding: 10px;
	float: right;
	clear: both;
}
.infopage-left {
	margin-top: -10px;
	padding: 10px;
	float: left;
	clear: both;
}

.GalImg{
	display: block;
	border: 2px solid black;
}

#GalImage{
	background: #FFFFFF;
	display: block;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
}

#GalImage h2 span{
	border: 1px solid black;
	background: #eee;
	color: black;
	padding: 5px;
	font-size: 14px;
}

.thumbnail {
	float: left;
	margin: 1px 5px 5px 1px;
	padding: 3px;
	border: 0px;
}

img {
	border: 0px;
}

#active a {
	display: block;
	color: #000000;
	background-color: #999999;
	width: 10em;
   padding-top:1px;
   padding-right:1px;
   padding-bottom:1px;
   padding-left:3px;
	text-decoration: none;
}


/*** FOOTER ***/
#footer{
	clear: both;
   height:40px;
   width:99%;
	background: #cccccc;
   color: #999999;
	margin-top: 5px;
   margin-left: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	border-top: 2px solid #999999;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	bottom: 0px;
   font-size: 10px;
}

/*#footer h1 {
	background: url(web-footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px;
	margin: 0px;}

#footer h1 span {display: none;}*/

#footer a:link {
   padding:1px;
	color: #666666;
	text-decoration: underline;
   /*border: solid 1px #666666;*/
}

#footer a:visited {
   padding:1px;
	color: #666666;
	text-decoration: underline;
   /*border: solid 1px #666666;*/
}

#footer a:hover {
   padding:1px;
	color: #666666;
	text-decoration: underline;
   /*border: solid 1px #FFFF00;*/
}

#footer a:active {
   padding:1px;
	color: #666666;
   /*border: solid 1px #FFFF00;*/
}

#footer p {margin: 1px}
#footer a {margin: 1px}


/*** GALLERYFOOTER ***/
#galleryfooter{
	clear: both;
	height:75px;
	background: #FFFFFF;
	color: #CCCCCC;
	margin-left: 170px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#galleryfooter h1 {
	/*background: url(web-footer2.jpg);*/
	background-repeat: no-repeat;
	height: 75px;
	padding: 0px;
	margin: 0px;}

#galleryfooter h1 span {display: none;}




#linkbar {
	background-color: #FFFFFF;
	color: #999999;
	padding: 5px 5px 5px 8px;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 12px;
}

#linkbar a:link, #linkbar a:visited {
	background-color: #FFFFFF;
	color: #999999;
	text-decoration: none;
	border-bottom: 0px;
}

#linkbar a:hover, #linkbar a:active {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	border-bottom: 0px;
}



/*** GENERIC LINKS ***/

a:link {
   padding:1px;
	color: #666666;
	text-decoration: underline;
}
a:visited {
   padding:1px;
	color: #666666;
	text-decoration: underline;
}

a:hover {
   padding:1px;
	color: #666666;
	text-decoration: underline;
}
a:active {
   padding:1px;
	color: #666666;
}

/*** MISC ***/

h3{
   color: black;
	font-size: 12px;
}


h4{
   color: #333333;
	font-size: 12px;
}

h3 span{
	margin: 1px;
}

