/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	/*.rightcontent ol, ul {
		list-style: none; }*/
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 13px/21px Arial, Helvetica, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;   
		
		background-image: url("../images/bg_flag.jpg");
  		background-position: center top;
		background-repeat: no-repeat;
 }


 
 
 /* #YouTube
================================================== */
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		
		font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
		font-weight: normal; 
		margin-bottom: 0 !important;
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { color: #700017; font-size: 20px; line-height: 160%; padding-bottom: 14px;}
	h2 { color: #0e3288; font-size: 20px; line-height: 26px; padding-bottom: 4px; }
	h3 { color: #0e3288; font-size: 15px; line-height: 18px; padding-bottom: 4px; }
	h4 { color: #0e3288; font-size: 15px; line-height: 18px; padding-bottom: 4px; }
	h5 { color: #0e3288; font-size: 15px; line-height: 18px; }
	h6 { color: #0e3288; font-size: 15px; line-height: 18px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; color: #525051;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; /*color: #333;*/ }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 2px solid #73A5CC; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #a1a1a1; border-width: 1px 0 0; clear: both; margin: 10px 0 20px; height: 0; }
	hr.foot { border: solid #a1a1a1; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:active, a:visited { color: #EF1217; text-decoration: none; outline: 0; }
	/*a:visited { color: #700017; text-decoration: none; outline: 0; }*/
	a:hover, a:focus { color: #6a98bc; }
	p a, p a:visited { line-height: inherit; }
	

/* #Lists
================================================== */
	.rightcontent ul, .rightcontent ol { margin-bottom: 20px; }
	.rightcontent ul { list-style: none; }
	.rightcontent ul li {background-image: url("../images/reddot.gif"); background-position: 0 6px; background-repeat: no-repeat; padding-left: 13px;}
	.rightcontent ol { list-style: decimal; }
	.rightcontent ol, .rightcontent ul.square, .rightcontent ul.circle, .rightcontent ul.disc { margin-left: 30px; }
	.rightcontent ul.square { list-style: square outside; }
	.rightcontent ul.circle { list-style: circle outside; }
	.rightcontent ul.disc { list-style: disc outside; }
	.rightcontent ul ul, .rightcontent ul ol, .rightcontent ol ol, .rightcontent ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	.rightcontent ul ul li, .rightcontent ul ol li, .rightcontent ol ol li, .rightcontent ol ul li { margin-bottom: 6px; }
	.rightcontent li { line-height: 18px; margin-bottom: 2px; }
	.rightcontent ul.large li { line-height: 21px; }
	.rightcontent li p { line-height: 21px; }
	
	.homepagecontent ul, .homepagecontent ol { margin-bottom: 0px; }
	.homepagecontent ul { list-style: none; }
	.homepagecontent ul li {background-image: url("../images/reddot.gif"); background-position: 0 6px; background-repeat: no-repeat; padding-left: 13px;}
	.homepagecontent ol { list-style: decimal; }
	.homepagecontent ol, .homepagecontent ul.square, .homepagecontent ul.circle, .homepagecontent ul.disc { margin-left: 30px; }
	.homepagecontent ul ul, .homepagecontent ul ol, .homepagecontent ol ol, .homepagecontent ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	.homepagecontent ul ul li, .homepagecontent ul ol li, .homepagecontent ol ol li, .homepagecontent ol ul li { margin-bottom: 0px; }
	.homepagecontent li { line-height: 18px; margin-bottom: 0px; }
	.homepagecontent ul.large li { line-height: 21px; }
	.homepagecontent li p { line-height: 21px; }
	
	.newsreleases ul { list-style: none; }
	.newsreleases ul li {background-image: url("../images/reddot.gif"); background-position: 0 6px; background-repeat: no-repeat; padding-left: 13px;}
	
	
	
	

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  /*margin-bottom: 20px; inerferes with custom google search box*/
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	
a.buttongray { -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow:inset 0px 1px 0px 0px #ffffff; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #dcdcdc; display:inline-block; color:#777777 !important; /*font-family:arial;*/ font-size:15px; font-weight:bold; padding:6px 24px; text-decoration:none; text-shadow:1px 1px 0px #ffffff; }
a.buttongray:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf; }
a.buttongray:active { position:relative; color:#777777 !important; top:1px; }
a.buttonred { -moz-box-shadow:inset 0px 1px 0px 0px #f29c93; -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93; box-shadow:inset 0px 1px 0px 0px #f29c93; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) ); background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
background-color:#fe1a00; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #d83526; display:inline-block; color:#ffffff !important; font-family:arial; font-size:15px; font-weight:bold; padding:6px 24px; text-decoration:none; text-shadow:1px 1px 0px #b23e35; }
a.buttonred:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) ); background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
background-color:#ce0100; }
a.buttonred:active { position:relative; top:1px; }
.buttonredsmall { -moz-box-shadow:inset 0px 2px 0px 0px #f29c93; -webkit-box-shadow:inset 0px 2px 0px 0px #f29c93; box-shadow:inset 0px 2px 0px 0px #f29c93; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) ); background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
background-color:#fe1a00; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #d83526; display:inline-block; color:#ffffff !important; font-weight:bold; padding:0px 11px; text-decoration:none; text-shadow:1px 1px 0px #b23e35; }
a.buttonredsmall:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) ); background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
background-color:#ce0100 !important; color:#ffffff !important; }
a.buttonredsmall:active { position:relative; top:1px; }
.buttongraysmall { -moz-box-shadow:inset 0px 2px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 2px 0px 0px #ffffff; box-shadow:inset 0px 2px 0px 0px #ffffff; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #dcdcdc; display:inline-block; color:#777777 !important; font-weight:bold; padding:0px 11px; text-decoration:none; text-shadow:1px 1px 0px #ffffff; }
a.buttongraysmall:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
}
a.buttongraysmall:active { position:relative; top:1px; }
.buttonsearch, .apppagehidenav .buttonsearch, .apppage .buttonsearch { -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow:inset 0px 1px 0px 0px #ffffff; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) ); background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
background-color:#ffffff; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #a1a1a1; display:inline-block; color:#666666; font-family:arial; font-size:14px; font-weight:bold; padding:0px 11px; text-decoration:none; text-shadow:1px 1px 0px #ffffff; cursor: pointer; }
.buttonsearch:hover, .apppagehidenav .buttonsearch:hover, .apppage .buttonsearch:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) ); background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
background-color:#f6f6f6; }
.buttonsearch:active { position:relative; top:1px; }
.buttonbluesmall { background: -moz-linear-gradient(center top, #3D94F6 5%, #1E62D0 100%) repeat scroll 0 0 #3D94F6; background-color:#3d94f6; border: 1px solid #337FED; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; box-shadow: 0 1px 0 0 #97C4FE inset; color: #FFFFFF; display: inline-block; font-family: Arial; font-size: 13px; font-style: normal; font-weight: bold; padding: 0 11px; text-align: center; text-decoration: none; text-indent: 0; text-shadow: 1px 1px 0 #1570CD; }
.buttonbluesmall:hover, .buttonbluesmall:active { background: -moz-linear-gradient(center top, #1E62D0 5%, #3D94F6 100%) repeat scroll 0 0 #1E62D0; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background-color:#1e62d0; }

.launchbutton { background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%) repeat scroll 0 0 #3d94f6; border: 1px solid #337fed; border-radius: 6px; box-shadow: 0 1px 0 0 #97c4fe inset; color: #ffffff; display: inline-block; font-family: Arial; font-style: normal; font-weight: bold; line-height: 1.7; padding: 10px; text-align: center; text-decoration: none; text-indent: 0; text-shadow: 1px 1px 0 #1570cd; width: 60%; }
.launchbutton { font-size: 100%; left: 15%; position: absolute; top: 58%; }
.launchbutton:hover, .launchbutton:active { background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%) repeat scroll 0 0 #1e62d0; border-radius: 6px; color:#FFF;}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		/*max-width: 60%; inerferes with custom google search box*/
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		/*border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow:  0 0 3px rgba(0,0,0,.2); inerferes with custom google search box*/}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.half-top { margin-top: 10px !important; }
	.rcallout { float: right; padding: 0 0 0 20px; margin: 0 0 10px 25px; border-left: 1px solid #A1A1A1; vertical-align: baseline; width: 280px;}
	#above {
    background-image: url("../images/sqdiag.png");
    background-position: 0 0;
    background-repeat: repeat;
    clear: both;
    margin: 0 0 15px;
    overflow: auto;
    padding: 0 0 15px;
}
.darkgray { color: #525052; }
.lightgray { color: #a1a1a1; }
.orange { color: #ffbe0e; }
.brightred { color: #ef1217; }
.green { color: #b5dc10; }
.darkred { color: #700017; }
.blue { color: #73a5cc; }
.darkblue { color: #0E3288; }
.white { color: #FFF; }
.black { color: #000; }

a.darkgray:link, a.darkgray:visited, a.darkgray:active { color: #525052; text-decoration: none; }
a.darkgray:hover { color: #6a98bc; text-decoration: none; }
a.lightgray:link, a.lightgray:visited, a.lightgray:active { color: #a1a1a1; text-decoration: none; }
a.lightgray:hover { color: #0E3288; text-decoration: none; }
a.brightred:link, a.brightred:visited, a.brightred:active { color: #ef1217; text-decoration: none; }
a.brightred:hover { color: #6a98bc; text-decoration: none; }
a.darkred:link, a.darkred:visited, a.darkred:active { color: #700017; text-decoration: none; }
a.darkred:hover { color: #6a98bc; text-decoration: none; }
a.blue:link, a.blue:visited, a.blue:active { color: #73a5cc; text-decoration: none; }
a.blue:hover { color: #FFFFFF; text-decoration: none; }
a.darkblue:link, a.darkblue:visited, a.darkblue:active { color: #0E3288; text-decoration: none; }
a.darkblue:hover { color: #6a98bc; text-decoration: none; }
a.green:link, a.green:visited, a.green:active { color: #b5dc10; text-decoration: none; }
a.green:hover { color: #6a98bc; text-decoration: none; }
a.orange:link, a.orange:visited, a.orange:active { color: #ffbe0e; text-decoration: none; !important; }
a.orange:hover { color: #700017; text-decoration: none; !important; }
a.white:link, a.white:visited, a.white:active { color: #FFF; text-decoration: none; }
a.white:hover { color: #73a5cc; text-decoration: none; }


.fltright { float: right; }
.fltleft { float:left; }

#right { visibility:hidden; height:0; width:0; float:right; overflow:hidden; }

.breadcrumb { color: #a1a1a1; display: block; font-size: 85%; line-height: 1; margin: 0 0 15px 0; text-decoration: none; }
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active { color: #a1a1a1; text-decoration: none; }
.breadcrumb a:hover { color: #6a98bc; text-decoration: underline; }


/*Graphical Links - pdf ppt word xls link */ 
.rightcontent a[href$=".pdf"] { margin-right:2px; }
.rightcontent li a[href$=".pdf"]:after { font-size: 85%; content: " (pdf)"; font-variant:small-caps; }
.rightcontent a[href$=".ppt"] { margin-right:2px; }
.rightcontent li a[href$=".ppt"]:after { font-size: 85%; content: " (ppt)"; font-variant:small-caps; }
.rightcontent a[href$=".pptx"] { margin-right:2px; }
.rightcontent li a[href$=".pptx"]:after { font-size: 85%; content: " (pptx)"; font-variant:small-caps; }
.rightcontent a[href$=".doc"] { margin-right:2px; }
.rightcontent li a[href$=".doc"]:after { font-size: 85%; content: " (doc)"; font-variant:small-caps; }
.rightcontent a[href$=".docx"] { margin-right:2px; }
.rightcontent li a[href$=".docx"]:after { font-size: 85%; content: " (docx)"; font-variant:small-caps; }
.rightcontent a[href$=".xlsx"] { margin-right:2px; }
.rightcontent li a[href$=".xlsx"]:after { font-size: 85%; content: " (xlsx)"; font-variant:small-caps; }
.rightcontent a[href$=".xls"] { margin-right:2px; }
.rightcontent li a[href$=".xls"]:after { font-size: 85%; content: " (xls)"; font-variant:small-caps; }


#subnav { border-bottom: 1px solid #a1a1a1; border-top: 1px solid #a1a1a1; padding: 10px 0; margin: 0 0 10px 0; }

.popularlink { box-sizing:border-box; /*margin: 0 4px 0 0;*/ padding: 10px; float:left; width: 49%; margin-right: 1%; background-position: center center; background-repeat: no-repeat; background-size: 55%; height: 100px; text-align:center;vertical-align: middle; padding-top:0.375em; /*font-size:115%;*/ text-shadow: 0px 0px 3px #6C6C6C;}
.last.popularlink {margin-right:0;width:50%;}
.full.popularlink { margin-right:0; width:100%; background-size: 10%; height:50px; background-position: 12% center; background-repeat: no-repeat; padding-top:1em;}


a.popularlink, a.popularlink:link, a.popularlink:visited, a.popularlink:active { color: #FFF; text-decoration: none; }
a.popularlink:hover { color: #FFF; text-decoration: none; text-shadow: 0px 0px 3px #000;}

.homepagecontent .row {margin-bottom:3.4px;}
.row .one-third.column .full.popularlink { font-size: 12pt; }



/* #Top Navigation
================================================== */
#menu {z-index:500; position:relative;}

/*Strip the ul of padding and list styling*/
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	
}

/*Create a horizontal list with spacing*/
#menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
#menu li a {
	display:block;
	min-width: 100px;
	line-height:40px;
	/*min-width:140px;
	height: 50px;
	line-height: 50px;*/
	text-align: center;
	font-family: Arial, sans-serif;
	color: #fff;
	background: #700017;
	text-decoration: none;
}


/*Hover state for top level links*/
#menu li:hover a {
	background: #ef1217;
}

/*Style for dropdown links*/
#menu li:hover ul a {
	background: #f3f3f3;
	background-color:#f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
	text-align:left;
}

/*Hover state for dropdown links*/
#menu li:hover ul a:hover {
	background: #a1a1a1;
	color: #fff;
	
}

/*Hide dropdown links until they are needed - this one*/
#menu li ul {
	display: none; 
}


/*Make dropdown links vertical*/
#menu li ul li {
	display: block;
	float: none;
	}

/*Prevent text wrapping*/
#menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	white-space: nowrap; /*added*/
  	overflow: hidden; /*added*/
}

/*Display the dropdown on hover - this one too*/
/*#menu a:hover + .hidden, .hidden:hover {
	display: block;

}*/

#menu li:hover ul{
        display: block; 
    }





/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	#menu ul {
		position: static;
		display: none;
		
	}
	/*Create vertical spacing*/
	#menu li { margin-bottom: 1px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000; 	}
	/*Make all menu links full width*/
	#menu li, #menu li a {
		width: 100%;
		
	}
		
	#menu ul {
		position:static; }
	
	
	

}

/* Header
================================================== */
#header { /*height: 170px;*/ margin: 0 0 15px 0; }
.searchimg { float: left; padding: 3px 5px 15px 11px; }
#searchbox { clear:left; text-align:left; margin: 0; }
.searchtxt { font-size:14px; color:#525051; font-family: Arial, Helvetica, sans-serif; display:inline !important; float:left; margin-right:12px !important;}
#dsa { float: left; }
#dsa img { float: left; margin: 32px 5px 0px 11px; }
#social { clear: both; text-align: right; float:right; overflow:hidden; height: 44px; padding: 0; margin-right:10px; }
#social img { margin: 6px 0 6px 2.25px; }


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

.footer {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;
	background: none repeat scroll 0 0 #ececec;
	border: 0 none;
    clear: both;
    float: left;
    margin: -10px 0 0;
    padding: 20px 0;
    width: 100%;
}

@media screen and (max-width : 957px){
	.foot-left {border-right:0px solid #FFF !important;}
	}

.foot-box {border: 0 none; clear: both; float: left; padding: 20px 0; width: 100%; margin: 0 auto 36px;}
.foot-left { display: inline; border-right: 2px solid #D5D5D5; /*float: left;*/ font: bold 1.3em Arial, Helvetica, sans-serif; margin-left: 0px; padding: 10px 20px 9px 0; text-align: right; /*width: 255px;*/ }
.foot-left a:link, .foot-left a:visited, .foot-left a:active { color:#525052; font-weight: bold; text-align: right; text-decoration: none; } /* Ohio.gov link */
.foot-left a:hover, .foot-left a:focus { color: #700017; text-decoration: underline; }

.foot-right { display:inline; color: #333333; /*float: left; padding: 14px 0 0 19px;*/ font-size: 0.9em; line-height: 1.5em; }
.foot-right a:link, .foot-right a:visited, .foot-right a:active { color: #700017; font-weight: bold; text-align: right; text-decoration: none; } /* Other links */
.foot-right a:hover, .foot-right a:focus { color:#a1a1a1; text-decoration: underline; }



.eoe { color: #CCC; font-family: Arial, Helvetica, sans-serif; font-style: normal;letter-spacing: 0em; word-spacing: 0em; line-height: 1; font-size: 60%;}


/* Slider
================================================== */
#fade, .fade { position: relative; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);bottom: 100px; padding: 10px; float:left; height: 250px;}
#fade p, .fade p { color: #FFF; }
.slides { overflow:hidden; max-height:275px; }
@media screen and (max-width : 960px){
	.slides {max-height:200px; background-color:#000;}
	#fade, .fade {background: none repeat scroll 0 0 rgba(0, 0, 0, .8); bottom: 100px;}
	.flex-next, .flex-prev {display:none !important;}
	}


/* modal overlay
================================================== */

#overlay { display: none; position: absolute; margin: 0 5%; top: 25px; padding: 25px; height:auto; border-radius: 25px; background-color: #ffffff; min-height: 550px; z-index: 2010; width: 90%; box-sizing: border-box; }

#modalfade { display: none; position: absolute; left: 0%; top: 0%; background-color: black; -moz-opacity: 0.7; opacity: .70; filter: alpha(opacity=70); width: 100%; height: 350%; z-index: 2000; }
.launchbutton { background: -moz-linear-gradient(center top, #3D94F6 5%, #1E62D0 100%) repeat scroll 0 0 #3D94F6; background-color:#3d94f6; border: 1px solid #337FED; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; box-shadow: 0 1px 0 0 #97C4FE inset; color: #FFFFFF; display: inline-block; font-family: Arial; /*font-size: 15px;*/ font-style: normal; font-weight: bold; line-height: 1.7; padding: 10px; text-align: center; text-decoration: none; text-indent: 0; text-shadow: 1px 1px 0 #1570CD; width:75%; }
.launchbutton { font-size: 100%; position:absolute; top:65%; left:10%; }
.launchbutton:hover, .launchbutton:active { background: -moz-linear-gradient(center top, #1E62D0 5%, #3D94F6 100%) repeat scroll 0 0 #1E62D0; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background-color:#1e62d0; }
#middle #pos .left .onecolumn { float: left; height: 275px; overflow: hidden; width: 625px; border-top: 4px solid #700017;}
#middle #pos .left .twocolumn { border-right: thin dotted #FFFFFF; float: left; height: 275px; overflow: hidden; width: 312px; }
#middle #pos .left .twocolumn p { color: #000000; margin: 20px 20px 0px 20px; padding: 0 0 10px; }
.boxedmodal { height:150px; overflow:hidden; clear: both; float: left; width:100%; margin: 0 0 15px; border-top-width: 4px; border-top-style: solid; border-top-color: #700017; }
.modalx { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
.modalx:hover { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
/* quick reference pages */
.table { display:table; width:784px; padding-bottom:15px; table-layout: fixed;}
.tablerow { display:table-row; background-color: #ECECEC; }
.tablecell { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; }
.tablecell p { padding: 0px; }
.table p.title { color: #FFF; padding: 0; width: 115px;}
.tablecellgreen { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; background-color:#B5DC10; width: 20%; }
.tablecelllitegreen { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; background-color:#e0eb9f; width: 100%}
.tablecellgray { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; background-color:#A1A1A1; }
.tablecelllitegray { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; background-color:#cfcfcf; width: 100%;}
.tablecellblue { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; background-color:#73A5CC; }
.tablecellliteblue { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; background-color:#c0d2e4; width: 100%}
.tablecelldarkgray { display:table-cell; padding:5px; margin-right:5px; border-bottom-width: 4px; border-bottom-style: solid; border-right-color: #FFF; border-bottom-color: #FFF; background-color:#525051; width: 108px; }

@media screen and (max-width : 760px){
.p7TPM_tabs_06 li { width: 100%; display: inline-block; float: left; border-left:0 !important; }
}
