/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: yellow; color: black; text-shadow: none; }
::selection { background: yellow; color: black; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, 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: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
li>ul { margin: 0; padding: 0 0 0 40px; }


dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

div, header, nav { position: relative; }


/* ------------------------- Primary Typography -------------------------*/

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #424242;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

footer {
	margin-bottom: 30px;
}

h1,h2,h3,h4,h5,h6 {

	font-weight: normal;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0.5em; margin-bottom: 0.5em;
}

p, td {
	font-size: 20px;
	line-height: 26px;
}

td { 
	padding: 0;
}

h1 {
	font-size: 25px;
	text-transform: uppercase;
}


/*--------------------------- Primary Styles ---------------------------*/
body { 
	background: url(../img/bg.png); 
}

a, a:visited {
	color: #1f2b80;
	text-decoration: none;
}

a:hover {
	color: #666;
	cursor: pointer;
}

div#main {
	background: #FFFFFF;
	min-height: 200px;
	padding-bottom: 35px;
}

/*----- HEADER -----*/
header { 
	margin: 0 auto;
}

img.logo	{
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}

div#navigation-wrapper {
	width: 1014px;
	margin: 0 auto;
	height: 65px;
	background: #00457c;
}

nav#primary { 
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
	overflow: visible;
	display: block;
}

nav#primary a {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

span.current	{
	display: block;
	background-color: #40749d; 
}

span#highlight {
	display: block;
	background: #ED3121;
	height: 2px;
	width: 0px;
	position: absolute;
	bottom: -10px;
	left: 29px;
}

span#highlight {
	display: block;
	background: #ED3121;
	height: 3px;
	width: 0px;
	position: absolute;
	bottom: -10px;
	left: 29px;
}


/*----- PAGE TITLE -----*/
div.revolution-header p	{
	text-transform: uppercase;
	text-align: center;
	color: #40749d;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	background: url(../img/line.png) no-repeat bottom center;
}

.homepage-subheader {
	/*margin-top: 100px;*/
}

/*----- CALLOUT -----*/
.button-solid a	{
	display: block;
	font-size: 16px;
	width: 250px;
	margin: 0 auto;
	padding: 10px;
	background-color: #00457c	;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

.button-solid a:hover	{
	background-color: #0e76bc;
}

div#site-wrapper {
	width: 1014px;
	margin: 0 auto;
}

.callout	{
	margin-top: 60px;	
	margin-bottom: 60px;
}
.callout h3	{
	color: #00457c;
	font-weight: bold;
	font-size: 28px;
}

.callout p	{
	color: #0e76bc;	
	font-size: 18px;
}

.callout img	{
	margin-left: -60px;
	padding-right: 20px;	
}

.callout h5	{
	color: #00457c;
	font-size: 16px;
	text-align: center;
}

.contact {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	//height: 125px;
}

/*----- Blue Bar Area -----*/

.highlight-container {
	width: 1014px;
	margin: 0 auto 20px;
	/*margin-top: 30px;*/
	padding-bottom: 40px;
	margin-top: -20px;
	background-color: #00457c;
}

.highlight-container h3	{
	color: #fff;
	font-size: 24px;
	padding-top: 40px;
	text-align: center;
}	

.highlight-container p{
	color: #fff;
	font-size: 20px;
	margin-left: 10%;
	width: 80%;
}	

/*----- Gray Bar Area -----*/
nav.homepage {
	width: 1014px;
	height: 250px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #ebebeb;
}

nav.principals {
	width: 1014px;
	margin: 0 auto 20px;
	margin-top: 30px;
	padding-bottom: 40px;
	background-color: #ebebeb;
}

nav.principals h3	{
	color: #00457c;
	font-size: 22px;
	padding-top: 20px;
	text-align: center;
}

nav.principals h4	{
	color: #00457c;
	font-weight: bold;
	font-size: 28px;
	padding-top: 15px;
}

nav.homepage h3	{
	color: #00457c;
	font-weight: bold;
	font-size: 24px;
	padding-top: 40px;
}

nav.contact h3 {
	color: #00457c;
	font-weight: bold;
	font-size: 28px;
	padding-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

nav.homepage .button-wrapper	{
	width: 527px;
	margin: 0 auto;
}

nav.homepage div.bracket-wrapper {
	width: 100%;
	float: left;
	padding-top: 40px;
	overflow: visible;
}

/*----- GREEN BAR AREA -----*/
.highlight {
	padding: 10px 30px;
	background-color: #ED3121;
	margin-bottom: 20px;
}


/*----- FOOTER -----*/
footer {
	width: 1014px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px 0px;
	margin: 0;
}

#copyright {
	color: #747474;
	font-size: 11px;
}

.logos img {
	margin: 20px;
}


/*--------------------------- INDEX SPECIFIC ---------------------------*/

div#homepage-nav-background {
	text-align: center;
	min-height: 449px;
}

body.index h1 { 
	margin: 0; 
	top: 270px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

div.divider {
	background: url(../img/horizontal-line.png) no-repeat right;
	height: 100px;
	width:2px;
	float: left;
	margin-top: 10px;
}

a.interior{
	padding: 10px 20px;
	border: 3px solid #0e76bc;
	color: #00457c;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

a.interior:hover {
	background-color: #0e76bc;	
	color: #FFFFFF;
}

body.index div#content {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

body.index div#content p {
	margin: 0;
}

/*--------------------------- PRINCIPALS PAGES ---------------------------*/


ul { 
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	font-size: 18px;
	padding-left: 0;
	margin-left: 35px;	
}

.two-column {
	width: 700px;
	margin: 20px auto 0 200px;
}

ul.column.first	{
	width: 45%;
	float:left;
	margin-right: 60px;
}

ul.column	{
	width: 45%;
	float:left;
}

table.principals {
	margin-bottom: 20px;
}

td.time { 
	width: 230px;
}

.principals ul	{
	list-style-type: disc;	
}

.agenda h1 {
	font-weight: bold;
	font-size: 28px;
	color: #00457c;
}

.agenda h2 {
	font-weight: 400;
	font-size: 22px;
	color: #00457c;
	border-bottom: 1px solid #ED3121;
	width: 620px;	
}

.agenda h4	{
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #00457c;
}

p#agenda {
	margin-top: -20px;	
	font-size: 14px;
}

p.center	{
	text-align: center;	
}



/*--------------------------- Other Pages ---------------------------*/

.content {
	width: 850px;
	margin: 0 auto;
	clear: both;
}

img#starburst-angle {
	position: absolute;
	right: 32px;
	top: 140px;
	z-index: 99;
}

img#starburst {
	position: absolute;
	right: 118px;
	top: 585px;
	z-index: 99;
}
.small_image{
	margin: 0 auto 15px;
	display:block;	
}





/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
}