﻿BODY	{
/*	background-color: #CDD2D8;*/
	margin: 0;
	padding: 0;
	border: #CDD2D8 0px solid;
	/*background-image: url("picts/background-2-copy.jpg"); by Haik*/
	background-attachment: fixed;
	}

 /* PAGE LINK COLORS

a:link		{ color: #6666CC; text-decoration: none; font-weight: bold }

a:visited	{ color: #6666CC; text-decoration: none; font-weight: bold }

a:active	{ color: #6666CC; text-decoration: none; font-weight: bold }

a:hover		{ color: #666666; text-decoration: none; font-weight: bold }
*/
a:link		{ color: #996600; text-decoration: none; }

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

a:active	{ color: #6633CC; text-decoration: none; }

/*a:hover		{ color: #423872; text-decoration: none; }
*/
a:hover		{ color: #cc6600; text-decoration: none; }



 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #333333; FONT: 12px arial, verdana, sans-serif; }

.title		{ COLOR: #000000; FONT: 22px arial, sans-serif; font-weight: bold; }

.title2		{ /*COLOR: #FFFFFF; by Haik*/ COLOR: #960; FONT: 22px arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #707C85; FONT: 13px arial, sans-serif; font-weight: bold; }

.smalltitle	{ COLOR: #FFFFFF; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }

.footer		{ COLOR: #666666; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }

.hilite		{ COLOR: #006600; }



.fadein-small { position:relative; width:200px; height:300px; border:#000 1px solid; /*margin-top:45px; by Haik*/ margin-top:23px; margin-left:3px;}
.fadein-small img { position:absolute; left:0; top:0; }
 /* MISC CODE AND COLORS */




.fadein { position:relative; width:200px; height:300px; border:#000 0px solid; /*margin-top:45px; by Haik*/ margin-top:23px; margin-left:3px;}
.fadein img { position:absolute; left:0; top:0; }
 /* MISC CODE AND COLORS */


.page-splits	{ COLOR: #000000; HEIGHT: 1px; WIDTH: 90%; }


.nobreak	{ white-space:nowrap; }


.just 		{ text-align: justify; }



 /* PAGE IMAGE BORDERS (GALLERY BORDERS BELOW) */


.borders		{ border: #000000 1px solid; cursor:hand; }





 /* PICTURE GALLERY CODE */
 
 .image-border		{ LEFT: 0px; position: relative; top: 0px; border: #FFFFFF 0px solid; }

.image-borderon		{ LEFT: 3px; position: relative; top: 3px; border: #FFFFFF 1px solid; }




.Galborder	 	{ border: #000000 1px solid; cursor:hand; }	

A:hover .Galborder,
A:active .Galborder 	{ border: #663300 1px solid; cursor:hand; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; }


.slideshow	{ FONT: 12px arial, verdana, sans-serif;
		  font-weight: bold;
		  color: #996600;
		  background-color:#e9dec8;
		  cursor:hand;
		  padding-left: 3px;
		  padding-right: 3px;
		  margin-top: 0px;
		  margin-bottom: 3px;
		  border: #996600 1px solid; }



.slideshowon	{
		 FONT: 12px arial, verdana, sans-serif;
		  font-weight: bold;
		  color: #000000;
		  background-color:#ffffcc;
		  cursor:hand;
		  padding-left: 3px;
		  padding-right: 3px;
		  margin-top: 0px;
		  margin-bottom: 3px;
		  border: #000000 1px solid;
}



.form-margin	{ margin: 0px; }






 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none }
}





 /* START CODE FOR THE FORMS */


.shadeform	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}


.dropdown 	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}


.submit-button 	  {
		  background-color:#9FAAB4;
		  background-image: url("picts/button.gif");
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #FFFFFF;
		  text-align: center;
		  cursor:hand;
		  padding: 1px;
		  BORDER: #000000 1px solid;
		  }


.submit-buttonon  {
		  background-color:#CDD2D8;
		  background-image: url("picts/buttonon.gif");
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #000000;
		  text-align: center;
		  cursor:hand;
		  padding: 1px;
		  BORDER: #000000 1px solid;
		  }




.menu-table 	{ 
		width: 737px;
		border-top: #000000 0px solid;
		border-left: #000000 0px solid;
		border-right: #000000 0px solid;
		border-bottom: #000000 0px solid;
		}





.menu	{ font-size: 12px;
		font-variant:small-caps;
		color:#CFCFCF;
		margin-right: 10px;
	 	font-family: arial, verdana, helvetica, sans-serif;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		cursor:pointer;
		font-weight: bold;
		text-align:center;
		line-height: 24px;
		display: block;
		white-space:nowrap;
		width: 99%;
		border-top: #000 1px solid;
		border-bottom: #CFCFCF 1px solid;
		/*border: #666666 1px solid;*/ }
		

a.menu:link, a.menu:visited 	{ 
			/*color: #FFF; by Haik*/
			color: #000;
			font-weight: bold;
			border-top: #000 0px solid;
			/*border-bottom: #FFF 2px solid; by Haik*/
			border-bottom: #000 2px solid;
}


/*a.menu:visited 	{ background-image: url("../picts/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }


a.menu:active 	{ background-image: url("../picts/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }
*/


a.menu:hover 	{  /*background-image: url("../picts/menuon.gif");
		   background-color:#4B557C;*/
		   /*color: #FFFFFF;*/
		   color: #000;
		   border-bottom: #000 0px solid;
		   /*border-top: #FFF 1px solid; by Haik*/
		   border-top: #000 1px solid;
}

 /* START THE CODE FOR THE PAGE MENUS 



.menu-table 	{ width: 800px;
		  border-top: #000000 0px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #000000 0px solid;
		}





.menu		{ font-size: 11px;
		  font-family: arial, verdana, helvetica, sans-serif;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:hand;
		  font-weight: bold;
		  text-align:center;
		  line-height: 20px;
		  display: block;
		  white-space:nowrap;
		  width: 99%;
		  border: #000000 1px solid; }



a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#9FAAB4;
		  color: #FFFFFF; }


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#9FAAB4;
		  color: #FFFFFF; }


a.menu:active 	{ background-image: url("picts/menu.gif");
		  background-color:#9FAAB4;
		  color: #FFFFFF; }



a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#CDD2D8;
		   color: #FFFFFF;
		   border: #000000 1px solid; }





 /* GALLERY NAV MENU */



.menu-nav	{ font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 10px;
		  font-weight: bold;
		  text-align: center;
		  letter-spacing: 0px;
		  height: 19px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 12px;
		  padding-right: 12px;
		  margin-left: 2px;
		  margin-right: 1px;
		  cursor:hand;
		  line-height: 17px;
		  display: block;
		  white-space: nowrap;
		  border: #000000 1px solid; }


a.menu-nav:link 	{  background-color:#CDD2D8;
		  	   color: #000000;}


a.menu-nav:visited 	{  background-color:#CDD2D8;
		  	   color: #000000;}


a.menu-nav:active 	{  background-color:#CDD2D8;
		  	   color: #000000;}


a.menu-nav:hover 	{  background-color:#9FAAB4;
		  	   color: #FFFFFF;
			   border: #000000 1px solid;
			}

.header {
	margin:10px 0;
	width:800px;
	height:80px;
	border:0;
}

.black_text {
	color:#000 !important;
}