@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: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}


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


.nav {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
    height: 66px;
	top: 0;
    position: fixed;
	z-index:3;
	padding: 14px 0;
}

.navbg {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
    height: 88px;
	top: 0;
    position: fixed;
	z-index:1;
	background-color: black;
	padding: px 0;
}


.footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
    height: 80px;
	top: 0;
	z-index:1;
	background-color: black;
	padding: 26px 20px 20px 20px;
}







/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.35%;
	padding-left: 2.325%;
	padding-right: 2.325%;
	clear: none;
	float: none;
}

.text_menu {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}
.text_menu a {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}
.text_menu a:hover {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}


#header {
}
#box1l {
width: 80%;
}
#box2l {
width: 100%;
}
#box3l {
width: 100%;
}
#box2r {
width: 100%;
clear: both;
margin-left: 0;
}
#box22r {
width: 100%;
clear: none;
}
#box3r {
width: 100%;
clear: both;
margin-left: 0;
}
#box4r {
width: 100%;
clear: both;
margin-left: 0;
}
#box5r {
width: 100%;
clear: both;
margin-left: 0;
}
#box5l {
width: 100%;
}
#box1c {
	width: 100%;
	text-align: center;
}
#box6l {
width: 100%;
}
#box6r {
width: 100%;
clear: both;
margin-left: 0;
}
#box7l {
width: 100%;
}
#box7r {
width: 100%;
clear: both;
margin-left: 0;
}
#box2c {
	width: 100%;
	text-align: center;
}
	#box3c {
	width: 100%;
	text-align: center;
}
#box4c {
	width: 100%;
	text-align: center;
}
	

#box8r {
width: 100%;
margin-left: 0;
clear: none;
}
#box8l {
width: 100%;
}		
#box9r {
width: 100%;
margin-left: 0;
clear: none;
}
#box9l {
width: 100%;
}	
#box10r {
width: 100%;
margin-left: 0;
clear: none;
}
#box10l {
width: 100%;
}
#box11r {
width: 100%;
margin-left: 0;
clear: none;
}
#box11l {
width: 100%;
}
#box12r {
width: 100%;
margin-left: 0;
clear: none;
}
#box12l {
width: 100%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

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

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

.gridContainer {
	width: 91.65%;
	padding-left: 1.175%;
	padding-right: 1.175%;
	clear: none;
	float: none;
	margin-left: auto;
}
	
.text_menu {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}
.text_menu a {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}
.text_menu a:hover {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}	
	


	#header {
}
#box2r {
width: 100%;
clear: both;
margin-left: 0;
}
#box22r {
width: 100%;
clear: none;
}
#box2l {
width: 100%;
}
#box3r {
width: 100%;
clear: both;
margin-left: 0;
}
#box3l {
width: 100%;
}
#box4r {
width: 100%;
clear: both;
margin-left: 0;
}
#box5r {
width: 100%;
clear: both;
margin-left: 0;
}
#box5l {
width: 100%;
}
#box1c {
	width: 100%;
	text-align: center;
}
#box1l {
width: 80%;
}
#box6l {
width: 100%;
}
#box6r {
width: 100%;
clear: both;
margin-left: 0;
}
#box7l {
width: 100%;
}
#box7r {
width: 100%;
clear: both;
margin-left: 0;
}
#box2c {
	width: 100%;
	text-align: center;
}
	#box3c {
	width: 100%;
	text-align: center;
}
#box4c {
	width: 100%;
	text-align: center;
}
		
	
#box8r {
width: 100%;
margin-left: 0;
clear: none;
}
#box8l {
width: 100%;
}			
#box9r {
width: 100%;
margin-left: 0;
clear: none;
}
#box9l {
width: 100%;
}	
#box10r {
width: 100%;
margin-left: 0;
clear: none;
}
#box10l {
width: 100%;
}
#box11r {
width: 100%;
margin-left: 0;
clear: none;
}
#box11l {
width: 100%;
}
#box12r {
width: 100%;
margin-left: 0;
clear: none;
}
#box12l {
width: 100%;
}
.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 only screen and (min-width: 769px) {

.gridContainer {
	width: 94.4%;
	max-width: 1232px;
	padding-left: 0.8%;
	padding-right: 0.8%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
	
.text_menu {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 38px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}
.text_menu a {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 38px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}
.text_menu a:hover {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 38px;
	font-style: normal;
	line-height: normal;
	word-spacing: 0pt;
	letter-spacing: 0pt;
	color: #fff;
	text-decoration:none;
}
	

	
#header {
}
#box2r {
width: 50%;
margin-left: 0;
clear: none;
}
#box22r {
width: 32.2033%;
margin-left: 2%;
clear: none;
}
#box2l {
width: 50%;
}
#box3r {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
#box3l {
width: 100%;
}
#box4r {
width: 40.6779%;
margin-left: 1.6949%;
clear: none;
}
#box5r {
width: 57.6271%;
margin-left: 1.6949%;
clear: none;
}
#box5l {
width: 40.6779%;
}
#box1c {
	width: 100%;
	text-align: center;
}
	
#box2c {
	width: 54%;
	text-align: center;
}
#box3c {
	width: 60%;
	text-align: center;
}	
#box4c {
	width: 72%;
	text-align: center;
}
	
	
#box1l {
width: 66.1016%;
}
#box6l {
width: 23.7288%;
}
#box6r {
width: 74.5762%;
margin-left: 1.6949%;
clear: none;
}
#box7l {
width: 56%;
}
#box7r {
width: 40%;
margin-left: 1.6949%;
clear: none;
}
#box8r {
width: 40%;
margin-left: 0;
clear: none;
}
#box8l {
width: 60%;
}
#box9r {
width: 46%;
margin-left: 0;
clear: none;
}
#box9l {
width: 54%;
}
#box10r {
width: 52%;
margin-left: 0;
clear: none;
}
#box10l {
width: 48%;
}
#box11r {
width: 60%;
margin-left: 0;
clear: none;
}
#box12l {
width: 25%;
}
#box12r {
width: 25%;
margin-left: 0;
clear: none;
}
#box11l {
width: 40%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}