﻿/**************************************************************
XXX XXX XXX XXX XXX
**************************************************************/


/**************************************************************
STYLES FOR HTML TAGS
**************************************************************/

body{
	padding:0px;
	margin:0px;
	background-image:url('images/woodtexture.jpg');

}

img{
	border: 0px #000000 solid;
}

h1{
	display:inline-block;
	margin:auto;
	font-size:14px;
	font-weight:bold;
}

/**************************************************************
CSS CLASSES for DIVs
**************************************************************/



/*== MENU ==*/

.menucontainer{
	width:180px;
	float:left;
	border-top: 1px #000000 solid;
}

.menubox{
	width:180px;
	height:36px;
	border-bottom: 1px #000000 solid;
	background-image:url('menu/menubgfull.jpg');
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;

}

a.menubox_link{
	display:inline-block;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

a.menubox_link:hover{
	color: #333333;
}

.blogbutton{
	width:180px;
	height: 50px;
	margin-top:15px;
	border: 1px #000000 solid;
}

.ad_left{
	width:180px;
	height:auto;
	margin-top:15px;
	border: 1px #000000 solid;
}

.location_map{
	width:180px;
	height: 163px;
	margin-top:15px;
	border: 1px #000000 solid;
}



/*== MASTHEAD ==*/

.header{
	width:auto;
}

.header_content{
	width:850px;
	height: 130px;
	margin:auto;
	background-image: url('images/header.png');
}


/*== MAIN CONTENT ==*/

.mainbody{
	width:850px;
	margin:auto;
}

.mainbody_content{
	width:800px;
	margin:auto;
}

.masterbody{
	width: 600px;
	float: right;
	/*background-color: #ffffff;*/
	border-top: 1px #000000 solid;
}

.masterbody_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	margin-left: 20px;
	margin-top: 10px;
}

.masterbody_top_header{
	background-image: url('images/mainbodyheader.jpg');

	/*height: 37px;*/
}

.masterbody_top_header_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	display:inline-block;
	margin-left: 20px;
}

.masterbody_top{
	width: auto;
	min-height:441px;
	background-color: #ffffff;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;

}

.masterbody_bottom{
	width: auto;
	height: 25px;
	background-image: url('images/cornershadow.jpg');
	background-position:right;
	background-repeat:no-repeat;
	background-color: #ffffff;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}


.masterbody_homepage_photos{
	width:600px;
	margin-top:15px;
	background-color: #ffffff;
	height: 163px;	
	border: 1px #000000 solid;
}



/*== FOOTER ==*/
.footer{
	height:32px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/footerbg.jpg');
	margin-top: 15px;
	margin-bottom: 30px;
}

.footer_text_left{
	padding-top: 10px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	float: left;

}

.footer_text_right{
	padding-top: 10px;
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	float: right;

}

/**************************************************************
STYLES FOR HYPERLINKS
**************************************************************/

a.download {
}

/**************************************************************
STYLES FOR TABLES
**************************************************************/

.uline{
	border-bottom: 1px #dddddd dashed;
	height:20px;
}

.link_Home {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
}
