/* ---------------------------- MAIN ---------------------*/
* { padding:0; margin:0;}
body {font-family:verdana, arial, helvetica, sans-serif; background:#c0c0c0; color:#333; font-size:12px;}
html, body {height:100%;}
img {border:0}

a, a:visited {color:#00838f; text-decoration:none;}
a:active {color:#00838f; text-decoration:none;} 
a:hover {color:#30bbc8; text-decoration:none;}
#mainWrapper {position:relative; text-align: center;}
html #mainWrapper {width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'100%');}

img active{
  border: 0px;
}
a active{
  border: 0px;
}

div {
	padding: 0px; margin: 0px;
}

ul {
	padding: 0px; margin: 0px;
}
li {
	padding: 0px; margin: 0px;

}
form {
padding: 0px; margin: 0px;
}

p {
	padding: 0px; margin: 0px;
}
table {
	 border-width: 0px;
}

td {
padding: 0px; margin: 0px;
}
img {
	border-width: 0px;
}
input {
	font-size: 11px;vertical-align: middle;
}

select {
	font-size: 11px;
}
option {
	font-size: 11px;
}
ol{
 padding: 0px; margin: 0px;
}

h1, h2 {
    color: #990000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;

}
h1 a {
    color: #fff;
}
h1 a:hover {
    color: #fff;
}
h1 a:visited {
    color: #fff;
}
h3, h4 {
   /* color: #C65831; */
    font-size: 1.1em;
    padding: 2px 15px;
    text-decoration: none;

} 

h5,h6 {
    color: #777742;
    font-family: Georgia, Didot, serif;
    }

#copyright {
	font-size: 11px; color:#a46738;
}
#copyright a {
	color: #a46738; text-decoration: none;
}
#copyright a:hover {
	color: #784926; text-decoration: none;
}

.button {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight:bold;
	background-color: #991d00;
	border: 1px solid #990000;

}

textarea {
	color: #000;
	text-decoration: none;
	border: 1px solid #ADAEAF;
	font: bold 10pt;
	background-color: #F1F1F1;
}
input, select{
	color: #333333;
	text-decoration: none;
	border: 1px solid #D6D6D6;
	font: bold 10px;
	background-color: #F1F1F1;
}
button {
	color: #999999;
	text-decoration: none;
	border: 1px solid #D6D6D6;
	font: bold 10px;
}
.gal{
border: #fcfcfc 1px solid;
}
#sitemap ol{
	list-style: decimal;
}
#sitemap li{
	padding-bottom: 5px;
	
}
.box{
	background: #ededed url(../images/rb-bg.gif) repeat-x; width: 247px; min-height: 447px;
    border-bottom: 2px solid #c41500;
}
.rb-head{
   color: #fff;text-align: left; height: 84px;
   padding-left:10px; padding-top:10px;

}
.rb-head h1{
	color: #fff; font-size:16px;
	text-align: left;
}
.rb{
	background-color:#ededed;
	width: 247px; height: 356px;
	overflow: auto; text-align: left;

}

.title{
		background: url(../images/tm.jpg) repeat-x; height: 34px; float: left;
}
.title h1{
	color:#fff; font-size:16px; text-transform: uppercase; padding:5px;
}
.news{
	font-size:11px; padding:0px 7px 10px 7px; float:left;text-align: left;
}
.lm{
	padding: 10px 5px 10px 10px;
}
.addr{
	background-color:#ededed; border-bottom: 2px solid #c41500; height: 150px; margin-top: 120px; 
}
.content{
	padding:10px 7px 10px 7px;text-align: left; 
}
.footer{
	background-color:#ededed;height:49px;border-top: 2px solid #c41500; width: 100%; font-size: 11px;
}

.menu {
width:708px;
font-size:11px;
position:relative;
z-index:100;
background: #4a9c52;
border:1px #fff solid;
border-width:0px 1px 0px 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
text-align: left;
border-width:0px 0px 1px 0px;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
border-width:1px 0px 1px 1px;
}
.menu ul li {
float:left;
width:100px;
position:relative;
border-width:0px 0px 0px 0px;
}

/* style the links for the top level */
.menu ul li a, .menu ul li a:visited {
display:block;
font-size:11px;
text-decoration:none;
color:#fff;
width:106px;
height:35px;
border:1px solid #fff;
border-width:0px 0px 0px 1px;
background:#4a9c52;
padding-left:5px;
padding-right:5px;
line-height:14px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:119px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#4a9c52;
border-width:0px 1px 1px 0px;
padding-left:5px;
padding-right:5px;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#4a9c52;
}
.menu ul ul :hover > a.drop {
background:#4a9c52;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#4a9c52;
border-width:0px 0px 0px 1px;
padding-left:5px;
padding-right:5px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#4a9c52;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:150px;
border-width:0px 0px 0px 1px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#4a9c52;
color:#fff;
height:auto;
padding:5px 5px;
width:139px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:139px;
}

/* style the top level hover */
.menu a{
color:#ffff00;
background: #4a9c52;
text-decoration: none;
border-width:1px 0px 0px 1px;
}
/* style the top level hover */
.menu a:hover{
color:#ffff00;
background: #4a9c52;
text-decoration: none;

}
.menu ul ul a:hover{
color:#ffff00;
background:#4a9c52;
text-decoration: none;
}
.menu :hover > a{
color:#ffff00;
background: #4a9c52;
text-decoration: none;

}
.menu ul ul :hover > a {
color:#ffff00;
background:#4a9c52;
text-decoration: none;

}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;

}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;

}
/* ------- search ------------------- */
.search-result { padding:0; margin:0; font-size: 12px;}
.search-result img { display:none;}

#lay{visibility:hidden;height:0;border:0;}
#lay1{visibility:hidden;height:0;border:0;}
#lay2{visibility:hidden;height:0;border:0;}
#lay3{visibility:hidden;height:0;border:0;}
#lay4{visibility:hidden;height:0;border:0;}
#lay5{visibility:hidden;height:0;border:0;}
#lay6{visibility:hidden;height:0;border:0;}
#lay7{visibility:hidden;height:0;border:0;}
#lay8{visibility:hidden;height:0;border:0;}
#lay9{visibility:hidden;height:0;border:0;}
#lay10{visibility:hidden;height:0;border:0;}
