/* 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;

font-family: 'Old Standard TT', serif;
font-family: 'Questrial', sans-serif;

*/


/* Headings */

h1, h2, h3, h4, h5, h6 { color: #000;	 }

a:link		{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus		{ color: #666;  }
a:hover     	{ color: #f00;  }


/* Tables */

table       	{ 	}

tr			{ 	}
.odd			{ background-color:#eee; }
.even		{ background-color:#fff; }

th          	{ 	}
thead, th    	{ 	}

tbody		{    }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc;  }

caption     	{ background-color: #efefef; }



/* Containers */

#top-bg			{ background-color:#00008A; }
#top	 			{  	}
#top h4			{ color:#fff;  }
#top ul li		{ color:#fff;  }
#top ul li a		{ 	}

#telephone		{ 	 }
#header-nav		{	 }
#header-nav ul li	{ 	 }

#top a:link		{ color:#fff;	}
#top a:visited		{ color:#fff;	}
#top a:active		{ color:#fff;	}
#top a:hover		{ color:#bbb;	}
#top a:focus		{ color:#bbb;	}

#wrapper 			{    }

#name-topnav		{ 	}

#name			{ 	}
#name h3			{ 	}
#name h4			{ 	}

#topnav 			{    }
#topnav ul		{ 	}
#topnav ul li		{ 	}
#topnav ul li a	{ 	}

#topnav a:link		{ color:#000;	}
#topnav a:visited	{ color:#000;	}
#topnav a:active	{ color:#000;	}
#topnav a:hover	{ color:#00008A; 	}
#topnav a:focus	{ color:#00008A;	}

#banner 			{    }
#banner img		{ 	}
.last			{ 	}

#subbanner 		{ background-color:#00008A; }
#subbanner h3		{ color:#fff; }

#content-wrapper 	{    }

#rightside 		{    }
#rightside h2		{ 	}
#rightside h3		{ 	}
#rightside p		{ 	}
#rightside img		{  	}
#rightside li		{ 	}
#rightside a		{ 	}

#rightside a:link		{ color:#000;	}
#rightside a:visited	{ color:#000;	}
#rightside a:active		{ color:#000;	}
#rightside a:hover		{ color:#00008A;	}
#rightside a:focus		{ color:#00008A;	}

#content 			{    }
#content h1		{ 	}
#content h2		{ 	}
#content h3		{ 	}
#content p		{ 	}
#content img		{ 	}
#content li		{ 	}
#content a		{	}
#content #ridge	{ 	}

#content a:link		{ color:#000;	}
#content a:visited		{ color:#000;	}
#content a:active		{ color:#000;	}
#content a:hover		{ color:#00008A;	}
#content a:focus		{ color:#00008A;	}

#gallery				{	}

#team				{	}

#faq					{	}

#footer 				{    }
#footer h4			{ 	}
#footer p				{ 	}
#footer li			{ 	}

#footer-box1			{ 	}
#footer-box2			{ 	}
#footer-box3			{ 	}
#footer-box4			{ 	}

#social-media			{	}
#social-media ul 		{	}
#social-media ul li		{ 	}
#social-media img		{ 	}

#footer a:link			{ color:#000;	}
#footer a:visited		{ color:#000;	}
#footer a:active		{ color:#000;	}
#footer a:hover		{ color:#00008A;	}
#footer a:focus		{ color:#00008A;	}

#bottom				{ 	}


