/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend 

font-family: 'Dosis', sans-serif;
font-family: 'Josefin Slab', serif;
font-family: 'Josefin Sans', sans-serif;

*/


/* Reset */



html, body { margin: 0; padding: 0; border: 0;  height: 100%;
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	z-index: 0;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 3px;
	padding: 3px;
}
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

blockquote, q {
	quotes: none;
	text-indent: 20px;
}
center-paragraph {
	font-size: 14px;
	text-align: center;
}


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

h1, h2, h3, h4, h5, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family:'Open Sans', sans-serif
', sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul, li	{
	list-style-image: none;
	list-style-type: none;
}

img			{
	max-width:100%;
	text-align: center;
}


/* Global */

html 	{	}
body		{
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color:#9DAECA;
}



/* Headings */

h1, h2, h3, h4, h5, { font-family:'Dosis', Arial, Helvetica, sans-serif;
					font-weight: 400; color: #000; }

h1 	{ font-size:24px; }
h2 	{ font-size:20px; }
h3 	{ font-size:16px; }
h4 	{
	font-size:18px;
	font-family: "Noto Serif", helvetica, sans-serif;
	color: #FFF;
}
h5 	{ font-size:14px; }
h6 	{
	font-size:14px;
	text-align: center;
	line-height: 23px;
	font-family: 'Noto Sans', sans-serif;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p, li, a		{ font-family:'Open Sans', 'Source Sans Pro', Arial, Helvetica, sans-serif; }

p           	{
	color:#000;
	font-size:12px;
	line-height:150%;
	list-style-type: disc;
}
p .left		{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link		{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{
	color: #3C0;
}
a:focus		{
	color: #FFF;
}
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		     { font-style: italic; }

/* Images */



/* Lists */

ul li		{ color:#000; font-size:12px; }
ol li	     { color:#000; font-size:12px; }

li			{ 	}

ul.square 	{ list-style: square outside; }
ul.circle 	{ list-style: circle outside; }
ul.disc 		{ list-style: disc outside; }

ul 			{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 1;
}
ol 			{ list-style: decimal; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{
	width:100%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}

tr			{	}
.odd			{ background-color:#eee; }
.even		{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody		{    }

th,td,caption 	{
	vertical-align: top;
}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym  { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#wrapper 			{
	background-color: #F03D43;
}

#red-top    {
	background-color: #F03D43;
}

#top	 			{
	background-repeat:repeat-y;
	overflow:visible;
	margin:0 auto;
	width:900px;
}
#top-bg			{
	background-color:#F03D43;
	vertical-align: bottom;
}

#name			{ float:left;	}
#name h1			{ color:#fff; font-size:32px; font-weight:600;
					padding:20px 0; margin-left:30px;
					font-family:'Josefin Sans', 'Dosis', Arial, Helvetica, sans-serif; }

#logo			{ 	}

#tagline			{ 	}
#tagline h3		{ color:#fff; text-align:right; font-size:14px;
					padding:20px 0 10px 0; font-weight:normal;
					font-family:Arial, Helvetica, sans-serif; }

#slogan			{ 	}

#banner 		 { width:900px; margin:auto;   }
#banner_left     {
	width:300px;
	float:left;
	height: 147px;
}
#banner_right    {
	width: 600px;
	float:right;
	background-image: url(../deploy/banner/content/images/image1.jpg);
	height: 147px;
	position: relative;
	
}
#banner-bg		{
	width:100%;
	height:147px;
	clear:both;
	background-image:url(../images/bg/bg-main_a.jpg);
	background-repeat:repeat-x;
	position: relative;
	z-index: 1;
}

#subbanner 		{
	width:900px;
	margin:auto;
	overflow:auto;
	clear:both;
	background-color:#2F82C4;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F82C4;
	border-bottom-color: #2F82C4;
}
#subbanner-bg		{	}
#subbanner h3		{ padding:10px; font-size:28px; text-align:center;
					color:#fff; }
#subbanner img		{ margin:15px; padding:5px; border:3px #C9BF9C solid; }

#social-media		{	}
#social-media ul 	{	}
#social-media ul li	{ display:inline; 	}
#social-media img	{ 	}

#topnav 			{
	float:right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 900px;
	clear: right;
}
#topnav-bg		{
	background-color: #F03D43;
	height: 34px;
}

#nav-container {
	width: 900px;

	margin-right:auto
	margin-left: auto ; 	margin-right: auto;
	margin-left: auto;
}

#topnav ul		{ text-align:right;	}
#topnav ul li		{
	display:inline;
	font-size:14px;
	margin-left:0px;
}
#topnav ul li a	{ text-transform:uppercase;	}

#topnav a:link		{ color:#fff;	}
#topnav a:visited	{ color:#fff;	}
#topnav a:active	{ color:#fff;	}
#topnav a:hover	{ color:#ccc;	}
#topnav a:focus	{ color:#ccc;	}

#content-wrapper-bg	{ clear:both; 	}

#content-wrapper 	{
	width:900px;
	background-color:#FFF;
	overflow:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo_slice {
	width:900px;
	height:31px;
	vertical-align: top;
	left: 0px;
	top: 0px;
}

#leftnav 			{    }
#leftnav h2		{ 	}
#leftnav h3		{ 	}
#leftnav p		{ 	}
#leftnav img		{ 	}
#leftnav li		{ 	}
#leftnav a		{	}

#leftnav a:link		{ color:#000;	}
#leftnav a:visited		{ color:#000;	}
#leftnav a:active		{ color:#000;	}
#leftnav a:hover		{ color:#A6A600;	}
#leftnav a:focus		{ color:#A6A600;	}

#leftside 		{    }
#leftside h2		{ 	}
#leftside h3		{ 	}
#leftside p		{ 	}
#leftside img		{ 	}
#leftside li		{ 	}
#leftside a		{	}

#rightside 		{
	width:250px;
	float:right;
	color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	vertical-align: top;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner/rightside.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align: center;
}
#rightside h2		{
	color: #FFF;
}
#rightside h3		{
	font-size:24px;
	padding: 0 0 10px 0;
	color: #FFF;
}
#rightside p		{
	color: #FFF;
}
#rightside img		{
	border: thick solid #FFF;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#rightside li		{ 	}
#rightside a		{
	color: #FFF;
}

#rightside a:link		{
	color:#FFF;
	font-weight: bold;
}
#rightside a:visited	{
	color:#FFF;
}
#rightside a:active		{
	color:#3C0;
}
#rightside a:hover		{
	color:#6FFF6F;
	font-weight: bold;
}
#rightside a:focus		{
	color:#FFF;
}

#content 			{
	width:550px;
	float:left;
	background-color:#FFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#content-bg		{	}

#content h1		{
	font-weight: normal;
	padding-bottom: 5px;
	font-family: 'Noto Serif', helvetica, sans-serif;
}
#content h2		{
	font-weight: normal;
	font-size:18px;
	padding-bottom: 8px;
	font-family: "Noto Serif", helvetica, sans-serif;
	padding-top: 3px;
}
#content h3		{
	font-size:14px;
	font-weight:400;
	padding:20px 0 15px 0;
	font-family: "Noto Serif", helvetica, sans-serif;
}
#content p		{
	font-size:13px;
	font-family: 'Noto Sans', "Source Sans Pro", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

#content img		{
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.small {
	font-family: 'Noto Sans', sans-serif;
	font-size: 11px;
	padding-bottom: 8px;
	padding-top: 4px;
}
#content ul  {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#content li		{
	padding:5px 0;
	font-size:12px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 20px;
}
#content a		{
	font-size:12px;
}

#content a:link	{
	color:#2F82C4;
	font-weight: bold;
}
#content a:visited	{
	color:#2F82C4;
}
#content a:active	{
	color:#00477F;
}
#content a:hover	{
	color:#449539;
	font-weight: bold;
	font-size: 12px;
}
#content a:focus	{
	color:#093;
}

#gallery			{	}

#team			{	}

#faq				{	}

#events			{ 	}

#bottom-banner		{ 	}

#footer 			{
	width:900px;
	background-color:#00477F;
	margin:0 auto;
	padding:20px 0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00477F;
}
#footer-bg		{
	clear:both;
	background-color: #00477F;
}
#footer p			{ margin-left:30px;	}

#footer a:link		{ color:#fff;	}
#footer a:visited	{ color:#fff;	}
#footer a:active	{ color:#fff;	}
#footer a:hover	{
	color:#3C3;
}
#footer a:focus	{
	color:#3F6;
}


#box1 {   }

#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }

#box7 {   }

#box8 {   }

#box9 {   }



/* Hide Print Headings */

#print-header		{ display:none; 	}
#print-header h1	{ display:none;	}
#print-header h2	{ display:none;	}
#print-header h3	{ display:none;	}
#print-header p	{ display:none;	}

#print-footer 		{ display:none;	}
#print-footer h4	{ display:none;	}


/* Hide Skip Links For Visually Impaired Screen Reader Users */

#skip 	{ display:none; }



/* Layout Extra */




/* Navigation Extra */



/* Forms */

#form1	 				{ margin:0 0 0 0; 	}

ol li					{ display:block; padding:20px 0px 5px 0px; }

form ol 					{ list-style-type:none; }

label 					{ display: block; margin:10px 0 8px 0; 
							font-family:Arial, Helvetica, sans-serif; font-size:14px;
							text-transform:uppercase;  } 
								
input, textarea, select 		{ display: block; width:220px;
							pading:5px; }

input					{	}

textarea					{ height:150px;	}

select					{	}

.submit					{ padding:5px 20px; width:140px;
							background-color:#808000;
							color:#fff; }


/* Miscellaneous  */

.copyright-text	{ font-size:10px; font-style:italic; color:#333; }
.footer-text		{ font-size:12px; font-style:normal; color:#fff; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle			{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.address			{ font-size:10px; font-style:normal; color:#000; }
.city			{ font-size:10px; font-style:normal; color:#000; }
.telephone		{ font-size:10px; font-style:normal; color:#000; }
.email			{ font-size:10px; font-style:normal; color:#000; }
.website			{ font-size:10px; font-style:normal; color:#000; }

.pub-date			{ font-size:10px font-style:italic; color:#555; }
.article-date		{ font-size:10px font-style:italic; color:#555;  }
.location			{ font-size:10px font-style:italic; color:#555;  }

.float-right		{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.left			{ text-align:left; }
.center			{
	text-align:center;
	font-size: 14px;
	color: #000;
}
.right			{ text-align:right; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }
.inline-block		{ display:inline-block; }
.inline-table		{ display:inline-table; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      		{ background:#D7D7FF; }
.removed    		{ background:#FFCECE; color:#f00; }
.changed			{ background:#FFB; }


.red-bg			{ background-color:#900; background-image:url(../images/bg/red.fw.png); background-repeat:repeat-x; }
.yellow-bg		{ background-color:#E6E600; background-image:url(../images/bg/yellow.fw.png); background-repeat:repeat-x; }
.orange-bg		{ background-color:#F96;	background-image:url(../images/bg/orange.fw.png); background-repeat:repeat-x; }
.green-bg			{ background-color:#393; background-image:url(../images/bg/green.fw.png); background-repeat:repeat-x; }
.blue-bg			{ background-color:#36F; background-image:url(../images/bg/blue.fw.png); background-repeat:repeat-x; }
.purple-bg		{ background-color:#66F; background-image:url(../images/bg/purple.fw.png); background-repeat:repeat-x; }

.red-txt			{
	color:#F03D43;
	font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}
.yellow-txt		{ color:#FF0; }
.orange-txt		{ color:#F90; }
.green-txt		{
	color:#439539
}
.blue-txt			{
	color:#00477F;
}
.purple-txt		{ color:#93F; }



/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice		{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   	{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 		{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 		{ color: #8a1f11; }
.alert a 		{ color: #8a1f11; }
	
.notice a   	{ color: #514721; }
.success a  	{ color: #264409; }
.info a		{ color: #205791; }

.drop-shadow.top {
		  box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
		}

.drop-shadow.right {
		  box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
		}

.drop-shadow.bottom {
		  box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4);
		}

.drop-shadow.left {
		  box-shadow: -4px 0 2px -2px rgba(0,0,0,0.4);
		}

.emphasize-dark {
		  box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
		}

.emphasize-light {
		  box-shadow: 0 0 0 10px rgba(255,255,255,.25);
		}

.emphasize-inset {
		  box-shadow: inset 0 0 7px 4px rgba(255,255,255,.5);
		}

.emphasize-border {
		  box-shadow: inset 0 0 0 7px rgba(255,255,255,.5);
		}

.embossed-light {
		  border: 1px solid rgba(0,0,0,0.1);
		  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
		}

.embossed-heavy {
			border: 1px solid rgba(0,0,0,0.1);
			box-shadow: 
			inset 0 2px 3px rgba(255,255,255,0.3),
			inset 0 -2px 3px rgba(0,0,0,0.3),
			0 1px 1px rgba(255,255,255,0.9);
		}

.gradient-light-linear {
		  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
		}

.gradient-dark-linear {
		  background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0));
		}

.gradient-light-radial {
		  background-image: radial-gradient(center 0, circle farthest-corner, rgba(255,255,255,0.4), rgba(255,255,255,0));
		}

.gradient-dark-radial {
		  background-image: radial-gradient(center 0, circle farthest-corner, rgba(0,0,0,0.15), rgba(0,0,0,0));
		}	

.light-rounded 	{ border-radius: 3px; }
.heavy-rounded 	{ border-radius: 8px; }
.full-rounded 		{ border-radius: 50%; }
.barrel-rounded 	{ border-radius: 20px/60px; }
.img-left {
	margin-right: 12px;
}
.center {
	text-align: center;
}
#center-paragraph {
	font-size: 14px;
	text-align: center;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/