@import url("init_style.css");

body{
    background:#008000 url("../img/bg_green.gif")
}

h1{
    color:#FFFFFF;
    font-size:20px;
    font-weight:normal;
    letter-spacing:1px;
    overflow:hidden;
    padding:22px
}

p{
    color:#0A0A0F;
    font-size:1.2em;
    letter-spacing:1px;
    line-height:0.9em;
    margin-bottom:27px;
    text-indent:1px
}

.column-col{
    float:left;
    margin-bottom:5px;
    width:50%
}

.column-row{
    float:left;
    margin-bottom:5px;
    width:100%
}

.content-in{
    background:url("../img/bg_content.jpg") no-repeat right 0;
    width:100%
}

.content-in h2{
    clear:both;
    font-size:1.5em;
    margin:5px 5px 2px 5px
}

.content-in h3{
    clear:both;
    font-size:1.2em;
    margin:15px 5px 2px 5px
}

.content-in img{
    border:1px solid #050;
    float:left;
    margin:10px 5px 12px 5px
}

.content-in p{
    color:#262424;
    font-size:0.9em;
    line-height:1.2em;
    margin:0px 25px 3px 20px;
    text-indent:1px
}

.copyright{
    color:#8F8;
    float:right;
    font-size:0.6em;
    margin:5px 8px
}

.google_map{
    margin:0 auto;
    width:710px;
	height: 420px
}

div#map{
    margin:0 auto;
	border: 2px outset gray;
    float:left;
	width: 600px;
	height: 400px
}
div#side_bar{
	border: 1px solid #666;
	padding: 6px;
	line-height: 2;
	overflow:auto;
    margin:0 auto;
    float:right;
	width:	88px;
	height:	390px;
}

.index-pic img{
    border:none;
    float:left;
    height:400px;
    margin:0;
    width:190px
}

.ornament{
    background:url('../img/ornament.gif') no-repeat center 0;
    clear:both;
    margin:-5px auto 5px auto
}

.sub-menu{
    height:30px;
    width:120px
}

.sub-menu li{
    line-height:30px
}

.sub-menu li a{
    border:1px solid #006000;
    color:#000000;
    display:block;
    float:none;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
    width:120px
}

.sub-menu-box{
    background:#008000 url("../img/bg_menu.gif") repeat-x;
    border-bottom:1px solid #008000;
    border-top:1px solid #008000;
    font-family:Arial,Helvetica,sans-serif
}

img.thumbnail-image{
    border:3px solid #555;
    float:left;
    margin:3px
}

#container{
    margin:0 auto;
    text-align:left;
    width:760px
}

#content{
    background:#FFFFFF repeat-y;
    font-family:Arial,Helvetica,sans-serif;
    width:100%
}

#footer{
    background:#050 url("../img/bg_footer.jpg");
    height:50px;
    width:100%
}

#footer-in{
    font:1.2em "Times New Roman",Times,serif
}

#footer-in ul{
    color:#000000;
    font-size:0.9em;
    list-style:none;
    padding:0px;
    text-align:left
}

#footer-in ul li{
    display:inline;
    float:left;
    white-space:nowrap
}

#garelly-box{
    clear:both;
    width:100%
}

#garelly-box img{
    height:266px;
    width:400px
}

#header{
    background:#0F0;
    background:url("../img/bg_header.jpg");
    color:#F0F0F0;
    height:250px
}

#header-box{
    font-family:"Times New Roman",Times,serif;
    width:100%
}

#header-logo{
    background:#0B0;
    background:url("../img/header_logo.jpg");
    color:#F0F0F0;
    height:50px;
    margin:20px 0 0 0
}

#header-logo h1{
    color:#555;
    display:none;
    font-size:1.5em
}

#main-image{
    margin:0px auto
}

#menu{
    height:30px;
    width:100%
}

#menu li{
    display:inline;
    line-height:30px
}

#menu li a{
    border-right:1px solid #008000;
    color:#003000;
    display:block;
    float:left;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    width:120px
}

#menu li a.first{
    border-left:0px solid #008000
}

#menu-box{
    background:#008000 url("../img/bg_menu.gif") repeat-x;
    border-bottom:1px solid #008000;
    border-top:1px solid #008000;
    font-family:Arial,Helvetica,sans-serif
}

#thumbnail-box{
    float:left;
    margin:0px auto;
    width:100%
}

#footer-in ul li a,#footer-in ul li a:visited{
    color:#A0FF00;
    font-weight:normal;
    margin:0 5px
}

#menu li a:hover,#menu li a.active{
    background:#FFA500 url("../img/menu_bg_orange.gif");
    color:#800000
}

.content-in a:link,a:visited{
    color:#F50;
    font-weight:normal;
    text-decoration:underline
}

.content-in p:first-letter{
    font-size:1.4em;
    letter-spacing:1px;
    line-height:0.9
}

.sub-menu li a:hover,.sub-menu li a.active{
    background:#FFA500;
    color:#800000;
    font-weight:normal
}