too /*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		text-align; left;
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		
		
	#table_left	{
		float: left;
		width: 80%;
		table-layout: fixed;
	}

	#table_center	{
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		table-layout: fixed;
	}
	
	#table_right	{
		float: right;
		width: 100%;
		table-layout: fixed;
	}
	
	#table_right td{
		display: table-cell;
		width: 20%;
		text-align: center;
		overflow: hidden;
		vertical-align: baseline;
	}
	
	#table_left img, #table_center img, #table_right img	{
		width: 100%;    
	}

	code {
		padding: 3px 6px;
		font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
		background: #fcfcfc;
		border: 1px solid #e4e4e4;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #3f8faf;
	}


/* Basic Alginment
================================================== */
	.columns img,
	.column img {
		
		height: auto!important;
		max-width: 100%;
	}
	
	.columns.google-map img {
		max-width: none;
	}

	img, object, video {
		height: auto;
		display:block;
	}
	
	img {
		width: auto;
		
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	/* Flexible Embeds */
	.embed {
		position: relative;
		padding: 0px;
		padding-bottom: 56.25%; /* 16/9 ratio */
		height: 0;
		overflow: hidden;
	}

	.embed iframe,
	.embed object,
	.embed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.image-left {
		float: left;
		margin: 0 15px 8px 0;
	}
	
	.image-right {
		float:right;
		margin: 0 0 8px 15px;
	}
	
	.image-right,
	.image-left {
		 padding: 4px;
		 border: 1px solid #ddd;
		 max-width: 100%;
		-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
		box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	}

	.pull-right {
		float:right!important;
	}

	.pull-left {
		float: left!important;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-weight: bold;
	}
		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 50px; }
	h2 { font-size: 22px; line-height: 30px; }
	h3 { font-size: 16px; line-height: 34px; }
	h4 { font-size: 14px; line-height: 30px; }
	h5 { font-size: 12px; line-height: 24px; }
	h6 { font-size: 10px; line-height: 21px; }

	p { margin: 0 0 1em!important; line-height: 1.3;}
	p img { margin: 0; }
	p.lead { font-size: 130%; line-height: 2; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }
	br { margin-bottom: 4px;}

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a:hover, a:focus { color: #888; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin: 0; }
	ul { list-style: circle; list-style-position:inside;}
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 0px; }
	ul.square { list-style: square inside; }
	ul.circle { list-style: circle inside; }
	ul.disc { list-style: disc inside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #Forms
================================================== */

#formstyle	{
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 2.2em 2.2em 0em 2.2em;
			margin-top: 0.8em;
			margin-left: 10px!important;
}

#emailtable       {
			max-width: 620px;   
			width: 100%;
			margin-top: 2px;										                 
                    }
					
#emailtable td    {
            padding: 2px;
            font-size: 10pt;
            } 
					          
.ltd        {
            width: 140px;
			padding-top: 6px!important;
            } 
					                            
.txtbx      {
			width: 100%;
            border: 1px #ddd solid; 
			height: 25px;               
            font-size: 10pt;                                        
            }
			
textarea    {
			width: 100%;	
			height: 100px;
            border: 1px #ddd solid;
            font-size: 10pt;                 	
            background: #fff;
			margin-top: 1em;
            } 
			
#comments	{
				
			border: 1px solid #ddd;
				
			}
					
#ebtntd     {
            text-align: right;
            } 	
					    
.inpbtn		{
            margin-left: 10px;
			background: #7295CD;
			color: #fff;
			border: none;
			padding: 8px 20px;
            }                          

#captcha_img		{
	
			border: 1px #ddd solid;
	
}

#captchastring		{
	
			border: 1px #ddd solid;
			height: 25px;
			margin-top: 8px;
	
}

#captchabox		{
	
			float: right;
}


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	



