/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

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

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

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

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}
/* @end */

/* @group site wide */
body {
	background: url(../images/background.png) center center no-repeat fixed;
	background-size: contain;
	font: 18px 'Bitter', serif;
}

h1 {
	color: #2a3895;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	color:#2a3895;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	text-decoration: none;
	color:#2a3895;
}

img {
	max-width: 100%;
	height: auto;
}

#footer2 {
	background-color: #2a3895;
	color: #ffffff;
	margin-top: 10px;
	height: 25px;
	padding-top: 15px;
}

#footer2 a:link, #footer2 a:visited, #footer2 a:active, #footer2 a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.plain_link {
	text-decoration: none;
}
/* @end */

/* @group header */
#header {
	margin-top: 13px;
}

.region-header-left, .region-header-right {
	display: inline;
}

#block-block-3 {
	margin-bottom: 4px;
/*	margin-left: 20px;*/
}

#block-block-3 .content {
	line-height: 0;
}

#block-block-1 {
	float: right;
/*	margin-right: 13px;*/
}

/* @group navigation */
#superfish-1 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 18px;
}

#superfish-1 li {
	width: 160px;
	height: 31px;
	font-weight: bold;
	font-size: 24px;
	background-color: #003d7d;
	margin-right: 13px;
	border-radius: 5px;
	padding-top: 7px;
}

#superfish-1 li a, #superfish-1 li .nolink, #superfish-1 li a:link, #superfish-1 li a:visited {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#superfish-1 li a:hover, #superfish-1 li a:active {
	color: #ffce0c;
}

#superfish-1 li span {
	cursor: default;
}

#superfish-1 li ul {
	margin-top: -15px;
}

#superfish-1 li ul li {
	margin-bottom: 8px;
}

li#menu-394-1 {
	height: 62px;
}

li#menu-408-1 {
	height: 62px;
}

li#menu-438-1 {
	height: 62px;
}

li#menu-437-1 {
	height: 62px;
}
/* @end */

/* @end */

/* @group home page */
.seperator {
	height: 8px;
	background-color: #003d7d;
	border-radius: 4px;
}

#views_slideshow_cycle_teaser_section_home_sliding_header-block {
	margin: 20px auto 0;
	border: 3px solid #003d7d;
	line-height: 0;
}

.vscc-controls {
position: relative;
z-index: 98;
}
 
.view-home-sliding-header .vscc_controls_previous {
position: absolute;
top: 117px;
left: 35px;
}
 
.view-home-sliding-header .vscc_controls_next {
position: absolute;
top: 117px;
right: 35px;
}

#block-block-23 {
	margin: 20px 13px 20px 28px;
	border: 3px solid #003d7d;
	background-color: #8fa7eb;
	border-radius: 15px;
	padding: 10px;
	color: #ffffff;
}

#block-block-23 h2 {
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	margin-bottom: .8em;
}

#block-block-23 a {
	text-decoration: underline;
}

#block-block-24 {
	margin-top: 20px;
	margin-right: 16px;
	border: 3px solid #003d7d;
	background-color: #8fa7eb;
	border-radius: 15px;
	padding: 10px;
	color: #ffffff;
	width: 160px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

#block-block-24 h2 {
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	margin-bottom: .8em;
}

#block-block-25 {
	border: 3px solid #003d7d;
	background-color: #8fa7eb;
	border-radius: 15px;
	margin-top: 20px;
	padding: 10px;
	color: #ffffff;
	width: 200px;
	display: inline-block;
	margin-bottom: 20px;
}

#block-block-25 h2 {
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	margin-bottom: .8em;
}

#block-block-25 h2 a:link, #block-block-25 h2 a:visited, #block-block-25 h2 a:hover, #block-block-25 h2 a:active {
	color: #ffffff;
}

#block-block-26 h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 5px #000000;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#block-block-18 {
	margin-top: 25px;
	margin-bottom: 10px;
}

#block-block-18 h2 {
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

#block-views-home-sponsor-slideshow-block {
	border: 3px solid #003d7d;
	background-color: #8fa7eb;
	border-radius: 15px;
	padding: 10px;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 10px;
}

#block-views-home-sponsor-slideshow-block h2 {
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	margin-bottom: .8em;
}

#block-views-home-sponsor-slideshow-block .views_slideshow_cycle_slide {
	text-align: center;
	width: 250px;
}

#block-views-home-robots-block {
	margin-top: 25px;
	margin-bottom: 10px;
}

#block-views-home-robots-block h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#views_slideshow_cycle_teaser_section_home_robots-block {
	margin: 0 auto;
}

#block-views-home-robots-block .views_slideshow_cycle_slide {
	text-align: center;
	width: 200px;
}

.view-home-robots .vscc_controls_previous {
	position: absolute;
	top: 100px;
	left: 0px;
}
 
.view-home-robots .vscc_controls_next {
	position: absolute;
	top: 100px;
	right: 0px;
}

#block-block-19 {
	margin: 25px auto 10px;
}

#block-block-19 h2 {
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

#block-block-33 {
	margin-top: 25px;
	margin-bottom: 10px;
}
/* @end */

/* @group events page */
#edit-field-date-value-min-wrapper {
	display: inline-block;
}

#edit-field-date-value-max-wrapper {
	display: inline-block;
}

.view-events-sortable .views-row {
	margin-bottom: 10px;
}

.view-events-sortable .views-field-title {
	display: inline-block;
}

.view-events-sortable .views-field-field-date {
	display: inline-block;
}
/* @end */

/* @group history page */
.view-history-page-layout table {
	width: 100%;
}

.view-history-page-layout td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* @end */

/* @group Partners Page */
#block-views-8f46a476c2a4a58d4c5b17126cbdbf4a {
	height: 230px;
}

#block-views-364e7b57c3d4ef0ec3d090171d84797a {
	height: 230px;
}

.view--9-999-5-000-tier-2-sponsors .view-content {
	text-align: center;
	vertical-align: middle;
}

.view--9-999-5-000-tier-2-sponsors .views-row {
	display: inline-block;
	margin: 2px;
}

#views_slideshow_cycle_teaser_section_clone_of_4_999_2_500_tier_3_sponsors-block {
	margin: 0 auto;
}

#views_slideshow_cycle_teaser_section_clone_of_4_999_2_500_tier_3_sponsors-block .views_slideshow_cycle_slide {
	text-align: center;
	width: 425px;
}

.page-node-4 #lower_left_box {
	clear: both;
}

.view--2-499-1-000-tier-4-sponsors .views_slideshow_cycle_slide {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 433px;
}

.view--1-000-500-tier-5-sponsors .views_slideshow_cycle_slide {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 433px;
}
/* @end */

/* @group Website Problems */
.view-website-problems table {
	width: 100%;
}
/* @end */