﻿@charset "utf-8";

body {
	background:url(../images/bigbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4D4F53;
}
/*---------------------------------------main holder------------------------------------------*/

#mainholder {
width: 822px; /*Width of main holder*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
margin-top:17px;
}


/*---------------------------------------top holder------------------------------------------*/


#logoholder {
width:822px;
height:134px;
float:left;
background-color:#FFFFFF;
}


/*---------------------------------------midle holder------------------------------------------*/


#middleholder {
width:822px;
height:272px;
float:left;
padding:0;
margin:0;
background-color:#FFFFFF;
}


#leftline {
background:url(../images/leftline.jpg);
background-repeat:no-repeat;
width:22px;
height:272px;
float:left;
padding:0;
margin:0;
}


#navigation {
width:191px;
height:272px;
float:left;
background-color:#E8E3CF;
padding:0;
margin:0;
}


#mainimage1 {
background:url(../images/mainhome.jpg);
background-repeat:no-repeat;
width:519px;
height:272px;
float:left;
padding:0;
margin:0;
}

#right {
width:85px;
height:272px;
float:left;
background:url(../images/right.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
padding:0;
margin:0;
}

#longline {
width:822px;
height:11px;
background: url(../images/linenew.jpg);
background-repeat:no-repeat;
float:left;
}


/*---------------------------------------------body holder------------------------------------------*/



#bodyholder {
width:822px;
float:left;
background:url(../images/newbg.gif);
background-repeat:repeat-y;
background-position:right;
}

#bodyspaceleft {
width:22px;
float:left;
}

#sidebar {
width:191px;
float:left;
background:url(../images/formbg.jpg);
background-repeat:repeat-y;
}


#mainbody {
width:570px;
float:right;
background-color:#FFFFFF;
padding-right:20px;
}
#mainside {
float:left;
}

/*---------------------------------------------body text------------------------------------------*/

p { 
	font: 110%;
	margin-top: 0px; 
	text-align: left;
	color: #4D4F53;
	line-height: 17px;
	}
h1 { 
	font-size : 130%;
	letter-spacing: 1px;
	padding:3px 0px 3px 0px;
	color: #B4A76C;
	display: block;
	height: 16px;
	text-align: left;
	border-top:1px #B4A76C solid;
	border-bottom:1px #B4A76C solid;

}
h2 { 
	font-size : 120%;
	letter-spacing: 1px; 
	margin: 10px 0px 10px 0px;
	color: #B4A76C;
	display:block;
	height:16px;
	text-align:left;
}
h3 { 
	font-size : 120%;
	letter-spacing: 1px; 
	margin: 10px 0px 10px 0px;
	color: #B4A76C;
	display:block;
	height:16px;
	text-align:left;
}
h4 { 
	margin:0 auto;
	font-size : 120%;
	letter-spacing: 1px; 
	color: #B4A76C;
	display:block;
	text-align:left;
}
h5 { 
	margin:0 auto;
	font-size : 110%;
	letter-spacing: 1px; 
	color: #4D4F53;
	display:block;
	text-align:left;
}

	
/*---------------------------------------------form left------------------------------------------*/
.formtext { 
	font-weight:bold;
	text-align: left;
	color: #696969;
	line-height: 11px;
	margin-left:5px;
	display:block;
	margin-bottom:3px;
	}
	
.formtextnarrow { 
	text-align: left;
	color: #696969;
	line-height: 11px;
	margin-left:10px;
	display:block;
	margin-bottom:3px;
	}
	

/*---------------------------------------------BOTTOM MENU------------------------------------------*/
div.foot{
	float:left;
	text-align:center 
}

.bottomnav {
font-size:10px;
color:#999999;
text-decoration:underline;
}

.bottomnavblue {
font-size:10px;
color:#99CCFF;
text-decoration: none;
}
a:active.bottomnav     { font-size:10px;color:#999999;text-decoration:underline; }
a:hover.bottomnav      { font-size:10px;color:#999999;text-decoration:none;}
a:link.bottomnav       { font-size:10px;color:#999999;text-decoration:underline; }
a:visited.bottomnav    {font-size:10px;color:#999999;text-decoration:underline;}

a:active.sidebar     { font-size:11px;color:#696969;text-decoration:underline; }
a:hover.sidebar     { font-size:11px;color:#696969;text-decoration:none;}
a:link.sidebar     { font-size:11px;color:#696969;text-decoration:underline; }
a:visited.sidebar     {font-size:11px;color:#696969;text-decoration:underline;}

a:active{ color:#696969;text-decoration:underline; }
a:hover{ color:#696969;text-decoration:none;}
a:link{ color:#696969;text-decoration:underline; }
a:visited{color:#696969;text-decoration:underline;}

a img{
	border:none
}
/*****************/
#box2{
	float:left;
	padding:7px 0px 7px 0px;
	width:100%;
}
#box2_l{
	float:left;
	padding-top:8px
}
#box2_r{
	float:right;
}
div.box3{
	text-align:center 
}

#block1{

	width:492px;
	border:1px #666666 solid;
	margin-bottom:20px;
}

ul.list1{
	list-style-type:none;
	text-align:left
}

ul.list1 li{
	padding: 3px 3px 3px 30px;
	background-image: url('../images/arrow1.gif');
	background-repeat: no-repeat;
}
ul.list2{
	list-style-type:none;
	text-align:left
}

ul.list2 li{
	padding: 3px 3px 3px 30px;
	background-image: url('../images/arrow2.gif');
	background-repeat: no-repeat;
}
.box3{
	padding-bottom:5px;
	width:100%;
}
.box4{
	float:left;
	padding-right:5px;
	height:130px;
	min-height:130px;
	height:auto;
}
.clear{
	clear:both 
}
/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(../images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
.center1{
	padding-left:40px
}
#gallery img.tmb1{
	width:100px;
	height:65px
}
/*core drop shadow rules*/
div.maphold{
	border:1px #B4A76C solid;

}

