@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;        
}

@font-face {
  font-family: "Gill Sans";
  src: url(http://www.tucsonnetworkingconnections.com/fonts/GillSans.ttf) format("truetype");
}


body {

}




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

.navbkgrndnew {
	background-color: #008ab2;
	text-align: center;
}


h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 100%;

}



p {
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
}




h5 {
font-size: 14px;	
font-weight: 100;

}


h5 a:link {
	color: #8f6fb1 ;
	text-decoration: none;
	font-size: 14px;
}

h5 a:visited {
	color: #005366;
}

h5 a:hover{
	color: #00CFDE;
	text-decoration: underline;
}

h5 a:active {
	color: #00CFDE;
}






.test {
	background-image: url("../images/test500.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}



	
.stickytop {
	position: fixed;
	width: 100%;
	z-index: 1000;
}


.logo {
	background-image: url("../images/eyelinkLOGO-phone.jpg");
	background-repeat: no-repeat;
	background-position: center top;	
}


.lower-rule {
	border-bottom: 1px;
	border-bottom-color: #008ab2;
}

.smaller {
	font-size: 70%;
}


.center {
	text-align: center;
}




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

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




h4 {
	font-size: 28px;
	font-weight: 300;
	line-height: 90%;
	
}

p {
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
}



h5 {
font-size: 14px;	
font-weight: 100;

}


h5 a:link {
	color: #8f6fb1 ;
	text-decoration: none;
	font-size: 14px;
}

h5 a:visited {
	color: #005366;
}

h5 a:hover{
	color: #00CFDE;
	text-decoration: underline;
}

h5 a:active {
	color: #00CFDE;
}



.logo {
	background-image: url("../images/eyelinkLOGO-pad.jpg");
	background-repeat: no-repeat;
	background-position: center top;	
}
	
	
 
.test {
	background-image: url("../images/test800.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
}
	
	
	
.indent {
	padding-left: 20%;
	padding-right: 20%;
	line-height: 120%;

}
	
}


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

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



h4 {
	font-size: 36px;
	font-weight: 300;
	line-height: 90%;
	
}

p {
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
}




h5 {
font-size: 18px;	
font-weight: 100;
margin-top: -5px;
}



h5 {
font-size: 14px;	
font-weight: 100;

}


h5 a:link {
	color: #8f6fb1 ;
	text-decoration: none;
	font-size: 14px;
}

h5 a:visited {
	color: #005366;
}

h5 a:hover{
	color: #00CFDE;
	text-decoration: underline;
}

h5 a:active {
	color: #00CFDE;
}

 	
	
.test {
	background-image: url("../images/test1200.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
}	
 

	
	
	
.logo {
	background-image: url("../images/eyelinkLOGO-screen.jpg");
	background-repeat: no-repeat;
	background-position: center top;	
}

	
.indent {
	padding-left: 20%;
	padding-right: 20%;
	line-height: 120%;
}	
	
	
}
