@charset "utf-8";

a.one:link {color:white; text-decoration: none;}
a.one:active {color:white; text-decoration: none;}
a.one:visited {color:white; text-decoration: none;}
a.one:hover {color:yellow; text-decoration: none;}

a.two:link {color:white; text-decoration: none;}
a.two:active {color:white; text-decoration: none;}
a.two:visited {color:white; text-decoration: none;}
a.two:hover {
	color: yellow;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;}
	
a.three:link {color:white; text-decoration: none;}
a.three:active {color:white; text-decoration: none;}
a.three:visited {color:white; text-decoration: none;}
a.three:hover {
	color: yellow;
	text-decoration: none;
	font-family: "Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif", Helvetica, Arial, sans-serif;}

.Copy { color: #fff;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	}
	
.Strong {
	color: #000000;
	font-weight: bold;
	}
	
.meridianwdlink { color: #fff;
	text-decoration: underline;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	}


/* 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;
	float: left;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#logo {
	width: 100%;
	margin-top: 30px;
	margin-left: 0%;
}
#contact {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-bottom: 12px;
}
#menubar {
	background-image: url(images/menubar-bg.png);
}
#slider {
	width: 100%;
}
#menu {
}
#MenuItem {
	width: 100%;
	clear: both;
	margin-left: 0;
	border-bottom: 1px dotted #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
#afterslider {
	background-image: url(images/after-slider-bg.png);
	height: 48px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 18px;
	text-align: center;
	width: 100%;
	font-size: small;
}
#footer {
	background-color: #00a886;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: center;
}
#porfolio {
}
#SubpageMainContentBox {
	width: 84%;
	margin-left: 8.5%;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align: justify;
}
.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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	width: 250px;
	margin-left: 12px;
	margin-top: 0px;
}
#contact {
	float: right;
	width: 200px;
	clear: right;
	margin-right: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	text-align: right;
	margin-top: 25px;
	color: #000000;
	font-weight: bold;
}
#menubar {
	width: 100%;
	height: 5px;
	min-height: 5px;
	background-image: url(images/menubar-bg.png);
	background-repeat: repeat-x;
}
#slider {
	width: 100%;
}
#menu {
}
#MenuItem {
	width: 100%;
	clear: both;
	margin-left: 0;
	border-bottom: 1px dotted #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
#afterslider {
	background-image: url(images/after-slider-bg.png);
	height: 48px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
#footer {
	background-color: #00a886
}
#porfolio {
	width: 100%;
}
#SubpageMainContentBox {
	width: 90%;
	margin-left: 5%;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align: justify;

}
.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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-left: 8px;
	width: 370px;
	margin-top: 0px;
}
#contact {
	width: 250px;
	float: right;
	clear: right;
	margin-right: 44px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: xx-large;
	text-align: right;
	color: #000000;
	font-weight: bold;
	margin-top: 40px;
}
#menubar {
	width: 100%;
	background-color: #00a886;
	height: 46px;
	min-height: 46px;
}
#slider {
	width: 100%;
}







#menu {
	width: 100%;
	background-color: #00a886;
}




#MenuItem {
	width: 100%;
	clear: both;
	margin-left: 0;

}

#MenuItem1 {
	width: 56px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;

}	

#MenuItem2 {
	width: 90px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	clear: right;
	margin-top: 15px;
}	
	
#MenuItem3 {
	width: 118px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 30px;
	float: left;
	clear: right;
	margin-top: 15px;
}	
	
	
#MenuItem4 {
	width: 120px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 30px;
	float: left;
	clear: right;
	margin-top: 15px;
}	
	
#MenuItem5 {
	width: 100px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 8px;
	float: left;
	clear: right;
	margin-top: 15px;
}	
	
	
#MenuItem6 {
	width: 95px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 18px;
	margin-right: 7px;
	float: left;
	clear: right;
}	
	
	
#MenuItem7 {
	width: 105px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 18px;
	float: left;
	clear: right;
}	
	
	
#MenuItem8 {
	width: 99px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	color: #FFFFFF;
margin-left: 20px;
    margin-right: 15px;
	float: left;
	clear: right;
}	
	
#MenuItem9 {
	width: 147px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	color: #FFFFFF;

	float: left;
	clear: right;

}	

#MenuItem10 {
	width: 100%;

	margin-left: 0;



}









#afterslider {
	background-image: url(images/after-slider-bg.png);
	height: 48px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	width: 100%;
	padding-left: auto;
}
#footer {
	background-color: #00a886
}
#porfolio {
}
#SubpageMainContentBox {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: justify;
	font-weight: normal;
	margin-left: 5%;
	width: 90%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
