@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/
*/

.fluidhor {
  border: 0px solid red;
	width: 84%;
  position:absolute; left: 8%; top: 0%; z-index:1;     
}
.fluid1 {
  border: 0px solid red;
	margin-top: 0%;
	margin-left: 0%;
	width: 100%;
  text-align: center;
  margin-right: 0%;
  margin-bottom: 0%;
}
.fluid1 a.logo1{
	border: 0px solid red;
  width: 25px;
	height: 25px;
  background : url(img/facebook.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  text-align: center;
  margin: 0px 2% 0px 0%;
	padding: 0px 0px 0px 0px;
	float: right;
}
.fluid1 a.logo1:hover {
  background-position: right center;
}
.fluid1 a.logo2{
	border: 0px solid red;
  width: 25px;
	height: 25px;
  background : url(img/twitter.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  text-align: center;
  margin: 0px 2% 0px 0%;
	padding: 0px 0px 0px 0px;
	float: right;
}
.fluid1 a.logo2:hover {
  background-position: right center;
}
.fluid1 a.logo3{
	border: 0px solid red;
  width: 25px;
	height: 25px;
  background : url(img/google.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  text-align: center;
  margin: 0px 2% 0px 0%;
	padding: 0px 0px 0px 0px;
	float: right;
}
.fluid1 a.logo3:hover {
  background-position: right center;
}
.fluid1 a.logo4{
	border: 0px solid red;
  width: 25px;
	height: 25px;
  background : url(img/youtube.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  text-align: center;
  margin: 0px 2% 0px 0%;
	padding: 0px 0px 0px 0px;
	float: right;
}
.fluid1 a.logo4:hover {
  background-position: right center;
}
.fluid3 {
  border-top: 0px solid white;
  border-bottom: 0px solid white;
	width: 100%;
  background : url(img/transparent.png);
  position:absolute; left: 0%; top: 0%; z-index:2;     
  font-family: arial;
  text-align: right;
	padding: 1% 0% 1% 0%;
	float: left;
}
.fluid3 a.menu {
	border: 0px solid red;
  width: %;
	font-size: 85%;
  text-decoration:none;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  color: rgb(224,224,224);
  margin: 0% 3.5% 0% 0%;
	padding: 0px 0px 0px 0px;
  }	
.fluid3 a.menu:hover {
  color: rgb(255,102,0);
}
.fluidfoto {
  border: 0px solid blue;
	width:100%;  
  background-color: #004040;
	margin-top: 1%;
	margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  text-align: left;
	float: left;
}
h1{
  border: 0px solid blue;
	width:92%;  
  color : rgb(255,255,255);
  font-size: 130%;
  font-weight: bold;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  text-align: left;
  margin: 2% 0% 0% 4%;
  padding:  0% 0% 0% 0%; 
}
h2{
  border: 0px solid blue;
	width:92%;  
  color : rgb(255,255,255);
  font-size: 110%;
  font-weight: bold;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  text-decoration: none;
  text-align: left;
  margin: 2% 0% 0% 4%;
  padding:  0% 0% 0% 0%; 
}
.fluidfoto a{
  border: 0px solid blue;
  text-decoration: none;
  font-size: 90%;
  color : rgb(255,255,255);
  font-size: 100%;
  margin: 0% 0% 0% 0%;
}
.fluidfoto a:hover {
  color : rgb(255,102,0);
}
.fluidfoto p{
  border: 0px solid blue;
	width:92%;  
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 90%;
	letter-spacing: ;
	font-weight: lighter;
  color : rgb(255,255,255);
  line-height:150%;
  text-align: justify;
  margin: 0% 0% 0% 4%;
}
.fluidpoz {
  border: 0px solid red;
	width: 100%;
  text-align: center;
	margin-left: 0;
  margin-right: 0%;
  margin-bottom: 0%;
	display: inline;
}
ul{
  border: 0px solid blue;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 100%;
	font-weight: ;
  color : rgb(255,255,255);
  line-height:150%;
  text-align: left;
  margin: 2% 0px 0% 0%;
  padding: 0% 0% 0% 2.5%;
  float: left
}
td{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  line-height: 170%;
}

.fluidList {
    background: url(img/.jpg);
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
  border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
  margin-top: 0%;
  margin-bottom: 0%;
	width: 100%;/* 100% */
	padding-left: 0%;/* 0% */
	padding-right: 0%;/* 1% */
	clear: none;
	float: none;
}
#div1 {
}
.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; max-width: 768px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 1%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

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

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

.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}