body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #916741;
	margin: 0;
	padding: 0;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#frame{
	position:relative; 
	margin:0; 
	width:100%;
	min-width:760px; 
}

.printShown{
	display:none;
	visibility:hidden;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 80px;
	text-align:right;
}

#topNav {
	height: 20px;
	background-image: url(../images/topNavBG.jpg);
	background-repeat: repeat-x;
}

#container{
}

#footer{
}

#sideNav {
	background-color: #4a1213;
	width: 150px;
	float: left;
	height:510px !important; 
	min-height:510px; 
	background-image: url(../images/sideNavBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	margin-left: 150px;
	background-color: #ffffff;
}

.clear{
	clear: both;
}

#homeRow1{
	height:365px;
}

#homeImg{
	width:300px;
	height:365px;
	float:left;
}

#homeImg img{
	width:300px;
	height:365px;
}

#welcomeArea {
	margin-left: 300px;
	background-image: url(../images/welcomeBG.jpg);
	background-repeat: repeat-x;
	height:365px;
}

#welcomeHeader {
}

#welcomeHeader div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #763019;
	padding: 15px 0 5px 12px;
}

#welcomeDiv {
}

#welcomeDiv div{
	padding: 0 0 0 15px;
}

#welcomeMsg {
}

#welcomeMsg div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8b6b3e;
	padding: 6px 20px 0 32px;
}

#quoteMsg {
	padding: 2px 30px 2px 32px;
}

#quoteMsgInner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8b6b3e;
	height: 300px;
	overflow: auto;
}

.quote{
	text-align:left;
	font-style: italic;
	font-size: 11px;
}

.author{
	text-align:left;
	font-size: 9px;
	font-weight: bold;
}

#hr2l{
	width:auto;
	float:left;
	margin: 10px 153px 0 10px;
}

#hr2r{
	position:absolute;
	right:0;
	width:143px;
	float:left;
	background-image: url(../images/homeRightBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#contactInfo{
	vertical-align: bottom;
	margin: 30px 6px 25px 0;
}

.contactRow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #916741;
	text-align: right;
}

a {
	font-size: 12px;
	color: #599797;
	text-decoration: none;
}

a:hover {
	color: #eac620;
}

a:active {
	color: #AAAAAA;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: block;
	visibility: visible;
}

#headerQuoteArea {
	text-align:right;
	padding: 6px 0 0 0;
}

#headerQuote {
	font-size: 12px;
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	margin: 0 15px 0 0;
}

#headerAuthor {
	font-size: 11px;
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	margin: 0 10px 0 0;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav li {
	float: left;
	width: 118px;
	height: 20px;
	border-right: 1px solid #a6a6a6;
	border-left: 0;
} 

#topNav li div {
	background-color: #232323;
	background-image: url(../images/topNavBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 118px;
	height: 20px;
	color: #dedede;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.5em;
	cursor:pointer;
} 

#topNav li div:hover {
	background-color: #232323;
	background-position: bottom;
	color: #232323;
} 

#homeCont {
}

#newsHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #763019;
	margin: 20px 0 5px 12px;
	border-bottom: 1px dashed #916741;
}

#newsArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #916741;
	margin: 14px;
}

.article {
	margin: 14px 0 0 0;
	border-bottom: 1px dashed #e1c7a8;
}

.articleTitle {
	font-size: 12px;
	font-weight: bold;
	color: #490b0b;
	margin: 0 12px 0 8px;
}

.articleDate {
	font-size: 10px;
	color: #c3a080;
}

.articleBody {
	margin: 6px 10px 10px 50px;
}

.v4menu {
height:300px;
width:150px;
z-index:99;
min-height:450px;
color: #FFFFFF !important;
border:1px solid #454444;
border-width:1px 0 0 0;
}

.menuRoot li ul{
	font-weight:normal;
}
.menuRoot li ul li{
	border: 0;
	background: #000000;
}
.menuRoot li ul li a{ 
}

/* remove all the bullets, borders and padding from the default list styling */
.v4menu ul {
position:relative;
z-index:99;
padding:0;
margin:0;
list-style-type:none;
width:143px;
}
/* style the list items */
.v4menu li {
height:auto;
/* for IE7 */
float:left;
}
.v4menu li.sub {background: url(../images/sub.gif) no-repeat right center;} 
.v4menu li.sub2{
	background: #000000 url(../images/sub.gif) no-repeat right center;
	border:#545454;
} 

/* get rid of the table */
.v4menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.v4menu a, .v4menu a:visited {
display:block; 
text-decoration:none;
height:auto;
width:142px;
color:#FFFFFF;
padding:4px 3px 4px 3px;
border:1px solid #454444;
border-width:0 1px 1px 1px;
}

/* hack for IE5.5 */
* html .v4menu a, * html .v4menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .v4menu a:hover {color:#ffffff; background:#444444; position:relative; text-decoration:none;}

.v4menu li:hover {position:relative;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.v4menu li:hover > a {color:#ffffff; background:#444444;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.v4menu li ul {
visibility:hidden;
position:absolute;
top:-28px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(../images/spacer.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.v4menu li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.v4menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.v4menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.v4menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.v4menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.v4menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


#rightArea {
	background-image: url(images/homeRightBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:auto;
}

#contactInfo{
	margin: 30px 6px 25px 0;
}

.contactRow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #916741;
	text-align: right;
}

#copyrightTag {
	font-family: Arial, Helvetica, sans-serif;
	color: #954316;
	font-size: 9px;
	margin: 0 0 0 5px;
}

.stanMarg{
	margin: 10px;
}

.stanPad{
	padding: 10px;
}

.leftMarg{
	margin: 0 0 0 10px;
}

.stanHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #721f1f;
	font-weight: bold;
	
}

.underHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #721f1f;
	margin: 0 0 4px 0;
	font-weight: bold;
	border-bottom: 1px dashed #916741;
}

.stanBody{
	margin: 10px 16px 20px 10px;
}

.stanBold{
	font-weight: bold;
}

.listHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #916741;
	font-weight: bold;
}

ul{
	margin: 0 0 20px 25px;	
}

.addressTitle{
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #36080b;
}

.address{
	margin-left: 4px;
}

.emailFormBox{
	margin-top: 18px;
	margin-left: 15px;
}

.emailFormArea{
	width: 500px;
}

.req{
	color: #dd1d1d;
}

.dataCol180,
.dataCol250,
.dataCol500{
	float:left; 
	white-space:nowrap;
	overflow:hidden;
}

.dataCol180{
	width:180px;
}

.dataCol250{
	width:250px;
}

.dataCol500{
	width:500px;
}

.dataCol250 input{
	width:200px;
}

.dataRow{
	width:500px;
	margin:5px 0 5px 0;
}

#message{
	width:480px;
	height:180px;
}

#replyMsg{
	clear:both;
	padding:5px 0 5px 10px;
	color: #dd1d1d;
}

form{
	margin:0;
	padding:0;
}

.grnTxt{
	color: #8fca52;
}
