html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body { 
    margin: 10px;
    padding: 0; 
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
    font-size: 62.5%;
    background-color: #EDEDEC;
}

#wrapper {
    width: 660px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

.panel h2 {
    padding: 10px 0;
}

#slider {
    width: 660px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 530px;
    width: 660px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 490px;
    width: 620px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    color: #072453;
	font-weight: normal;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 16px;
	list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	padding-bottom:0
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
	color:#FF3300
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
#subhead {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}
.panel h2, .panel h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
.panel h3 {
	color: #000;
	}
	
.panel p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	}
	
.panel li {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 0;
	list-style: url(../images/0002_list-item.png) none outside;
	}
.panel li strong {
	font-weight: 300;
	color: #FF3300;
	}

.panel img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.scrollContainer div.panel blockquote {
	font-size: 16px;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	background: #F7F7F7;
	font-weight: 100;
	line-height: 24px;
}

