@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:		7;
	dw-num-cols-tablet:		7;
	dw-num-cols-desktop:	7;
	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;
	width: 100%;
	float: left;
	display: block;
}

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

html {
	background: url(../images/bg/cb2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	background-color: rgba(255,255,255,0.92);
	clear: none;
	float: none;
	margin: 0 auto;
	margin-bottom: 2%;
	width: 97.5%;
	padding-left: 1.3571%;
	padding-right: 1.3571%;
	border-bottom: 15px solid #006F3A;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	}

#div1 {
	}

#logo_box {
	width: 96%;
	margin-top: 3%;
	margin-left: 4%;
	/* [disabled]margin-right: 3%; */
	float: left;
	clear: none;
	}
	
#logo_box img{
	width: 80%;
	margin-top: 1%;
	}
	
#boxtop {
	clear: none;
	float: right;
	width: 100%;
	height: 75px;
	margin-top: 2%;
	}	

#topnav {
	float: left;
	clear: none;
	margin-top: 2%;
	display: inline-block;
	height: 25px;
	width: 85%;
	}

#navigation {
	background-color:#006F3A;
	margin-bottom: 1%;
	width: 99.5%;
	-webkit-box-shadow: 0px 0px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 0px 5px 0px #4a4a4a;
	box-shadow: 0px 0px 5px 0px #4a4a4a;
	}

#nav {
	background-color: #006F3A;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	clear: none;
	color: #ffffff;
	text-align: center;
	width: 14.5%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	}

#nav:hover {
	background-color: #31AAE1;
	color: #8BC63F;
	text-decoration: none;
	}
	
#nav a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#nav a:focus { 
	outline: none; 
	}

#topnav2 {
	background-color: #293666;
	margin-bottom: 1.5%;
	width: 99.5%;
	-webkit-box-shadow: 0px 0px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 0px 5px 0px #4a4a4a;
	box-shadow: 0px 0px 5px 0px #4a4a4a;
	margin-top: 2px;
	}

#nav2 {
	background-color: #293666;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	clear: none;
	color: #ffffff;
	text-align: center;
	width: 11.75%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: normal;
	}

#nav2:hover {
	background-color: #31AAE1;
	color: #31AAE1;
	text-decoration: none;
	}
	
#nav2 a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav2 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav2 a:hover {
	color: #ffffff;
	text-decoration: none; 
	}

#nav2 a:focus { 
	outline: none; 
	}
	
	
#social {
	float: right;
	width: 15%;
	clear: none;
	height: 28px;
	margin-top: 2%;
	}

#social img{
	width: 23%;
	margin-right: -2px;
	}

#breakline {
	width: 100%;
	}

#content {
	height: auto;
	}

#footer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	width: 99%;
	font-weight: bold;
	float: right;
	align-content: center;
	text-align: right;
	margin-right: 1%;
	}

#footer img {
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0.5%;
	}

#banner {
	width: 99%;
	height: 1011px;
	margin: 0 auto;
	margin-bottom: 1%;
	margin-left: 1%;
	clear: none;
	}

#banner img {
	width: auto;
	clear: none;
	}

#mission {
	width: 94%;
	height: auto;
	float: left;
	clear: none;
	background-color: #FFFFFF;
	padding-left: 3%;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 2%;
	border-bottom: 15px solid #293666;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: small;
	/* [disabled]text-align: justify; */
	color: #3A3A3C;
	margin-bottom: 1.5%;
	}
	
#mission img {
	float: right;
	width: 45%;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	}

#topfive {
	width: 99%;
	margin-top: 1%;
	float: left;
	clear: none;
	margin-bottom: 1.5%;
	}
	
#topfive strong {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #006F3A;
	text-align: center;
	width: auto;
	}
	
#topfive img, video{
	width:100%;
	}

#five {
	width: 17.25%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	height: 121px;
	float: left;
	display: inline-block;
	clear: none;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-left-style: solid; */
	border-top: 4px solid #31AAE1;
	margin-bottom: 1%;
	margin-right: 0.75%;
	background-color: #FFFFFF;
	}
	
#five:hover {
	background-color: #31AAE1;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 4px solid #006f3a
	}
	
	
#five a {
	color: #293666;
	text-decoration: none;
	}

#five a:visited {
	color: #293666;
	text-decoration: none;
	}
	
#five a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#five a:focus { 
	outline: none; 
	}
	
	
#five img{
	width: auto;
	height: auto;
	margin-top: -8%;
	}
	
#five h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	}
	
hr2 {
	width:74%;
}

#i_news {
	width: 96%;
	float: left;
	clear: none;
	margin-left: 1%;
	height: 220px;
	margin-bottom: 1%;
	background-color: #FFFFFF;
	display: inline-block;
	/* [disabled]margin-top: 3%; */
	border-bottom: 6px solid #31AAE1;
}

#i_connect {
	width: 95%;
	float: left;
	clear: none;
	margin-left: 1%;
	height: 140px;
	background-color: #D9D9D9;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border-bottom: 12px solid #2845AE;
	display: inline-block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	}

.zeroMargin_desktop {
	margin-left: 0;
	}

.hide_desktop {
	display: none;
	}

#bamboo_content {
	clear: inherit;
	margin-left: 0;
	width: 51%;
	}

#connect_button {
	background-color: #293666;
	color: #FFFFFF;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: medium;
	width: 100%;
	height: 28px;
	padding-top: 1%;
	}

#connect_button:hover {
	background-color: #31AAE1;
	color: #ffffff;
	text-decoration: none;
	}
	
#connect_button a { 
	color: #ffffff;
	text-decoration: none; 
	}

#connect_button a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#connect_button a:focus { 
	outline: none; 
	}

#left_nav {
	margin-right: 1%;
	background-color: #293666;
	float: left;
	margin-bottom: 1%;
	text-align: center;
	width: 100%;
	margin-top:;
	}

#nav3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: none;
	color: #ffffff;
	width: 100%;
	padding-top: 2%;
	padding-bottom: .5%;
	padding-left: .5%;
	padding-right: .5%;
	font-weight: bold;
	text-align: center;
	height: 18px;
	}

#nav3:hover {
	background-color: #31AAE1;
	text-decoration: none;
	padding-top: 2%;
	}
	
#nav3 a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav3 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav3 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.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 {
	margin: 0 auto;
	background-color: rgba(255,255,255,0.92);
	clear: none;
	float: none;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	width: 95.2857%;
	padding-left: 1.3571%;
	padding-right: 1.3571%;
	border-bottom: 15px solid #006F3A;
	}

#div1 {
	}

#logo_box {
	width: 53%;
	margin-top: 1%;
	/* [disabled]margin-bottom: 1%; */
	margin-left: 1%;
	margin-right: 3%;
	float: left;
	clear: none;
	}
	
#logo_box img{
	width: 70%;
	}
	
#boxtop {
	clear: none;
	float: right;
	width: 100%;
	height: 100px;
	margin-top: 2%;
	}	

#topnav {
	float: left;
	clear: none;
	margin-top: 2%;
	display: inline-block;
	height: 33px;
	width: 85%;
	}

#navigation {
	background-color:#006F3A;
	margin-bottom: 1%;
	width: 99.5%;
	-webkit-box-shadow: 0px 0px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 0px 5px 0px #4a4a4a;
	box-shadow: 0px 0px 5px 0px #4a4a4a;
	}

#nav {
	background-color: #006F3A;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: none;
	color: #ffffff;
	text-align: center;
	width: 14.5%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	}

#nav:hover {
	background-color: #31AAE1;
	color: #8BC63F;
	text-decoration: none;
	}
	
#nav a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#nav a:focus { 
	outline: none; 
	}

#topnav2 {
	background-color: #293666;
	margin-bottom: 1.5%;
	width: 99.5%;
	-webkit-box-shadow: 0px 0px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 0px 5px 0px #4a4a4a;
	box-shadow: 0px 0px 5px 0px #4a4a4a;
	margin-top: 2px;
	}

#nav2 {
	background-color: #293666;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: none;
	color: #ffffff;
	text-align: center;
	width: 11.75%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: normal;
	}

#nav2:hover {
	background-color: #31AAE1;
	color: #31AAE1;
	text-decoration: none;
	}
	
#nav2 a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav2 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav2 a:hover {
	color: #ffffff;
	text-decoration: none; 
	}

#nav2 a:focus { 
	outline: none; 
	}
	
	
	
#social {
	float: right;
	width: 14%;
	clear: none;
	height: 33px;
	margin-top: 2%;
	}

#social img{
	width: 23%;
	margin-right: -2px;
	}

#breakline {
	width: 100%;
	}

#content {
	height: 40%;
	}

#footer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	width: 99%;
	font-weight: bold;
	float: right;
	align-content: center;
	text-align: right;
	margin-right: 1%;
	}

#footer img {
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0.5%;
	}

#banner {
	clear: none;
	margin-bottom: 1%;
	float: right;
	margin-left: 1%;
	}

#banner img {
	display: inline;
	/* [disabled]height: auto; */
	width: auto;
	}

#mission {
	width: 52%;
	height: 495px;
	float: left;
	clear: none;
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
	border-bottom: 15px solid #293666;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: small;
	/* [disabled]text-align: justify; */
	color: #3A3A3C;
	margin-bottom: 1.5%;
	}
	
#mission img {
	float: right;
	width: 45%;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	}

#topfive {
	width: 99%;
	margin-top: 1%;
	float: left;
	clear: none;
	margin-bottom: 1.5%;
	}
	
#topfive strong {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #006F3A;
	text-align: center;
	width: auto;
	}
	
#topfive img, video{
	width:100%;
	}

#five {
	width: 17.25%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	height: 160px;
	float: left;
	display: inline-block;
	clear: none;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-left-style: solid; */
	border-top: 4px solid #31AAE1;
	margin-bottom: 1%;
	margin-right: 0.75%;
	background-color: #FFFFFF;
	}
	
#five:hover {
	background-color: #31AAE1;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 4px solid #006f3a
	}
	
	
#five a {
	color: #293666;
	text-decoration: none;
	}

#five a:visited {
	color: #293666;
	text-decoration: none;
	}
	
#five a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#five a:focus { 
	outline: none; 
	}
	
	
#five img{
	width: auto;
	height: auto;
	margin-top: -8%;
	}
	
#five h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	}
	
hr2 {
	width:74%;
}

#i_news {
	width: 55%;
	float: left;
	clear: none;
	height: 220px;
	margin-bottom: 1%;
	background-color: #FFFFFF;
	display: inline-block;
	border-bottom: 6px solid #31AAE1;
}

#i_connect {
	width: 52.5%;
	float: left;
	clear: none;
	margin-left: 1.5%;
	height: 140px;
	background-color: #D9D9D9;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border-bottom: 12px solid #2845AE;
	display: inline-block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}

#bamboo_content {
	margin-top: -15%;
	float: right;
	width: 80%;
	margin-left: 0;
	clear: both;
	}

#connect_button {
	background-color: #293666;
	color: #FFFFFF;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: medium;
	width: 100%;
	height: 28px;
	padding-top: 1%;
}

#connect_button:hover {
	background-color: #31AAE1;
	color: #ffffff;
	text-decoration: none;
	}
	
#connect_button a { 
	color: #ffffff;
	text-decoration: none; 
	}

#connect_button a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#connect_button a:focus { 
	outline: none; 
	}

#left_nav {
	margin-right: 1%;
	background-color: #293666;
	float: left;
	margin-bottom: 1%;
	text-align: center;
	width: 19%;
	margin-top: 3%;
	}

#nav3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: none;
	color: #ffffff;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	text-align: center;
	height: 24px;
	}

#nav3:hover {
	background-color: #31AAE1;
	text-decoration: none;
	padding-top: 4%;
	}
	
#nav3 a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav3 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav3 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.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 {
	background-color: rgba(255,255,255,0.92);
	clear: none;
	float: none;
	max-width: 1232px;
	margin-bottom: 1%;
	width: 96.2857%;
	padding-left: 1.3571%;
	padding-right: 1.3571%;
	border-bottom: 15px solid #293666;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	border-top-color: rgba(41,54,102,1.00);
	}

#div1 {
	}

#logo_box {
	width: 25%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 3%;
	float: left;
	clear:none;
	}
	
#logo_box img{
	width:98%;
	}
	
#boxtop {
	clear: none;
	float: right;
	width: 71%;
	height: 100px;
	margin-top: 2%;
	}	

#topnav {
	float: left;
	clear: none;
	margin-top: 2%;
	display: inline-block;
	height: 33px;
	width: 85%;
	}

#navigation {
	background-color: rgba(41,54,102,1.00);
	margin-bottom: 1%;
	width: 99.5%;
	-webkit-box-shadow: 0px 0px 5px 0px #9F9F9F;
	-moz-box-shadow: 0px 0px 5px 0px #9F9F9F;
	box-shadow: 0px 0px 5px 0px #9F9F9F;
	}

#nav {
	background-color: #293666;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: none;
	color: #ffffff;
	text-align: center;
	width: 14.5%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	}

#nav:hover {
	background-color: #31AAE1;
	color: #8BC63F;
	text-decoration: none;
	}
	
#nav a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#nav a:focus { 
	outline: none; 
	}

#topnav2 {
	background-color: #293666;
	margin-bottom: 1.5%;
	width: 99.5%;
	-webkit-box-shadow: 0px 0px 5px 0px #9F9F9F;
	-moz-box-shadow: 0px 0px 5px 0px #9F9F9F;
	box-shadow: 0px 0px 5px 0px #9F9F9F;
	margin-top: 2px;
	}

#nav2 {
	background-color: #293666;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: none;
	color: #ffffff;
	text-align: center;
	width: 11.75%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: normal;
	}

#nav2:hover {
	background-color: #31AAE1;
	color: #31AAE1;
	text-decoration: none;
	}
	
#nav2 a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav2 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav2 a:hover {
	color: #ffffff;
	text-decoration: none; 
	}

#nav2 a:focus { 
	outline: none; 
	}
	
#social {
	float: right;
	width: 14%;
	clear: none;
	height: 33px;
	margin-top: 2%;
	}

#social img{
	width: 23%;
	margin-right: -2px;
	}

#breakline {
	width: 100%;
	}

#content {
	height: auto;
	}

#footer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	width: 99%;
	font-weight: bold;
	float: right;
	align-content: center;
	text-align: right;
	margin-right: 1%;
	}

#footer img {
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0.5%;
	}

#banner {
	width: 24%;
	height: auto;
	clear: none;
	margin-bottom: 1%;
	float: right;
	margin-left: 1%;
	}

#banner img {
	width: auto;
	display: inline;
	float: right;
	clear: none;
	}
	
#banner video {	
	width:;
	}

#mission {
	width: 46%;
	height: 410px;
	float: left;
	clear: none;
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
	border-bottom: 15px solid #293666;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: small;
	/* [disabled]text-align: justify; */
	color: #3A3A3C;
	margin-bottom: 0.25%;
	}
	
#mission img {
	float: right;
	width: 45%;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	}

#topfive {
	width: 74%;
	margin-top: 1%;
	float: left;
	clear: none;
	/* [disabled]margin-bottom: 1.5%; */
	padding-left: 1%;
	}
	
#topfive strong {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #293666;
	text-align: center;
	width: auto;
	}
	
#topfive img, video{
	width: 100%;
	}

#five {
	width: 17.25%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	height: 200px;
	float: left;
	display: inline-block;
	clear: none;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-left-style: solid; */
	border-top: 4px solid #31AAE1;
	margin-bottom: 1%;
	margin-right: 0.75%;
	background-color: #FFFFFF;
	}
	
#five:hover {
	background-color: #31AAE1;
	color: #293666;
	text-decoration: none;
	border-top: 4px solid #293666
	}
	
	
#five a {
	color: #293666;
	text-decoration: none;
	}

#five a:visited {
	color: #293666;
	text-decoration: none;
	}
	
#five a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#five a:focus {
	outline: none;
	color: #293666;
	}
	
	
#five img{
	width: auto;
	height: auto;
	margin-top: -8%;
	}
	
#five h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	}
	
hr2 {
	width:74%;
}

#i_news {
	width: 24%;
	float: left;
	clear: none;
	margin-left: 1%;
	height: 247px;
	margin-bottom: 1%;
	background-color: #FFFFFF;
	display: inline-block;
	border-bottom: 6px solid #31AAE1;
}

#i_connect {
	width: 22%;
	float: left;
	clear: none;
	margin-left: 1%;
	height: 162px;
	background-color: #D9D9D9;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border-bottom: 12px solid #2845AE;
	display: inline-block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
}

#bamboo_content {
	width: 51%;
	float: left;
	clear: none;
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
	border-bottom: 15px solid #293666;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: small;
	/* [disabled]text-align: justify; */
	color: #3A3A3C;
	margin-bottom: 1%;
	margin-left: 0;
	margin-top: 0%;
	height: auto;
	font-weight: normal;
}

#bamboo_content img {
	display: inline-block;	
	float:left;
	}

#connect_button {
	background-color: #293666;
	color: #FFFFFF;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: medium;
	width: 100%;
	height: 28px;
	padding-top: 1%;
}

#connect_button:hover {
	background-color: #31AAE1;
	color: #ffffff;
	text-decoration: none;
	}
	
#connect_button a { 
	color: #ffffff;
	text-decoration: none; 
	}

#connect_button a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#connect_button a:focus { 
	outline: none; 
	}

#left_nav {
	margin-right: 1%;
	background-color: #293666;
	float: left;
	margin-bottom: 1%;
	text-align: center;
	width: 19%;
	margin-top: 3%;
	}

#nav3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	clear: none;
	color: #ffffff;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	text-align: center;
	height: 24px;
	}
	
table2 {
	border-collapse: collapse;
	border-spacing: 0;
	height: 33px;
	padding-right: 2%;
	text-align: center;
	width: 100%;
	}

table2 img{
	margin-right:2%;
	}

#nav3:hover {
	background-color: #31AAE1;
	text-decoration: none;
	padding-top: 4%;
	}
	
#nav3 a { 
	color: #ffffff;
	text-decoration: none; 
	}

#nav3 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav3 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#nav2 a:focus { 
	outline: none; 
	}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}
	

}
