/*
Hastings Design Corporation: Main CSS Style Sheet
*/


html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
   color:#666;
	background:#f6f7e7; 
	/*background: #D1D39F; */
	font: 14px/20px "Times New Roman", Times, serif;
	word-spacing:1px;
}

td, p {
	color: #666;
	font: 14px/20px "Times New Roman", Times, serif;
}

td {
	text-align: left;
	vertical-align: top;
}

p{
	margin: 0px 0px 8px 0px;
}

blockquote {
	margin: 0px;
	padding-left:20px
}

/*Header*/

.header{
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	vertical-align: bottom;
}


/*Content Styles*/

.mainbg{
	height: 170px;
	background: transparent url("img/mainbg.jpg") no-repeat scroll bottom;
}

.content{
	width: 400px;
	padding: 0px 10px 0px 10px;
}
.image{
	width: 195px;
	padding: 0px 0px 0px 0px;
}
.gallery{
	width: 595px;
	padding: 0px 0px 0px 10px;
}


/*Menu*/

.menu {
	width: 185px;
	padding: 0px 0px 0px 5px;
}

#subnav{
	float:right;
}
#subnavcontainer {
	width: 180px;	
}
#subnavcontainer ul
{
	margin-top: -10px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: italic bold 12px Georgia,"Times New Roman" Times serif;
}
#subnavcontainer a
{
	display: block;
	padding: 14px 4px 0px 20px;
	width: 160px;
	background-color: transparent;
	border-bottom: 1px solid #999;
}
#subnavcontainer a:link, #subnavlist a:visited
{
	color:#999;
	text-decoration:none;
}
#subnavcontainer a:hover
{
	color:#333;
	border-bottom:1px solid #333;
}
.subnavheader{
	border-bottom:1px solid #3C8C06;
	width:167px;
	padding:0 0 3px 0;
	margin-bottom:-11px;
}


/*Footer*/

td.footer{
	color: #aaa;
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
}

td.footer a{
	color:#777;
	text-decoration:none;
}
td.footer a:hover{
	text-decoration:underline;
}


/*Styles*/

h1,h2,h3,h4,h5,h6{
	font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight: lighter;
	margin: 0px 10px 10px 0px;
	padding-bottom: 4px;
	line-height: 85%;
}
h1{
	color:#999;
	font-size:24px;
	font-style: italic;
	text-align: right;
	text-transform: lowercase;
}
h2{
	color: #607F22;
	font-size:23px;
}
h3{
	color:#3270A9;
	font-size:21px;
}
h4{
	color:#999;
	font-size:18px;
}
h5{
	color:#3C8C06;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#607f22;
}
a:hover{
	text-decoration:underline;
}

hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}

ul li ul li{
	list-style-type:square;
}
ol li ol li{
	list-style-type:lower-roman;
}
