@charset "UTF-8";
/* CSS Document */


/*--------------------------------
Globals
------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-size: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
}

img {
	border: 0px;
}

a {
	color: #FFC200;
}

/* Main IDs */

#container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header {
	position: fixed;
	height: 480px;
	width: 713px;
	top: -20px;
	/* border: thin solid #CCC; */
}


.content-page #header {
	position: absolute;
	top: -20px;
	left: 0px;
	/* border: 1px solid red; */
}

#header img {
	z-index: 10;
}

#header-inner {
	position: fixed;
	/* border: thin solid #CCCCCC; */
	top: 170px;
	height: 305px;
	width: 713px;
}

.content-page #header-inner {
	position: absolute;
	top: -40px;
}

#header-mission {
	position: fixed;
	top: -20px;
	left: 0px;
}

#content {
	position: absolute;
	margin-left: 70px;
	margin-top: 307px;
	width: 700px;
	height: 400px;
	/* border: thin solid #CCCCCC; */
}


.content-page #content {
	/* border: 1px solid red; */
	position: absolute;
	margin-top: 250px;
	margin-left: 108px;
	width: 600px;
	height: auto;
}

#content-inner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu {
	position: fixed;
	width: 200px;
	left: 475px;
	top: 468px;
}

.content-page #menu {
	/* border: 1px solid red; */
	position: absolute;
	top: -230px;
	left: 628px;
}

#menu div {
	margin: 0 0 15px 0;
}

.clear {
	clear: left;
}

.content-page #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333333;
	margin: 0px 5px 10px 0px;
}

.content-page h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #333333;
}

/*--------------------------------
Styles for the gallery - background
------------------------------------ */
#gallery {
	position: absolute;
	top: 0px;
	left: 600px;
	padding: 10px;
	height: 700px;
	width: 700px;
}

.content-page #gallery {
	left: 0px;
}

#gallery-inner {
	display: block;
}

.content-page #gallery-inner {
	display: block;
	width: 1000px;
}

#gallery #gallery-link {
	position: fixed;
	top: 25px;
	right: 0px;
}

#gallery-inner div {
	float:right;
	height: 100px;
	width: auto;
	margin-right: 10px;
	margin-bottom: 0px;
	/* border: thin solid #CCCCCC; */
}

#gallery-inner div img {
	border: thin solid #E3E3E3;
	height: 100px;
}

#gallery-inner .medium {
	width: auto;
}

#gallery-inner .medium img {
	height: 50px;
	padding-left: 0px;
	margin-top: 25px;
}

#gallery-inner .small {
	width: auto;
}

#gallery-inner .small img {
	height: 25px;
	padding-left: 0px;
	margin-top: 38px;
}

#gallery-inner .large {
}

#gallery-inner .large img {
}

.clear {
	clear: left;
}

/*--------------------------------
Styles for the content pages
------------------------------------ */

.content-page #content .label {
	font-family: Georgia, serif;
	font-size: 1.5em;
	margin-bottom: 0px;
	color: #222;
}

.content-page #content-inner p.label {
	width: 300px;
	padding: 0 5px 5px 0px;
	/* border-bottom: thin solid #3399FF; */
	color: black;
}

.content-page #content-inner p.label img {
	margin-left: -118px;
}

.content-page #content-inner p.label a, .content-page #content-inner p.quote a {
	display: block;
	border: 1px solid white;
	margin-bottom: 25px;
}

.content-page #content-inner p.quote {
	 margin: 20px 40px 20px 40px;
	 font-size: 2em;
	 line-height: 1.4em;
	 color: #666666;
	 font-style: italic;
	 color: #66CCCC;
}

.content-page #content-inner p.quote-author {
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	margin-right: 0px;
	color: #66CCCC;
}

.content-page #content-inner p.quote-author img {
	height: 30px;
}

.backtotop {
	position:fixed;
	bottom:0px;
	left: 770px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 5px 10px;
}

.backtotop a {
	color: 	#666666;
}

