@charset "UTF-8";
@import url("reset.css");
@import url("text.css");
@import url("grids.css");
@import url("navigation.css");
@import url("footer-styles.css");

/* CSS document */


/*********************************
	BASIC PAGE CONTENT
*********************************/
body{
	background:url(../img/bg-top-repeat.jpg) repeat-x left top;
	margin:0px;
	padding:0px;
	font:12px/20px "Trebuchet MS", Helvetica, sans-serif;
	color:#000
}

#container{
	margin:0px auto;
	padding:0px 0px 0px 10px;
	width:1038px;
	float:none
}
#container #header{
	margin:0px;
	padding:0px;
	float: left;
	height: 118px;
	width: 640px;
}
#container #header #arrow-top {
	position: absolute;
	left: auto;
	top: -12px;
	margin: -1px 0px 0px -44px;
	padding: 0px;
	z-index: 100;
}
#container #arrow-map {
	position: absolute;
	margin-top: 160px;
	left: auto;
	top: auto;
	margin-left: -15px;
}
#container #flash {
	margin-top: -118px;
}

#container #tech-news h2{background:url(../img/archive-hdr.gif) no-repeat right top; height:35px; margin:0px; padding:5px 0px 0px 10px; line-height:40px; color:#FFF}
#container #tech-news h2 img{position:absolute; left:auto; top:auto; margin-top:-33px; margin-left:-24px}
.gray-border-left{border-left:1px solid #dcdbda}
.green-border-left{border-left:1px solid #99cd40}
.open-text{
	color:#05573b;
	font-size: 14px;
}

.clear{content:"."; display:block; height:0px; clear:both; visibility:hidden}

.hidden{display:none}
img.border {
	border: 1px solid #00704A;
}
