﻿@import url('reset.css');

body
{
    font-family: Times, Serif;
    background: #F5F0D2 url('../graphics/OrchardBG.jpg') no-repeat top center;
}
div#page
{
    margin: 10px auto 0;
    width: 1000px;   
}
div#header
{
    height: 95px;
}
div#logo
{
    float: left;
    width: 133px;
    height: 95px;
}
div#information
{
    float: right;
    margin-top: 35px;
}
div#navigation
{
    margin: 15px 0 0;
    height: 45px;
}
div#content
{
    padding-top: 15px;
    background: #F7F6EF;
	width:100%;
}
div#content:after /* Fix FireFox contained float behavior */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
} 
div#leftcolumn
{
    margin: 0px 0px 15px 15px;
	padding-left:15px;
	padding-right:15px;
    float: left;
    width: 625px;
	background:#f5f2e1;
	text-align:justify;
}
div#rightcolumn
{
    margin: 0 15px 15px 0;
    float: right;
    width: 300px;
    text-align: center;
}
/* Typography */
div#information table tr td
{
    font-family: Georgia, Times, Serif;
    font-size: 12px;
}
div#information table tr td
{
    padding: 8px;
}
div#information table tr td p
{
    margin: 5px 0;
}
div#information table tr td.phone
{
    border-right: solid 1px #000;
}
div#information table tr td.tagline
{
    border-right: solid 1px #000;
	color:#CC0000;
	font-style:italic;
	font-size:16px;
}
div#navigation ul li
{
    float: left;
    border-right: solid 1px #FFF;
    text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
div#navigation ul li a:link, div#navigation ul li a:visited
{
    display: block;
    width: 99px;
    padding-top: 12px;
    height: 33px;
    color: #000;
    text-decoration: none;
    background: transparent url('../graphics/NavBackOff.png') no-repeat;
}
div#navigation ul li.twoline a:link, div#navigation ul li.twoline a:visited
{
    padding-top: 6px;
    height: 39px;
}
div#navigation ul li a:hover, div#navigation ul li a:focus, div#navigation ul li a:active
{
    color: #FFF;
    background: transparent url('../graphics/NavBackHover.png') no-repeat;
}
div#navigation ul li.selected a 
{
    color: #FFF;
    background: transparent url('../graphics/NavBackOn.png') no-repeat;
}
div#navigation ul  li.selected, li.twoline a 
{
    color: #FFF;
    background: transparent url('../graphics/NavBackOn.png') no-repeat;
}
div#navigation ul li.last
{
    border: none;
}
div#leftcolumn h1
{
    margin: 20px 0;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#leftcolumn h2
{
    margin: 20px 0;
    font-size: 20px;
    font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
}
div#leftcolumn h3
{
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#leftcolumn h4
{
    margin: 20px 0;
    font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#leftcolumn h1 span.large
{
    font-size: 45px;
	letter-spacing:-1px;
}
div#leftcolumn p
{
    margin-bottom: 20px;
    line-height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#leftcolumn ul
{
margin-bottom:20px;
}
div#leftcolumn ul li
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:19px;
margin-left:15px;
list-style-image:url(../graphics/RedBullet.gif);
}
div#rightcolumn img
{
    margin-bottom: 7px;
}
div#copyright p
{
    font-family: Georgia, Times, Serif;
    font-size: 11px;
    margin: 10px 0 0 15px;
}
div#leftcolumn td
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:19px;
}
.BTT
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:19px;
text-align:right;
}
.Testimonial
{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
line-height:19px;
font-size:16px;
color:#666633;
margin-left:16px;
margin-right:10px;
}
.anchorlinks
{
	padding:20px 50px 20px 20px;
	margin:10px;
	font-size:11px;
	width: 500px;
	background-image: url(../graphics/anchorlinksBG.jpg);
	background-repeat: no-repeat;
}

.anchorlinks a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:19px;
	font-size:16px;
	color:#003366;
}

.anchorlinks a:hover
{ text-decoration:underline;
}

.award {
	font-weight: bold;
	color: #CC0000;
	display:inline;
	line-height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

