@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
.wrapper2 {
	width: 970px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#headwrap {
	margin-right: auto;
	margin-left: auto;
	background-color: #99CC00;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 170px;
	background-image: url(../images/head/bg.jpg);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.head{
	width: 970px;
	background-color: #99CC00;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/head/bg.jpg);
}

a{
	color: #99CC00;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

input[type="text"]:focus {
	background-color: #F3F3F3;
}

input[type="password"]:focus {
	background-color: #F3F3F3;
}

select:focus {
	background-color: #F3F3F3;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-position: right;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	height: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	line-height: 1.8;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #99CC00;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#navBar{
	float: left;
	width: 22%;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both;
	font-size: 80%;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#navBar a:link {
	color: #000000;
}
#navBar a:visited {
	color: #000000;
}

#content{
	float: left;
	width: 46%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px #CCCCCC;
	padding: 0px;
	margin: 0px;
	color: #000000;
	line-height: 1.6;
}

/* IE Hack */
*html div#content {
       margin-left: -40px;
}

#content a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content  a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
#content h3 a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#content h3 a:visited {
	color: #333333;
}
#right {
	float: right;
	width: 25%;
	margin-right: 5px;
}
#right a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#right a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* IE Hack */
*html div#right {
       margin-top: -2px;
}

#right ul {
	list-style-type: none;
	margin-left: -45px;
}

/* IE Hack */
*html div#right ul {
       margin-left: -5px;
       margin-top: 18px;
}

.right ul img {
	margin-top: -2px;
	margin-bottom: 0px;
}

.right_content {
	padding-left: 10px;
	padding-top: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

/* IE Hack */
*html div.right_content{
       padding-top: 10px;
}

.right_content table {
	width: 90%;
	margin-top: 5px;
}
.right_menu {
	background-image: url(../images/side/menu_bg.jpg);
	height: 348px;
	width: 240px;
}
#searchbox {
	width: 160px;
}

.search {
	background-image: url(../images/side/search_bg.jpg);
	height: 78px;
	width: 240px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}



/************* #search styles ***************/

#search{
	font-size: 90%;
	margin-left: 0px;
	margin-top: -23px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	width: 190px;
	float: right;
	margin-right: 25px;
}

#search form{
	margin: 0px;
	padding: 0px;
	width: 100px;
}

#search label{
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	width: 99%;
}
.bread {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
}
.bread a:link {
	color: ##648500;
	margin-top: 5px;
}
.bread a:visited {
	color: ##648500;
}
.infobg {
	margin: 0px;
	background-image: url(../images/menu/areainfo.gif);
	height: 250px;
	width: 225px;
}
ul.info {
	font-size: 10px;
	margin-right: 5px;
	display: block;
}
ul.info a:visited {
	color: #FFFFFF;
}
ul.info a:link {
	color: #FFFFFF;
}
.top {
	float: left;
	clear: both;
	margin: 5px 15px 5px 5px;
}
#support {
	font-size: 11px;
	font-weight: bolder;
	text-align: right;
	float: right;
	margin-top: -14px;
	margin-right: 5px;
}
#end a {
	font-size: 11px;
	text-decoration: none;
}
#end a:link {
	color: #000000;
	text-decoration: none;
}
#end a:visited {
	color: #000000;
	text-decoration: none;
}
#end a:hover {
	text-decoration: underline;
}
#footerlogo {
	margin-top: -30px;
}
.label {
	margin-top: 3px;
	margin-bottom: 10px;
}
#logo {
	margin-bottom: 2px;
	float: left;
	margin-top: 5px;
	clear: both;
}
#inside {
	margin-left: 45px;
	margin-bottom: 50px;
}
.works {
	margin-top: 20px;
}
.area {
	background-image: url(../images/side/area.gif);
	height: 188px;
	width: 240px;
	font-weight: bold;
}
.place {
	padding: 15px 10px 5px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.4;
}
.infocontent {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.color {
	color: #990000;
}

/* IE Hack */
*html div#end{
       margin-left: 0px;
       margin-right: 10px;
}

#end {
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 1.2;
	font-weight: normal;
	color: #000000;
	clear: both;
	background-image: url(../images/footer/bg.jpg);
	height: 420px;
}

#end ul {
	list-style-type: none;
	margin-top: -20px;
}
#end ul img {
	margin-bottom: -3px;
	margin-top: 5px;
	margin-right: 10px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer/bg.jpg);
}
.footer_menu {
	clear: both;
	height: 65px;
}
.footer_menu  ul  li {
	float: left;
	margin-right: 10px;
}
ul.navi {
	list-style-type: none;
	margin-left: -45px;
}
ul.navi li {
	float: left;
}
.about_weeebo {
	background-image: url(../images/side/about_bg.jpg);
	height: 288px;
	width: 240px;
}
img.estimete_center {
	background-position: center;
	text-align: center;
	margin-top: 40px;
	clear: both;
}
.copyright {
	margin-left: 50px;
}
address {
	font-style: normal;
	margin-left: 40px;
}
.index_img {
	margin-bottom: 3px;
}
.details {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.info_index {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.info_index ul {
	list-style-type: none;
}
.info_index ul li {
	margin-left: -15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.info_index img {
	margin-bottom: -3px;
	margin-right: 5px;
}
