@charset "utf-8";
/*Styles Sheet

Styles By: Ron Raney
Date: 7/17/2012

/*CSS Document*/
/*reset*/
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.8em;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
html {
		background: #2f4c73;
	    /* The old syntax, deprecated, but still needed with the -o, -ms and -webkit prefixes*/  
     /* fallback */
  background: #2f4c73;
  /* chrome 2+, safari 4+; multiple color stops */
  background-image:-webkit-gradient(linear,top,color-stop(0.0,#2f4c73),color-stop(0.1,#142126), color-stop(0.6,#f2d64b),color-stop(0.8#bf382c));
  /* chrome 10+, safari 5.1+ */
  background-image:-webkit-linear-gradient(#2f4c73,#142126 10%,#f2d64b 60%,#bf382c 80%);
  /* firefox; multiple color stops */
  background-image:-moz-linear-gradient(top,#2f4c73,#142126 10%,#f2d64b 60%,#bf382c 80%);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4c73', endColorstr='#f2d64b');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f4c73', endColorstr='#f2d64b')";
  /* ie10 */
  background-image: -ms-linear-gradient(#2f4c73,#142126 10%,#f2d64b 60%,#bf382c 80%);
  /* opera 11.1 */
  background-image: -o-linear-gradient(#2f4c73,#142126 10%,#f2d64b 60%,#bf382c 80%);
  /* The "standard" */
  background-image: linear-gradient(#2f4c73,#142126 10%,#f2d64b 60%,#bf382c 80%);
}
/*body*/
body  {
	width: 1300px;
	position: relative;
	font-size: 111%;
	margin: 0 auto;
	color: #142126;
	font-family: 'Alike', Tahoma, Geneva, sans-serif;
}
.reel {
	width: 300px;
	height: 400px;
	margin: 0 auto;
	display: block;
	position: relative;	
}
.photos {	
	text-decoration: none;
	width: 248px;
	height: 374px;
	float: left;
	height: 100%;
	margin: 0 auto;
}
.researchPic {
	clear: left;
	display: block;
	width: 87%;
	text-align: center;
	margin: 0 auto 0 auto;
	
}
.captions {
	font-size: 150%;
	font-family: 'Montaga', 'Times New Roman', serif;
	margin: 6% auto;
	padding: 3%;
	border: groove 1px;
	width: 100%;
}
.slideshow {	
	float: left;
	width: 200px;
	height: auto;
	margin: 0 auto;	
	text-align: center;
	display: box;	
}
.centerPhoto {
	width: 249px;
	height: 374px;
	margin: 0 auto;
	text-align: center;
	display: block;
	border: solid 1px #5a061b;
	
}
.link {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	display: block;
	
}
.link:link, .link:visited {
	color: #bf382c;
}
.link:hover {
	color: #bf382c;
}
.pad {
	padding: 2%;
}
.bold {
	padding: 1%;
	color: #2f4c73
}
.photos2 {
	width: 19.2%;
	float: left;
	height: 100%;
	margin: 0 auto;
}
.photos3 {
	width: 18.8%;
	float: left;
	margin: 0 auto;
}
.photos4 {
	width: 21.2%;
	float:left;
	margin: 0 auto;
}

/*general*/
.wrapper {
	clear: both;
	width: 85%;
	background: #f2f2f2;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	background-image: url('../images/borader2.png');
	background-repeat: repeat-y;
	backgroun-position: top left;
}
.wrapper2 {
	clear: both;
	width: 85%;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}
.c2 {
	width: 100%;
	background-color: #f2f2f2;
	margin: 0 auto;
	display: block;
	position: relative;
}

.c1 {
	width: 99%;
	background: #f2f2f2;
	padding: 1%;
	display: block;
	position: relative;
}
.colOne {
	width: 24%;
	background: #f2f2f2;
	display: block;
	position: relative;
	float: left;
	margin: 2%;
	clear: both;
}
.floatLeft {
	float: right;
	padding: 3% 33% 0 0;
}

.center {
	text-align: center;
}
hgroup {
	margin: 2%;
}
.padTop {
	padding:2% 0 0 0;
}
.phone {
	font-size: 125%;
	padding: 2% 0 0 0;
}

/*Forms*/
.homeForm label {
	clear:both;
}
.clear {
	display:block;
	clear:both;
}
textarea {
	width: 100%;
}
input {
	width: 65%;
}
.submit {
	width: 25%;
	padding: 1%;
}
.submit2 {
	width: 5%;

}
.leftPic {
	float:left;
	width: 100px;
	height: auto;
	margin: 5% auto 2% 50%;
	
}
.rightPic {
	float:left;
	width: 110px;
	height: auto;
	margin: 5% 0 2% 2%;
	
}

.leftPic2 {
	float:left;
	width:20%;
	height: auto;
	margin-bottom: 5%;
	margin-left: 2%;
	
}
.rightPic2 , .rightPic3{
	float:left;
	width: 20%;
	height: auto;
	margin-left: 4%;
	margin-bottom: 5%;
	
}
.fLogo2 {
	float: left;
	width: 20%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 5%;
}
.logoLine {
	width: 100%;
	margin-top: 3%;
}
#caich {
	width:150px;
	height:auto;
	float:rightS;
}
.top {
	width: 100%;
	
}
.quarter {
	width: 25%;
	float: left;
}
.third {
	width: 33%;
	float: left;
}
.half {
	width: 50%;
	float:left;
}
.half2 {
	width: 100%;
	margin: 0 auto;
}
.Native24 {
	float:left;
	font-size: 125%;
	text-align: center;
	font-family: 'Diplomata SC', Tahoma, Geneva, cursive;	
	padding:0 auto 0 auto;
	margin: 0 auto 0 auto;
}
.fixLogo {
	margin: 50% 0 auto 0;
}
.colTwo {
	width: 62%;
	margin: 1% 2%;
	background: #f2f2f2;
	display: block;
	position: relative;
	float: left;
	font-size: 125%;
	padding: 1% 3%;
}
.colTwo p {
	padding: 1%;
}
.hgroup {
	clear: left;
	margin: 1%;
}
.feather {
	float: left;
	padding: 0 3% 0 0;
}
.green {
	font-size: 120%;
	color: #736523;
}	
.padBottom {
	padding: 0 0 4% 0;
}
.list {
	margin: 0 auto 0 0;
}
.list li {
	line-height: 1.5em;
}
.bigFont {
	font-size: 125%;
}
.smallerFont {
	font-size: 85%;
	margin: 1% 4%;
	padding: 1%;
}
.clear {
	clear: both;
	
}
.help {
	color: #2f4c73;
	font-size: 105%;
	line-height: 1.2em;
}
.help2 {
	font-size: 85%;
	letter-spacing: 0.01em;
	font-family: 'Diplomata SC', Tahoma, Geneva, cursive;
}
.indent {
	margin: 0 0 0 5%;
}
.bigButton {
	width: 100%;
	display: block;
	position: relative;
	background:#bf382c;
	font-size: 150%;	
	text-align: center;
	margin: 5% 0 2% 0;
	padding: 2%;
}
.bigButton a:link, .bigButton a:visited {
	color: black;
}
.bigButton2 a:link, .bigButton2 a:visited {
	color: black;
}
.bigButton a:hover{
	color: white;
}
.buttonLeft {
	width: 100%;
	float:left;
}
.buttonRight {
	width: 30%;
	float:left;
}
.colTwo a {
	color: #142126;
}
.colTwo a:hover{
	color: #f2f2f2;
}
.bigButton2 a:hover{
	color: #bf382c;
}
.mail {
	color: #bf382c;
}
.mail:hover {
	color: #dbb039;
}
.border {
	border: solid 1px #142126;
}
.formTop {
	width: 33%;
	position: relative;
	margin: 1% auto;
	display: box;
	clear: both;
	color: grey;
	
}
.bigButton2 {
	width: 100%;
	display: block;
	position: relative;
	background:  #f2d64b;
	font-size: 150%;	
	text-align: center;
	margin: 2% 0;
	padding: 2%;
}
.fLogo {
	display: block;
	position: relative;
	width: 55%;
	margin: 10% 5% auto 0;
	height: auto;
}
.colThree a:hover {
	color: #f2f2f2;;
}
.colThree a:link {
	color: #142126;
}
/*header*/
.header {
	width: 85%;
	margin: 0 auto;
	position: relative;	
}
.header2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	
}
.middleTop {
	width: 100%;
	margin: 0 auto 0 0;
	display:block;
	position: relative;
	background-image: url("../images/borader3.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.none {
	display:none;
}
.native {
	width:100%;
	margin: 3% auto;
	font-size: 350%;
	text-align: center;	
	display: block;
	position: relative;
	font-family: 'Montaga', Tahoma, Geneva, sans-serif;
	color: #f2d64b;
	text-shadow: 0.05em 0.05em #333;
}
.native2 {
	margin: 1% auto 0 auto;
	text-align: center;	
	clear:both;
	position: relative;
	font-family: 'Montaga', Tahoma, Geneva, sans-serif;
	color: #b29e37;
	text-shadow: 0.05em 0.05em #333;
}
.native3 {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 3% 0;
	position: relative;
	font-family: 'Montaga', Tahoma, Geneva, sans-serif;
	color: #f2d64b;
	text-shadow: 0.05em 0.05em #333;
}
.native4{
	margin: 0 auto 0 auto;
	float:left;
	font-size: 350%;
	padding: 3% 0 0 0;
	font-size: 350%;
	font-family: 'Montaga', Tahoma, Geneva, sans-serif;
	color: #f2d64b;
	text-shadow: 0.05em 0.05em #333;
}
/*horizontal nav*/

/*Nav styles
http://matthewjamestaylor.com/blog/centered-dropdown-menus
*/
.nav {
	width: 100%;
	background: #142126;
	display: block;
	position: relative;
	clear: both;
	float: left;
	margin: 0 auto 1% auto;
	text-align: center;
	
}
.Nav1 {
	background-color: #2f4c73;	
	text-shadow: 0.05em 0.05em #333;
}
.Nav2 {
	background-color: #dbb039;
	text-shadow: 0.05em 0.05em #333;
}
.Nav3 {
	background-color: #bf382c;
	text-shadow: 0.05em 0.05em #333;
}
.Nav4 {
	background-color: #736523;
	text-shadow: 0.05em 0.05em #333;
}
/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0 auto 0 auto;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   background: #142126;   
   font-size:100%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   font-family: 'Montaga', Tahoma, Geneva, sans-serif;  
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:1% 0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
   
}
#centeredmenu ul li {
   margin:0 0 2% 1px;
   padding:1% 0 ;
   float:left;
   position:relative;
   left:50%;
   top:1px;
   border-radius: 15%;
   
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:120%;
   line-height:1em;
   color:#e5e5e5;  
   text-decoration:none;   
   font-weight:bold;
   border-bottom:1px solid #000;
}

#centeredmenu ul li a:link{
	color: #f2f2f2;
}


#centeredmenu ul li a:hover {
   background:#b7ccc9; /* Top menu items background colour */
   color: #f2d64b;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li a:hover a { /* This line is required for IE 6 and below */
   background:#2f4c73; /* Top menu items background colour */
   color:#f2d64b;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
} 
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
   padding: 0;
}
#centeredmenu ul ul li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li a:hover ul li a { /* This line is required for IE 6 and below */
   font-size:110%;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#grey;
   color:#f2f2f2;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li a:hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#142126; /* Sub menu items background colour */
   color:#f2d64b;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li a:hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
/*
.nav {
	width: 100%;
	background: #142126;
	display: block;
	position: relative;
	clear: both;
	float: left;
	margin: 0 auto 1% auto;
	text-align: center;
	
}
.nav a:hover {
	font-size: 115%;
}
.navList {
	width: 60%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: block;
	padding: 0;
}
a {
	text-decoration: none;
}
.nav1 {
	width: 33%;
	background: #2f4c73;
	float: left;
	margin: 2% auto;
	display: block;
	position: relative;
	font-size: 125%;
	border-radius: 15%;
}
.nav1 a:link, .nav3 a:link {
	color: #f2f2f2;
}
.nav1 a:hover, .nav3 a:hover {
	color: #f2f2f2;
}
.nav2 {
	width: 33%;
	float: left;
	margin: 2% auto;
	display: block;
	position: relative;
	font-size: 125%;
	background: #f2d64b;
	border-radius: 15%;
}
.nav3 {
	width: 34%;
	background:#bf382c;
	float: left;
	margin: 2% auto;
	display: block;
	position: relative;
	font-size: 125%;
	border-radius: 15%;
}*/
/*Form Page*/
.formWrap {
	border: 1px solid black;
	margin: 1% auto;
	padding: 1%;
	clear: left;
	width: 62%;
	position:relative;
	display:block;
	
}
.offset {
	font-size: 125%;
	color: grey;
}
#homeForm {
	line-height: 1.8em;
	font-size: 125%;
	
}
.left {
	left: 20%;
	position: relative;
}
.disclaimer {
	border: solid black 1px;
	padding: 1%;
}

/*gallery*/
.back {
	position: relative;
	clear: left;
	float: left;
	display: block;
	background-color: #f2f2f2;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.gal1 {
	position: relative;
	clear: left;
	float: left;
	width: 37%;
	margin: 0 auto;
	padding: 1%;
	background-color: #f2f2f2;
}
.gal2, .gal3 {
	position: relative;
	float: left;
	width: 28%;
	margin: 0 auto;
	padding: 1%;
	background-color: #f2f2f2;
}
.gal1 img, .gal2 img, .gal3 img {
	width: 99%;
	height: auto;
	position: relative;
}
.gal2 h3 a:link, .gal2 h3 a:visited {
	color:#012340;
}
.gal2 h3 a:hover {
	color: #142126;
}
/*footer*/
.project {
	font-size: 125%;
	padding: 0 0 1% 0;
	color: #2f4c73;
}
footer a {
	color: #2f4c73;
}
footer a:hover {
	color: #bf382c;
}
.footer {
	width: 100%;
	background:  #f2d64b;
	margin: 0 auto;
	clear: both;
	display: block;
	position: relative;
	text-align: center;
}
.address {
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 1%;
	display: block;
	position: relative;
}
.credit {
	font-size: 80%;
	color: #bf382c;
}/*
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5){
	.colOne, .gal1, .gal2, .gal3 {
		display:none;
	}	
	.colTwo {
		width: 95%;
	}
	label, input {
		display: block;
		clear: left;
	}	
}
@media screen and (max-device-width: 600px),
			  and (min-device-width: 400px) {
	.colOne, .gal1, .gal2, .gal3 {
		display:none;
	}	
	.colTwo {
		width: 95%;
	}
	label, input {
		display: block;
		clear: left;
	}
				
}		