» Read More/* 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: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;

*/


/* Reset */

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

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

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; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

blockquote, q { quotes: none; }

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

h1, h2, h3, h4, h5, h6, h7, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family:'Open Sans', Arial, Helvetica, 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: none; }

img			{ max-width:100%; }


/* Global */

html 	{	}
body		{ background-color:#fff; 
			background-image:url(../images/bg/bg_grid.jpg); background-repeat:repeat;
			-webkit-font-smoothing: antialiased; 
			-webkit-text-size-adjust: 100%;  }



/* Headings */

h1, h2, h3, h4, h5, h6, h7 { font-weight: bold; color: #000;
						font-family:'Open Sans', Arial, Helvetica, sans-serif; }


h1 	{ font-size:24px; }
h2 	{ font-size:20px; }
h3 	{ font-size:16px; }
h4 	{ font-size:14px; }
h5 	{ font-size:14px; }
h6 	{ font-size:14px; }
h7 	{ font-size:22px; }

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



/* Text Elements */

p           	{ color:#000; font-size:12px; line-height:150%;  }
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: #000;
}
a:visited		{
	color: #000;
}
a:active		{ color: #000;  }
a:focus		{
	color: #000;
}
a:hover     	{
	color: #000;
}

a:button1     	{
	color: #006c00;
}

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

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

/* Images */

.image-frame2	{ padding:4px; border:2px #498056 solid; margin:4px; }

/* Lists */

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

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

ul 			{ list-style: none outside; }
ol 			{ list-style: decimal; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

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

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

tbody		{    }

th,td,caption 	{ 	}
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 			{ width:900px; border-top:6px #006F00 solid; margin:0 auto;
					background-color:#fff;   }

#top	 			{ width:900px; margin:0 auto;   }
#top-bg			{	}

#name			{ 	}
#logo			{ margin:25px; float:left;	}

#tagline			{ 	}
#slogan			{ 	}
#iso			{ margin:25px; float:right;	}
#banner 			{ width:900px; margin:0 auto; clear:both;   }
#banner-bg		{	}

#subbanner1 		{ width:840px; margin:0 auto 30px auto; background-color:#498056;
					padding:30px; color:#fff;    }
#subbanner1 h2		{ font-size:24px; margin:0 0 15px 0; color:#fff;	}
#subbanner1 p		{ font-size:14px; color:#fff; }
#subbanner1-bg		{	}

#topnav 			{ float:right; margin:110px 25px 0 0;   }
#topnav-bg		{	}

#topnav ul		{ 	}
#topnav ul li		{ display:inline; margin:0 0 0 20px; 	}
#topnav ul li a	{ font-size:14px; font-weight:bold;	}

#topnav a:link		{ color:#000;	}
#topnav a:visited	{ color:#000;	}
#topnav a:active	{ color:#000;	}
#topnav a:hover	{ color:#008000;	}
#topnav a:focus	{ color:#008000;	}


#content-wrapper-bg	{ background-color:#fff;	}
#content-wrapper 	{ width:900px; margin:0 auto; clear:both;   }

#leftside 		{ float:left; width:250px; margin:0 20px 0 10px; 
					background-color:#fff; padding:0px 20px 10px 15px;   }
#leftside h2		{
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
}
#leftside h3		{ font-weight:bold; font-size:16px; t
					text-transform:uppercase; margin:10px 0;	}
#leftside p		{ text-align: center;	}
#leftside img		{ margin:0 auto; display:block;	}
#leftside li		{ 	}
#leftside a		{	}

#leftnav 			{ float:left; width:200px; 
					margin-right:25px; padding:0px 20px;   }
#leftnav h2		{ text-align: center;	}
#leftnav h3		{ font-size:20px; margin:25px 0 10px 0;	}
#leftnav p		{ 	}
#leftnav img		{ margin-top:30px;	}
#leftnav li		{ margin:0 0 5px 20px; list-style-type:square;	}
#leftnav a		{ font-size:16px; font-weight:bold;	}

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

#content 			{ float:left; width:250px; margin:0px 20px 0 10px; 
					background-color:#fff;  padding:0px 10px 10px 0px;  }
#content-bg		{	}

#content h1		{ 	}
#content h2		{ font-weight:bold; font-size:18px; text-align: center; 
					text-transform:uppercase; margin:10px 0;	}
#content h3		{ 	}
#content p		{ text-align: center;	}
#content img		{ margin:0 auto; display:block;	}
#content li		{ 	}
#content a		{	}

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

#content-main			{ float:left; width:550px; padding:0px 20px;  }
#content-main h1		{ 	}
#content-main h2		{ font-size:36px; margin:15px 0;	}
#content-main h3		{ font-size:24px; margin:15px 0;	}
#content-main p		{ font-size:14px; margin:10px 0;	}
#content-main img		{ 	}
#content-main li		{ font-size:14px; margin:0 0 10px 50px; list-style-type:square;	}
#content-main a		{ font-size:14px;	}

#content-main a:link		{ color:#000;	}
#content-main a:visited		{ color:#000;	}
#content-main a:active		{ color:#000;	}
#content-main a:hover		{ color:#000;	}
#content-main a:focus		{ color:#000;	}


#rightside 		{ float:left; width:250px; margin:0 0 0 10px; 
					background-color:#fff; padding:0px 0px 10px 15px;  }
#rightside h2		{ font-weight:bold; font-size:18px; text-align: center; 
					text-transform:uppercase; margin:10px 0;	}
#rightside h3		{ 	}
#rightside p		{ text-align: center;	}
#rightside img		{ margin:0 auto; display:block;	}
#rightside li		{ 	}
#rightside a		{	}

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

#projects			{
	width:830px;
	clear:both;
	margin-top: 40px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
}
#projects h2		{ margin:20px 0px; font-size:32px;	}
#projects p		{ margin:12px 0;	}

#subbanner2 		{ width:850px; margin:0 auto; padding:20px 25px; background-color:#498056;   }
#subbanner2-bg		{	}
#subbanner2 h2		{ font-size:24px; margin:0 0 15px 0; color:#fff;	}
#subbanner2 p		{ font-size:14px; color:#fff;	}

#about-events		{ margin:20px 0px;	}

#about			{ width:300px; float:left; margin:0 0 0 25px;	}
#about h3			{ font-size:18px; margin:0 0 12px 0;	}
#about p			{ margin:10px 0px;	}
#about img		{ display:block; margin:30px 0 25px 0;  }

#gallery			{
	width:800px;
	float: none;
	margin-left:40px;
	margin-right: 40px;
}

#team			{	}

#faq				{	}

#events			{
	width:510px;
	float:left;
	margin-left:40px;
}
#events h2		{ margin:20px 0 20px 0; font-size:24px; text-transform:uppercase;
					border-bottom:1px #aaa dotted; padding-bottom:12px;	}
#events h3		{ margin:20px 0 10px 0; font-size:18px; color:#006C00;	}
#events p			{ font-size:12px; margin:0 0 6px 0;	}
#events a			{ font-size:12px; margin:0 0 12px 0; font-weight:bold;	}

#events a:link		{ color:#006400; 	}
#events a:visited	{ color:#006400;	}
#events a:active	{ color:#006400;	}
#events a:hover	{ color:#000;	}
#events a:focus	{ color:#000;	}

#subbanner3 		{ width:850px; margin:30px auto 2px auto; padding:20px 25px; background-color:#498056;   }
#subbanner3-bg		{	}
#subbanner3 h2		{ font-size:24px; margin:0 0 15px 0; color:#fff;	}
#subbanner3 p		{ font-size:14px; color:#fff;	}

#bottom-banner		{ border-top:2px #fff solid; margin:-30px 0 15px 0;	}
#bottom-banner1	{ border-top:2px #fff solid;	}
#bottom-banner2	{  	}
#bottom-banner3	{ 	}

#footer 			{ clear:both; background-color:#333; width:100%;   }
#footer-bg		{	}
#footer p			{ 	}

#footer-box1 a, #footer-box3 a	{ font-size:12px; font-weight:bold; margin:10px 0 20px 0; display:block;	}

#footer-box1 a:link, #footer-box3 a:link		{ color:#006C00; 	}
#footer-box1 a:visited, #footer-box3 a:visited	{ color:#006C00;	}
#footer-box1 a:active, #footer-box3 a:active		{ color:#006C00;	}
#footer-box1 a:hover, #footer-box3 a:hover		{ color:#000;	}
#footer-box1 a:focus, #footer-box3 a:focus		{ color:#000;	}


#footer-box1		{ width:280px; float:left; padding:50px 20px 25px 20px;  }
#footer-box1 h3	{ margin:10px 0 20px 0; font-size:18px;	}
#footer-box1 h4	{ margin:10px 0 10px 0;	}
#footer-box1 p		{ margin:10px 0 10px 0;	}

#footer-box2		{ width:220px;	float:left; padding:50px 20px 25px 20px;  }
#footer-box2 h3	{ margin:10px 0 20px 0; font-size:18px; }
#footer-box2 h4	{ margin:10px 0 10px 0;	}
#footer-box2 ul li	{ margin:8px 20px; list-style-type:square;	}
#footer-box2 a		{ font-weight:bold;	}

#footer-box2 a:link		{ color:#000;	}
#footer-box2 a:visited	{ color:#000;	}
#footer-box2 a:active	{ color:#000;	}
#footer-box2 a:hover	{ color:#00793D;	}
#footer-box2 a:focus	{ color:#00793D;	}

.paddingtop		{ padding:20px 0 0 0; }

#footer-box3		{ width:260px;	float:left; padding:50px 20px 25px 20px;  }
#footer-box3 h3	{ margin:10px 0 20px 0; font-size:18px;	}
#footer-box3 h4	{ margin:10px 0 10px 0;	}
#footer-box3 p		{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

#social-media		{    }
#social-media ul 	{	}
#social-media ol li	{ display:inline; 	}
#social-media img	{ margin:10px;	}
#social-media h3	{ margin:35px 0 5px 0;	}

#bottom			{ clear:both; background-color:#000;	}

#box1 {   }

#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }

#box7 {   }

#box8 {   }

#box9 {   }



/* Hide Print Headings */

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

#print-footer 		{ display:none;	}
#print-footer h4	{ 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:400px; }

input					{	}

textarea					{	}

select					{	}

.submit					{ padding:5px 20px; width:140px; }


/* Miscellaneous  */

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

.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; }

.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; }


/* 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; }
