/* CSS Document */
body {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 188px;
	width: 985px;
}

#gis-logo {
	height: 188px;
	width: 96px;
	float: left;
	padding-left: 13px;
}
#home #wrapper {
	background-image: url(images/home-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#about #wrapper {
	background-image: url(images/about-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#connection #wrapper {
	background-image: url(images/global-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#continuity #wrapper {
	background-image: url(images/continuity-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#solutions #wrapper {
	background-image: url(images/solutions-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#careers #wrapper {
	background-image: url(images/careers-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#products #wrapper {
	background-image: url(images/products-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contact #wrapper {
	background-image: url(images/contact-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#legal #wrapper {
	background-image: url(images/legal-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#privacy #wrapper {
	background-image: url(images/legal-bottom-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper {
	width: 985px;
	margin: 0 auto;
	border-left: solid 1px #929396;
	border-right: solid 1px #929396;
	border-top: solid 1px #929396;

}
#nav-wrapper {
	height: 22px;
	width: 864px;
	float: right;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#shadow-box {
	width: 997px;
	margin: 0 auto;
	/*border-left: solid 1px #929396;
	border-right: solid 1px #929396;
	border-top: solid 1px #929396;*/
	background-image: url(images/rightshadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;

}
#bottomshadow {
	width: 997px;
        height: 30px;
	margin: 0 auto;
	/*border-left: solid 1px #929396;
	border-right: solid 1px #929396;
	border-top: solid 1px #929396;*/
	background-image: url(images/footer-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 143px;
	text-align: center;
	height: 20px;
	vertical-align: bottom;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:4px;
	border-left: solid 1px #ffffff;
	text-transform: uppercase;
	font-size: 10px;

}

#nav li {
	float: left;
	width: 143px;



}
#nav li ul {
	position: absolute;
	width: 143px;
	left: -999em;
	background-color:#f3f3f3;
	color: #000!important;
}

#nav li ul a {
	color: #123971!important;
}
#nav li ul a:hover {
	color: #123971;
	background-image: url(images/nav-dd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav {
	font-size: 11px;
}
#home #nav1,
#about #nav2,
#connection #nav2,
#continuity #nav2,
#solutions #nav5,
#products #nav6,
#careers #nav7,
#contact #nav8 {
	background-image: url(images/active-nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav a:hover #nav3,
#nav a:hover #nav4 {
	background-image: url(images/nav-dd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#value {
	float: right;
	height: 151px;
	width: 864px;
}
#sidebar-nav {
        display: none;
	float: left;
	width: 100px;
	padding-top: 50px;
}
#sidebar-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar-nav li {
	padding-bottom: 3px;
}

#content {
	color: #123971;
	width: 860px;
	float: right;
}
#content h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #b3b4b6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #123971;
}
#content p {
	font-size: 12px;
}
#privacy #content-right-space {
	float: right;
	height: 800px!important;
	width: 35px;
}
#legal #content-right-space {
	float: right;
	height: 2000px!important;
	width: 35px;
}
#content-right-space {
	float: right;
	height: 400px;
	width: 35px;
}
#img-blocker {
	float: right;
	height: 300px;
	width: 300px;
}
#runaround {
	width: 500px;
}
#clear {
	clear: both;
}
#footer {
	width: 965px;
	margin: 0 auto;
	border: solid 1px #929396;	
	background-color: #66ae36;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
	height: 15px;
}
#footer-link {
	color: #FFFFFF;
	float: left;
	width: 135px;
	font-size: 10px;
}
#footer-link a {
	color: #FFFFFF;
}
#footer-copy {
	font-size: 10px;
	color: #FFFFFF;
	width: 550px;
	float: right;
	text-align: right;
}
