/* styles unique to this ArcGIS JavaScript API Resource Center */

#header {
    background: url(banner.jpg) no-repeat;
    position: relative;
}

#gettingStarted p{ /* the rest is defined in /common/styles/sharedStyles.css */
    margin: 18px;
    line-height: 1.3em;
    font-size: 1em;
}

p.blueBoxTitle{
    font-size: 1em !important;
}

.blueBoxContent{
    font-size: .8em;
    padding-left: 10px;
}

h4{
    font-size: 1.1em;
    color: #333333;
	font-weight: bold;
}
.footnote {
	border-top: 1px solid #ccc; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	font-size: .8em; 
	margin-top: 20px;
}