html {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 15px;
	color: #333;
	font: 16px/1.5 arial, helvetica, sans-serif;
}

a {
		text-decoration: none;
		color: #06c;
		font-weight: bold;
}

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

a img {
	border: none;
}

big a {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 .5em;
	padding: 0;
	line-height: 1;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}

h1 {
	margin-top: 0;
	margin-bottom: .8em;
	font-weight: 900;
	padding-top: .8em;
	font-size: 2.6em;
	text-transform: uppercase;
}

h1 em, h2 em, h3 em, h4 em {
	font-weight: normal;
}

h2 {
	font-size: 2em;
	color: #777;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 4px;

}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1.4em;
}

ul, ol {
	margin: .8em 0 .8em 20px;
	padding: 0;
}

li {
	line-height: 1.25;
	padding: .2em 0;
	margin: .25em 0;
}

dl {
	margin: .8em 0;
}

dt {
	float: left;
	clear: left;
	margin: 0;
	padding: .5em 10px 0 0;
}

dd {
	margin: 0;
	padding: .5em 10px 0 0;
}

p {
	margin: 1em 0;
}

.read_more {
	font-size: 1em;
	font-style: italic;
	border-bottom: 1px solid #aaa;
	border-top: 1px dotted #ccc;
	background-color: #eee;
	padding: .4em 10px;
	margin: .5em 0 1em;
}

.read_more a {
	font-weight: normal;
}

img.icon {
	vertical-align: middle;
}

blockquote {
	padding: 0;
	margin: 1em;
}

header .donate {
	padding-top: 20px;
	float: right;
}
header .donate a {
	display: block;
	padding: .3em .5em;
	background-color: #f2d201;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 3px #333;
}

#logo a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url(/sup/img/logo.png) top no-repeat;
	height: 120px;
	width: 190px;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
}

nav {
	clear: both;
	padding-top: 10px;
}

nav li ul {
	display: none;
}

#main .callout {
	padding: 15px 15px;
	margin: 1em -15px;
	background: #e6e6e6;
}

#main {
	border-bottom: 3px solid #1f77bf;
}

.homepage h1 {
	text-transform: none;
}
.homepage h1 small {
	font-weight: normal;
	font-size: .7em;
}
/* forms */

fieldset {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 1em 0;
}

.form_object {
	margin: .5em 0;
	clear: both;
	overflow: hidden;
	_height: 0;
}

.form_object.checkbox_row {
	padding: 0 0 0 26%;
}

.form_object select, .form_object.text input, .form_object textarea {
	border: 1px solid #bbb;
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
}

.form_object.select label, .form_object.text label, .form_object.textarea label, .form_object.radio .label, .form_object.checkbox .label {
	float: left;
	margin-right: 10px;
	width: 25%;
	text-align: right;
}

.form_object.textarea textarea {
	float: left;
	width: 70%;
}

.form_object.textarea_full textarea {
	width: 96%;
}

.helper {
	color: #888;
	padding-bottom: 3px;
	font-size: .9em;
	font-style: italic;
}

div.helper, .current_file, .note {
	margin-left: 26%;
	padding-left: 5px;
	clear: left;
}


fieldset div .file, fieldset div .image {
	display: block;
	margin: 0 0 1em 25%;
	padding: 1em 1.5em 1em;
	border: 1px solid #cde;
	background-color: #f0f3ff;
}

fieldset div .image {
	border-left: 90px solid #e0e3ef;
	padding-left: 20px;
}

fieldset .form_object .file label, fieldset div .image label {
	color: #444;
	font-weight: normal;
	float: none;
	width: auto;
}

fieldset div .image .current_image {
	font-size: .9em;
	font-style: italic;
	color: #123;
	float: left;
	text-align: center;
	margin: -4px 0 0 -90px;
}

fieldset div .image .current_image img {
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
}

fieldset div .image .checkbox_row, fieldset div .image .checkbox_row label {
	width: auto;
	float: none;
}

fieldset.multi_object {
	border: none;
	background-color: transparent;
	padding: 0;
}

.form_action {
	margin: 1em 0 1.5em;
	padding: 1em;
	border: 1px solid #ace;
	background-color: #e0e9f3;
	border-radius: 5px;
}

.short_form .form_action {
	padding: 0;
	border: none;
	background: transparent;
}

.short_form .form_action .button {
	font-size: .9em;
	padding: 6px;
	margin-top: -.5em;
}

.form_action .button {
	color: #fff;
	background-color: #06c;
	border: 1px solid #04a;
	font-size: 1.1em;
	font-weight: bold;
}
.form_action .button:hover {
	background-color: #049;
}

.clear, .end {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.button {
	padding: .7em;
	border-radius: 5px;
	cursor: pointer;
}

a.button {
	display: block;
}

form.filters div {
	float: left;
	margin-right: 20px;
	padding-top: 8px;
}

.filters .form_action {
	float: right;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.filters .form_action .button {
	font-size: 1em;
	font-weight: normal;
}

.image img {
	display: block;
}

.required {
	color: #c00;
}

/* messaging */

.info, .error, .note, .warning, .success .exception {
	border: 1px solid #aaa;
	background-color: #eee;
	margin: 1em 0;
	border-radius: 5px;
}

p.info, p.error, p.note, p.warning, p.success, p.exception {
	padding: 1em 15px;
}
div.info, div.error, div.note, div.warning, div.success, div.exception {
	padding: 0 15px;
}

.info, .not_found_exception, .no_results_exception {
	color: #039;
	border-color: #039;
	background-color: #def;
}

.error, .validation_exception {
	color: #c00;
	border-color: #c00;
	background-color: #fee;
}

.inline_error {
	color: #c00;
}

.warning {
	color: #660;
	border-color: #660;
	background-color: #ffffdd;
}

.success {
	color: #390;
	border-color: #390;
	background-color: #eeffe0;
}

.inline_success {
	color: #390;
}

footer {
	clear: both;
	margin-top: 1em;
}

footer #social a {
	float: left;
	margin-right: 15px;
}

footer #copyright {
	clear: left;
}

#hero {
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	img {
		max-width: 100%;
	}
	
	div.radio, .images .read_more {
		display:none;
	}
	
	.images img {
		display: none;
	}
	
	.images .title {
		display: block;
	}

	nav li.active ul {
		display: block;
	}

}
	
/* Desktops and laptops, only ----------- */
@media only screen and (min-width : 780px) {

	h1 sup, h2 sup, h3 sup, h4 sup, h1 small, h2 small, h3 small, h4 small {
		font-size: 11px;
		font-family: helvetica, arial, sans-serif;
		font-weight: 700;
	}
	
	#container {
	    width: 910px;
	    padding: 0 20px;
	    margin: 0 auto;
	}

	header {
		border-top: 1px solid #fff;
		border-bottom: 3px solid #1f77bf;
		height: 125px;
	}

	nav {
		clear: none;
		margin: 70px 0 0 200px;
		padding-top: 10px;
		background: #166bb3; /* Old browsers */
		background: -moz-linear-gradient(top,  #166bb3 0%, #222b6c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#166bb3), color-stop(100%,#222b6c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #166bb3 0%,#222b6c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #166bb3 0%,#222b6c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #166bb3 0%,#222b6c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #166bb3 0%,#222b6c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166bb3', endColorstr='#222b6c',GradientType=0 ); /* IE6-9 */
		height: 1.8em;
	}

	nav ul {
		list-style: none;
		margin: 0;
		padding: 0 0 0 10px;
	}

	nav li {
		text-decoration: none;
		float: left;
		padding: 2px 0 5px 0;
		margin: 0;
		position: relative;
		line-height: 1;
	}

	nav li a {
		font-family: 'Andada', 'Times New Roman', serif;
		font-weight: normal;
		display: block;
		padding: 0 18px;
		font-size: .9em;
		color: #f0f0f0;
		border-right: 2px solid #00ffff;
		text-transform: uppercase;
	}

	nav li.last {

	}
		
	nav li.last a {
		border-right: none;
	}

	nav li a:hover {
		color: #fff;
	}

	nav li ul {
		display: none;
		position: absolute;
		top: 1.1em;
		left: 0;
		background-color: #20387b;
		margin: 0;
		padding: 0 0 5px;
		z-index: 100;
	}

	nav li.last ul {
		left: auto;
		right: 0;
	}

	nav li:hover ul {
		display: block;
	}

	nav li ul li {
		float: none;
		border: none;
		margin: 0;
		padding: 3px 0;
		border-bottom: 1px dotted #036;
	}

	nav li ul li a {
		padding: .5em 19px;
		white-space: nowrap;
		text-transform: none;
		border-right: none;
	}

	#main .callout {
		float: right;
		color: #fff;
		width: 40%;
		padding: 10px 30px 20px;
		margin: 10px 0 35px 25px;
		background: #1868b1; /* Old browsers */
		background: -moz-linear-gradient(top, #1868b1 0%, #213375 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1868b1), color-stop(100%,#213375)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1868b1 0%,#213375 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1868b1 0%,#213375 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1868b1 0%,#213375 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1868b1 0%,#213375 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1868b1', endColorstr='#213375',GradientType=0 ); /* IE6-9 */
	}

	#main .callout a {
		color: #bdf;
	}

	#main .callout a:hover {
		color: #fff;
	}
	/*
	#main .lead_in + .callout {
		margin-top: -16px;
	}
	*/
	#main .lead_in .editable_content_class img {
		display: block;
		margin: 0;
		padding: 0;
	}

	footer {
		clear: both;
		text-align: center;
		padding: 2em 20px 2em 0;
		margin: 0 -18px;
		overflow: hidden;
		font-size: 14px;
		background: url(/sup/img/social.png) right no-repeat;
	}

	footer #social a {
		float: right;
		height: 50px;
		width: 50px;
		margin-left: 13px;
		text-indent: -999px;
		overflow: hidden;
	}

	footer #copyright {
		padding: 1em 0 0 126px;
		font-style: italic;
	}

	.homepage h1 {
		font-size: 40px;
		text-align: center;
		text-transform: none;
	}

	.homepage #hero {
		text-align: center;
		padding: 30px 88px 20px;
		background: #ebf2f8; /* Old browsers */
		background: -moz-linear-gradient(top, #ebf2f8 0%, #b7d3e9 35%, #ffffff 35%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf2f8), color-stop(35%,#b7d3e9), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ebf2f8 0%,#b7d3e9 35%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ebf2f8 0%,#b7d3e9 35%,#ffffff 35%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ebf2f8 0%,#b7d3e9 35%,#ffffff 35%); /* IE10+ */
		background: linear-gradient(to bottom, #ebf2f8 0%,#b7d3e9 35%,#ffffff 35%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf2f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

	.homepage #hero h2 {
		margin: 0 0 5px;
		font-weight: bold;
		text-align: center;
		color: #203272;
		font-size: 24px;
	}

	.homepage #hero .radio {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		float: left;
		padding: 20px 50px;
		white-space: nowrap;
	}
	.homepage #hero .radio.last {
		padding-right: 0;
	}

	.homepage #hero .radio a, .homepage #hero .radio a:hover {
		color: #333;
		text-decoration: none;
	}

	.homepage #hero .radio span {
		width: 24px;
		height: 24px;
		display: block;
		margin: 5px auto;
		border-radius: 14px;
		border: 3px solid #213376;
	}

	.homepage #hero .radio a.active span {
		background-color: #213376;
		-webkit-box-shadow: 0 0 10px 1px #fff;
		box-shadow: 0 0 10px 1px #fff;
	}

	.homepage #hero .images {
		clear: both;
		margin: 0 65px;
	}

	.homepage #hero .images img {
		-webkit-box-shadow: 0 0 15px 1px #777;
		box-shadow: 0 0 15px 1px #777;
	}

	.homepage #hero .images a {
		display: none;
		position: relative;
	}
	.homepage #hero .images a.active {
		display: block;
	}

	.homepage #hero .images a span.read_more {
		font-size: 1.8em;
		position: absolute;
		right: 2px;
		bottom: 6px;
		padding: .5em;
		border-radius: 8px 0 0 0;
		background-color: #fff;
		opacity: .7;
		margin: 0;
	}

	.homepage #hero .images a:hover span.read_more {
		opacity: 1;
	}

	.homepage #hero .images a span.title {
		font-size: 1.6em;
		position: absolute;
		right: 2px;
		left: 2px;
		top: 0;
		padding: .5em;
		color: #fff;
		background-color: #3180c2;
		margin: 0;
	}

	.homepage .news {
		background-color: #1a66ad;
		border-top: 3em solid #fff;
		border-bottom: 4em solid #cdecff;
		color: #fff;
		min-height: 285px;
	}

	.homepage .news h2 {
		float: left;
		font-weight: 900;
		font-size: 20px;
		color: #fff;
		margin: -42px 0 0 65px;
		padding: 12px 20px 10px;
		background-color: #1a66ad;
	}

	.homepage .news .record_list {
		font-size: 12px;
		float: left;
		width: 25%;
		border-left: 3px solid #fff;
		min-height: 225px;
		padding: 0 36px;
		margin: 30px 0;
		color: #d0e0f0;
	}

	.homepage .news .record_list.first {
		border-left: 0;
		clear: left;
	}

	.homepage .news .record_list h3 {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
		margin: 0 0 12px;
		border-bottom: 2px solid #98fbff;
	}

	.homepage .news .record_list a {
		color: #fff;
	}

	.homepage #need_assistance {
		margin: 0;
		padding: 0 25px;
	}

	.homepage #need_assistance a {
		font-family: 'Lato', sans-serif;
		display: block;
		font-size: 2em;
		font-weight: 900;
		padding: 18px 0;
		white-space: nowrap;
		margin: -35px 235px 15px;
		background-color: #f2d201;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		text-shadow: 1px 1px 5px #666;
	}

	.editable_content_class img {
		margin: 10px;
	}
	
}