@charset "utf-8";
/* CSS Document */

/* ---------- Layout ---------- */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/leatherWoodBkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ebc46f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #222222;
	text-align: justify;
}
#container {
	position: relative;
	width: 920px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 100;
}
#logo {
	background-image: url(../images/logoShield.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 169px;
	width: 285px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 500;
}
#bannerPic {
	background-image: url(../images/scrollworkBkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 885px;
	height: 405px;
	padding-top: 91px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 17px;
	position: relative;
	margin-top: -169px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:100;
}
#nav {
	position: relative;
	width: 920px;
	height: 58px;
	background-image: url(../images/flourishNav.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 150;
}
#contentWrapper {
	position: relative;
	width: 875px;
	height: auto;
	background-image: url(../images/contentBkgd.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0px;
	z-index: 100;
	margin-top: -4px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#contentTopper {
	background-image: url(../images/contentTopper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 28px;
	width: 875px;	
}
#contentBottom {
	background-image: url(../images/contentBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	height: 28px;
	width: 875px;	
}
#content {
	position: relative;
	width: 819px;
	height: auto;
	z-index: 100;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
}

/* ---------- Content ---------- */

#content > h2 {
	padding-top: 0px;	
}
#content p {
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content a, 
#content a:visited {
	color: #441d10;
	text-decoration: underline;
}
#content a:hover, 
#content a:visited:hover {
	color: #441d10;
	text-decoration: none;
}
#content ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ul li ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ul li ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ol li ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ol li ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content > img,
#content > p > img,
#content .left > img,
#content .left > p > img {
	float: right;
	margin-left: 19px;
	margin-top: 19px;
	margin-bottom: 13px;
	margin-right: 0px;
	padding: 0px;
	border: 11px solid #291007;
}
#content .top a:first-child {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -19px;
}
#content .top img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	margin: 0px;
	border: none;
}
#content .left {
	float: left;
	width: 540px;
	padding-right: 19px;
}
#content .right {
	float: right;
	width: 260px;
}
#content .right img.first {
	padding-top: 0px;
}
#content .top img.bottom {
	padding-top: 19px;
}
#content .right img {
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}
#content #rightBox {
	float: right;
	width: 260px;
	padding-left: 19px;
	padding-bottom: 19px;
	padding-top: 19px;
	margin: 0px;
	height: auto;
	background-color: #FBE7B6;
	text-align: left;
}
#content #rightBox #rightBoxTopper {
	background-image: url(../images/rightBoxTopper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 63px;
	width: 260px;	
}
#content #rightBox #rightBoxBottom {
	background-image: url(../images/rightBoxBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	height: 63px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #rightBox h4 {
	width: 220px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #441D10;
}
#content #rightBox ul {
	list-style-type: none;	
}
#content #rightBox a, a:visited {
	text-decoration: none;	
}
#content #rightBox a:hover, a:visited:hover {
	text-decoration: underline;	
}
#content #photoCornerBottom {
	position: absolute;
	width: 40px;
	height: 38px;
	top: 138px;
	left: 16px;
	background-image: url(../images/photoCornerBottom.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#content #photoCornerTop {
	position: absolute;
	width: 40px;
	height: 38px;
	top: -4px;
	left: 245px;
	background-image: url(../images/photoCornerTop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#newsletterSignupSeal {
	position: absolute;
	width: 175px;
	height: 204px;
	top: 60px;
	right: -20px;
	z-index: 1000;
}
#content img.pgapro {
	border: none;
	text-align: center;
	float: none;
}
#content div.center {
	text-align: center;	
}
#content div.center table {
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#content img.layout {
	border: 0px;	
}

/* ---------- Weather ---------- */

#weather {
	position: relative;
	width: 260px;
	height: 246px;
	background-image: url(../images/weather/weatherBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	color: #FBE7B6;
	margin-top: 19px;
}
#todaytemp {
	position: absolute;
	width: 58px;
	height: 30px;
	overflow: visible;
	bottom: 95px;
	left: 66px;
	line-height: 38px;
	background-color: transparent;
}
#todayimg {
	position: absolute;
	width: 58px;
	height: 58px;
	bottom: 90px;
	left: 5px;
	background-color: transparent;
}
#todaywind {
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: 42px;
	left: 5px;
	background-color: transparent;
}
#tomday {
	position: absolute;
	width: 50px;
	height: 30px;
	overflow: visible;
	bottom: 132px;
	right: 70px;
	line-height: 38px;
	z-index: 500;
	background-color: transparent;
}
#tomtemp {
	position: absolute;
	width: 50px;
	height: 30px;
	overflow: visible;
	bottom: 140px;
	right: 14px;
	line-height: 38px;
	z-index: 500;
	background-color: transparent;
}
#tomtemp2 {
	position: absolute;
	width: 50px;
	height: 30px;
	overflow: visible;
	bottom: 139px;
	right: 13px;
	line-height: 38px;
	z-index: 480;
	background-color: transparent;
}
#tomimg {
	position: absolute;
	width: 58px;
	height: 58px;
	bottom: 140px;
	right: 14px;
	z-index: 400;
	background-color: transparent;
}
#day2day {
	position: absolute;
	width: 50px;
	height: 30px;
	overflow: visible;
	bottom: 62px;
	right: 70px;
	line-height: 38px;
	z-index: 500;
	background-color: transparent;
}
#day2temp {
	position: absolute;
	width: 50px;
	height: 30px;
	overflow: visible;
	bottom: 70px;
	right: 14px;
	line-height: 38px;
	z-index: 500;
	background-color: transparent;
}
#day2temp2 {
	position: absolute;
	width: 50px;
	height: 30px;
	overflow: visible;
	bottom: 69px;
	right: 13px;
	line-height: 38px;
	z-index: 480;
	background-color: transparent;
}
#day2img {
	position: absolute;
	width: 58px;
	height: 58px;
	bottom: 70px;
	right: 14px;
	z-index: 400;
	background-color: transparent;
}

/* ---------- Contact ---------- */
.contact {
	text-align: right;
	float: left;
	width: 400px;
	margin-right: 19px;
}
.contact ul {
	list-style-type:none;
}
.contact li {
	list-style-type:none;
	margin:5px 0px;
}
.contact li.special {
	display:none;
}
.contact label {
	float:left;
	padding-top:4px;
}
.contact input {
	width:260px;
	border:1px solid #ddd;
	padding:5px;
	background-color: #FCF3E0;
}
.contact textarea {
	width:260px;
	border:1px solid #ddd;
	background-color: #FCF3E0;
	padding:5px;
}
input#send {
	margin-top:19px;
	border:1px solid #606060;
	color:#fff;
	padding:3px;
	font-size: 10px;
	text-transform:uppercase;
	background-color: #291007;
	width: 270px;
}
#alert {
	margin-top:5px;
	width:390px;
	border:1px solid #ddd;
	background:url(../images/whitedot.jpg) top repeat-x #eee;
	padding:5px 5px 5px 5px;
}
.contactRight {
	float: right;
	width: 400px;
	text-align: center;
}
.contact_info h4, .contact_info h5 {
	text-align: center;
	background-color: #FCF3E0;
}
.contact_info {
	float: right;
	width: 388px;
	text-align: center;
	border:1px solid #ddd;
	background-color: #FCF3E0;
	padding:5px 5px 5px 5px;
}
.googleMap {
	background-image: url(../images/googleMapBorder.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 273px;
	width: 340px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 31px;
	padding-bottom: 31px;
	margin-top: 28px;
}
.mapLink {
	padding-right: 19px;	
}
.red {
	color: #C00;	
}

/* ---------- Newsletter ---------- */
.newsletter {
	text-align: right;
	width: 400px;
	margin: 20px auto 0px auto;
}
.newsletter ul {
	list-style-type:none;
}
.newsletter li {
	list-style-type:none;
	margin:5px 0px;
}
.newsletter li.special {
	display:none;
}
.newsletter label {
	float:left;
	padding-top:4px;
}
.newsletter input {
	width:260px;
	border:1px solid #ddd;
	padding:5px;
	background-color: #FCF3E0;
}
.newsletter textarea {
	width:260px;
	border:1px solid #ddd;
	background-color: #FCF3E0;
	padding:5px;
}

/* ---------- Footer ---------- */

#footer {
	position: relative;
	width: 860px;
	height: auto;
	padding: 0px;
	z-index: 100;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #441d10;
	text-align: center;
}
#footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer p.address {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}
#footer p > a,
#footer p > a:visited {
	color: #441d10;
	text-decoration: underline;
}
#footer p > a:hover,
#footer p > a:visited:hover {
	color: #441d10;
	text-decoration: none;
}
#footer ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: -4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #441d10;
}
#footer ul li:first-child {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-left-style: none;
}
#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #441d10;
}
#footer ul li a:hover, #footer ul li a:visited:hover {
	text-decoration: underline;
	color: #441d10;
}

/* ---------- Miscellaneous ---------- */

.clear {
	clear: both;	
}
.clearRight {
	clear: right;	
}
.clearLeft {
	clear: left;	
}
:focus {
	outline-style: none;
}