﻿/* 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 {
	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;
	}

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: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* Global */

html 	{
			}

body	{
		background-color:#888;
		background-image:url('../images/mixed_greys_10_x_1500.jpg')
			}


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 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: #00f;  }
a:visited		{ color: #808;  }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }


/* Images */

.imgright
					{
					float:right;
						}

.imgleft
					{
					float:left;
						}


/* 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: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; }


/* Containers */

#wrapper 			{
					width:800px;
					margin:0px auto;
					border: 7px ridge #aaa;
					background-color:#eee;
					   }

#top	 			{
					background-color:#eee;
					width:100%;
					padding:20px 0;
					overflow:hidden;
					   }

#top-logo				{
					float:left;					
					margin:0 0 0 10px;
						}

#top-img				{
					float:right;					
					margin:0 10px 0 0;
						}

#top-text			{
					margin:50px 0 0 150px;
						}

#top-text h1		{
					font-family: "Times New Roman", Times, serif;
					font-size: 30px;
					color: #000;
					padding:5px 0;
					text-shadow: 3px 3px 3px #bbb;
						}

#top-text h2		{
					font-family:"Times New Roman", Times, serif;
					font-size: 20px;
					color: #000;
					padding:3px 0;
						}

#topnav 			{
					background-color:#333;
					clear:both;
					   }

#topnav ul			{
					width:100%;
					float:left;
					margin:0px;
					background-color:#333;
					border-top:3px #ccc solid;
					border-bottom:3px #ccc solid;
						}

#topnav ul li		{
					font-size: 16px;
					display: inline;
						}

#topnav ul li a		{
					float:left;
					padding:10px 20px;
						}

#topnav a:link		{
					color:#fff;
						}

#topnav a:visited	{
					color:#fff;
						}

#topnav a:hover		{
					color:#000;
					background:url('../images/top-nav-hover-bg.jpg') repeat-x center;
						}

#topnav a:focus		{
					background:url('../images/top-nav-focus-bg.jpg') repeat-x center;
					color:#fff;
						}

#topnav a:active,
.nav-index #nav-index a,
.nav-about #nav-about a,
.nav-area #nav-area a,
.nav-owner-relations #nav-owner-relations a,
.nav-contact #nav-contact a	{
					background:url('../images/top-nav-focus-bg.jpg') repeat-x center;
						}

#content 			{
					float:left;
					width:750px;
					padding:20px;
					   }

#content h1			{
					margin:0 0 20px 0;
					font-size:24px;
					border-bottom:1px #777 solid;
					padding:20px 0;
					text-shadow: 3px 3px 3px #bbb;
						}

#content p			{
					margin:16px 8px;
					line-height:170%;
						}

#content h2			{
					margin:20px 0 0 0;
					padding:5px;
						}

#content h3,
#content h4			{
					margin:5px 0 0 0;
					padding:5px;
						}

#content img		{
					padding:8px;
					border:1px #888 solid;
					box-shadow: 3px 3px 5px #888;
					margin:12px;
					max-width:100%;
					max-height:100%;
						}

.homeImg			{
					width:95%;
						}


/* Owner Relations Page Content */

#or-content table	{
					width: 95%;
					margin: 0 20px 0 20px;
						}


#or-content table, th, td {
					border: 1px #777 solid;
					padding: 0 10px;
					vertical-align: middle;
						}

#or-content p		{
					margin:16px 0;
					line-height:100%;
						}


/* Contact/Location Page Content */

#map				{
					padding:8px;
					border:1px #888 solid;
					box-shadow: 3px 3px 5px #888;
					margin:8px;
						}


/* Footer */

#footer 			{
					clear:both;
					margin:0px auto;
					background-color:#222;
					border-top:3px #ccc solid;
					   }

#footer p			{
					font-size: 9px;
					padding:0px 0px 5px 0px;
					text-align:center;
					color:#fff;
						}

#footerNav			{
					text-align: center;
					}
					
#footer ul			{
					width:100%;
					padding:8px 0px 3px 0px;
						}

ul.centerUL			{
					margin: 0px auto;
						}

#footer ul li		{
					font-size: 9px;
					display:inline;
					color:#fff;
						}



#footer ul li a		{
					padding:0px 7px;
						}

#footer a:link		{
					color:#fff;
						}

#footer a:visited	{
					color:#fff;
						}

#footer a:hover		{
					color:#000;
					background:url('../images/top-nav-hover-bg.jpg') repeat-x center;
						}

#footer a:focus		{
					background:url('../images/top-nav-focus-bg.jpg') repeat-x center;
					color:#fff;
						}

#footer a:active,
.nav-index #footer-index a,
.nav-about #footer-about a,
.nav-area #footer-area a,
.nav-owner-relations #footer-owner-relations a,
.nav-contact #footer-contact a	{
					background:url('../images/top-nav-focus-bg.jpg') repeat-x center;
						}


/* Forms */

#contact-form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{ 
		float: left; width: 150px; margin-top:10px;
		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:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		}


#contact-form ol	{
					list-style-type:none;
						}

