/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/
a:link	{
	color : #3D3D8B;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #3D3D8B;
	font-weight : bold;
	text-decoration : none;
}

a:hover	{
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	color : #3D3D8B;
	font-weight : bold;
	text-decoration : none;
}

a.one:link	{
		color : #FFFFFF;
		font-weight : bold;
		text-decoration : none;
}

a.one:visited	{
		color : #FFFFFF;
		font-weight : bold;
		text-decoration : none;
}

a.one:hover	{
		color : #FF0000;
		font-weight : bold;
		text-decoration : none;

}

html,
body {
	margin: 0;
	padding: 0;
}

.generaltext
{font-family:Arial;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext1
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext2
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext3
{font-family:Verdana;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext4
{font-family:Verdana;font-size:6pt;font-weight:normal;font-style:normal;text-decoration:none;}
.headertext
{font-family:Verdana;font-size:13pt;font-weight:bold;font-style:italic;text-decoration:none;}
.headertext2
{font-family:Arial;font-size:12pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext
{font-family:Verdana;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext2
{font-family:Verdana;font-size:8pt;font-weight:bold;font-style:normal;text-decoration:none;}
.footertext
{font-family:Verdana;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.footertext1
{font-family:Verdana;font-size:1pt;font-weight:normal;font-style:normal;text-decoration:none;}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    width: 359px;
    height: 270px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	


/* ##### STYLIZED FORM ######## */

#stylized {
	margin: 10px auto;
	width: 559px;
	padding: 14px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#stylized h1 {
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #000000;
	border-bottom: none;
	font-variant: normal;
}

#stylized h2 {
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: red;
}

#stylized p {
	margin:0;
	padding:0;
	font-size: 11px;
	color: #777777;
	margin-bottom: 20px;
	border-bottom: solid 1px #777777;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 250px;
	float: left;
}

#stylized .small {
	color: #777777;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 250px;
}

#stylized input, #stylized select {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 20px 10px;
}

#stylized img {
	float: left;
	padding: 2px 0;
	margin: 2px 0 20px 10px;
}

#stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 250px;
	height: 100px;
	margin: 2px 0 20px 10px;
}

#stylized button { 
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: transparent url(scripts/jquery-validate/img/formbutton.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #777777;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

#stylized form, #stylized button {border:0; margin:0; padding:0;}
.spacer {clear:both; height: 1px;}

#stylized label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
	clear: both;
	margin: -15px 0 10px 260px;
	text-align: left;
	width: 300px;
}

#stylized input.error {
	border: 2px solid red;
}

#stylized div.error {
	color: red;
	margin: -10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #777777;
}

#stylized select.error {
	border: 2px solid red;
}

#stylized .requiredfield {
	color: red;
}

/*############# Images ###########*/

.imagecontain img {
	display: inline;
	margin: 0px;
}


.imagedesc {
	text-align: center;
	font: bold 8pt arial;
	padding: 2px;
}

.noborder {
	border: 0;
}

.gallery_wrap {
	width: 375px;
	float: right;
	margin: 3px 10px 10px 15px;
}

.galleryimagecenter {
  margin: 4px;
  text-align: center;
  border: 3px solid #89AF4E;
  float: left;
}

.gallerycontainer {
	width: 632px;
	margin: 5px auto;
}

.gallerydiv {
	float: left;
	width: 126px;
	height: 128px;
	margin: 0 16px 4px 16px;
	text-align: center;
	overflow: hidden;
}

.subgalleryimage {
	text-align: center;
	margin: 3px 0;
	border: solid 1px #B6B2B2;
}

.loadpiccont {
	text-align: center;
}

.phototag {
  text-align: center;
  font-size: 8pt;
}


/**End CSS Style*****************************************/