﻿
body
{
	background-color:#F9F9F9;
}

body, p, span, li, ul, ol, td
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	color:#624533;
}

p, li
{
	line-height:14px;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

H1 + p
{
	margin-top:0px;
}

H1
{
	font-family:Arial;
	margin-top:0px;
	margin-bottom:18px;
	font-size:24px;
	color:#391612;
	text-transform:uppercase;
}

* + H1
{
	margin-top:11px;
}

H2
{
	font-family: Arial;
	font-size:17px;
	word-spacing:-1px;
	letter-spacing:1px;
	margin-top:20px;
	margin-bottom:18px;
	color:#883933;
}

H3
{
	font-family:Myriad Pro , Arial;
	color:#B3842D;
	font-size:15px;
}

A:link
{
	color: #883933;
	text-decoration: underline;
}

A:hover, A:active
{
	color: #521C18;
	text-decoration: underline;
}
	
A:visited
{
	color: #B3842D;
	text-decoration: underline;
}
	

ul
{
	margin-left:32px;
}

li
{
	padding:0px;
}

.ControlError
{
	background-color:#F39405;
	color:White;
}

/**********************************************
/* Layout Styles 
**********************************************/

form
{
	/*override defaults*/
	
	/*Centered*/
	width:821px;
	margin:auto;
	padding:auto;
}

#divHeader
{
	width:821px;
	height:251px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
}

#divHeader .divHomeLink
{
	height:217px;
	width:100%;
	cursor:pointer;
	border:solid 0px White;
}


.divHomeSearch
{
	text-align:right;
	height:20px;
    background-image:url(images/SearchBox.jpg);
	background-repeat:no-repeat;
	width:175px;
}

#divHeader .divMenu
{
	height:34px;
	width:100%;
	text-align:left;
	background-image:url(images/MenuRepeater.jpg);
}

#tblContent td.tdLeft, #tblContent td.tdContent
{
	text-align:left;
	vertical-align:top;
	padding-top:13px;
}

#tblContent
{			
	width:100%;
	background-image:url(images/backgroundrepeater.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:White;
}

#tblContent img[align=right]
{
	margin-left:10px;
	margin-bottom:10px;
}

#tblContent img[align=left]
{
	margin-right:10px;
	margin-bottom:10px;
}

.tdLeft
{
	width:175px;
}

.tdLeft .Top
{
	background-image:url(images/Box1Top.jpg);
	background-repeat:no-repeat;
	width:175px;
	height:8px;
}

.tdLeft .Back
{
	background-image:url(images/Box1Repeater.jpg);
	background-repeat:repeat-y;
	width:135px;/*box width:186*/
	padding-left:20px;
	padding-right:20px;
	height:auto;
	min-height:100px;
	overflow:hidden;
	border:solid 0px black;
	
}

.tdLeft .Bottom
{
	background-image:url(images/Box1Bottom.jpg);
	background-repeat:no-repeat;
	width:175px;
	height:32px;
}

.tdLeft .divLeft .Inner
{
	padding:15px;
}

.tdLeft p, .tdLeft li, .tdLeft a
{
	font-size:12px;
}

.tdLeft H2
{
	margin-top:0px;
	margin-bottom:10px;
	font-size:18px;
}


.divContentArea, .divContentArea_FullWidth
{
	width:600px;
	margin-left:28px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:left;
	vertical-align:top;
	border:solid 0px black;
	height:auto;
	min-height:341px;
}

.divContentArea_FullWidth
{
	width:760px;/*Total 880*/
	margin-left:29px;
	margin-right:29px;
}

#divFooter
{
	background-repeat:no-repeat;
	width:100%;
	height:18px;
	position:relative;
}

#divFooter .Inner
{
	width:100%;
	border:solid 0px White;
	text-align:center;
	right:18px;
	top:8px;
	position:absolute;
	cursor:pointer;
	font-size:9px;
}

/*Twitter*/
.twtr-widget h3{color:#2F0F00;}
.twtr-tweet-text{color:#2F0F00;}
.twtr-widget .twtr-tweet-text a{color:#883933;}

/**************** Contact Page Style *****************/

.moduleContact
{
}

.tblContact
{
	margin-left:10px;
}

.tblContact td 
{
	height:10px;
	line-height:10px;
}

.tblContact td.ContactLabel
{
	padding-right:10px;
}

