/* CSS Document */
html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background:#F2F2F2;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	padding:0px 0px 0px 0px;
	background: linear-gradient(0deg, #444444 0%, #222222 100%);
	/*background: linear-gradient(90deg, #078ABF 0%, #1A292C 100%);
	background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);*/
	/*background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%); launch color*/
	/*background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
	background: linear-gradient(90deg, rgba(34,34,157,1) 0%, rgba(77,77,214,1) 35%, rgba(0,212,255,1) 100%);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	background:#748D92; /*used to be FE5C5F last, previously ef0606 and 444f4e or 187FB4 purple 6778A6 lightblue 50A6D4 grey 203944
	background:url('../images/gradient4.png') repeat-x;*/
	height:33px;
	color: #000000; /*171717*/
	font-size: 12px;
}
#nav {
	padding:0px 0px 0px 0px;
	background:#FFFFFF;
	color:#000000;
	font-weight:750;
	height:220px;
	/*box-shadow: -3px 3px 7px #808080;*/
}
#content {
	padding-bottom:80px;   /* Height of the footer element */
	padding-top:10px;
	text-align: center;
}
#content2 {
	padding-bottom:20px;   /* Height of the footer element */
	padding-top:10px;
	text-align: center;
}
#subnav {
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #e6e6e6;
	color:#000000;
	height:57px;
	font-size:14px;
	background:url('../images/gradient3.png') repeat-x;
}
#subnav2 {
	padding:0px 0px 0px 0px;
	border-bottom: 0px solid #e6e6e6;
	color:#000000;
	height:10px;
	font-size:14px;
	background:url('../images/gradient3.png') repeat-x;
}
.caton {
	padding:0px 0px 12px 0px;
	border-bottom: 6px solid #E6E6E6;
}
#footer {
	width:100%;
	height:180px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:right;
	background:#202020;
	font-size:11px;
	line-height:22px;
}

#footercol {
	width:100%;
	height:180px; /* without logomark, 80px */
	position:relative;
	float:left;
	text-align:right;
	bottom:0;
	left:0;
	background:#202020;
	font-size:11px;
	line-height:22px;
}

.box {
	width: 900px;
	margin: 0 auto;
}

.boxcol {
	width: 900px;
	margin: 10px auto;
}

.copyright {
	width: 900px;
	margin: 0 auto;
	padding-top:12px;
	color:#8C8C8C;
}

.third {
	width: 900px;
	margin: 0 auto;
	position:relative;
}

.categories {
	position: relative;
	left: 0px; 	top:23px;
	text-align: left;
}

.leftthird {
	position: absolute;
	left: 0px; 	top:7px;
	width: 300px;
	text-align: left;
	margin-bottom: 0;
}

.middlethird {
	position: absolute;
	left: 300px; 	top:9px;
	width: 300px;
	text-align: center;
	margin-bottom: 0;
}

.rightthird {
	position: absolute;
	left: 600px; 	top:0px;
	width: 300px;
	text-align: right;
	margin-bottom: 0;
}

.sections {
	margin: 0 auto;
	position:relative;
}

.sections .lefthalf {
	position: absolute;
	left: 0px; 	top:0px;
	width: 215px;
	text-align: left;
	margin-bottom: 0;
}

.sections .banner {
	position: absolute;
	left: 256px; 	top:0px; /* 272px max */
	width: 628px;
	text-align: left;
	margin-bottom: 0;
}

.sections .righthalf {
	position: absolute;
	left: 215px; 	top:180px;
	width: 685px;
	text-align: right;
	margin-bottom: 0;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

a:link, a:visited { color: #1587BA; text-decoration: none; } /* When red used to be #e90000 */
a:hover, a:active { color: #71B9F8; text-decoration: underline; } /* When red used to be #e90000 */

/*a:link, a:visited { color: #c3c6c6; text-decoration: none; }
a:hover, a:active { color: #F1F1F1; text-decoration: underline; }*/

/*#header a:link, #header a:visited { color: #C3C6C6; text-decoration: none; }
#header a:hover, #header a:active { color: #F1F1F1; text-decoration: underline; }*/

#header a:link, #header a:visited { color: #FFFFFF; text-decoration: none; }
#header a:hover, #header a:active { color: #F1F1F1; text-decoration: underline; }

#subnav a:link, #subnav a:visited { color: #949494; text-decoration: none; } /*#566362*/
#subnav a:hover, #subnav a:active { color: #000000; text-decoration: none; padding:0px 0px 12px 0px;
	border-bottom: 6px solid #FC5131; }

/*#nav a:link, #nav a:visited { color: #687877; text-decoration: none; } /*#566362*/
/*#nav a:hover, #nav a:active { color: #F1F1F1; text-decoration: none; }*/

/*#nav a:link, #nav a:visited { color: #e90000; text-decoration: none; } /*#566362*/
/*#nav a:hover, #nav a:active { color: #F1F1F1; text-decoration: none; }*/

#nav a:link, #nav a:visited { color: #1587BA; text-decoration: none; } /*#1E8AE9 saturated blue or #FC5131 red or #566362 or #FE5C5F or #187FB4 if blue #4691B8*/
#nav a:hover, #nav a:active { color: #71B9F8; text-decoration: none; } /*#FFACAE light red or #A13A3C or DB4F51 if red #5ABAED if blue*/

/*.oncategory a:link, .oncategory a:visited { color: #F1F1F1; text-decoration: underline; }
.oncategory a:hover, .oncategory a:active { color: #F1F1F1; text-decoration: underline; }*/

.oncategory { color: #F1F1F1; text-decoration: none; }

#col1 {
  position: relative;
  float:left;
  top: 0px;
  right: 0px;
  left: 0;
	font-size:12px;
	color:#242424;
  width: 272px;
  text-align: center;
  }

#col1 a:link, #col1 a:visited { color: #949494; text-decoration: none; }
#col1 a:hover, #col1 a:active { color: #000000; text-decoration: none; }

#col2 {
  position: relative;
  float:left;
  top: 0px;
  right: 0px;
  left: 37px;
	font-size:12px;
	color:#242424;
  width: 272px;
  text-align: center;
  }

#col2 a:link, #col2 a:visited { color: #949494; text-decoration: none; }
#col2 a:hover, #col2 a:active { color: #000000; text-decoration: none; }

#col3 {
  position: relative;
  float:right;
  top: 0px;
  right: 0px;
  left: -10px;
	font-size:12px;
	color:#242424;
  width: 272px;
  text-align: center;
  }

#col3 a:link, #col3 a:visited { color: #949494; text-decoration: none; }
#col3 a:hover, #col3 a:active { color: #000000; text-decoration: none; }

/* Projects
-------------------------------------------------------------- */
.projects {
	width:735px; /* Taking into account IE6's +3 pixels and a 12 pixel right margin */
	line-height:16px; /* Was 10px when matched to having h1 only */
	margin-bottom:0px;
	}

.projects a:link, .projects a:visited {
	border:1px solid #E6E6E6;
	background:#FFFFFF;
	float:left;
	margin-bottom:13px;
	margin-right:12px;
	padding:4px;
	}

.projects a:hover, .projects a:active {
	border:1px solid #ededed; /*444f4e* then f2f2f2 but removed because that's the background color now*/
	background:#FFFFFF;
	float:left;
	margin-bottom:13px;
	margin-right:12px;
	padding:4px;
	}

.projects img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .projects img:hover {
      opacity: 0.75;
      }

/* Floating Box
-------------------------------------------------------------- */
.floating-box {
  position: relative;
  border:0px;
  top: 0px;
  left: -7px;
  margin-right:10px;
  margin-top:10px;
	}

.floating-box a:link, .floating-box a:visited {
	border:1px solid #E6E6E6;
	background:#FFFFFF;
	float:left;
	margin-bottom:8px;
	padding:4px;
	}

.floating-box a:hover, .floating-box a:active {
	border:1px solid #ededed; /*444f4e* then f2f2f2 but removed because that's the background color now*/
	background:#FFFFFF;
	float:left;
	margin-bottom:8px;
	padding:4px;
	}

.floating-box img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .floating-box img:hover {
      opacity: 0.75;
      }

.floating-text {
  position: relative;
  border:0px;
  top: 0px;
  right: 0px;
  left: 0px;
	font-size:12px;
	color:#242424;
  }

.floating-text a:link, .floating-text a:visited { color: #949494; text-decoration: none; border:0px; width:272px; text-align: center; background:#F2F2F2}
.floating-text a:hover, .floating-text a:active { color: #000000; text-decoration: none; border:0px; width:272px; text-align: center; background:#F2F2F2}
	  
/* Copy
-------------------------------------------------------------- */

#copy {
	font-size:12px;
	color:#242424;
  text-align: left;
  line-height:18px;
  }

/*#copy a:link, #copy a:visited { color: #949494; text-decoration: none; }
#copy a:hover, #copy a:active { color: #000000; text-decoration: none; }*/

#copy a:link, #copy a:visited { color: #e90000; text-decoration: none; }
#copy a:hover, #copy a:active { color: #e90000; text-decoration: none; }

/* -------------------------------------------------------------- */

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #b3b3b3; /* used to be #e6e6e6, maybe for previous website with white background*/
    margin: 1em 0; padding: 0; }

.floating {
	position: relative;
	width:420px;
	left:0px;
	float:right;
}

.floating2 {
	position: relative;
	width:900px;
	left:0px;
	float:right;
}

/* -------------------------------------------------------------- */

.art {
	width: 900px;
	margin: 0;
	position:relative;
	float:left;
}

.art .leftthird {
	position:relative;
	float:left;
	left: 0px; 	top:0px;
	width: 300px;
	text-align: left;
	margin-bottom: 0;
}

.art .middlethird {
	position:relative;
	float:left;
	left: 0px; 	top:0px;
	width: 300px;
	text-align: center;
	margin-bottom: 0;
}

.art .rightthird {
	position:relative;
	float:right;
	left: 0px; 	top:0px;
	width: 300px;
	text-align: right;
	margin-bottom: 0;
}

.art a:link, .art a:visited {
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 5px 10px;
  background: linear-gradient(#f2f2f2,#f2f2f2);
  background-image: linear-gradient;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color:#666666;
}

.art a:hover, .art a:active {
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 5px 10px;
  background: linear-gradient(#e6e6e6,#e6e6e6);
  background-image: linear-gradient;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color:#333333;
  text-decoration:none;
}

.art .lefthalf {
	position:relative;
	float:left;
	left: 0px; 	top:0px;
	width: 450px;
	text-align: left;
	margin-bottom: 0;
}

.art .righthalf {
	position:relative;
	float:right;
	left: 0px; 	top:0px;
	width: 450px;
	text-align: right;
	margin-bottom: 0;
}

/* -------------------------------------------------------------- */

#column {
	width: 900px;
	margin: 10px auto;
}

#column .leftside {
	position:relative;
	float:left;
	left: 0px; 	top:0px;
	width: 450px;
	text-align: left;
	margin-bottom: 0;
}

#column .rightside {
	position:relative;
	float:right;
	left: 0px; 	top:0px;
	width: 450px;
	text-align: top;
	margin-bottom: 0;
}
.twocolumn {
	width: 900px;
	margin: 0px auto;
	text-align: left;
    border: 0px none;
	text-indent: 0px;
}
table {
    border: 0px none;
    border-collapse: collapse;
	border-spacing: 0px;
	text-indent: 0px;
}
td {
    vertical-align: top;
    border: 0px none;
	text-indent: 0px;
}
.essay {
	padding: 0px 20px 20px 20px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 0px;
}
.reviews {
	padding: 0px 0px 80px 0px;
	line-height: 30px;
	text-indent: 0px;
}
.reviews h1 {
	font-size: 24px;
	line-height: 30px;
	text-indent: 0px;
	font-weight:bold;
}
.reviews h2 {
	font-size: 18px;
	line-height: 30px;
	text-indent: 0px;
	font-weight:normal;
}
.caption {
	padding: 0px;
	font-size: 11px;
}
#captioncentered {
	padding: 0px;
	font-size: 11px;
	text-align: center;
}
.leadin {
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}




/**,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0;}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }
*/
.formCell
{
    width:400px;
    background:white;
}

.formBox
{
    width:400px;
    height: 300px;
    background:white;
	border-color: #999999;
}
textarea {
  width: 400px;
  height: 360px;
  margin-bottom: 20px;
}
input {
  width: 400px;
  margin-bottom: 20px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, -webkit-box-shadow 0.15sease-in-out;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, -webkit-box-shadow 0.15sease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out, -webkit-box-shadow 0.15sease-in-out;
}
.btn.btn-primary {
    background: #1089ff !important;
    border-color: #1089ff !important;
    color: #fff;
}

.btn.btn-primary a {
    background: #1089ff !important;
    border-color: #1089ff !important;
    color: #fff;
    font-size: 18px;
}

.dropshadow {
        background-color: pink;
        filter: drop-shadow(5px 5px 10px #888888);
        border: 1px solid #888;
}

.floating-box {
    float: left;
    width: 272px;
    height: 272px;
    margin-left: 27px;
	margin-bottom: 54px;
}
