@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	max-height: 800px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
body{
	width: 100%;
	}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	/*float: left;*/
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#top {
	width: auto;
}
#top img {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	float:none;
}
#topNav {
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	position: static;
}

#topNav li a {
display:block;
padding: 5px;
}

#topNav li a:hover {
	background-color:white;
	box-shadow: 0 0 5px black inset;
}

#menuSystem {
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	position: static;
	height: auto;
	width: 80%;
}
.menuItem {
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	color: #DFDFDF;
	border-radius: 5px;
	background-color: #000000;
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	text-align: center;
	box-shadow: inset 0 0 5px white, 0 0 20px black;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
}
#imgWrapper {
	display: block;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	z-index: -1;
	width: 578px;
	height: 336px;
	top: 272px;
	left: 0px;
}
#imgContainer {
	overflow-x: auto;
}
.imgController {
	width: 220px;
}
#prev     {
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: 27% 33%;
	display: block;
	width: 100px;
	position: relative;
	float: left;
	z-index: 10;
	height: 100px;
	background-size: 52px auto;
	background-origin: padding-box;
}
#next     {
	background-image: url(../images/next.png);
	background-position: 104% 1%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 100px;
	float: right;
	z-index: 400;
	height: 100px;
	clear: none;
	left: 317px;
	background-size: 52px auto;
}
#imgSlider     {
	display: block;
	width: 499px;
	height: 290px;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	overflow-y: hidden;
	overflow-x: hidden;
	left: 50px;
	top: -30px;
}
#imgSlider img {
	width: 400px;
	display: block;
	height: 265px;
}

#contentAside {
	width: 25%;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	padding-left: 1%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	float: left;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 1em;
	border: 1px solid #454545;
	border-radius: 10px;
	box-shadow: inset 0 0 10px white, 0 0 20px black;
	background-color: #000000;
	min-width:150px;
	text-align: left;
	text-shadow: 0px 0px 5px #FFFFFF;
	font-size:large;
}
.topContent {
}
#topContent {
width: 100%;
clear: both;
margin-left: 0;
}

#radioNav {
	width: 400px;
	height: auto;
	display: block;
	position: absolute;
	clear: both;
	margin-left: 0;
	top: 587px;
	left: 165px;
	
}
#radioNavUL {
width: 100%;
}
.radioNavListItem {
	width: 15%;
	display: inline;
	margin-left: 15px;
	clear: both;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.radioNavListItem:hover{
	color: #000 !important;
	text-shadow: 0 0 10px white !important;
	
	}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#construction {
	width: 30%;
	float: left;
	margin-right:2%;
	border-radius: 18px;
	box-shadow: 0px 0px 5px #000000;
}
.contactInfo {
	color: #7F7F7F;
	text-shadow:none;
}

footer{
width:100%;
margin:auto;
display:inline-block;
}

footer p{
	text-align:center;
	width:100%;
	margin:auto;
	
}

#footNav{
	display:block;
	width:100%;
	margin:auto;
}

#footNav ul {
	width: 90%; margin: auto; display: block; text-align: center; font-size:1.2em; padding-top:2%;
}

#footNav li {
	display: inline-block;
	
}
#bottomContent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}

#bottomContent h2 {
text-shadow: 0 0 5px white;
}

#submit{

margin-left:3%;
}

#contact_form{
	display:inline-block;
	width:50%;
	margin:auto;
}



#contentAsideConfirm {
	display: none;
}
#confirm {
	text-align: center;
}

 .red {
      color: white;
  }
  .ui-tooltip, .arrow:after {
      background: black;
  }
  .ui-tooltip {
      padding: 10px 20px;
      color: white;
      border-radius: 20px;
      font: bold 14px"Helvetica Neue", Sans-Serif;
      text-transform: uppercase;
      box-shadow: 0 0 7px black;
  }
  .arrow {
      width: 70px;
      height: 16px;
      overflow: hidden;
      position: absolute;
      left: 50%;
      margin-left: -35px;
      bottom: -16px;
  }
  .arrow.top {
      top: -16px;
      bottom: auto;
  }
  .arrow.left {
      left: 20%;
  }
  .arrow:after {
      content:"";
      position: absolute;
      left: 20px;
      top: -20px;
      width: 25px;
      height: 25px;
      box-shadow: 6px 5px 9px -9px black;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      tranform: rotate(45deg);
  }
  .arrow.top:after {
      bottom: -20px;
      top: auto;
  }















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width:481px) and (max-width:769px){

.gridContainer {
	width: 90%;
	padding-left: 1.163%;
	padding-right: 1.1625%;
	margin-left: auto;
	margin-right: auto;
}
#top {
	display: block;
	width: 98%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	max-width: 769px;
}
#topNav {
	position: static;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#menuSystem {
	position: static;
	height: auto;
	width: 100%;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
.menuItem {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-radius: 5px;
	color: #DFDFDF;
	background-color: #000000;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	width: 100%;
	clear: both;
	margin-left: 0;
	/* [disabled]max-width: 768px; */
}
#wrapper {
	display: none;
}

#contentAside {
	min-height: 250px;
	float: left;
	height: auto;
}
.gridContainer.clearfix #mainContent .fluid.contentH1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	text-align: center;
	font-size: 2em;
	font-variant: small-caps;
	display: block;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	padding-right: auto;
}
.gridContainer.clearfix #mainContent #contentAside {
	padding-left: 3%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	font-size: 1em;
	float: left;
	margin-top: 2%;
	margin-right: 6%;
	margin-bottom: 5%;
	/* [disabled]margin-left: 2%; */
}
#mainContent {
	/* [disabled]padding-left: 4%; */
	margin-left: auto;
	margin-right: auto;
	padding-right: 3%;
	min-height: 100px;
	
}
.gridContainer.clearfix #mainContent .fluid.topContent {
	width: 45%;
	float: right;
	display: block;
}
#topContent {
	width: 59%;
	margin-left: 0%;
	clear: none;
	float: right;
	display: block;
	text-align: justify;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-right: 5%;
	margin-top: -4%;
}
#mainContent p {
	text-align: justify;
	padding-right: 4%;
	padding-left: 4%;
	margin-top: 0%;
	width: auto;
	font-size:1.1em;
}
#subMenu {
}
.subMenuItem {
	color: #FFFFFF;
	font-size: large;
}
.asideHeader {
	font-size: large;
	text-shadow: 0px 0px 5px #FFFFFF;
}
.gridContainer.clearfix #mainContent .fluid.contentH1 {
	text-shadow: 0px 0px 5px #FFFFFF;
}
#footer p {
	color:black;
}
#bigPageNav {
}
#radioNav {
clear: both;
margin-left: 0;
}
#radioNavUL {
width: 100%;
}
.radioNavListItem {
width: 100%;
margin-left: 0;
clear: both;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

#bottomContent h2 {
	text-shadow: 0 0 5px white;
	text-align: center;
}

#bottomContent p {
	color:black;
}

#submit{

margin-left:4%;
}

#construction {
	width:50%;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width:769px) and (max-width:1100px){
#top {
	display: block;
	/* [disabled]width: 769px; */
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	min-width: 620px;
	width:100%;
}
#topNav {
	position: static;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
#top p img {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding-left: 15%;
	padding-right: auto;
	max-width: 1000px;
}
#menuSystem {
	position: static;
	width: 100%;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-left: auto;
	display: block;
}

.menuItem {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 5px;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	color: #DFDFDF;
	background-color: #000000;
	display: block;
	clear: none;
	width: 20%;
	float:left;
}
#wrapper {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
#imgWrapper {

}
#imgContainer {
}
.imgController {
}
#imgContainer {
}
body {
	width: 100%;
}
.gridContainer.clearfix #top #topNav #menuSystem .fluid.menuItem.zeroMargin_desktop {
	width: 23%;

}
#mainContent {
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.contentH1 {
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0%;
	font-variant: small-caps;
	font-size: 2.3em;
	width: 100%;
	text-align: center;
}
#contentAside {
	width: 25%;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 3%;
	margin-bottom: 1%;
	padding-left: 1%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	float: left;
	color: #FFFFFF;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	font-size: 1em;
	border: 1px solid #454545;
	border-radius: 10px;
	box-shadow: inset 0 0 10px white, 0 0 20px black;
	background-color: #000000;
	text-align: left;
	min-height: 250px;
}
.topContent {
}
#topContent {
width: 100%;
clear: both;
margin-left: 0;
}
#mainContent p {

	text-align: justify;
	min-height: 0px;
	max-width: none;
	font-size:1.1em;
}
#mainContent {
	width: 95%;
}
#subMenu {
}
.subMenuItem {
	
	color: #FFFFFF;
	font-size: large;
}
.asideHeader {
	text-shadow: 0px 0px 5px #FFFFFF;
}
.gridContainer.clearfix #mainContent .fluid.contentH1 {
	text-shadow: 0px 0px 5px #FFFFFF;
}

footer p {
	color:black;
}
#bigPageNav {
}
#radioNav {
	top: 520px;
	left: 140px;
	display: block;
	margin-left: 1.6949%;
	font-size:large;
	font-weight: bold;
	clear: none;

}
#radioNavUL {
width: 65.5172%;
}
.radioNavListItem {
	width: 21.0526%;
	display: inline-block;
	margin-left: 5.2631%;
	clear: none;
	color: #FFFFFF;
	text-decoration: none;
	dispaly:inline-block;
	padding: 0 2% 0 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.gridContainer.clearfix {
	width: 73%;
	margin-left: auto;
	margin-right: auto;
}
.gridContainer.clearfix #mainContent .fluid.contentH1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	width: 100%;
	display:block;
}

#bottomContent h2 {
	text-shadow: 0 0 5px white;
	text-align: center;
}

footer nav {
	font-size:1.2em;
}

footer nav li {
	
}

footer p {
	font-size:1em;
	color:#686868;
}


#construction {
	width:50%;
}






}

@media screen and (min-width:200px) and (max-width:481px){
#wrapper {
	display: none;
}
#menuSystem {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]max-width: 100%; */
	width: 100%;
}
.gridContainer.clearfix #top #topNav #menuSystem .fluid.menuItem.zeroMargin_desktop {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#mainContent {
}
#mainContent .fluid.contentH1 {
	font-family: advent-pro;
	font-style: normal;
	font-weight: 600;
	font-variant: small-caps;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 0px 0px 5px #FFFFFF;
}
#contentAside {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-right: auto;
	text-align: left;
	/*display: none;*/
	width: 95%;
	margin-left: auto;
}
#mainContent p {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: center;
	font-size: 1.1em;
	
}

#bottomContent{
	width:90%;
	margin:auto;
	text-align:center;
}

#bottomContent h2 {
	text-align:center;
	text-shadow: 0px 0px 5px white;
}

#bottomContent ol {
	width:90%;
	margin: 2% auto;	
}

#bottomContent li{
	width:90%;
	margin:auto;
	text-align:left;
}

footer p {
	color:black;
}

footer nav {
	font-size: .8em;
}

#construction {
	width:100% !important;
	float:none !important;
	margin:2% auto;
	
	}

#contact_form table{
margin-left:47%;	
}

#contact_form input{
padding:5px;
font-size:.8em;
}





}

@media screen and (min-width:1000px){
#wrapper {
	display: block;
	max-height: 800px;

	position: relative;
	width: 800px;
	height: 697.5px;
	
	margin-top: 35px;
	margin: auto;
padding: 0;
float: none;
}
#top {
	display: none;
}
#top p img {
	max-height: 800px;
	max-width: 1000px;
}
.gridContainer.clearfix #top #topNav #menuSystem {
	margin-left: 10%;
}
body {
	background-color: #000000;
	position: static;
	width: 100%;
}
.gridContainer.clearfix #wrapper .fluid img {
	width: 800px;
	height: 620px;
	
	padding: 0;
margin: auto;
}
.gridContainer.clearfix #wrapper #electricity {
	position: absolute;
	left: 425px;
	z-index: -100;
	width: 230px;
}
.gridContainer.clearfix #wrapper #buttonHome {
	position: absolute;
	top: 504px;
	width: 62px;
	left: 65px;
}
.gridContainer.clearfix #wrapper #buttonHome #RidgedLayer01 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.gridContainer.clearfix #wrapper #buttonHome .buttonRaisedShadow {
	position: absolute;
	top: 1px;
}
.gridContainer.clearfix #wrapper #buttonHome #buttonHomeLayer {
	position: absolute;
	top: 1px;
}
.gridContainer.clearfix #wrapper #buttonFacebook {
	width: 62px;
	position: absolute;
	top: 503px;
	left: 449px;
}
.gridContainer.clearfix #wrapper #buttonFacebook #RidgedLayer02 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.gridContainer.clearfix #wrapper #buttonFacebook .buttonRaisedShadow {
	position: absolute;
	top: 0px;
}
.gridContainer.clearfix #wrapper #buttonFacebook #buttonFacebookLayer {
	position: absolute;
	top: 0px;
}
.gridContainer.clearfix #wrapper #buttonTwitter {
	position: absolute;
	top: 503px;
	width: 62px;
	left: 542px;
}
.gridContainer.clearfix #wrapper #buttonTwitter #RidgedLayer03 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.gridContainer.clearfix #wrapper #buttonTwitter .buttonRaisedShadow {
	position: absolute;
	top: 0px;
}
.gridContainer.clearfix #wrapper #buttonTwitter #buttonTwitterLayer {
	position: absolute;
	top: 0px;
}
.gridContainer.clearfix #wrapper #buttonGoogle {
	width: 62px;
	top: 503px;
	left: 630px;
	position: absolute;
}
.gridContainer.clearfix #wrapper #buttonGoogle #RidgedLayer04 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.gridContainer.clearfix #wrapper #buttonGoogle .buttonRaisedShadow {
	position: absolute;
	top: 0px;
}
.gridContainer.clearfix #wrapper #buttonGoogle #buttonGoogleLayer {
	position: absolute;
	top: 13px;
	
}

#imgSlider {
	top: -34px;
	left: 49px;
	width: 499px;
	height: 266px;
}
#imgSlider img {
	width: 400px !important;
	height: 270px !important;
}
#prev {
	top: 176px;
	left: 390px;
	opacity: 1;
	border-radius: 100%;
	background-size: 40px 40px;
	width: 100px;
	height: 100px;
	background-origin: padding-box;
}
#imgContainer {
	height: 400px;
	min-width: 404px;
}
#next {
	/* [disabled]height: 0px; */
	top: -34px;
	left: 374px;
	opacity: 1;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 70px;
	background-size: 40px 40px;
}
#mainContent {
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	background-color: #B5B5B7;
	border-radius: 33px;
	-webkit-box-shadow: inset 0px 0px 8px 1px rgba(75, 44, 44, 1), 0px 0px 10px 0px darkgray;
	box-shadow: 0px 0px 8px 1px #4B2C2C inset, 0px 0px 10px 0px darkgray;
	max-width: 800px;
	margin: -15% auto 0;
	height:700px;

}
.gridContainer.clearfix #mainContent .fluid.contentH1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	font-variant: small-caps;
	font-size: 2.5em;
	padding-left: 0;
	text-align: center;
	text-shadow: 0px 0px 5px #FFFFFF;
}
#contentAside {
	margin-right: 3%;
	min-height: 200px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.gridContainer.clearfix #mainContent p {
	font-size: large;
	top: 119px;
}

.gridContainer.clearfix #wrapper a #buttonGoogle #buttonGoogleLayer {
	left: 0.5px;
	top: 0.5px;
}
.gridContainer.clearfix {
	width: 100%;
	margin:0;
	padding:0;
}
#radioNav {
	color: #FFFFFF;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5em;
	text-align: left;
	text-shadow: -2px 2px 8px #000000;
	text-transform: none;
	font-variant: small-caps;
	position: absolute;
	top: 525px;
	left:150px;
}

#bottomContent p {
	
}
footer nav li {
	padding: 0;
	font-size:1.2em;
}

footer p {
	font-size:1em;
	color:#686868;
}

#construction {
width:40%;	
}

}

@media screen and (min-width:1400px){
.gridContainer.clearfix #wrapper .fluid img {
	width: 900px;
	height: 697.5px;
	
	margin: auto;
padding: 0;
}
.gridContainer.clearfix #wrapper #electricity {
	left: 421px;
width: 244px;
}
.gridContainer.clearfix #wrapper #buttonHome {
	position: absolute;
	top: 564px;
	width: 75px;
}
.gridContainer.clearfix #wrapper #buttonFacebook {
	width: 75px;
	top: 563px;
	left: 459px;
}
.gridContainer.clearfix #wrapper #buttonTwitter {
	width: 75px;
	top: 563px;
	left: 549px;
}
.gridContainer.clearfix #wrapper #buttonGoogle {
	width: 75px;
	position: absolute;
	top: 563px;
	left: 639px;
}
#imgSlider img {
	width: 440px !important;
	height: 303px !important;
}
#imgSlider {
	width: 381px;
height: 350px;
left: 65px;
top: -4px;
}
#prev {
	top: 236px;
	left: 390px;
}
#next {
	top: -2px;
	left: 374px;
}
.gridContainer.clearfix #mainContent {
	margin-top: -8%;
	margin-left: 9%;
}
.gridContainer.clearfix #mainContent .fluid.contentH1 {
	
	text-shadow: 0px 0px 5px #FFFFFF;
}

.gridContainer.clearfix #mainContent #contentAside .fluid.asideHeader {
	text-shadow: 0px 0px 5px #FFFFFF;
}
.gridContainer.clearfix {
	width: 100%;

	margin: 0;
padding: 0;
}
.gridContainer.clearfix #wrapper #radioNav {
position: absolute;
top: 587px;
font-size: 1.8em;
left: 139px;
}


#bottomContent p {
color: #aaa;

}


footer nav li {
	padding: 2% 0 0 0;
}













}

@media screen and (min-width:1500px){
.gridContainer.clearfix #wrapper .fluid img {
	width: 1000px;
	height: 697.5px;
	padding:0;
}
#imgSlider {
	width: 385px;
	height: 299px;
	position: absolute;
	top: -2px;
	left: 64px;
}
#imgSlider img {
	width: 440px !important;
	height: 300px !important;
}
#imgWrapper {
	width: 586px;
	height: 312px;
}
#prev {
	top: 237px;
	left: 389px;
}
#next {
	top: -2px;
	left: 375px;
}
.gridContainer.clearfix {
	width: 100%;
	margin:auto;
	padding:0;
}

#bottomContent p {
color: #aaa;

}

footer nav li {
	padding: 2%;
}
}

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
       /* IE10-specific styles go here */  
	   .buttonRaisedShadow {
		   left:0px;
	   }
	   #buttonHomeLayer
	   {
		   left:0px;
	   }
	   #buttonFacebookLayer{
	   		left:0px;
	   }
	   #buttonTwitterLayer{
	   		left:0px;
	   }
    }  

.selected {
	color:black !important;
	text-shadow: 0 0 5px white;
}