@charset "utf-8";
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	background-color: #80AF7A;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: solid 4px white;
}
#header {
	background-image: url(images/index_01.jpg);
	height: 160px;
	padding-top: 10px;
	background-repeat: no-repeat;
	position: relative;
}
#header h1 {
	color: white;
	font-family: "Myriad Pro", Arial;
	font-weight: normal;
	font-size: 24px;
}

#footer {
	background-image: url(images/index_05.jpg);
	height: 0px;
	background-repeat: no-repeat;
}


#menubar {
	color: white;
	margin-left: 290px;
	font-family: tahoma;
}
#rightbox  {
	float: left;
	width: 505px;
	color: #FFFFDF;
	background-image: none;
	background-color: none;
	padding: 20px;
	font-size: 14px;
	font-family: arial;
}
#rightbox .orange {
	color: #FFFF80;
	font-size: 14px;
	font-weight: bold;
}
#rightbox    #para2  {
	padding: 5px 10px;
	margin-top: 40px;
	text-align: left;
	background-color: #335C34;
	border-right: solid 3px;
	border-bottom: solid 3px;
	border-color: #2C4A2B;
}
#rightbox #para1 {
	text-align: justify;
}
#rightbox h2.pagetitle {
	font-family: "Times New Roman", Times, serif;
	display: inline;
	color: white;
	font-size: 30px;
	text-align: left;
}
#rightbox        h2.sectiontitle    {
	font-family: "Lucida Sans";
}


#rightbox .dottedborder {
	border-bottom: dotted 1px;
	padding-bottom: 20px;
	border-color: #999999;
	color: #FFFFDF;
}


#rightbox .quote {
	font-size: 14px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
#rightbox p {
	margin: 15px;
}


#leftbox  {
	float: left;
	width: 28%;
	text-align: center;
	font-family: arial;
}
#leftbox  img.w150 {
	width: 190px;
	background-position: center center;
	background-repeat: no-repeat;
}
#leftbox img.title {
	margin-top: 10px;
}
#leftbox  #name, #phone, #address, #inquiry{
	font-family: arial;
	font-size: 11px;
	width: 160px;
}


#leftbox h2 {
	color: #E78518;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
}
#content {
	background-image: url(images/index_03.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#companyname {
	position:absolute;
	width:371px;
	height:82px;
	z-index:1;
	left: 49px;
	top: 61px;
}
#tagline {
	font-size: 14px;
	font-family: tahoma;
}






.inline {
	display: inline;
}

a {
	color: white;
	text-decoration: none;
}
a.webmail {
	padding-right: 5px;
	color: #96C597;
}
.yellow {
	color: #F4F77C;
}
