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


@font-face {
    font-family: 'TeXGyreHerosBold';
    src: url('../fonts/texgyreheros-bold-webfont.eot');
    src: url('../fonts/texgyreheros-bold-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-bold-webfont.svg#webfontn4ITA6VL') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreHerosRegular';
    src: url('../fonts/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-regular-webfont.svg#webfontDcyM7yLx') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mitchell2011Regular';
    src: url('../fonts/mitchell-2011-webfont.eot');
    src: url('../fonts/mitchell-2011-webfont.eot?#iefix') format('eot'),
         url('../fonts/mitchell-2011-webfont.woff') format('woff'),
         url('../fonts/mitchell-2011-webfont.ttf') format('truetype'),
         url('../fonts/mitchell-2011-webfont.svg#webfontjPULZcXL') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreScholaBold';
    src: url('../fonts/texgyreschola-bold-webfont.eot');
    src: url('../fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreschola-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola-bold-webfont.svg#TeXGyreScholaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

@font-face {
	font-family: 'Langdon';
	src: url('Langdon.eot');
	src: url('Langdon.eot?#iefix') format('embedded-opentype'),
		url('Langdon.woff') format('woff'),
		url('Langdon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* Reset Styles */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}

body {
	background-image: url('images/wall.jpg');
  	background-repeat: repeat; 
}

#slide_holder {
	height:320px;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	padding-bottom: 22px;
	background-color: #888;
	background: #888; /* Do this first to accomodate IE, otherwise you will have no background color at all */
	background: rgba(100,100,100,0.3);/* CSS3 - Firefox, Safari, Chrome */
	margin-top: 50px;
	margin-bottom: 50px;
	border-style: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#slide_holder_2 {
	height:950px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 22px;
	background-color: #888;
	background: #888; /* Do this first to accomodate IE, otherwise you will have no background color at all */
	background: rgba(100,100,100,0.3);/* CSS3 - Firefox, Safari, Chrome */
	margin-top: 50px;
	margin-bottom: 50px;
	border-style: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

#image_holder {
	height: 300px;
	width: 300px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.image_background {
   background-color: #eee;
}

#footer {
	width: 360px;
	height: 28px;
	border-top: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
	padding-top: 12px;
	background-color: #A60000;
	text-align: center;
	background: #A60000; /* Do this first to accomodate IE, otherwise you will have no background color at all */
	background: rgba(166,0,0,0.8);/* CSS3 - Firefox, Safari, Chrome */
	color: #000;
	-moz-box-shadow:    inset 0 0 10px #000000;
   	-webkit-box-shadow: inset 0 0 10px #000000;
   	box-shadow:         inset 0 0 10px #000000;

}

#contact_box {
	height: 16px;
	width: 95px;
	float: left;
	padding-top: 1.5px;
	margin-left: 37px;
	margin-right: 13px;
	margin-bottom: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: yellow; /* Do this first to accomodate IE, otherwise you will have no background color at all */
	opacity: .3;
	font-size: .80em;
}

#contact_box a {
	outline : none;
}

#contact_box a img {
	outline : none;
}


#bottom-holder {
	width: 360px;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	background:;
}


#youtube {
	width: 40px;
	height: 40px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 10px;
	float: right;
	border-top: none;
}

#youtube a {
	outline : none;
}

#youtube a img {
	outline : none;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


#deepseek {
	width: 40px;
	height: 40px;
	margin-top: 30px;
	margin-left: 0px;
	padding-left: 10px;
	float: right;
	border-top: none;
}

#deepseek a {
	outline : none;
}

#deepseek a img {
	outline : none;
    opacity: 0.34;
    filter: alpha(opacity=35); /* For IE8 and earlier */
}

#facebook {
	width: 40px;
	height: 40px;
	margin-top: 30px;
	margin-left 0px;
	margin-right 0px;
	float: right;
	border-top: none;
}

#facebook a {
	outline : none;
}

#facebook a img {
	outline : none;
	outline : none;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


.contact-form {
}

.contact-form a {outline : none;}

.contact-form a img {outline : none;}


.fadein { position:relative; width:300px; height:300px; }

.fadein img { position:absolute; left:0; top:0; }



.deepseek {
	font-family: tex_gyre_bonumregular, "Times New Roman Bold", Times, serif;
	color: #2a2a2a;
	text-decoration: none;
	text-align:left;
	font-size: .85em;
	font-weight: Bold;
	letter-spacing: .022em;
	line-height: 120%;
	margin-top; 0em;
	padding-top: 10px;
	padding-right: 27px;
	padding-bottom: 20px;
	padding-left: 45px;
}

.deepseek_2 {
	font-family: tex_gyre_bonumregular, "Times New Roman Bold", Times, serif;
	color: #2a2a2a;
	text-decoration: none;
	text-align:left;
	font-size: .85em;
	font-weight: Bold;
	letter-spacing: .022em;
	line-height: 90%;
	margin-top; 0em;
	padding-top: 7px;
	padding-right: 27px;
	padding-bottom: -30px;
	padding-left: 45px;
}

.deepseek_3 {
	font-family: tex_gyre_bonumregular, "Times New Roman Bold", Times, serif;
	color: #2a2a2a;
	text-decoration: none;
	text-align:left;
	font-size: .85em;
	font-weight: Bold;
	letter-spacing: .022em;
	line-height: 120%;
	margin-top; 0em;
	padding-top: 15px;
	padding-right: 27px;
	padding-bottom: 10px;
	padding-left: 45px;
}


