/* General tags */
html, body{
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

img{
	border: none;
}

div{
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

a{
	text-decoration: none;
	color: #FFF;
}

a:visited{
	color: #FFF;
}

a:hover{
	color: #CC9900;
}

/*primary elements*/
#main{
	background-image: url(../images/portland_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

#wrapper{
	width: 730px;
}

/* begin left layout elements */
#left{
	background-color: white;
	width: 215px;
	float: left;
}

#left .logo{
	margin-top: 30px;
	margin-left: 5px;
}

#leftImage{
	width: 215px;
	height: 415px;
	display: none;
}

#leftSliver{
	position: absolute;
	top: 0px;
	left: 215px;
	width: 35px;
	z-index: 2;
	visibility: visible;
}
/* end left layout elements */


/* begin header elements */
#header{
	background-color: #78A8D4;
	padding-top: 5px;
	height: 250px;
	
}

#header .nav{
	text-align: right;
	font-size: 9pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header .nav ul{
	padding-right: 10px;	
}

#header .nav li{
	display: inline;
}

#header .nav a{
	padding: 0px 10px;
}

#modernHistory{
	margin-left: 40px;	
	background-repeat: no-repeat;
}

#upperNav{
	padding-left: 35px;
}

#upperNav a{
	text-decoration: none;
	padding: 0px 10px;
	font-size: 12px;
	color: #000000;
}

#upperNav a:hover{
	color: #3476A1;
}

/* end header elements */

/* start popup frame code */
#launchpad{
	z-index: 0;
	background-repeat: no-repeat;
	position: absolute;
	visibility: visible;
}

#launchpad .navitem {
	position: absolute;
	width: 70px;
	visibility: visible;
}

.linkPopup{
	position: absolute;
	display: none;
	visibility: visible;
}

.linkPopupMiddle div{
	border-top: 1px solid white;
	text-align: center;
}

.linkPopupMiddle{
	background-repeat: repeat-y;
	padding: 0px;
}

.linkPopupMiddle .first{
	border-top: none;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: .1em;
	word-spacing: .1em;
	font-family: "Helvetica Neue Light", Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	line-height: 1em;
}

h1 {
  font-weight: normal;
}
/* begin lower content elements */
.title{
  font-family: "Helvetica Neue Light", Helvetica, Verdana, Arial, sans-serif;
	color: #739600;
}

#content{
	background-color: #0c1f36;
}

#content .title{
	padding-left: 40px;
	padding-bottom: 5px;
}

#content .subtitle{
	padding-top: 20px;
}

#contentCopy{
	padding-left: 40px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	word-spacing: 0.3em;
	letter-spacing: 0.04em;
	line-height: 12pt;
	font-size: 9pt;
	color: #FFFFFF;
}

#contentCopy a{
	text-decoration: none;
}

#contentCopy a:hover{
	text-decoration: none;
}

#rightCopy{
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 9pt;
}

#rightCopy img{
	margin-bottom: 10px;
	width: 182px;
	height: 165px;	
}

#rightCopy2 img{
	margin-top: 50px;
	width: 50px;
	height: 50px;	
}

#rightCopy a{
	color: #739600;
	font-size: 1.5em;
	line-height: 2em;
	text-decoration: none;
}

#rightCopy a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#mainCopy{
	width: 445px;
	padding-bottom: 20px;
}

#mainCopy.fullWidth{
	width: 645px;
}

#mainCopy div{
	margin: 10px 0px;
}
/* end lower content elements */

/* start footer selectors */

#footer{
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
	padding-bottom: 7px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer p.text {
  text-align: center;
  line-height: 1.2em;
  padding: 10px 30px;
}

#footer #logos {
  float: right;
  padding: 35px 0 10px;
}

.SelfClear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.SelfClear {
	display: block;
}

.clear {
  clear:both;
}
/* end footer selectors*/

/* explicit image width & height for our good friend IE6 */
.liveLadd{
	width: 173px;
	height: 98px;
}

.leftSliver{
	width: 35px;
	height: 595px;
}
