@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/

.external-links {
	text-decoration: none;
	color: #969491;
	font-size: 18px;
	line-height: 170%;
	padding-bottom: 50px;
	margin-left: 5px;
}


a:link{
	color:#969491;
	text-decoration: none;
}

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

a:hover{
	color:#57c8e7;
}

input[type="submit"]{
	color: #ffffff;
	padding: 8px 25px;
	background: -moz-linear-gradient(
		top,
		#53cbec 0%,
		#53cbec);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#53cbec),
		to(#53cbec));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #2ea100;
}

label {
	line-height: 240%;
}


/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	line-height:200%;
}

#LayoutDiv1 {
	font-family: SofiaProLight, Verdana, Geneva, sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#logo {
	clear:both;
	float:right;
}


#partners {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}

#one {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 240px;
	height: 240px;
	border: 0px;
}

#two {
	float: left;
	border: 0px;
}



#headertext {
	color: rgb(87, 200, 231);
	font-size: 40px;
	line-height: 95%;
	padding-top: 20px;
	line-height:150%;

}


#bodytext1 {
	color: #969491;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	line-height:150%;
}

#bodytext {
	color: #969491;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	line-height:150%;
}

#partnertext {
	width: 100%;	
	color: #969491;
	font-size: 25px;
	padding-bottom: 20px;
	line-height:240%;
}	

#biopic {
	float: left;
	padding-right: 20px;
}

#biotext {
	color: #969491;
	font-size: 18px;
	line-height: 170%;
	padding-bottom: 50px;
	line-height:150%;
}

#biotext2 {
	color: #969491;
	font-size: 18px;
	line-height: 170%;
	padding-bottom: 50px;
	margin-left: 5px;
	line-height:150%;
}

#services {
	float: right;
	margin-top: 50px;
	margin-right: 40px;
	line-height: 31px;
}

#footer {
	color: #fff;
	height: 35px;
	width: 200%;
	bottom: 0%;
	position: fixed;
	margin-top: 10px;
	margin-left: -50%;
	line-height: 250%;
	background-color: #57c8e7;
	z-index: 10; 
}

#footercontent {
	font-size: 16px;
	float: left;
	padding-top: 3px;
	margin-left: 25%;
	width: 1000px; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
}

#footercontent ul {
	margin: 0;
	padding: 0;
	float: left;
}

#footercontent ul li {
	display: inline; /* Makes the link all appear in one line, rather than on top of each other */
}

#footercontent ul li a {
	float: left; 
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /* removes the underline from the menu text */
	color: #fff; /* text color of the menu */
}

#footercontent ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #fff;
	text-decoration: none;}

#footercontent ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:; /* change the background color of the list item when you hover over it */
}


#social {
	float: right;
	margin-right: 10px;
	margin-top: -4px;
	border: 0px;;
}

#form {
	font-family: SofiaProLight, Verdana, Geneva, sans-serif;
	font-size:18px;
	color: #969491;
	width: 100%;
}

.clear{
	clear:both;
}

/* 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%;
	line-height:200%;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#logo {
	clear:both;
	float:right;
}


}

/* 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.2%;
	max-width: 1000px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	line-height:200%;
}



#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#logo {
	clear:both;
	float:right;
}

#current {
	border-top-color: #57c8e7;
	color: #57c8e7; /*text color*/
}
