﻿@charset "UTF-8";
/* 
==============================================================================
This styles all the base HTML elements, consider it the default style for 
basic html elements thorugh out the site.

This shouldn't be used to do layout elements like columns etc. 
==============================================================================
 */
/*--------------------------*/
/*GLOBAL RESET*/
/* c/o http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit; font-size: 100%;	font-family: inherit;	vertical-align: baseline; }

table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*--------------------------*/
/*GLOBAL*/
html,
form#aspnetForm{
	height:100%;
}
body{
	font-family: Arial, Helvetica, Verdana, "Sans Serif";
	font-size: 63%;
	line-height: 1.8em;
	position: relative;
	color: #ffffff;
	background: url(/images/floral_bg.jpg) repeat-x #191919;
	height: 100%;
}

.Thumb {

	display: block;

	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	width: 100px;
}
h1{
	padding-left: 0px;
	font-size: 1.6em;
	margin: 0.8em 0 .2em 0;
	color: #78a22e;
	letter-spacing: .05em;
}
.logo {
	padding-left: 0px;
	font-size: 1.6em;
	color: #78a22e;
	letter-spacing: .05em;
}

h2{
	padding-left: 0px;
	font-size: 1.4em;
	margin: 0.8em 0 .2em 0;
	color: #78a22e;
	letter-spacing: .05em;
}

.sidebar h2{
	font-size: 1.5em;
	color: #ffffff;
	margin: 0 0 1.2em 0;
}
h3{
	font-size: 1.2em;
	margin: 0.8em 0 .2em 0;
	color: #78a22e;
	letter-spacing: .05em;
}
h4{
	font-size: 1.6em;
	margin: 0.5625em 0 1.125em 0;
}
h5{
	font-size: 1.4em;
	margin: 0.64em 0 0.28em 0;
}
h6{
	font-size: 1.4em;
	margin: 0.64em 0 1.28em 0;
}
p{
	font-size: 1.2em;
	margin-bottom: 1.5em;
}	
ul, ol{
	margin-bottom: 1.5em;
	margin-left: 21px;
	
}
ul li, ol li{
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .5px;
}
	ul li li, ol li li{
		font-size: 100%;
	}
blockquote{
	padding: 0 12%;
	font-size: 1.2em;
	font-style: oblique;
}
cite{
	display: block;
	text-align: right;
} 
a{
	font-weight: bold;
	color: #77A12D;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.first { 
	background-image: url("/images/first_choice_facilities_logo.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 108px 293px 32px 50px;
}
td {
	vertical-align: top;
	padding: 0 0 0 19px;
}
.b100_100 {
	width: 100px;
	height: 100px;
	background-color: #D0CCB3;
}