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


/* Color Legend */


/* 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, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
	}

img 	{
	margin: 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;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

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

ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{ background-image: url(../images/bg/bg15.fw.png);	}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold;  }

h1 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #039;
}
h2 { font-size:16px; color:#666; }
h3 { font-size:16px; }
h4 {
	font-size: 14px; text-align: center;
	margin-bottom: 15px;
	color: #039;
}
h5 { font-size:14px; } 
h6 { font-size:14px; color:#666; }

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

.h6-background		{ background-color:#F3F8F8; padding: 10px; color: #039;			}

.h7-text	{font-size: 18px; text-align: center;
	margin-bottom: 15px;
	color: #039;		}

/* Text Elements */

p           	{
	color: #000;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
	text-align: justify;
}
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: #009;  }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #000099; }

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

strong      	{
	font-weight: bold;
	color: #03C;
	font-size: 14px;
}
em		      	{
	font-style: italic;
	text-align: center;
	color: #900;
	font-size: 100%;
	font-weight: bold;
}

/* Images */

.image-frame	{
	padding-left: 20px;
	margin-bottom: 10px; margin-top: 35px;
}

.image-frame-bottom	{
	 
	margin-bottom: 10px; margin-top: 40px;
}
.image-logo		{ width: 150px; height: 200px; float:right; margin-top: 67px; margin-right: -25px;		}

.image-index-rightside		{			}



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

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

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{
	width: 600px;
	text-align: center;
	margin: 50px auto;
	border-top-color: #CCC;
	
	vertical-align: middle;
	background-color:#FFF;
	border-bottom-style: solid;
	border-collapse:collapse;
}

th, td		{ padding: 8px; text-align:center;				}
td			{ font-size: 30px;			}
td1			{ font-size: 15px;			}
tr				{
	color:#FFF;
	text-align: center;
	background-color:#FFF;
}
.odd			{ background-color:#FFF; }
.even			{ background-color:#fff; }
.larger-text	{ font-size: 20px; background: #666; color:#CCC; font-weight:bold; border: 1px #333 solid; 							}
.bdr-thin		{ border-top: 1px #333 solid; background-color:#666; color:#CCC; 	}
.bdr-bottom-thin		{ border-bottom: 1px #333 solid; background-color:#666; color:#CCC; 	}

tbody tr:hover		{ background-color:#D1D0AD;				}
th          	{ font-weight: bold; }
thead, th    	{ background: #fff;  border-bottom: 1px #ccc solid; }

tbody			{   }
.bigger-table	{ width: 650px; 		}
.table-size		{ width: 500px; float:left;   margin-top: 20px; }
.table-size-color		{background-color:#D9F2F2;			}
.table-text-color		{ color:#9522D9; font-size:24px;   font-weight:bold;			}
.table-text-color-two		{ color:#A67E24;  font-weight:bold; font-size:24px;			}
.table-text-color-three		{ color: #C68033;  font-weight:bold; font-size:24px;			}
.table-text-color-four	 	{ color: #8D3687;  font-weight:bold; font-size:24px;				}
.table-text-color-five		{ color: #CD5454; font-weight:bold; font-size:24px;				}
.table-text-color-six		{ color: #7B922E;  font-weight:bold; font-size:24px;				}
.table-text-color-seven		{ color:#4866B3;  font-weight:bold; font-size:24px;				}
.table-text-color-eight		{ color: #A4319B;  font-weight:bold; font-size:24px;				}
th,td,caption 	{
	font-size: 14px;
}
caption 		{ 	}

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

caption     	{ background: #efefef; }

tablea		{ width: 300px;					}
tablea caption			{ font-size:14px; 			}

tableb		{ width: 300px;					}
tableb caption			{ font-size:14px; 			}



/* Miscellaneous */

sup, sub    	{ line-height: 0; }
.tagtext		{ font-size: 11px; font-weight:bold; color:#000; }
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 */

#outer 					{ width:960px; margin: 0 auto; background-color: #FFF;  }

#wrapper 				{ width:900px; margin: 0 auto; background-color: #FFF;  }


#banner 				{ margin: 10px 0px;   			}

#top


#topnav 				{ 				}
#topnav ul				{
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin: 5px 0px 0px 10px;
	padding: 10px 0;
	clear: both;
}
#topnav ul li 			{ display: inline; padding-right: 10px; padding-left: 10px;  }
#topnav ul li a			{ padding:0 10px; 							}
#topnav a:link			{
	color: #333333;
	font-weight: bold;
}
#topnav a:active		{
	color: #835991;
}
#topnav a:focus			{
	color:#0080FF;
}
#topnav a:hover     	{ color:#7741E7; font-weight: bold; }


#midnav 				{ float: right; }
#midnav ul				{ padding: 0px 0; clear: both; }
#midnav ul li 			{ display: inline; }
#midnav ul li a			{ 							}
#midnav a:link			{ color: #333333; font-weight: bold; }
#midnav a:active		{ color: #835991; }
#midnavnav a:focus		{ color: #0080FF;}
#midnav a:hover     	{ color:#7741E7; font-weight: bold; }

#awards				{				}
#awards ul		{border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin: 10px 0px 0px 50px;
	padding: 10px 0;
	clear: both;		}
#awards ul li 			{ display: inline; padding-right: 20px; padding-left: 10px; }	


#content 			{
	width: 650px;
	float: left;
	padding-bottom: 10px;
}


#gallerya			{
width: 600px:
	padding-bottom: 10px;   }
#gallerya img		{ padding-bottom: 20px;				}


	
#gallery1 			{ width: 600px; float: right; margin-top: 20px; padding: 0 22px; }
#gallery1 img		{ 				}


#gallery2 			{ width: 360px; padding-right: 5px;  padding-left: 5px; }
#gallery2 img		{
	width: 75px;
	height: 160px;
	padding: 10px;
}



#gallery3 			{
	width: 240px;
	float: right;
	margin-top: 20px;
}
#gallery3 img		{ }

#rightside		{ width: 200px; float: right; margin-top: 70px;				}
#rightside p    {
	margin-top: 32px;
	background-color: #400040;
	color: #ccc;
	font-weight: bold;
	margin-left: 20px;
	margin-right: -20px;
	text-align: justify;
	padding: 15px 10px 10px 10px;
}
#rightside h4	{  margin-left: 30px; font-size:12px; text-align:center;									}

#saying			{ clear:both; margin-top: 20px; background-color: #400040; border-top: 1px #990000 solid; padding-bottom: 5px;				}
#saying p		{ font-size:14px; font-weight:bold; text-align:center; padding-top: 20px; color:#ccc;			}

#footer 			{ clear:both; margin-top: 20px; background-color: #f60; border-top: 1px #990000 solid; padding-bottom: 5px; }
#footer p			{  text-align:center; padding-top: 20px; color:#383838  }

#box1 {   }

#box2 {   }

#box3 {   }

#box4 {
	width: 360px;
	float: none;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	left: 260px;
	top: -640px;
	margin-left: 10px;
}

#box5 {
	width: 240px;
	float: left;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	text-align-last: left;
	background-color:#D9F2F2;
}

#box6 {
	width: 360px;
	float: none;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	left: 260px;
	top: -480px;
	margin-top: 0px;
	margin-left: 10px;
}

#box7			{ width: 920px:			}

#box8			{ width: 240px;
	float: left;
	margin-bottom: 20px; margin-top: 60px;
	padding: 10px;
	text-align-last: left; background-color:#D9F2F2;						}
	
#box9 {
	width: 360px;
	float: none;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	left: 260px;
	top: -880px;
	margin-top: 0px;
	margin-left: 10px;
}

#box9 p			{ text-align:center; color:#00C;			}



/* Layout Extra */




/* Navigation Extra */

#midnav  		{
	margin: -50px 0px 0px 300px;
	padding: 0px 0px 5px 0px;
	float: none;
}

#midnav ul, #midnav li { display: inline;}	

#midnav a:link, #midnav a:visited  {
	background-color: #AEC6C8;
	border: 1px #000 solid;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	padding: 3px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-right: 4px;
}				

#midnav a:hover	{
	background-color: #E2D6E2;



/* Forms */

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

form 	{ text-align:left; margin:20px;	}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:120px; height:30px;
		margin-left:160px;
		font-size:12px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


/* Miscellaneous  */

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:100%; font-style:normal; color: #309; text-align:center; }
.em-text		{ font-style:italic; color: #FFF; 				}


.tagtext		{ font-size: 11px; font-weight:bold; color:#000; 


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

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

.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; }
.gallery1		{ padding:10px; width:580px;		}
.gallery2		{ width: 200px; float:right; margin-top: 20px; padding:0 22px; 		}
