/* @override http://localhost:8888/icehouse/isa.css */


body{
	font-family: Arial;
	color: #939598;
	font-size: 13px;
	line-height: 19px;
	margin: 0;

}

a:link, a:visited {
	color: #72B2C4;
	text-decoration: none;

}
a:hover{
	color: #939598;
	text-decoration: none;
}

img { border:0; }
.clearfix { clear: both; }
.divider{ border-top: 1px solid #CEEDF2; clear: both; }

h1, h2{
	color: #72B2C4;
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0;
}





/* ----------------  STRUCTURE */

#frame{
	margin: 15px;
}

#navigation{
	background: url(images/header_lines_bg.gif) repeat-x;
	height: 140px;
	
}

.content{
	width: 700px;
	margin-bottom: 30px;

}

#footer{
	border-top: 1px solid #CEEDF2;
	height: 30px;
	
}





/* ----------------  NAVIGATION */

#nav1, #nav2{
	list-style: none;
	position: absolute;
	top: 14px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#nav1 li, #nav2 li{
	height: 24px;
	padding-left: 13px;
}	
#nav1{
	left: 280px;
}
#nav2{
	left:390px;
}

#navigation li.selected{
	background: url(images/arrow.gif) no-repeat;
}


/* ----------------  CONTENT */
#logos {
	height: 70px;
	margin: 20px 0;
	padding: 0;
	
}

#logos li{
	list-style: none;
	float: left;
	margin-right: 60px;
}


.col1, .col2, .col3 {
	float: left;
	width: 200px;
	margin-right: 20px;
}



