/* CSS Document */

@import "headerPhotos.css";

/*------------------------------------------
Trident Technical College - Custom Styles
version:    4.0
author:		Daniel Vice
email:		daniel.vice@tridenttech.edu
-------------------------------------------*/
/* Sample Attribute Hierachy

.someAttribute {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/


/* Page Layout
-------------------------------------------*/
body {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background: #fff5ea;
	/*Formatting Attributes*/
	/*Type Attributes*/
    color:#000000;
	font: normal 100% Verdana, sans-serif;
	/*Other Attributes*/
}

#wrapper {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: auto;
	/*Type Attributes*/
	/*Other Attributes*/
}

#headerBox {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	height: 170px;
	/*Color Attributes*/
	background:#e3ceb8;
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	overflow: hidden;
}

header {
	/*Position Attributes*/
	position: absolute;
	top:0;
	/*Size Attributes*/
	width: 100%;
	height: 138px;
	/*Color Attributes*/
	background-color: rgba(255,255,255,1);
	/*Formatting Attributes*/
	margin-bottom: 20px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#searchBox {
	/*Position Attributes*/
	float: right;
	/*Size Attributes*/
	width: 29.296875%;
	height: 20px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 0px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#photoHeader {
	/*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	height: 200px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 269px;
	/*Type Attributes*/
	color: #ffffff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	/*Other Attributes*/
	overflow: hidden;
}

#leftNav {
	/*Position Attributes*/
	position: absolute;
	top:138px;
	left: 24px;
	/*Size Attributes*/
	height: auto;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}
#supportLinks {
    /*Position Attributes*/
	position: absolute;
	padding-top:100px;
	left: 24px;
    /*Size Attributes*/
	height: auto;
}

#contentBox {
	/*Position Attributes*/
	/*Size Attributes*/
	height:auto;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 249px;
	/*Type Attributes*/
	/*Other Attributes*/
}

footer {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	height: 100px;
	/*Color Attributes*/
	background: #4f4b47; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f4b47 0%, #141414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4b47), color-stop(100%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f4b47 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f4b47 0%,#141414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f4b47 0%,#141414 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f4b47 0%,#141414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4b47', endColorstr='#141414',GradientType=0 ); /* IE6-9 */

	/*Formatting Attributes*/
	padding-top: 12px;
	/*Type Attributes*/
	/*Other Attributes*/
	clear: both;
}

#mapIcon {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	width: 100px;
	height: 100px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 2.5%;
	/*Type Attributes*/
	/*Other Attributes*/
}

#socialIcons {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	width: 40%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 2%;
	margin-top: -8px;
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Navigation
-------------------------------------------*/
a {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color: #333333;
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#applyNow {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	width: 225px;
	height: 28px;
	/*Color Attributes*/
	color: #FFFFFF;
	background:rgba(0,0,0,0.12);
	/*Formatting Attributes*/
	padding-top: 10px;
	margin-left: 20px;
	margin-top: -75px;
	/*Type Attributes*/
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	/*Other Attributes*/
}

#applyNow:hover {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color: #FFFFFF;
	background: #4773d1;
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#headerBox p {
	/*Position Attributes*/
	position: relative;
	top:145px;
	left: 272px;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 80%;
	/*Other Attributes*/
}

#leftNav ul {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 195px;
	/*Color Attributes*/
	background:#efdfcd;	
	/*Formatting Attributes*/
	margin-top: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
    padding-right: 10px;
	padding-top: 20px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#leftNav ul li a {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 5px;
	/*Type Attributes*/
	font-size: 80%;
	/*Other Attributes*/
}

#mastHead {
    /*Position Attributes*/
	/*Size Attributes*/
	height: 80px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 20px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#leftNav ol {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 15px;
	padding-top: 10px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#leftNav ol li:nth-child(1) a:nth-child(2) {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 0;
	/*Type Attributes*/
	line-height: -10px;
	/*Other Attributes*/
}


#leftNav ol li a {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 45px;
	padding-top: 5px;
	/*Type Attributes*/
	font-size: 80%;
	line-height: 33px;
	/*Other Attributes*/
}

#leftNav ol li img {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0;
	padding: 0;
	/*Type Attributes*/
	/*Other Attributes*/
	clear: both;
}

footer ul {
	/*Position Attributes*/
	float: right;
	/*Size Attributes*/
	width: 20%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 55%;
	/*Other Attributes*/
}

footer li {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: 2px;
	/*Type Attributes*/
	/*Other Attributes*/
}

footer li a{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color: #ffffff;
	/*Formatting Attributes*/
	/*Type Attributes*/
    line-height:5px;    
	/*Other Attributes*/
}

/* Search Box
-------------------------------------------*/

#___gcse_0 {
	/*Position Attributes*/
	position: relative;
	top:40px;
	/*Size Attributes*/
	width: 95.21843687374749%; 
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Tables
-------------------------------------------*/

#content table {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-bottom: 25px;
	/*Type Attributes*/
	font-size: 90%;
	/*Other Attributes*/
}

#content table tbody tr:nth-child(odd) {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background: #f5e8d5;
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#content table thead tr th{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background: none;
	/*Formatting Attributes*/
	padding: 7px;
	/*Type Attributes*/
	font-size: 90%;
	font-weight: bold;
	/*Other Attributes*/
}

#content table td {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding: 7px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#content table img {
    /*Position Attributes*/
    float: none;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Calendar Tables
-------------------------------------------*/

#calendar {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-bottom: 25px;
	/*Type Attributes*/
	font-size: 90%;
	/*Other Attributes*/
}

#calendar thead tr th{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background: #f5e8d5 !important;
	/*Formatting Attributes*/
    border: 1px solid black;
	padding: 7px;
	/*Type Attributes*/
	text-align: center;
    font-size:110%;
	/*Other Attributes*/
}

#calendar .date {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 21.97265625% !important;
	/*Color Attributes*/
	background: #fff6ea;
	/*Formatting Attributes*/
	border: 1px solid black;
	padding: 7px;
	/*Type Attributes*/
	text-align: left !important;
	/*Other Attributes*/
}

#calendar .eventInfo {
	/*Position Attributes*/
	/*Size Attributes*/
	width: auto;
	/*Color Attributes*/
    background: #fff6ea;
	/*Formatting Attributes*/
	border: 1px solid black;
	/*Type Attributes*/
	font-size: 90%;
	/*Other Attributes*/
}

#calendar .eventInfo p {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 0 0;
	/*Type Attributes*/
	text-align: left;
	/*Other Attributes*/
}

/* Text
-------------------------------------------*/

.clear {
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
    clear: both;
}

#photoHeader p {
    /*Position Attributes*/
	position: relative;
	top:145px;
	left: 30px;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 180%;
	/*Other Attributes*/
}

#pageTitle {
    /*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    margin: 0 0 -15px 10px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#content:first-child {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 25px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#content {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 12px 12px 12px 12px;
	/*Type Attributes*/
	/*Other Attributes*/
}

.col1 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 12%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col2 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 28%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col3 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 44%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col4 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 61%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col5 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 77%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col6 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 95%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

h1{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
    font-size: 110%;
	/*Other Attributes*/
	clear: both;
}

h2{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 100%;
	/*Other Attributes*/
}

h3{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 90%;
	/*Other Attributes*/
}

h4{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 80%;
	/*Other Attributes*/
}

strong {
    /*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
    font-weight:bold;
	/*Other Attributes*/
}

article p{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 10px 10px 20px 0;
	/*Type Attributes*/
	font-size: 90%;
	/*Other Attributes*/
}

article ol{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    padding-left: 20px;
	margin: 10px 0px 20px 0;
	list-style:inside decimal;
	/*Type Attributes*/

	/*Other Attributes*/
}

article ol ol{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    padding-left: 20px;
	margin: 10px 0px 10px 0;
    list-style:inside upper-latin;
	/*Type Attributes*/
	/*Other Attributes*/
}

article ol ol ol{
    /*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    padding-left: 20px;
	margin: 10px 0px 10px 0;
    list-style:inside decimal;
	/*Type Attributes*/
	/*Other Attributes*/
}

article ol ol ol ol{
    /*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    padding-left: 20px;
	margin: 10px 0px 10px 0;
    list-style:inside lower-latin;
	/*Type Attributes*/
	/*Other Attributes*/
}

article ul{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 20px;
	margin: 10px 0px 20px 0;
	list-style: square;
	/*Type Attributes*/

	/*Other Attributes*/
}

article ul ul{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 20px;
	margin: 10px 0px 10px 0;
	list-style: circle;
	/*Type Attributes*/
	/*Other Attributes*/
}

article li{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 10px 0px 10px 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

article dl{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 20px;
	margin: 10px 0px 20px 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

article dt{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-weight: bold;
	/*Other Attributes*/
}

article dd{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    padding-left: 20px;
	/*Type Attributes*/
    font-size: 90%;
	/*Other Attributes*/
}

article dd ol{
    /*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    margin: 5px 0 10px 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

article dd ol li{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    padding-left: 20px;
    margin: 0 0 0 0;
	/*Type Attributes*/
    font-size: 110%;
	/*Other Attributes*/
}

article address{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-size: 90%;
	/*Other Attributes*/
}

.emphasisBox {
    /*Position Attributes*/
    display: block;
	/*Size Attributes*/
	/*Color Attributes*/
	background:#efdfcd;
	/*Formatting Attributes*/
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*Type Attributes*/
	/*Other Attributes*/
	clear: both;
}

.emphasisBox h3{
    /*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin:0 !important;
	/*Type Attributes*/
	/*Other Attributes*/
}

.small {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
    margin: 5px 5px 5px 0;
	/*Type Attributes*/
	font-size: 70%;
	/*Other Attributes*/
}

em {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0;
	padding: 0;
	/*Type Attributes*/
	font-size: 90%;
	font-style: italic;
	/*Other Attributes*/
}

iframe {
    width:100%;
}

footer address {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	height: 90px;
	/*Color Attributes*/
	color: #ffffff;
	/*Formatting Attributes*/
	margin-left: 2%;
	/*Type Attributes*/
	font-size: 80%;
	/*Other Attributes*/
}


/* Images
-------------------------------------------*/

#mastHead img {                  /*Contols the logo image in the header*/
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: auto;
	margin-right: auto;
	padding-top: -70px;
	/*Type Attributes*/
	/*Other Attributes*/
	clear: both;
}

.emphasisBox img {
    margin: 0;
    padding: 0;
}

em img {
    /*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 !important;
	/*Type Attributes*/
	/*Other Attributes*/
}

article img {
	/*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
    margin-left: 10px;
    margin-right: 10px;
	/*Type Attributes*/
	/*Other Attributes*/
}


#socialIcons img {
	/*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: 5px;
	margin-right: 2%;
	/*Type Attributes*/
	/*Other Attributes*/
    clear: both;
}

/* Audio & Video
-------------------------------------------*/

#video {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	max-width: 500px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Forms
-------------------------------------------*/

#testForm {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background: #f5e8d5;
	/*Formatting Attributes*/
	margin: 10px 10px 25px 0;
	padding: 10px;
	/*Type Attributes*/
	font-size: 90%;
	/*Other Attributes*/
}

#testForm fieldset {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 10px 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

#testForm label {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 10px 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

#testForm input {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 90%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}


/* Emergency
-------------------------------------------*/





/* ************ Tablet Horizontal Styles ******************* */

@media screen and (max-width: 1024px) {

}


/* ************ Tablet Vertical Styles ******************* */

@media screen and (max-width: 855px) {
	
/* Page Layout
-------------------------------------------*/

header {
	/*Position Attributes*/
	position: absolute;
	top:0px;
	/*Size Attributes*/
	width: 100%;
	height: 61px;
	/*Color Attributes*/
	background-color: rgba(255,255,255,1);
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#headerBox {
	/*Position Attributes*/
	/*Size Attributes*/
	height: 135px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#photoHeader {
	/*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	height: 200px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 210px;
    margin-right:0;
	/*Type Attributes*/
	color: #ffffff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	/*Other Attributes*/
	overflow: hidden;
}

#leftNav {
	/*Position Attributes*/
	position: absolute;
	top:100px;
	left: 0;
	/*Size Attributes*/
	height: auto;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#contentBox {
	/*Position Attributes*/
	/*Size Attributes*/
	height:auto;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 190px;
	/*Type Attributes*/
	/*Other Attributes*/
}

footer {
	/*Position Attributes*/
	/*Size Attributes*/
	height: 100px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#mapIcon {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	height: 100px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 3%;
	/*Type Attributes*/
	/*Other Attributes*/
}

#socialIcons {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 30%;
	height: 100px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 0;
	padding-left: 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Navigation
-------------------------------------------*/

#applyNow {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	width: 190px;
	height: 28px;
	/*Color Attributes*/
	color: #FFFFFF;
	background:rgba(0,0,0,0.12);
	/*Formatting Attributes*/
	padding-top: 10px;
	margin-left: 0px;
	margin-top: -56px;
	/*Type Attributes*/
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	/*Other Attributes*/
}

#applyNow:hover {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color: #FFFFFF;
	background: #4773d1;
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#mastHead {
	/*Position Attributes*/
	/*Size Attributes*/
	height: 51px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 10px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#headerBox p {
	/*Position Attributes*/
	position: relative;
	top:108px;
	left: 210px;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 80%;
	/*Other Attributes*/
}

#leftNav ul {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 170px;
	/*Color Attributes*/	
	/*Formatting Attributes*/
	margin-top: 0;
	/*Type Attributes*/
	/*Other Attributes*/
}
	
footer ul {
	/*Position Attributes*/
	float: right;
	/*Size Attributes*/
	width: 23%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 55%;
	/*Other Attributes*/
}

footer li {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: 2px;
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Search Box
-------------------------------------------*/

#___gcse_0 {
	/*Position Attributes*/
	position: relative;
	top:20px;
	/*Size Attributes*/
	width: 95.21843687374749%; 
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

	
/* Text
-------------------------------------------*/

#photoHeader p {
	/*Position Attributes*/
	/*Size Attributes*/
    width:90%;
	/*Color Attributes*/
	/*Formatting Attributes*/
    margin:0;
    padding:0;
	/*Type Attributes*/
	font-size: 150%;
	/*Other Attributes*/
}

address {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 70%;
	/*Other Attributes*/
}

#content:first-child {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 25px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#content {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 12px 12px 12px 12px;
	/*Type Attributes*/
	/*Other Attributes*/
}

.col1 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 44%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col2 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 44%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col3 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 44%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col4 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 44%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col5 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 44%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col6 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 95.68359375%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Images
-------------------------------------------*/

#mastHead img {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	width: 197px;
	height: 36px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: auto;
	margin-right: auto;
	/*Type Attributes*/
	/*Other Attributes*/
}

#buttonBox img {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	width: 40%;
	max-width: 95px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 10px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#socialIcons img {
	/*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: 5px;
	margin-right: 1%;
	/*Type Attributes*/
	/*Other Attributes*/
}

}

/* ************ Tablet Horizontal Styles ******************* */

@media screen and (max-width: 760px) {
	
.col1 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 94.68359375%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col2 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 94.68359375%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col3 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 94.68359375%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col4 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 94.68359375%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col5 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 94.68359375%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

.col6 {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 94.68359375%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

footer ul {
	/*Position Attributes*/
	float: right;
	/*Size Attributes*/
	width: 20%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-right: 20px;
	/*Type Attributes*/
	font-size: 55%;
	/*Other Attributes*/
}
	
}

/* ************ Phone Styles ******************* */

@media screen and (max-width: 639px) {


/* Page Layout
-------------------------------------------*/
#headerBox {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	height: 20px;
	/*Color Attributes*/
	background:#e3ceb8;
	/*Formatting Attributes*/
	margin: 0;
	padding: 0;
	/*Type Attributes*/
	/*Other Attributes*/
	overflow: hidden;
}

header {
	/*Position Attributes*/
	position: inherit;
	/*Size Attributes*/
	width: 100%;
	height: 58px;
	/*Color Attributes*/
	background-color: rgba(255,255,255,1);
	/*Formatting Attributes*/
	margin: 0;
	padding: 0;
	/*Type Attributes*/
	/*Other Attributes*/
}


#searchBox {
	/*Position Attributes*/
	position: relative;
	top: 45px;
	left: 20px;
	float: left;
	/*Size Attributes*/
	width: 94.296875%;
	height: 20px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 0px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#photoHeader {
	/*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	height: 70px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: 0;
	margin-left: 0;
	/*Type Attributes*/
	color: #ffffff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	/*Other Attributes*/
	overflow: hidden;
}

#leftNav {
	/*Position Attributes*/
	position: inherit;
	/*Size Attributes*/
	width: 100%;
	height: auto;
	/*Color Attributes*/ 
	/*Formatting Attributes*/
	padding:0;
	margin: 0;
	/*Type Attributes*/
	/*Other Attributes*/
	clear: both;
}

#contentBox {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	height:auto;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: 0px;
	margin-left: 0px;
	/*Type Attributes*/
	/*Other Attributes*/
	clear: both;
}

#content {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 25px 25px 25px 25px;
	/*Type Attributes*/
	/*Other Attributes*/
}

footer {
	/*Position Attributes*/
	/*Size Attributes*/
	height: 160px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}
	
#mapIcon {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	width: 80px;
	height: 70px;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 2.5%;
	/*Type Attributes*/
	/*Other Attributes*/
}
	
#socialIcons {
	/*Position Attributes*/
	float: none;
	/*Size Attributes*/
	width: 95%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-left: 3%;
	margin-top: 0px;
	/*Type Attributes*/
	/*Other Attributes*/
	clear: both;
}

/* Search Box
-------------------------------------------*/

#___gcse_0 {
	/*Position Attributes*/
	position: relative;
	top:65px;
	/*Size Attributes*/
	width: 95.21843687374749%; 
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

/* Navigation
-------------------------------------------*/

#applyNow {
	/*Position Attributes*/
	/*Size Attributes*/
	height: 25px;
	width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 10px;
	margin-top: 10px;
	/*Type Attributes*/
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	/*Other Attributes*/
}

#applyNow:hover {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	color: #FFFFFF;
	background: #4773d1;
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
}

#headerBox p {
	/*Position Attributes*/
	position: inherit;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 20px;
	margin-top: 3px;
	/*Type Attributes*/
	font-size: 70%;
	/*Other Attributes*/
}

#mastHead {
	/*Position Attributes*/
	/*Size Attributes*/
	height: 130px;
	/*Color Attributes*/
	padding-top: 20px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#leftNav ul {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0;
	padding: 0;
	/*Type Attributes*/
	font-size: 120%;
	/*Other Attributes*/
}

#leftNav ul a {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	width: 100%;
	height: 20px;
	/*Color Attributes*/
	background: #f1dec8;
	color: #ffffff;
	/*Formatting Attributes*/
	margin: 0;
	padding: 0px 0px 10px 10px;
	/*Type Attributes*/
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	/*Other Attributes*/
}

#leftNav ul a:hover {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background: #fff5ea;
	color: #ffffff;
	/*Formatting Attributes*/
	/*Type Attributes*/
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	/*Other Attributes*/
}

#leftNav ol {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 0px;
	padding-top: 0px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#leftNav ol li{
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: -20px;
	padding-top: 0px;
	/*Type Attributes*/
	/*Other Attributes*/
}

#leftNav ol li:nth-child(1) a:nth-child(2) {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding-top: 21px;
	/*Type Attributes*/
	line-height: 0;
	/*Other Attributes*/
}


#leftNav ol li a {
	/*Position Attributes*/
	display: block;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 45px;
	padding-top: 5px;
	/*Type Attributes*/
	font-size: 100%;
	line-height: 33px;
	/*Other Attributes*/
}

#leftNav ol li img {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/
	visibility: hidden;
}

footer ul {
	/*Position Attributes*/
	float: right;
	/*Size Attributes*/
	width: 35%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: -185px;
	/*Type Attributes*/
	font-size: 55%;
	/*Other Attributes*/
}

/* Text
-------------------------------------------*/

#photoHeader p {
	/*Position Attributes*/
	position: relative;
	top:25px;
	left: 10px;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 110%;
	/*Other Attributes*/
}

address {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	color: #ffffff;
	/*Formatting Attributes*/
	margin-left: 2%;
	/*Type Attributes*/
	font-size: 70%;
	/*Other Attributes*/
}


/* Images
-------------------------------------------*/


#buttonBox img {
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 4px;
	/*Type Attributes*/
	/*Other Attributes*/
}
	
#socialIcons img {
	/*Position Attributes*/
	/*Size Attributes*/
	max-width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-top: 3px;
	margin-right: 3%;
	/*Type Attributes*/
	/*Other Attributes*/
}
}

/* ************ Phone Styles ******************* */

@media screen and (max-width: 430px) {
	


}

/* ************ Widescreen Styles ******************* */

@media screen and (min-width: 1200px) {
	
}

/* ************ Print Styles ******************* */

@media print {

body {
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	background: #ffffff;
	/*Formatting Attributes*/
	/*Type Attributes*/
	font: normal 90% Verdana;
	color: #000000;
	/*Other Attributes*/
}

#wrapper {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: auto;
	/*Type Attributes*/
	/*Other Attributes*/
}

#headerPhoto {
	display: none;
}

#headerBox {
	display: none;
}

header {
	display: none;
}

#leftNav {
	display: none;
}

#contentBox {
	/*Position Attributes*/
	/*Size Attributes*/
	height:auto;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-left: 0px;
	/*Type Attributes*/
	/*Other Attributes*/
}

footer {
	display: none;
}

}