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



/* ================= Home Specific ================ */

html {
	behavior: url("/css/PIE.htc");
	height: 100%;
	overflow: hidden;
	-webkit-text-size-adjust:none;
	background: url('/images/halftone_final_7.png') bottom left;
}

a {
	outline:0;
	display: block;
}

em.big {
    font-size: 150%;
	font-style: normal;
}

#home {
    height: 100%;
    margin: 0 auto;
    min-height: 240px;
    min-width: 240px;
    overflow: hidden;
    position: relative;
    width: 85%;
}

#home > #header {
    display: block;
    width: 100%;
}

#home > #header > #branding {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

#home > #header > #branding > .logo {
    width: 57%;
	height: inherit;
}

#home > #header > #branding > .logo > a > img {
	margin: 0;
    max-height: 100px;
}

#home > #header > #branding > .search {
float: right;
margin: 0 1% 0 0;
padding: 1.5% 0 0 0;
vertical-align: central;
width: 35%;
}

#home > #nav {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
   /* background-image: url("/images/vector_people_highlights_shadows_2.png");*/
   /* background-image: url("/images/staffing_home_50.png"); */
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    z-index: 100;
	
}

#home > #nav > ul {
 height: 100%;
    list-style: none outside none;
    margin: 15% 1% 0;
    padding: 0;
    position: relative;
    width: 98%;
	z-index: 500;
}

#home > #nav > ul > div.white {
	behavior: url("/css/PIE.htc");
	background: #fff;
	float: left;
	margin: 0 3.5% 0 0;
	width: 28%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 1%;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(56, 57, 59, .45);
     box-shadow:  0px 0px 10px 2px rgba(56, 57, 59, .45);
	-moz-box-shadow:  0px 0px 10px 2px rgba(56, 57, 59, .45);
	
}

#home > #nav > ul > div.white:last-child {
	behavior: url("/css/PIE.htc");
	margin: 0;
}

#home > #nav > ul > div.white.last-child {
	behavior: url("/css/PIE.htc");
	margin:0;
}

#home > #nav > ul > div > li {
     behavior: url("/css/PIE.htc");
	color: white;
    display: block;
    float: left;
    font-family: "Cantata One";
    font-size: 250%;
    height: 20%;
    line-height: 125%;
    padding: 2% 0;
    text-align: center;
    width: 100%;
	 -webkit-box-shadow:  0px 0px 10px 2px rgba(56, 57, 59, .45);
     box-shadow:  0px 0px 10px 2px rgba(56, 57, 59, .45);
	-moz-box-shadow:  0px 0px 10px 2px rgba(56, 57, 59, .45);
	border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px; 
}

#home > #nav > ul > div > li:hover {
	height: 88%;
}

#home > #nav > ul > div > li > a {
	color: inherit;
	text-decoration: none;
}


#home > #nav > ul > div > li:last-child {
	margin: 0;
}

#home > #nav > ul > div > li .intro {
	display: none;
	font-family: "Lato", sans-serif;
	font-size: 40%;
	text-align: left;
	padding: 0 5% 1% 5%;
	line-height: 175%;
	position: relative;
}

#home > #nav > ul > div > li >.intro > a {
	color: inherit;
	text-decoration: none;
}

#home > #nav > ul > div > li:hover .intro {
    display: block;
}

#home > #nav > ul > div > li:hover .intro > .go {
	display: block;
	width: 35%;
	padding: 2% 0;
	color: #003759;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
	margin: 0 27.5% 0 27.5%;
	z-index: 200;
	cursor: pointer;
	background: -moz-linear-gradient(top,  rgba(255,226,97,1) 0%, rgba(255,226,97,1) 1%, rgba(255,210,8,0.98) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,226,97,1)), color-stop(1%,rgba(255,226,97,1)), color-stop(100%,rgba(255,210,8,0.98))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,226,97,1) 0%,rgba(255,226,97,1) 1%,rgba(255,210,8,0.98) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,226,97,1) 0%,rgba(255,226,97,1) 1%,rgba(255,210,8,0.98) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,226,97,1) 0%,rgba(255,226,97,1) 1%,rgba(255,210,8,0.98) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,226,97,1) 0%,rgba(255,226,97,1) 1%,rgba(255,210,8,0.98) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe261', endColorstr='#faffd208',GradientType=0 ); /* IE6-8 */
	font-family: "Gudea", sans-serif;
	font-size: 200%;
	behavior: url("/css/PIE.htc");
	
	
}

#home > #nav > ul > div > li:hover > .intro > .go {
	display: block;
}


#home > #nav > ul > div > li > .intro > a > p:first-child {
    border-top: 2px dashed #fff;
	padding: 5% 0 0 0;
}

#home > #nav > ul > div > li.hire {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
behavior: url("/css/PIE.htc");
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzc1OSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM3NTkiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(0,55,89,0.95) 0%, rgba(0,55,89,0.95) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,55,89,0.95)), color-stop(100%,rgba(0,55,89,0.95))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2003759', endColorstr='#f2003759',GradientType=0 ); /* IE6-8 */
-pie-background: linear-gradient(#f2003759, #f2003759); /* W3C */


}

#home > #nav > ul > div > li.hire:hover  {
	behavior: url("/css/PIE.htc");
	background: -moz-linear-gradient(top,  rgba(0,55,89,0.95) 0%, rgba(0,55,89,0.95) 35%, rgba(10,117,182,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,55,89,0.95)), color-stop(35%,rgba(0,55,89,0.95)), color-stop(100%,rgba(10,117,182,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 35%,rgba(10,117,182,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 35%,rgba(10,117,182,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 35%,rgba(10,117,182,0.95) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,55,89,0.95) 0%,rgba(0,55,89,0.95) 35%,rgba(10,117,182,0.95) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa003759', endColorstr='#fa0a75b6',GradientType=0 ); /* IE6-8 */
	-pie-background: linear-gradient(#fa003759, #fa0a75b6); /* W3C */
}

#home > #nav > ul > div > li.jobs {
	behavior: url("/css/PIE.htc");
	color: #DFF3FF;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmZiMyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmYjMiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(0,111,179,0.95) 0%, rgba(0,111,179,0.95) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,111,179,0.95)), color-stop(100%,rgba(0,111,179,0.95))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2006fb3', endColorstr='#f2006fb3',GradientType=0 ); /* IE6-8 */
-pie-background: linear-gradient(#f2006fb3, #f2006fb3); /* W3C */
}

#home > #nav > ul > div > li.jobs:hover {
behavior: url("/css/PIE.htc");	 
background: -moz-linear-gradient(top,  rgba(0,111,179,0.95) 0%, rgba(0,111,179,0.95) 35%, rgba(151,215,255,0.95) 99%, rgba(151,215,255,0.95) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,111,179,0.95)), color-stop(35%,rgba(0,111,179,0.95)), color-stop(99%,rgba(151,215,255,0.95)), color-stop(100%,rgba(151,215,255,0.95))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 35%,rgba(151,215,255,0.95) 99%,rgba(151,215,255,0.95) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 35%,rgba(151,215,255,0.95) 99%,rgba(151,215,255,0.95) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 35%,rgba(151,215,255,0.95) 99%,rgba(151,215,255,0.95) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(0,111,179,0.95) 0%,rgba(0,111,179,0.95) 35%,rgba(151,215,255,0.95) 99%,rgba(151,215,255,0.95) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2006fb3', endColorstr='#f297d7ff',GradientType=0 ); /* IE6-8 */
color: #DFF3FF;
-pie-background: linear-gradient(#f2006fb3, #f297d7ff); /* W3C */
}

#home > #nav > ul > div > li.trillium {
	behavior: url("/css/PIE.htc");
	color: #003759;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3ZDdmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2Q3ZmYiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  rgba(151,215,255,0.95) 0%, rgba(151,215,255,0.95) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,215,255,0.95)), color-stop(100%,rgba(151,215,255,0.95))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 100%); /* IE10+ */
	
	background: linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f297d7ff', endColorstr='#f297d7ff',GradientType=0 ); /* IE6-8 */
	-pie-background: linear-gradient(#f297d7ff, #f297d7ff); /* W3C */
}

#home > #nav > ul > div > li.trillium:hover {
	behavior: url("/css/PIE.htc");
	background: -moz-linear-gradient(top,  rgba(151,215,255,0.95) 0%, rgba(151,215,255,0.95) 35%, rgba(255,255,255,0.95) 99%, rgba(255,255,255,0.95) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,215,255,0.95)), color-stop(35%,rgba(151,215,255,0.95)), color-stop(99%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0.95))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 35%,rgba(255,255,255,0.95) 99%,rgba(255,255,255,0.95) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 35%,rgba(255,255,255,0.95) 99%,rgba(255,255,255,0.95) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 35%,rgba(255,255,255,0.95) 99%,rgba(255,255,255,0.95) 100%); /* IE10+ */
	
	background: linear-gradient(top,  rgba(151,215,255,0.95) 0%,rgba(151,215,255,0.95) 35%,rgba(255,255,255,0.95) 99%,rgba(255,255,255,0.95) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f297d7ff', endColorstr='#f2ffffff',GradientType=0 ); /* IE6-8 */
	
	color: #003759;
	-pie-background: linear-gradient(#f297d7ff, #f2ffffff); /* W3C */

}

#home > #content {
	display:none;
	position: relative;
	z-index: 0;
	margin: 0;
	top: 14%;
	width: 100%;
	height: 80%;
	text-align: center;
	float: left;
	overflow: hidden;
}

#home > #content > img {
	height: 100%;
}

#home > #footer {
	 background: url("/images/halftone_final_7.png") repeat scroll left bottom transparent;
    bottom: 0;
    padding: 1%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

#home > #footer > .links {
	width: 100%;
    z-index: 200;
}

#home > #footer > .links > a {
	float: right;
	padding: 0 4.75% 0 4.75%;
	font-family: "Lato", sans-serif;
	color: #363636;
	text-decoration: none;
	font-size: 80%;
	border-right: 2px #363636 solid;
	
}

#home > #footer > .links > a:hover {
	color: #cc0000;

	
}

#home > #footer > .links > a:first-child {
	behavior: url("/css/PIE.htc");
	border-right: none;
}

@media screen and (max-width: 480px) and (min-height: 500px)
{
	
	#home > #nav {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
   /* background-image: url("/images/vector_people_480.png"); */
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    z-index: 100;

}
	
}

@media screen and (max-width: 480px) and (min-height: 550px)
{
#home > #nav > ul {
		margin: 50% auto;
	}
}

@media screen and (max-width: 480px) and (orientation: landscape)
{
	
	#home > #nav {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    /* background-image: url("/images/vector_people_medium.png"); */
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    z-index: 100;
	
}
	
}


@media screen and (max-width: 1499px) and (min-width: 1200px)
{

#home {
		width: 95%;
}


#home > #nav {
   background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
   /* background-image: url("/images/vector_people_medium.png"); */
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    z-index: 100;
	
}


#home > #nav > ul {
    margin: 20% 1% 0;
}

#home > #nav > ul > div > li {
    font-size: 200%;
}

	
}

@media screen and (max-width: 1024px) and (max-height: 768px) 
{

	#home {
	width: 98%;
}
	
	#home > #nav > ul > div > li {
    font-size: 150%;
	padding: 2% 0;
}

#home > #header > #branding > .logo {
    margin: 0 5%;
    width: 40%;
}

#home > #header > #branding > .logo > a > img {
	/*height: auto;*/
	max-width: 100%;
}

}  

@media screen and (max-width: 1199px) and (min-width: 1000px)
{
	#home {
		width: 95%;
}

#home > #nav {
   /* background-image: url("/images/vector_people_medium.png");*/
}

#home > #nav > ul {
    margin: 25% 1% 0;
}

#home > #nav > ul > div > li {
    font-size: 200%;
}


	
}


@media screen and (max-width: 999px) and (min-width: 481px)
{
	#home {
		width: 95%;
	}

	#home > #nav {
		/* background-image: url("/images/vector_people_narrow.png"); */
	}
	
	#home > #nav > ul > div > li {
		font-size: 200%;
	}

	
}

@media screen and (max-width: 999px) and (min-width: 800px)
{
	#home > #nav > ul {
    margin: 35% 1% 0;
	}
}


@media screen and (max-width: 799px) and (min-width: 481px)
{
	.smallTitle {
    display: none;
	}

	#home > #nav > ul {
		margin: 35% auto;
	}
	#home > #nav > ul {
		width: 80%;
	}

}


@media screen and (max-height: 800px) and (orientation: landscape)
{

#home > #nav > ul > div > li:hover .intro  {
	display: none;
}

#home > #nav > ul > div > li:hover .intro > .go {
	display: none;
}

#home > #content > img {
	height: auto;
	width: 100%;
}

#home > #footer > .links > a {
	font-size: 80%;
	
}

#home > #nav > ul > div > li {
    font-size: 120%;
	height: 30%;
}

#home > #nav > ul > div > li:hover  {
    height: 30%;
}
}

@media screen and (max-width: 480px)
{

#home > #footer > .links {
	width: 100%;
}


#header > #branding > .search {
padding: .5em 0 0 0;
width: 60%;
}
}


@media screen and (max-height: 550px) and (min-width: 1301px)
{
#home {
	min-height: 450px;
}

.smallTitle {
	display: none;
}

.big {
	font-size: inherit;
}

#home > #nav {
	bottom: 0;
}

#home > #content {
	margin: 0;
	top: 10%;
	width: 100%;
	height: 80%;
}


#home > #nav > ul > div > li {
    font-size: 175%;
	height: 20%;
}

#home > #nav > ul > div > li:hover  {
    height: 20%;
}
	
}

@media screen and (min-height: 800px) and (orientation: portrait)
{
	#home > #header > #branding > .logo {
    margin: 0 5%;
    width: 90%;
}

 #home > #header > #branding > .logo > a > img {
	/*height: auto;*/
	max-width: 100%;
}
}

@media screen and (max-width: 800px) and (orientation: portrait)
{
#home { 
width: 98%;

}

/*#home > #header > #branding > .logo {
    margin: 0 5%;
    width: 90%;
}

 #home > #header > #branding > .logo > a > img {
	/*height: auto;
	max-width: 100%;
}*/


#home > #nav > ul > div > li {
    behavior: url("/css/PIE.htc");
	float: none;
    margin: 2% auto;
	width:96%;
	font-size: 200%; 
}

#home > #nav > ul > div > li:hover {
	behavior: url("/css/PIE.htc");
	height: 20%;
}


#home > #nav > ul > div.white {
behavior: url("/css/PIE.htc");
float: none;
margin: 5%;
width: 90%;
}

#home > #nav > ul > div.white:last-child {
	behavior: url("/css/PIE.htc");
	margin: 5%;
}

#home > #nav > ul > div.white.last-child {
	behavior: url("/css/PIE.htc");
	margin: 5%;
}

#home > #nav > ul > div > li:last-child {
	behavior: url("/css/PIE.htc");
	margin: 2% auto;
}

.big {
	font-size: ;
}

#home > #nav > ul > div > li:hover .intro {
    display: none;
}


#home > #footer > .links {
	width: 100%;
}

#home > #content { 
behavior: url("/css/PIE.htc");
height: 80%;
margin: 0px;
top: 10%;
}

#home > #content > img {
	behavior: url("/css/PIE.htc");
	height: 100%;
	width: auto;
	margin: 0 0 0 -3%;
}



#home > #footer > .links > a {
	font-size: 60%;
	
}

#home > #footer > .links > a { 
	padding: 0 3%;
}


}

@media screen and (max-width: 480px) and (max-height: 320px) and (orientation: landscape)
{
html {
	overflow: auto;
}

#home > #header {
height: auto;
}

#home .smallTitle {
	display: block;
}

#home > #nav > ul {
    margin: 20% auto;
}

#home > #nav > ul > div > li {
	font-size: 110%;
}

#home > #nav > ul > div > li:hover  {
    height: 40%;
}


.search > input {
height: 1em;
width: 60%;
}

.search > label {
font-size: 75%;
padding: 0 .5em 0 0;
}

#home > #content {
	height: 75%;
}

#home > #footer > .links {
	margin: 0;
	padding: 0;
	
}

#home > #footer > .links > a {
	font-size: 70%;
	
}

}

@media screen and (max-width: 800px) and (max-height: 480px) and (orientation: landscape)
{

html {
	overflow: auto;
}

#home > #header {
height: auto;
}

#home > #header > #branding > .logo > a > img {
    margin: 0;
    max-height: 50px;
}

#home .smallTitle {
	display: block;
}

#home > #header > #branding > .logo {
    margin: 0 5%;
    width: 40%;
}

#home > #nav {
   /* background-image: url("/images/vector_people_medium.png"); */
}

#home > #nav > ul {
    margin: 20% auto;
}


#home > #nav > ul > div > li {
	font-size: 110%;
}

#home > #nav > ul > div > li:hover  {
    height: 40%;
}


.search > input {
height: 1em;
width: 60%;
}

.search > label {
font-size: 75%;
padding: 0 .5em 0 0;
}

#home > #content {
	height: 75%;
}

#home > #footer > .links {
	margin: 0;
	padding: 0;
	
}

#home > #footer > .links > a {
	font-size: 70%;
	
}

}

@media screen and (max-width: 320px) and (max-height: 480px) and (orientation: portrait)
{
	html {
	overflow: auto;
}

#home > #nav {
    /* background-image: url("/images/vector_people_medium.png"); */
}

#home > #nav > ul > div > li {
    font-size: 130%;
    height: 20%;
    line-height: 125%;
    padding: 6% 0 1% 0;

}

#home > #nav > ul {
	margin: 35% 1% 0px;
}


#home > #nav > ul > div > li:hover {
	height: 20%;
}


#home > #nav > ul > div > li .smallTitle {
	display: none;
}

#home > #content > img {
	margin: 0 0 0 -12%;
	height: 100%;
	width: auto;
}

#home > #footer > .links > a {
	font-size: 60%;
	
}

#home > #footer > .links > a {
    padding: 0 3%;
}



#header > #branding > .search {
display: none;
}



}


@media screen and (max-width: 480px) and (max-height: 800px) and (orientation: portrait)
{
	html {
	overflow: auto;
}

#home > #nav {
    /* background-image: url("/images/vector_people_narrow.png"); */
}

#home > #nav > ul {
	margin: 35% 1% 0px;
}


#home > #nav > ul > div > li {
    font-size: 130%;
    height: 20%;
    line-height: 125%;
    padding: 6% 0 1% 0;

}


#home > #nav > ul > div > li:hover {
	height: 20%;
}


#home > #nav > ul > div > li .smallTitle {
	display: none;
}

#home > #content > img {
	margin: 0 0 0 -12%;
	height: 100%;
	width: auto;
}

#home > #footer > .links > a {
	font-size: 60%;
	
}

#home > #footer > .links > a {
    padding: 0 3%;
}



#header > #branding > .search {
display: none;
}



}

