@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0; 
	vertical-align: baseline;
	/*css resets */

}


@font-face {
    font-family: 'MenuFont';
    src: url('Fonts/alger-webfont.eot');
    src: url('Fonts/alger-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/alger-webfont.woff') format('woff'),
         url('Fonts/alger-webfont.ttf') format('truetype'),
         url('Fonts/alger-webfont.svg#algerianregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HeaderFont';
    src: url('Fonts/itcedscr-webfont.eot');
    src: url('Fonts/itcedscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/itcedscr-webfont.woff') format('woff'),
         url('Fonts/itcedscr-webfont.ttf') format('truetype'),
         url('Fonts/itcedscr-webfont.svg#edwardian_script_itcregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {background: url('./Images/background.gif') repeat;}

#Title{
	    
	font-family: HeaderFont;
	height:185px;
	text-align:center;
	font-size:200px;
	color:#FFFFFF;
		/*top right bottom left*/
	margin:-25px 0px 0px -25px;
	white-space: nowrap;
    text-shadow:2px 2px 10px #0A0A0A;
    
	
}
#Content{
	/*background-color:#202020;*/
	    
    background: rgb(22,22,22); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(22,22,22,1) 0%, rgba(32,32,32,1) 40%, rgba(32,32,32,1) 61%, rgba(20,20,20,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,1)), color-stop(40%,rgba(32,32,32,1)), color-stop(61%,rgba(32,32,32,1)), color-stop(100%,rgba(20,20,20,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(32,32,32,1) 40%,rgba(32,32,32,1) 61%,rgba(20,20,20,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(32,32,32,1) 40%,rgba(32,32,32,1) 61%,rgba(20,20,20,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(32,32,32,1) 40%,rgba(32,32,32,1) 61%,rgba(20,20,20,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(22,22,22,1) 0%,rgba(32,32,32,1) 40%,rgba(32,32,32,1) 61%,rgba(20,20,20,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
    
    
    width:80%;
	margin: 0 auto 15px auto;	
	height: auto;
	border:1px solid;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
    -webkit-border-radius: 10px;
	min-width:780px;
    -moz-box-shadow: 0px 0px 23px #000000;
    -webkit-box-shadow: 0px 0px 23px #000000;
    box-shadow: 0px 0px 23px #000000;
    
    
	
}
#NavMenu{
	
	margin:20px 30px 0px 0px;
	position:relative;
	float:right;
}
#NavMenu a{
    z-index: 13;
	font-family: MenuFont;
	color:#FFFFFF;
	font-size:24px;
	display:block;
	float:left;
	margin: 0 5px;
	text-decoration:none;
	
}
#Underline{
	background-color:#FFF;
	display:none;
	
	height:3px;
	position:absolute;
	left: 0px;
	top: 28px;
		
}
#InnerContentBox{
	/*background-color:#49494d;*/
	width:98%;
	margin: 60px auto 15px auto;	
	height: auto;
	border:1px solid;
	border-radius:10px;
	-moz-border-radius:10px; /* Old Firefox */
    -webkit-border-radius: 10px;
	overflow:hidden;
	min-height:380px;
    background: url('./Images/ContentRepeat.gif') repeat;
    
}
#ContentTitle{
	width:90%;
	margin: 45px auto 10px auto;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#FFFFFF;
	color:#FFFFFF;
	height:37px;
	font-family: HeaderFont, HeaderFontIE;
	font-size:36px;
    text-shadow:2px 2px 10px #0A0A0A;
    
	}	
#InnerContentText{
	width:75%;
	margin: 15px auto 20px auto;
	color:#FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif
}
#GalleryThumbnailOuter{
	width:75%;
	margin: 15px auto 20px auto;
	height:auto;
	position:relative;
	/*background-color:#49494d;*/
	
	
}
#GalleryThumbnailNotFixedBox{
	margin:0 auto;
	width:510px;
	height:110px;
	
	/*background-color:#49494d;*/
	white-space:nowrap;
	position:relative;
	overflow:hidden;
	
}
#GalleryThumbnailFixedBox{
	width:3195px;
	height:90px;
	
	/*background-color:#49494d;*/
	left:0;
	position:absolute;
	/*clip:rect(0px,300px,100px,0px);*/
	margin: 10px auto 10px auto;
	
}
#GalleryThumbnailFixedBox a{
	width:87px;
	height:87px;
	display:block;
	float:left;
	
	margin-right:10px;
	border:3px #000000 solid;
	border-radius:5px;
	cursor:pointer;
   
}
#GalleryThumbnailFixedBox a:first-child{
border:3px #FFFFFF solid;
}
#DirectionalBack{
	width:100px;
	height:65px;
	background:url('./Images/DirectionalArrows.png') -4px -3px no-repeat;
	display:block;
	position:absolute;
	top:20px;
	left:-66px;
	cursor:pointer;
	
}
#DirectionalForward{
	width:100px;
	height:65px;
	background:url('./Images/DirectionalArrows.png') -134px -3px no-repeat;
	display:block;
	position:absolute;
	right:-66px;
	top:20px;
	cursor:pointer;
}
#DirectionalForward:hover{
	background:url('./Images/DirectionalArrows.png') -135px -73px no-repeat;
}
#DirectionalBack:hover{
	background:url('./Images/DirectionalArrows.png') -5px -73px no-repeat;
}
#PictureBoxOuterBox{
	width:95%;
	margin: 0 auto;
	height:595px;
	background-color:#202020;	
	position:relative;
	overflow:hidden;
    -moz-box-shadow:inset 0px 0px 75px #000000;
    -webkit-box-shadow:inset 0px 0px 75px #000000;
    box-shadow:inset 0px 0px 40px #000000;
}
#SharingOuterBox{
	width:95%;
	margin: 0 auto 2px auto;
	height:auto;
		
	position:relative;
	overflow:hidden;
}
#SharingBox{
	display:block;
	width:120px;
	margin: 5px auto 0 auto; 
	
	}
#SharingBox p{
	color:#FFFFFF; 
	float:left; 
	margin-right:5px; 
	margin-top:5px;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif*/
	font-family: MenuFont;
    font-size: 20px;
	
}
#FacebookShare{
	width:25px;
	height:25px;
	background-image:url(Images/Facebook_icon.gif);
	display:block;
	float:left;
    
    border-radius: 5px ;
	-moz-border-radius:5px;
    -webkit-border-radius:6px;
}

#TwitterShare{
	width:25px;
	height:25px;
	background-image:url(Images/twitter_icon.gif);
	display:block;
	float:left;
    margin-left: 2px;
    border-radius: 5px ;
	-moz-border-radius:5px;
    -webkit-border-radius:6px;
}
#PictureA{
	width:700px;
	height:515px;
	border:2px solid #fff;
	
	display:block;
	position:absolute;
	margin-left:-350px; /*half of width*/
    left:50%;
	top:50%;
	margin-top:-257px; /*half of height*/
    
}
#PictureB{
	width:700px;
	height:279px;
	border:2px solid #fff;
	
	display:block;
	position:absolute;
	margin-left:-350px;
    left:-50%;
	top:50%;
	margin-top:-139px;
    
	
}
#Copyright{
	width:90%;
	margin: 10px auto;
	display:block;
	text-align:center;
	vertical-align:middle;
}
#Copyright, #Copyright a:visited, #Copyright a:link, #Copyright a:hover{
	color:#FFFFFF;
}
#NameandEmailOuterBox{
	position:relative;
	display:block;
	width:150px;
	
	
}
#NameError, #EmailError{
	display:none;
	width:200px;
	position:absolute;
	left:155px;
	top:20px;
	color:#FF0000;
}
form#EmailForm input{
	display:block;
	width:150px;
	
}
#MessageOuterBox{
	width:200px;
	position:relative;
	display:block;
    margin-bottom: 5px;
}
#MessageError{
	color:#FF0000;
	display:none;
	width:210px;
	position:absolute;
	left:270px;
	top:20px;
	
}

#HumanCheckOuterBox{
	position:relative;
	display:block;
	width:450px;
}

.recaptchatable {line-height: 1px;}
#recaptcha_area .recaptchatable .recaptcha_r7_c1 {background:url('http://www.google.com/recaptcha/api/img/white/sprite.png') -50px -53px no-repeat; height: 3px;}
#recaptcha_area .recaptchatable .recaptcha_r8_c1 {background:url('http://www.google.com/recaptcha/api/img/white/sprite.png') -50px -53px no-repeat; height: 3px;}
#recaptcha_area .recaptchatable .recaptcha_image_cell {background-color: white!important;}
#recaptcha_area .recaptchatable td {vertical-align: top!important;background-color: #d7d7d7;}
.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c3{background-color: transparent!important;}

#MessageContent {
    resize: none;
    border: 2px inset white; 
}
#EmailForm {
    margin: 30px auto;
}


#HumanCheckError{
	color:#FF0000;
	display:none;
	width:210px;
	position:absolute;
	left:350px;
	top:20px;
	
}
#GalleryDirectionalArrows{
	display:block;
	width:400px;
	margin:5px auto;
}
#GalleryDirectionalArrows a{
	width:90px;
	height:40px;
	display:inline-block;
	cursor:pointer;
	
}
#GalleryDirectionBackward{
	background:url('./Images/DirectionalArrows.png') -16px -138px no-repeat;
	margin-right:10px;
}
#GalleryDirectionForward{
	background:url('./Images/DirectionalArrows.png') -132px -138px no-repeat;
	margin-left:10px;
}
#GalleryDirectionalArrows p{
	display:inline-block;
	font-family: MenuFont, MenuFontIE;
		/*top right bottom left*/
	vertical-align:12px;
	font-size:24px;
	color:#FFF;
	
}
#BackButtons{
	display:block;
	width:200px;
	float:left;
	margin-bottom:5px;
	cursor:pointer;
}
#ForwardButtons{
	display:block;
	width:200px;
	float:left;
	cursor:pointer;
}

#NewsContent {
    margin-top: 60px;
}
#NewsContent h1{
    font-family: HeaderFont, HeaderFontIE; 
    text-decoration: none;
    font-size:36px;
    font-weight: normal;
    font-style: normal;
    width:100%;
    text-shadow:2px 2px 10px #0A0A0A;
    
	
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
    
}
.NewsArticleContent{
    width: 90%;
    margin: 0 auto;
}
.NewsArticleDate{
    text-align: right;
    font-style: italic;
    width:95%;
	
        
}



/*#Thumb1 {background:url('./Images/GalleryThumbnails.jpg') -10px -10px no-repeat; }
#Thumb2 {background:url('./Images/GalleryThumbnails.jpg') -110px -10px no-repeat; }
#Thumb3 {background:url('./Images/GalleryThumbnails.jpg') -210px -10px no-repeat; }
#Thumb4 {background:url('./Images/GalleryThumbnails.jpg') -310px -10px no-repeat; }
#Thumb5 {background:url('./Images/GalleryThumbnails.jpg') -410px -10px no-repeat; }
#Thumb6 {background:url('./Images/GalleryThumbnails.jpg') -10px -110px no-repeat; }
#Thumb7 {background:url('./Images/GalleryThumbnails.jpg') -110px -110px no-repeat; }
#Thumb8 {background:url('./Images/GalleryThumbnails.jpg') -210px -110px no-repeat; }
#Thumb9 {background:url('./Images/GalleryThumbnails.jpg') -310px -110px no-repeat; }
#Thumb10 {background:url('./Images/GalleryThumbnails.jpg') -410px -110px no-repeat;}
#Thumb11 {background:url('./Images/GalleryThumbnails.jpg') -10px -210px no-repeat;}

*/

.ImageTest img{
    position: relative;
    width: auto;
    
        
}


.ImageTest {
   overflow: hidden;
    
    width:87px;
	height:87px;
	display:block;
	float:left;
	
	margin-right:10px;
	border:3px #000000 solid;
	border-radius:5px;
	cursor:pointer;
}
