body {
	background-color: black;
	font-family: Georgia, serif;
	color: #2c2e4a;
}

ul {
	padding: 1em;
}

li {
	margin-left: 1.5em;
	list-style-image: url("nigelLogoMini.png");
}

.navigation a {
	color: #2c2e4a;
}

.navigation a:hover {
	color: #ed3425;
}

a {
	text-decoration: underline;
}

.gradient-top {
	background: url("gradient-top.png") no-repeat;
}

.wrapper {
	min-width: 600px;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 25px;
	width: expression(document.body.clientWidth < 601? "600px" : document.body.clientWidth > 801? "800px" : "auto");
}

.header {
	background: #4c74a3 url("gradient-bottom.png") no-repeat bottom right;
}

.header h1 {
	color: #2c2e4a;
	padding: 0em 0.5em 0 0.5em;
	font-weight: bold;
	font-size: 150%;
}

.splash {
	background-image: url("splash.jpg");
	background-position: top right;
	height: 120px;
	width: 100%;
	text-align: left;
}


.spacer {
	background: #424770 url("gradient-bottom.png") no-repeat bottom right;
	text-align: right;
}

.spacer h1 {
    color: #ffffdd;
	display: block;
	float: right;
	font-family: serif;
	font-size: 24px;
    font-weight: bold;
    margin-right: 1em;
}

.button {
	padding: 1em;
	height: 30px;
	margin-right: 2em;
}

.button a {
    background: transparent url("button-right.png") no-repeat scroll top right;
    color: #34ecb1;
	display: block;
	float: right;
    font: bold 18px;
    height: 30px;
    margin-right: 6px;
    padding-right: 22px; /* sliding doors padding */
    text-decoration: none;
}

.button a span {
    background: transparent url("button-left.png") no-repeat;
	display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
}

.content {
	background: #f0d39f url("gradient-bottom.png") no-repeat bottom right;
}

.sidebar {
	background: #968061 url("gradient-bottom.png") no-repeat bottom right;
	width: 12em;
	margin: 2em 4em 0em 2em;
	float: right;
	position: relative;
	font-size: 75%;
}

.moreSidebar {
	background: #f0d39f url("gradient-bottom.png") no-repeat bottom right;
	width: 20em;
	margin: 2em 4em 0em 2em;
	float: right;
	position: relative;
	font-size: 75%;
}

.sidebar .block, .moreSidebar .block {
	padding: 1em;
}

.sidebar h1, .moreSidebar h1 {
	font-size: 100%;
}

.moreContent {
	background: #968061 url("gradient-bottom.png") no-repeat bottom right;
}

.announce {
	background: #968061 url("gradient-bottom.png") no-repeat bottom right;
	text-align: center;
	margin-bottom: 2em;
}

.announce h3 {
	color: #a02a34;
	font-weight: bold;
}

.logo {
	background: #ffffdd url("gradient-bottom.png") no-repeat bottom right;
}

.navigation {
	background: #9fa9e8 url("gradient-bottom.png") no-repeat bottom right;
}

.mission-statement {
	background: #222328 url("gradient-bottom.png") no-repeat bottom right;
}

.mission-statement h1 {
	padding: 1em 0.5em 0 0.5em;
	font-family: serif;
	font-weight: bold;
	font-size: 150%;
	color: #ffffdd;
}

.mission-statement p {
	color: #777777;
	padding: 0 0.5em 1em 2em;
	font-family: serif;
	font-style: italic;
}

.contact {
	background: url("contact.jpg");
	height: 200px;
}

.careers {
	background: url("careers.jpg");
	height: 200px;
}

.contact a, .careers a {
	text-decoration: none;
}

.contact h1, .careers h1 {
	font-size: 25px;
	font-weight: bold;
	font-family: serif;
	color: #ffffdd;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 170px;
}

.inner {
	position: relative;
	top: -180px;
}

.colright {
    float: left;
    width: 200%;
    position: relative;
    left: 200px;
}

.col1wrap {
    float: right;
    width: 50%;
    position: relative;
    right: 200px;
}

.col1 {
    margin: 0 0 0 200px;
    position: relative;
    right: 100%;
    overflow: hidden;	
}

.col2 {
    float: left;
    width: 200px;
    position: relative;
    right: 200px;
}


.block {
	padding: 2em 4em 2em 4em;
}

.block h1 {
	color: #424770;
	font-weight: bold;
	font-size: 125%;
}

.block h2 {
	color: #424770;
	font-weight: bold;
}

.block p {
	padding-bottom: 2em;
}

.block strong {
	font-weight: bold;
}

.block img {
	border: solid #2c2e4a 2px;
}

.staffPortrait {
	float: right;
	margin: 0 0 2em 2em;
	text-align: right;
	width: 200px;
}

.staffPortrait img {
    width: 200px;
}

.staffPortrait p {
    font-size: 75%;
    font-weight: bold;
}

.supporter {
	margin: auto;
}

.clearer {
	clear: both;
}

.center {
	display: block;
	margin: 0 auto 2em auto;
}

.footer {
	text-align: right;
	font-size: 75%;
	color: #ffffdd;
}

.form fieldset {
  	margin-bottom: 10px;
}

.form legend {
  	padding: 0 2px;
  	font-weight: bold;
}

.form label {
  	display: inline-block;
  	line-height: 1.8;
  	vertical-align: top;
}

.form fieldset ol {
  	margin: 0;
  	padding: 0;
}

.form fieldset li {
  	list-style: none;
  	padding: 5px;
  	margin: 0;
}

.form fieldset fieldset {
  	border: none;
  	margin: 3px 0 0;
}

.form fieldset fieldset legend {
  	padding: 0 0 5px;
  	font-weight: normal;
}

.form fieldset fieldset label {
  	display: block;
  	width: auto;
}

.form em {
  	font-weight: bold;
  	font-style: normal;
  	color: #f00;
}

.form label {
  	width: 120px; /* Width of labels */
}

.form fieldset fieldset label {
  	margin-left: 123px; /* Width plus 3 (html space) */
}

.form li {
	list-style: none;
}

.form {
	padding: 2em 4em 4em 4em;
}
