@charset "UTF-8";
/* CSS Document */

/* Contents

1. Home
2. About

*/


body {
	margin:0 auto;
	padding:0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-color:#d5d1d9;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5;
	behavior:url("../csshover.htc");
	color:#42210B;
}

:focus{
	outline:none;
}


img {
	border:none;	
}

a:link {
	text-decoration: underline;
	font-weight:bold;
	color:#42826e;
}

a:visited {
	text-decoration: underline;
	font-weight:bold;
	color:#42826e;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#6da02c;
}

a:active {
	text-decoration: underline;
	font-weight:bold;
	color:#6da02c;
}


#container {
	margin:0 auto;
	width:1000px;
	height:auto;
}
	

/* Flash piece */

#tree {
	float:left;
	width:400px;
	height:666px;
	vertival-align:bottom;
	background-image:url(../images/tree.png);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
}


#flashTree {
	float:left;
	width:400px;
	height:666px;
	vertival-align:bottom;
	background-image:url(../images/blankBg.png);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
}


#rightSide {
	float:right;
	width:600px;
	height:648px;
	background-image:url("../images/gap_bg.png");
	background-repeat:repeat-y;
	background-position:right;
	}
	
#logo{
	background-image:url(../images/gap_logo.png);
	width:172px;
	height:83px;
	float:right;
	margin:10px 0 0 0;
}	
	
	
#top{
	width:570px;
	height:150px;
	float:right;
	margin-right:30px;
}


#rightBottom{
	width:600px;
	height:16px;
	background-image:url("../images/gap_bottom.png");
	background-repeat:no-repeat;
	background-position:right;
	clear:right;
	float:right;
}


#blog_bottom_border{
	width:1022px;
	height:12px;
	background-image:url(../images/blog_bottom_img.png);
	height:12px;
}



/* .scrollgeneric is required for proper scrollbar display,
not for user customization, and is mandatory*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

/* For scrollbars, defining a color for background alongside with an image 
is always a good idea, this way the scrollbars are visible until images load */
.vscrollerbase {
/* vscrollerbase is the div that holds the scrollbar (parent of vscrollerbar) */
width: 15px;
background-color: white;
}

.vscrollerbar {
width: 15px;
background-color: black;
}

#welcome_header{
	width:auto;
	height:auto;
	margin:0 0 15px 27px;
	background-repeat:no-repeat;
}

#content{
	width:510px;
	height:395px;
	position:relative;
	margin:0 0 0 28px;

}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width:500px;
height:430px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-left:2px;
padding-right:26px;
text-align:justify;
padding-bottom:5px;

}

/* styles for scrollbar images start here */



.vscrollerbar {
/* Main body of vertical scrollbar */
background: #8FB53E;
width:8px;
}

.vscrollerbar{
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll-base,
the padding will automatically be turned off by the script
The greater the padding, the further away the scrollbar
stops away from both ends. This may be used, for example,
to provide space for our "faux" arrow heads.
*/
padding: 0px;



/* z-index for scrollbars define the z-index for the content, if left at
"auto" or "0", they are set to "2", if defined, content z-index is set the
same as the scrollbars. Version 1.7.5 and higher does not need this setting
to function properly, earlier versions need this for proper operation */
z-index: 2;
}

.vscrollerbarbeg {
/* Top image holder for vertical scrollbar*/

width: 15px;
/* Height of this class is normally set by the script, to fit the scrollbar, but Webkit (Safari's rendering
engine) currently has a bug on no-repeat for negatively positioned backgrounds, causing the top
image to repeat on certain sizes. In this style, we do not need our script to strech the
vscrollerbarbeg, so we can fix the problem by forcing the size using CSS with an !important decleration: */
height: 1px !important;

}



/* Following are for scrollbase images, may not always be required */

.vscrollerbase {
background-color:#CCCCCC;
width: 8px;
height:0px;
}
/* Vertical scrollbar's base body */ 
/*background: #5998b9 url(scroller/base.gif);
}

.vscrollerbasebeg {
/* Vertical scrollbar's base top-cap */
/* This may be used for holding the up arrow */
/*background: url(scroller/up.gif);*/


/* height of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
/*height: 0px !important; /*  Safari BG repeat fix */





/*******************************************ABOUT****************************************************/

.lrgTitle{
	font-size:14px;
	font-weight:bold;
	color:#6da02c;
}
	

.smLeaf{
	list-style-image:url(../images/smLeaf.png);
	list-style-position:outside;
}	


/*******************************************REQUEST INFO****************************************************/

.submit{
	background-image:url(../images/submit_btn.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:23px;
	border:none;
	cursor:pointer;
	display:block;
	margin-right:10px;
	float:right; 

}	

/*******************************************BLOG****************************************************/

#blog_bg {
	width:400px;
	height:379px;
	vertival-align:bottom;
	background-image:url(../images/blog_bg.png);
	background-repeat:repeat-y;
	background-position:left;
	position:absolute;
}


#blog_cover{
	background-image:url(../images/blog_cover.png);
	background-repeat:repeat-y;
	width:400px;
	height:auto;
}

#blog_content{
	width:900px;
	height:auto;	
	margin:0 0 0 0px;
	margin:0 50px 0 50px;
}

#middle_bg{
	background-image:url(../images/middle_bg.png);
	width:1000px;
	background-repeat:repeat-y;
}

#rightSideBlog {
	width:1000px;
	height:auto;
	float:right;

}

#sm_blog_tree{
	background-image:url(../images/blog_small_tree.png);
	width:150px;
	height:228px;
	position:relative;
	right:350px;
	bottom:80px;
	float:left;
	clear:both;
}


/******************CONTACT**************/

.address{
	color:#42826e;
	font-weight:bold;
	}

/*******************************************FOOTER****************************************************/
#footer{
	width:820px;
	height:20px;
	margin:0 auto;
	float:right;
	margin-right:15px;
}

#copyright{
	font-size:10px;
	float:left;
}

#designed{
	font-size:10px;
	float:right;
}
#designed a{
	color:#42210B;
	font-weight:normal;
}
