@charset "UTF-8";
/* CSS Document */

/* ------------ global defaults ------------ */

body {
	background:url(../img/global/background_gradient_global.png)  fixed;
	background-color:#f7f7f7;
	font-family:helvetica, verdana, arial, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	background-position: center top;
	background-repeat:no-repeat;
	text-align:center;
	min-width:960px;
}
#wrapper {
	background:#FFF;
	border:none;
	padding: 0px;
	width: 960px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:-10px;
	text-align:left;
}
a{
	text-decoration:none;
	color:#00549d;
}
a:hover{
	text-decoration:underline;
}
#horizontal_spacer_5 {
	width:960px;
	height:5px;
}

/* ---------- global header ---------- */

#headerbox{
	width:960px;
	height:60px;
	background:url(../img/global/logo_ingenuity_systems.png) no-repeat;
	background-position:15px center;
}

/* ----------- global nav ---------- */

#navcontainer {
	width:960px;
	height:29px;
	position:absolute 0px 50px;
	background:url(../img/global/nav_background.png) repeat-x;
}

#googlesearch{
	position:absolute;
	width:200px;
	height:29px;
	left:696px;
	top:62px;
	z-index:110;
}
	
#googlesearch_button {
	width:20px;
	height:21px;
	vertical-align:middle;
	position:absolute;
	right:-28px;
	top:1px;
}

/* ---------- global footer ---------- */

#footercontainer{
	width:960px;
	height:60px;
	margin-top:60px;
	background:url(../img/global/footer_background.png) repeat-x;
}

/* ---------- home page ---------- */

#slideshow {
	width:960px;
	height:325px;
}

#tickercontainer {
	width:960px;
	height:24px;
	background:url(../img/home/ticker_background.png) repeat-x;
}
#contentcontainer {
	width:960px;
	height:250px;
}
#socialmedia {
	position:relative;
	width:124px;
	height:27px;
	left:0px;
	top:-225px;
}


/* ---------- global pages ---------- */

#content {
	width:960px;
	height:auto;
}

.box_inset_gray {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #f2f2f2;
	padding: 10px;
	border: 1px solid #666;
}
.box_inset_gray_medium {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #CCC;
	padding: 10px;
	border: 1px solid #666;
}
