* { 
	padding: 0; 
	margin: 0; 
}

html, body {
	background:  url('../images/bg.png') repeat;
	font-family: Arial, sans-serif;
	color: #13245d;
}

p {
	line-height: 150%;
}

/*******************************************************************************
* HEADER
*******************************************************************************/

#header {
	width: 100%;
	height: 250px;
	clear: both;
	margin-top: 0;
	background: #ffffff;
}

#header-img a {
	position: relative;
	bottom: 2px;
	left: 75px;
	display: block;
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	background: url('../images/header.png') no-repeat;
}

/*******************************************************************************
* NAVIGATION BAR
*******************************************************************************/

#navbar {
	border-top: 3px solid #990000;
}

#menu {
	list-style: none;
	text-align: center;
	position: relative;
	right: 10px;
	top: 50px;
}

#menu li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.navbarPadding {
	padding-right: 100px;
}

#menu li a:link {
	color: #ffffff;
	text-decoration: none;
}

#menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.visionMissionActive {
	text-decoration: underline !important;
}

/*******************************************************************************
* PAGE CONTENT
*******************************************************************************/

#content {
	width: 960px;
	margin: 75px auto;
	border: 3px solid #990000;
	background: #ffffff;
	padding: 25px 10px 10px 10px;
	overflow: auto;
	border-radius: 15px;
}

#content h2 {
	font-size: 20px;
}

#content p {
	font-size: 14px;
	text-indent: 50px;
	text-align: justify;
}

#visionMissionPage {
	padding: 0 120px 0 120px;
}

.boldText {
	font-weight: bold;
}

#senecaQuote {
	width: 400px;
	margin: 0 auto;
}

.senecaLatin, .senecaEnglish, .seneca {
	font-weight: bold;
	font-family: 'CalligraffitiRegular', cursive;
	font-size: 15px !important;
}

.senecaLatin, .senecaEnglish {
	line-height: 50%;
}

.senecaEnglish {
	position: relative;
	left: 30px;
}

.seneca {
	position: relative;
	left: 250px;
}

.finalWord {
	width: 518px;
	float: right;
	clear: both;
	text-indent: 0 !important;
	font-size: 13px !important;
	margin-bottom: 5px;
}

.signature {
	float: right;
	clear: both;
	font-size: 13px !important;
	margin-bottom: 35px;
}

#visionMissionPagePictures {
	text-align: center;
	clear: both;
}

.sanFrancisco {
	margin-right: 20px;
	border: 5px solid #13245d;
	width: 40%;
}

.Portland {
	border: 5px solid #13245d;
	width: 40%;
}


/*******************************************************************************
* FOOTER
*******************************************************************************/

#footer {
	position: relative;
	bottom: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

/*******************************************************************************
* FONTS
*******************************************************************************/

@font-face {
    font-family: 'CalligraffitiRegular';
    src: url('Calligraffiti-webfont.eot');
    src: url('Calligraffiti-webfont.eot?#iefix') format('embedded-opentype'),
         url('Calligraffiti-webfont.woff') format('woff'),
         url('Calligraffiti-webfont.ttf') format('truetype'),
         url('Calligraffiti-webfont.svg#CalligraffitiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}