article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
   
form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Start Custom CSS
   ========================================================================== */
   
@font-face {
	 font-family: Collegiate;
	 src: url("font/sfcollegiatesolid.ttf")
}
   
body {
	font-size: 14px;
	font-family: "Arial", Helvetica, sans-serif;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
header {
}

header #donation-bar {
	width: 100%; height: 20px;
	background: #121212;
}

header #donation-bar .container {
	width: 1000px;
	margin: 0 auto;
}

header #donation-bar #button {
	position: relative;
	width: 150px; height: 30px;
	margin: 20px 0 0 0;
	background: #121212;
	-webkit-border-radius: 0 0 4px 4px; 
    -moz-border-radius: 0 0 4px 4px; 
    border-radius: 0 0 4px 4px;
	float: right;
}

header #donation-bar #button img {
	position: absolute; z-index: 5;
	margin: 0 15px;
}

header .container {
	position: relative;
	width: 1000px; height: 120px;
	margin: 0 auto;
}

header #logo {
	margin: 20px 0 0 0;
	float: left;
}

header nav {
	position: absolute; bottom: -3px; right: 0;
	width: auto;
	border-right: 1px dashed rgba(255,255,255,.4);
	z-index: 0;
	float: right;
}

header nav ul {
	margin: 0;
	list-style-type: none;
}

header nav ul li {
	width: 100px; height: 20px;
	margin: 0 0 0 5px; padding: 5px 0;
	text-align: center;
	background: #121212;
	-webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	float: left;
}

header nav ul li a {
	display: block;
	font-family: "Arial";
	text-decoration: none;
	color: #e1e1e1;
	font-size: 13px;
}

header nav ul li a:hover {
	opacity: 0.7;
}

header nav ul li.current a {
	text-decoration: underline;
}

section#banner {
	position: relative;
	width: 1000px; height: 309px;
	margin: 0 auto;
}

section#banner img {
	position: absolute;
	z-index: 1;
}

/* ==========================================================================
   Home
   ========================================================================== */
   
section#home {
	width: 1000px; height: auto;
	margin: 0 auto; padding: 25px 0;
	overflow: hidden;
}

section#home h3 {
	font-family: "Collegiate";
	font-size: 21px;
	font-weight: normal;
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
}

section#home #left {
	position: relative;
	width: 250px; height: 340px;
	padding: 0 24px 0 0;
	border-right: 1px solid #ccc;
	float: left;
}

section#home #left img {
	border: 3px solid #000;
}

section#home #left p {
	line-height: 21px;
}

section#home .read-more {
	position: absolute; bottom: 10px;
	min-width: 180px;
	margin: 0 0 0 2px;
	background: #181818;
	text-align: center;
	-webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
	border-top: 1px solid rgba(255,255,255,.30);
	border-right: 1px solid rgba(0,0,0,.10);
	border-bottom: 1px solid rgba(0,0,0,.10);
	border-left: 1px solid rgba(0,0,0,.10);
	box-shadow: 0px 0px 0px 1px #000;
}

section#home .read-more a {
	text-decoration: none;
	padding: 5px 25px;
	color: #b5b5b5;
	display: block;
}

section#home .read-more a:hover {
	color: #fff;
}

section#home #center {
	width: 400px;
	margin: 0 10px 0 10px; padding: 0 14px 20px 14px;
	background: #e6e6e4;
	float: left;
}

section#home #center h1 {
	font-size: 23px;
	text-align: center;
}

section#home #center table {
	font-size: 11px;
}

section#home #right {
	position: relative;
	width: 250px; height: 340px;
	padding: 0 0 0 24px;
	border-left: 1px solid #ccc;
	float: left;
}

section#home #right img {
	border: 3px solid #000;
}

/* ==========================================================================
   Page Content
   ========================================================================== */
   
section#main {
	width: 1000px; height: auto;
	margin: 0 auto; padding: 25px 0;
	overflow: hidden;
}

section#main aside {
	width: 300px; height: 700px;
	padding: 0 15px 0 0;
	background: url('images/sidebar.jpg') 0 0 no-repeat;
	float: left;
}

section#main #content {
	width: 625px; min-height: 680px;
	height: auto !important;
	padding: 10px 25px;
	background: #e6e6e4;
	float: right;
}

section#main #content h1 {
	font-family: "Collegiate";
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
}

section#main #content ul {
	margin: 25px 0 25px 35px;
	float: left;
}

section#main #content ul li {
	padding: 5px 0;
}

section#main #content img {
	border: 3px solid #000;
}

/* ==========================================================================
   Contact
   ========================================================================== */

form {
	border: 1px solid #ccc;
	padding: 10px 20px;
	overflow: hidden;
}
   
form ul {
	list-style-type: none;
	margin: 0 !important; padding: 0;
}

form ul li {
	margin: 0;
}

form input, form textarea {
	margin: 8px 0;
}

form textarea {
	width: 390px; height: 145px;
}

section#main #content form #left {
	float: left;
}

section#main #content form #right {
	margin: 0 0 0 30px;
	float: left;
}

section#main #content form input[type=submit] {
	float: right;
	clear: both;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	width: 100%; height: auto;
	padding: 0 0 25px 0;
	border-top: 5px solid #f8cf27;
	background: #000;
}

footer .container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

footer #keywords {
	width: 720px;
	margin: 0 auto;
	font-family: "Collegiate";
	font-size: 28px;
	color: #898989;
}

footer #keywords ul {
	list-style-type: none;
}

footer #keywords ul li {
	margin: 0 0 0 25px;
	float: left;
}

footer nav {
	width: 525px;
	margin: 0 auto; padding: 15px 0 0 0;
	clear: both;
}

footer nav ul {
	list-style-type: none;
	float: left;
}

footer nav ul li {
	padding: 0 10px;
	border-right: 1px solid #e2ba16;
	float: left;
}

footer nav ul li a {
	text-decoration: none;
	font-family: "Arial";
	font-size: 15px;
	color: #e2ba16;
}

footer #copyright {
	clear: both;
	text-align: center;
	color: #fff;
}

footer #copyright a {
	text-decoration: none;
	color: #fff;
}

footer #copyright a:hover {
	text-decoration: underline;
}

footer #logo1 {
	position: absolute; top: 20px; 
	float:left;
	width:150px;
	height: 40px;
}

footer #palmer-number {
	position: absolute; top: 0; right: 0;
	width: 80px;
	hieight: 80px;
}

/* ==========================================================================
   Colorbox
   ========================================================================== */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}