@charset "UTF-8";
/* CSS Document */



html { 
		background: url(../images/bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
		


body {
	margin: 0;
	padding: 0;
	color: #000;
	margin-top: 30px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	
	
	
}

.container {
	width: 1024px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */  
}

.wrapper {
	width: 1024px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);   
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	
	
	width: 1024px;
	
	
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

@font-face {
    font-family: 'BeaufortRegular';
    src: url('../fonts/beaufort/beaufort-webfont.eot');
    src: url('../fonts/beaufort/beaufort-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/beaufort/beaufort-webfont.woff') format('woff'),
         url('../fonts/beaufort/beaufort-webfont.ttf') format('truetype'),
         url('../fonts/beaufort/beaufort-webfont.svg#BeaufortRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'freebooter_scriptregular';
    src: url('../fonts/freebooter/freebooterscript-webfont.eot');
    src: url('../fonts/freebooter/freebooterscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freebooter/freebooterscript-webfont.woff') format('woff'),
         url('../fonts/freebooter/freebooterscript-webfont.ttf') format('truetype'),
         url('../fonts/freebooter/freebooterscript-webfont.svg#freebooter_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'NeuzeitSLTStdBook';
    src: url('../fonts/nuezeit/neuzeitsltstd-book-webfont.eot');
    src: url('../fonts/nuezeit/neuzeitsltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nuezeit/neuzeitsltstd-book-webfont.woff') format('woff'),
         url('../fonts/nuezeit/neuzeitsltstd-book-webfont.ttf') format('truetype'),
         url('../fonts/nuezeit/neuzeitsltstd-book-webfont.svg#NeuzeitSLTStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}



.header {
	position:relative;
	height: 50px;
	width: 1024px;
	background-color: #000;
	/*background-image: url(../images/head.jpg); */
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #cccccc;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
  z-index: 3;
}


	
	
/*START OF NAVIGATION BUTTONS TOP */

.home:link{
	position: absolute;
	color: #ED2024;
	color: #9C8F5D;
	margin-top: 5px;
	display: inline;
	font-family: 'BeaufortRegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	margin-left: 470px;
	margin-top: 10px;
	font-weight: 100;
	text-decoration: none;	
	text-shadow: 2px 2px #000;
}

.home:visited{
    color: #ED2024;
	color: #9C8F5D;	
}

.home:hover{
    color: #ED2024;	
	color: #9C8F5D;		
}


.aboutBB:link{
	position: absolute;
	color: #FFF;
	margin-top: 5px;
	display: inline;
	font-family: 'BeaufortRegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	margin-left: 590px;
	margin-top: 10px;
	font-weight: 100;
	text-decoration: none;	
	text-shadow: 2px 2px #000;
}

.aboutBB:visited{
    color: #FFF;	
}

.aboutBB:hover{
    color: #ED2024;			
}



.portfolio:link{
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 1px;
	margin-left: 715px;
	margin-top: 10px;
	font-weight:100;
	text-decoration: none;
	text-shadow: 2px 2px #000;	
	
}


.portfolio:visited{
    color: #FFF;
}

.portfolio:hover{
    color: #ED2A2D;
}


.contact:link{
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 2px;
	margin-left: 885px;
	margin-top: 10px;
	font-weight:100;
	text-decoration: none;
	text-shadow: 2px 2px #000;		
	
}

.contact:visited{
    color: #FFF;
		
}

.contact:hover{
    color: #ED2A2D;
	
}


.line {
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #949692;
	margin-left: 400px;
	margin-top: 0px;
	
}









.gi {
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 32px;
	letter-spacing: 2px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight:100;
	text-decoration: none;
	}
	
	
	
/*END OF NAVIGATION BUTTONS TOP */



.top {
	
position: relative;	
width: 1024px;
height: 621px;
background-image: url(../images/image1.jpg);
background-repeat: no-repeat;
background-position: center;
border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.list { /* ASIDE CLASS FOR LIST BELOW NAVIGATION BUTTONS */
position: absolute;
margin-left: 150px;
margin-top: 560px;
z-index: 300;

	
}


.special {
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: rgba(255,255,255,.7);
	font-size: 20px;
	word-spacing: 1px;
	font-weight:100;
	text-decoration: none;

	/*text-shadow: 2px 2px #000; */	
}


/*  END ASIDE CLASS FOR LIST BELOW  BUTTON */


.titles { /*   ASIDE CLASS FOR iframe */

position: absolute;
margin-top: 100px;
margin-left: 240px;
z-index: 300;
width: 543px;
height: 363px;
border: 1px solid #FFF;

}

.ggg {
	position: absolute;
	font-family: 'freebooter_scriptregular';
	color: #FFF;
	font-size: 200px;
	padding-left: 0px;
	font-weight: 100;
	margin-top: 25px;
	margin-left: 60px;
	letter-spacing: 0px;
	text-shadow: 2px 2px #000;
	}
	
.raysonT {
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 60px;
	margin-top: 108px;
	margin-left: 208px;
	word-spacing: 1px;
	font-weight:100;
	text-shadow: 2px 2px #000;	
}

.interiorsT { /*LOGO */
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 60px;
	margin-top: 170px;
	margin-left: 208px;
	word-spacing: 1px;
	font-weight:100;
	text-shadow: 2px 2px #000;	
	
}

.phoneN { /*PHONE NUMBER IMAGE .PNG */
position: absolute;	
height: 30px;
width: 175px;
margin-top: 240px;
margin-left: 330px;
	
}
	
	
	
	
	
	
	
	
	


/* SLIDE SHOW CSS FOR TOP */	
	#slideshow {
    position:relative;
    height:621px;
	z-index: 0;
}

#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;
}


/* END SLIDE SHOW CSS FOR TOP */

/*START OF NAVIGATION SCROLL DOWN TRIANGLE/ABOUT LOCATED AT BOTTOM OF TITLE PAGE*/

.aboutdown:link {
	position: absolute;
	color: #CCC;
	font-family: 'NeuzeitSLTStdBook', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
	margin-left: 11px;
	margin-top: 545px;
	font-weight: 100;
	z-index: 3;
	
	}
	
	
	
.aboutdown:visited{
   color: #FFF;	
	
}

.aboutdown:hover{
    color: #ED2A2D;	
	
}


.arrow-downtitle:link {
	position:absolute;
	margin-left: 20px;
	margin-top: 569px;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #1D6DA5;
	z-index: 3;
	
	
}

.arrow-downtitle:visited{
   color: #1D6DA5;	
	
}

.arrow-downtitle:hover{
    color: #ED2024;	
	
}


/*END OF SCROLL DOWN TRIANGLE ABOUT PAGE */









/************************* START ABOUT PAGE #2*********************/




.about {
	
position: relative;	
width: 1024px;
height: 663px;
background: #000;
background-image: url(../images/about1.jpg);
background-repeat: no-repeat;
background-position: center; 
border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}


.aboutSlide {
	position: absolute;
	margin-left: 412px;
	margin-top: 0px;
	
	
}

/*START OF SCROLL DOWN TRIANGLE */

.port:link {
	position: absolute;
	color: #CCC;
	font-family: 'NeuzeitSLTStdBook', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 3px;
	margin-left: 11px;
	margin-top: 555px;
	font-weight: 100;
	z-index: 3;
	
	}
	
	
	
.port:visited{
   color: #FFF;	
	
}

.port:hover{
    color: #ED2A2D;	
	
}


.folio:link {
	position: absolute;
	color: #CCC;
	font-family: 'NeuzeitSLTStdBook', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
	margin-left: 11px;
	margin-top: 570px;
	font-weight: 100;
	z-index: 3;
	top: -1px;	
	}
	
	
	
.folio:visited{
   color: #FFF;	
	
}

.folio:hover{
    color: #ED2A2D;	
	
}




.arrow-downport:link {
	position:absolute;
	margin-left: 20px;
	margin-top: 594px;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #1D6DA5;
	
}

.arrow-downport:visited{
   color: #1D6DA5;	
	
}

.arrow-downport:hover{
    color: #ED2024;	
	
}


/*END OF SCROLL DOWN TRIANGLE */






/******************************* START OF PORTFOLIO PAGE NUMBER 3 ******************************/


.portfoliop {  /*BACKGROUND PLATE */
	position: relative;
	background-image: url(../images/portfolio.jpg); 
	background-repeat: no-repeat;
	width: 1024px;
	height: 663px;
	margin-top: -0px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	
	
}

.swipeP { /*CLICK OR SWIPE IMAGE BELOW TO REVIEW */
	position: absolute;
	color: #FFF;
	font-family: 'NeuzeitSLTStdBook', Comic Sans MS, cursive;
	font-size: 16px;
	letter-spacing: 0px;
	margin-left: 441px;
	margin-top: 30px;
	font-weight: 100;
	z-index: 3;
	}
	
.gg1 { /*LOGO G */
	position: absolute;
	font-family: 'freebooter_scriptregular';
	color: #FFF;
	font-size: 50px;
	padding-left: 0px;
	font-weight: 100;
	margin-top: 25px;
	margin-left: 30px;
	letter-spacing: 0px;
	text-shadow: 2px 2px #000;
	
		
	
	}

.rayson1 { /*LOGO  */
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
	margin-top: 47px;
	margin-left: 55px;
	word-spacing: 1px;
	font-weight:100;
	text-shadow: 2px 2px #000;	
}

.interiors1 { /*LOGO */
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
	margin-top: 65px;
	margin-left: 55px;
	word-spacing: 1px;
	font-weight:100;
	text-shadow: 2px 2px #000;	
	
}

.phoneN1 { /*PHONE NUMBER IMAGE .PNG */
position: absolute;	
height: 30px;
width: 175px;
margin-top: 320px;
margin-left: 355px;
	
}




.portfolio1 { /*LOGO */
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	margin-top: 85px;
	margin-left: 35px;
	word-spacing: 3px;
	font-weight: 100;
	text-shadow: 2px 2px #000;
	left: 2px;	
}

	
	



.description{   /*iFRAME POSITION PORTFOLIO PAGE*/
	position: absolute;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 260px;
	margin-top: 25px;
	left: 2px;
	width: 750px;
	height: 543px;
	z-index: 1;
	border: 2px solid rgba(173,158,96,1);
}

.blackDown { /*BEHIND BUTTONS */
	
position: absolute;
margin-left: 20px;
margin-top: 118px;
width: 210px;
height: 475px;
background-color: rgba(51,78,93,.6);
background-color: rgba(0,0,0,.6);	
border-left: 12px solid #000;	
}

.behindPhoto {
	
position: absolute;
margin-left: 223px;
margin-top: -94px;
width: 764px;
height: 639px;
background-color: rgba(0,0,0,.6);
border-left: 4px solid rgba(0,0,0,1);		
z-index: 0;
}

/****************START OF PORTFOLIO BUTTONS *********************/

.one1:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
	margin-top: -440px;
	font-weight: 100;
	z-index: 3;
	}	
	
.one1:visited{
   color: #FFF;		
}

.one1:hover{
    color: #ED2A2D;		
}


.two:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
	margin-top: -400px;
	font-weight: 100;
	z-index: 3;
	top: 539px;
	}
		
.two:visited{
   color: #FFF;		
}

.two:hover{
    color: #ED2A2D;		
}


.three:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: -220px;
    margin-top: -370px;
	font-weight: 100;
	z-index: 3;
	}
		
.three:visited{
   color: #FFF;		
}

.three:hover{
    color: #ED2A2D;		
}

.four:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
    margin-top: -330px;
	font-weight: 100;
	z-index: 3;
	}
		
.four:visited{
   color: #FFF;		
}

.four:hover{
    color: #ED2A2D;		
}

.five:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
    margin-top: -290px;
	font-weight: 100;
	z-index: 3;
	}
		
.five:visited{
   color: #FFF;		
}

.five:hover{
    color: #ED2A2D;		
}

.six:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: -220px;
    margin-top: -250px;
	font-weight: 100;
	z-index: 3;
	}
		
.six:visited{
   color: #FFF;		
}

.six:hover{
    color: #ED2A2D;		
}

.seven:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: -220px;
    margin-top: -210px;
	font-weight: 100;
	z-index: 3;
	}
		
.seven:visited{
   color: #FFF;		
}

.seven:hover{
    color: #ED2A2D;		
}

.eight:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
    margin-top: -170px;
	font-weight: 100;
	z-index: 3;
	}
		
.eight:visited{
   color: #FFF;		
}

.eight:hover{
    color: #ED2A2D;		
}

.nine:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
    margin-top: -130px;
	font-weight: 100;
	z-index: 3;
	}
		
.nine:visited{
   color: #FFF;		
}

.nine:hover{
    color: #ED2A2D;		
}

.ten:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
    margin-top: -90px;
	font-weight: 100;
	z-index: 3;
	}
		
.ten:visited{
   color: #FFF;		
}

.ten:hover{
    color: #ED2A2D;		
}

.eleven:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: -220px;
    margin-top: -50px;
	font-weight: 100;
	z-index: 3;
	}
		
.eleven:visited{
   color: #FFF;		
}

.eleven:hover{
    color: #ED2A2D;		
}

.twelve:link {
	position: absolute;
	color: #FFF;
	font-family: 'BeaufortRegular', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	margin-left: -220px;
    margin-top: -10px;
	font-weight: 100;
	z-index: 3;
	}
		
.twelve:visited{
   color: #FFF;		
}

.twelve:hover{
    color: #ED2A2D;		
}



/*START OF IBOOK DOWNLOAD BUTTON */

.ibooka {
position: absolute;
width: 750px;
height: 53px;
border: 1px solid #999;
margin-top: 552px;
margin-left:5px;	
		
}


.ibookp {
	
	position: absolute;
	font-family: 'NeuzeitSLTStdBook',  Tahoma, Geneva, sans-serif;
	color: #CCC;
	margin-left: 15px;
	margin-top: 562px;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 1px;	
	
}

 .arrow-downT {
	position:absolute;
	margin-left: 432px;
	margin-top: 568px;
	width: 0; 
	height: 0; 
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #999;
	z-index: 300;
}

   
   .ibook:link { 
   
   position: absolute;
	font-family: 'NeuzeitSLTStdBook',  Tahoma, Geneva, sans-serif;
   border-top: 1px solid #f7ef97; 
   background: #d6bf65; 
   background: -webkit-gradient(linear, left top, left bottom, from(#9c9c3e), to(#d6bf65)); 
   background: -moz-linear-gradient(top, #9c9c3e, #d6bf65); 
   padding: 5px 10px; 
   -webkit-border-radius: 8px; 
   -moz-border-radius: 8px; 
   border-radius: 8px; 
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 
   box-shadow: rgba(0,0,0,1) 0 1px 0; 
   text-shadow: rgba(0,0,0,.4) 0 1px 0; 
   color: #ffffff; 
   font-size: 18px; 
   text-decoration: none; 
   vertical-align: middle;
   
   letter-spacing: 1px;
	margin-left: 460px;
	margin-top: 563px;
	font-weight: 100;
   
    
   } 
   
   .ibook:hover { 
   border-top-color: #e61721; 
   background: #e61721; 
   color: #000000; 
   } 
   
   .ibook:active { 
   border-top-color: #1b435e; 
   background: #1b435e; }


/*END OF IBOOK DOWNLOAD BUTTON */

.specialP {
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: rgba(255,255,255,1);
	font-size: 20px;
	word-spacing: 1px;
	font-weight:100;
	text-decoration: none;
	margin-left: 15px;
	margin-top: 610px;

	/*text-shadow: 2px 2px #000; */	
}


/*START OF SCROLL DOWN TRIANGLE FROM PORTFOLIO TO CONTACT PAGE*/



.cont:link {
	position: absolute;
	color: #000;
	font-family: 'NeuzeitSLTStdBook', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
	margin-left: -203px;
	margin-top: 580px;
	font-weight: 100;
	
	
	}
	
	
	
.cont:visited{
   color: #000;	
	
}

.cont:hover{
    color: #ED2A2D;	
	
}



.arrow-downcontact:link {
	position:absolute;
	margin-left: -240px;
	margin-top: 580px;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #1D6DA5;
	border-top:25px solid #2585BA;
	
}

.arrow-downcontact:visited{
   color: #FBAF16;	
	
}

.arrow-downcontact:hover{
    color: #ED2024;	
	
}


/*END OF SCROLL DOWN TRIANGLE */



/**************************** BEGINNING OF CONTACT PAGE   *********************** */

.contactpage {
	position:relative;
	background-image: url(../images/contact.jpg); 
	background-repeat: no-repeat;
	width: 1024px;
	height: 663px;
	margin-top: -0px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;	
	
}


.translucent { /*CONTROLS TRANSLUCENT UNDER SLIDE OUT BUTTONS */
	position: absolute;
	height: 109px;
	width: 904px;
	background-color: rgba(255,255,255,.2);
	margin-top: 530px;
	margin-left: 0px;
	
}

.upevents{  /*UPCOMING EVENTS COPY */
position:absolute;
color: #CCC	;
font-family:'NeuzeitSLTStdBook',  Comic Sans MS, cursive;;
font-size: 24px;
margin-left: 525px;
margin-top: 50px;
text-decoration: none;
font-weight:100;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
}

.twitter {	
position: absolute;

margin-left: 40px;
margin-top: 48px;
	
}


.emailmiller {
	
position:absolute;
width: 512px;
height: 400px;
margin: 0;
margin-left: 450px;
margin-top: 88px;


} 



.drotar2 {
	
position: absolute;
margin-top: 640px;
margin-left: 400px;	
	
}


.tom:link{
	font-family:'NeuzeitSLTStdBook',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size:  16px;
	text-shadow: 1px 1px 1px #000;	
	letter-spacing: 1px;
	font-weight:100;
	
	
}


.tom:visited{
    color: #FFF;
	text-decoration: none;
	
}

.tom:hover{
    color: #F00;
	text-decoration: none;
	
}







/*START OF BIG LINK BUTTONS */


  
  .tab-navZ {
	float:right;
	margin-top: 530px; /* CONTROLS THE PLAYER FROM TOP */
      width: 845px; /* LENGTH OF THE BUTTONS COMBINED */
      overflow: hidden;
      background: rgba(255,255,255,.0); /*url(tab-slide.png) no-repeat 0 0; /* CONTROLS COLOR BENEATH PLAYER */
    }
    
    .tab-navZ ul {
      position: relative;
      float: left; 
      width: 1024px;
	  
      margin-left: 725px; /* CONTROLS THE DISTANCE OF THE FIRST BUTTON FROM THE RIGHT EDGE */
      padding-left: 0;
      list-style-type: none;
      background-color: #fff;
    }
    .tab-navZ li { 
      float: left;
      clear: left; 
    }

    .tab-navZ a {
      display: block;
      width: 120px;/* CONTROLS THE WIDTH OF THE MENU TAB */
      border-right: 1px solid #ddd;/* CONTROLS THE STROKE COLOR BETWEEN BUTTONS */
      height: 109px;/* CONTROLS THE HEIGHT OF THE BUTTONS */
      line-height: 24px;
      float: left;
      text-align: center;
      text-decoration: none;
      color: rgba(0,0,0,.2);
      background:  url(tab-slide.png) no-repeat 2px -194px;
    }
    .tab-navZ a.expanded {
      background-position: 2px -244px;
    }







/* second level */
    .tab-navZ ul ul { float: left; background-color: #333; width: auto; margin-left: 0;}
    .tab-navZ li li {clear: none;}
    
	
	
	
	.tab-navZ li li a { 
	 
	 width: 120px; 
	 /*background-image: none; */
	 color: #F00;
	 }


/* FIRST ROW OF THE DROTAR SITES */

.drotarD {
	 letter-spacing: 2px;
	 background: url(../images/bigLinkZero.png) no-repeat left center;
	 background-color: #000;
}


 .drotarD a.expanded {
      background-position: 0px -800px;
	   background: url(../images/bigLinkZero_h.png) no-repeat left center;
	   /* ADDS ARROW TO MENU BAR EXPANDED */
	   
	 background-color: #000;
 }


.bigLinkOne {
	
	width: 120x;
    height: 109px;
	background-image: url(../images/bigLinkOne.png);
	background-repeat: no-repeat;
}

.hoverBigLinkOne_h {
	background-image: url(../images/bigLinkOne_h.png);
	background-repeat: no-repeat;
}


.bigLinkTwo {
	
	width: 120x;
    height: 109px;
	background-image: url(../images/bigLinkTwo.png);
	background-repeat: no-repeat;
}

.hoverBigLinkTwo_h {
	background-image: url(../images/bigLinkTwo_h.png);
	background-repeat: no-repeat;
}


.bigLinkThree {
	
	width: 120x;
    height: 109px;
	background-image: url(../images/bigLinkThree.png);
	background-repeat: no-repeat;
}

.hoverBigLinkThree_h {
	background-image: url(../images/bigLinkThree_h.png);
	background-repeat: no-repeat;
}


.bigLinkFour {
	
	width: 120x;
    height: 109px;
	background-image: url(../images/bigLinkFour.png);
	background-repeat: no-repeat;
}

.hoverBigLinkFour_h {
	background-image: url(../images/bigLinkFour_h.png);
	background-repeat: no-repeat;
}




.bigLinkFive {
	
	width: 120x;
    height: 109px;
	background-image: url(../images/bigLinkFive.png);
	background-repeat: no-repeat;
}

.hoverBigLinkFive_h {
	background-image:url(../images/bigLinkFive_h.png);
	background-repeat: no-repeat;
}


.bigLinkSix {
	
	width: 120x;
    height: 109px;
	background-image: url(../images/bigLinkSix.png);
	background-repeat: no-repeat;
}

.hoverBigLinkSix_h {
	background-image:url(../images/bigLinkSix_h.png);
	background-repeat: no-repeat;
}



  


















/*************************** END OF CONTACT PAGE ***************************/







.footer {
	margin-top: -0px;
	width: 1024px;
	height: 40px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	border-top: 4px solid #706545;	
	
	
}


.jf1 {
	position: absolute;
	font-family: 'BeaufortRegular',  Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 32px;
	letter-spacing: 2px;
	margin-left: 340px;
	margin-top: -2px;
	font-weight:100;
	text-shadow: 1px 1px 1px #000;	
	
}
	
	/*START OF SCROLL DOWN TRIANGLE */

.emaildownhome:link {
	position: absolute;
	color: #FFF;
	font-family: 'NeuzeitSLTStdBook', Comic Sans MS, cursive;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 1px;
	margin-left: 60px;
	margin-top: 9px;
	font-weight: 100;
	width: 425px;
	z-index: 3;
	
	}
	
	
	
.emaildownhome:visited{
   color: #FFF;	
	
}

.emaildownhome:hover{
    color: #ED2A2D;	
	
}


.arrow-downhome:link {
	position:absolute;
	margin-left: 21px;
	margin-top: 10px;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 25px solid #000;
	z-index: 2;
}

.arrow-downhome:visited{
   color: #000;	
	
}

.arrow-downhome:hover{
    color: #ED2A2D;	
	
}

/*END OF SCROLL DOWN TRIANGLE */

	













	
