@charset "utf-8";
/* default.css
	Author: Raymond Heredia (rheredia@esri.com)
	Date: 08-20-2010
*/

*, div, ul, li {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
}

.mast {
	height:139px;
	width:100%;
	background:url(images/banner.jpg) no-repeat;
	margin:0 auto;
	margin-top:1px;
}

.mast-inner {
	height:139px;
	width:960px;
	margin:0 auto;
	position:relative;
}

.jumpContainer {
	height:auto;
	width:960px;
	margin:0 auto;
	margin-top:20px;
}

.jumpHeader {
	height:auto;
	width:276px;
	background-color:#1598DC;
	border-left:1px solid #ACC2D0;
	border-right:1px solid #ACC2D0;
	padding:0 12px 10px;
	clear:both;
}

.jumpCap {
	height:12px;
	width:302px;
	background: url(images/borderDot.gif) repeat-x top #1598DC;
	overflow:hidden;
}

.jumpUL {
	height:12px;
	width:12px;
	display:block;
	background:url(images/jumpEnd_UL.gif) no-repeat;
	float:left;
}

.jumpUR {
	height:12px;
	width:12px;
	display:block;
	background:url(images/jumpEnd_UR.gif) no-repeat;
	float:right;
}

.jumpBox {
	height:auto;
	width:302px;
	float:left;
	margin-bottom:120px;
	min-height:360px;
}

.jumpText { /* Needed to allow centered line under copy text. */
	height:130px;
	width:260px;
	padding-bottom:20px;
	border-bottom:1px solid #ACC2D0;
}

.jumpText ul {
	margin-left:20px;
	list-style-type:square;
	color:#1598DC;
	margin:15px;
}

.jumpText ul a {
	color:#2e7108;
	text-decoration:none;
}

.jumpText ul a:hover {
	text-decoration:underline;
}

.jumpBottomText { /* Needed to allow centered line under copy text. */
	height:auto;
	width:260px;
}

.jumpBottomText ul {
	margin-left:20px;
	list-style-type:square;
	color:#1598DC;
}

.jumpCenterMargin {
	margin:0 20px;
}

.jumpBody {
	height:100%;
	width:260px;
	background-color:#F1F6FA;
	border-left:1px solid #ACC2D0;
	border-right:1px solid #ACC2D0;
	border-top:1px solid #ACC2D0;
	padding:20px;
}







.jumpBottom {
	height:150px;
	width:262px;
	padding:10px 20px 20px 20px;	
}

.bottom_1 {
	background: url(images/jump-body-1.jpg) no-repeat bottom #F1F6FA;
}

.bottom_2 {
	background: url(images/jump-body-2.jpg) no-repeat bottom #F1F6FA;
}

.bottom_3 {
	background: url(images/jump-body-3.jpg) no-repeat bottom #F1F6FA;
}

h1.main {	
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	-moz-text-shadow: 3px 3px 10px #000;
	-webkit-text-shadow: 3px 3px 10px #000;
	text-shadow: 3px 3px 10px #000;
	display:block;
	position:absolute;
	bottom: 12px;
}

h3 {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	/*background:url(images/arrow.gif) no-repeat right center;*/
}

.copy {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.7em;
	font-size:0.75em;
}

.jumpBottomText ul a {
	color:#2e7108;
	text-decoration:none;
}

.jumpBottomText ul a:hover {
	text-decoration:underline;
}

ul.standard {
	margin-bottom:20px;
}

ul.icons {
	list-style:none;
	float:left;
	padding-right:40px;
}

ul.icons li {
	padding:5px 0;
}

ul.icons a.blogs {
	background-image:url(images/blog.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

ul.icons a.forums {
	background-image:url(images/forums.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

ul.icons a.youtube {
	background-image:url(images/youtube.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

ul.icons a.delicious {
	background-image:url(images/delicious.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

ul.icons a.facebook {
	background-image:url(images/facebook.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

ul.icons a.linkedin {
	background-image:url(images/LinkedIn.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

ul.icons a.ideas {
	background-image:url(images/ideas.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

ul.icons a.giswiki {
	background-image:url(images/giswiki.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	height:22px;
	width:22px;
	padding-left:28px;
}

/* coreStyles.css overrides */
#contentWrapper {
	width:100%;
}

#globalFooter {
	clear:both;
}
