@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%;
}

/* 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/
*/

.fluid {
	clear: none;
	margin-left: 0;
	width: 100%;
	float: none;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
#thublrg {
}
#navbar {
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 100%;
	height: auto;
	position: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0px;
	float: none;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../images/back_index1.jpg);
}
#enter {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #D66100;
	font-size: large;
	text-align: right;
	float: none;
	list-style-position: inside;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#logo {
	width: 470px;
	float: right;
	margin-right: 62px;
}
#enterbttn {
	width: 100%;
	position: absolute;
	float: right;
	margin-top: 45px;
	right: 160px;
	margin-right: -51px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media (min-width: 769px) {

.gridContainer {
	width: auto;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;

}
#div1 {
	width: 100%;
	height: auto;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: px;
	min-width: 1024px;
	background-image: url(../images/back_index1.jpg);
}
#enter {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #D66100;
	font-size: large;
	text-align: right;
	float: none;
	list-style-position: inside;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#logo {
	width: 470px;
	float: right;
	margin-right: 108px;
}
#enterbttn {
	width: 100%;
	position: absolute;
	float: right;
	margin-top: 45px;
	right: 160px;
	margin-right: 16px;
}
#bttm{
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
a:visited {
	color: #D66100;
}
}
