﻿/* Textarea style */

.TextArea {
	
	left:0px;
	top:0px;
	width:710px;
	height:100%;
	 padding-bottom:25px;
}

.Textimage{
	position:absolute;
	left:25px;
	top:25px;
	z-index:9999;
	
}

.textArea-01_ {
	position:relative;
	left:0px;
	top:0px;
	width:690px;
	height:24px;
	background-image:url('/images/textArea_01.png') ;
	background-repeat:no-repeat;
	z-index:99999;
}

.textArea-02_ {
	
	position:relative;
	left:0px;
	top:0px;
	width:690px;
	background-image:url('/images/textArea_02.png') ;
	background-repeat:repeat-y;
	z-index:999;
	min-height:100px;

}

.textArea-03_ {
	position:absolute;
	left:0px;
	bottom:-35px;
	width:690px;
	height:135px;
	background-image:url('/images/textArea_03.png') ;
	background-repeat:no-repeat;
	z-index:99;

}

.textArea-01_ .title{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}
.textArea-02_ .text{	
position:relative;
left:160px;
width:510px;
z-index:9999999;
}
/* Textarea style end */


img
{
	vertical-align: top;
}

.content
{
	position:relative;
	width: 1009px;
	margin-left: auto;
	margin-right: auto;

}

#logo
{
   position: absolute;
   left: -142px;
   top: 0px;
   width: 665px;
   height: 116px;
}
#green-top_
{
	width: 100%;
	height: 220px;
	background-image: url('/images/background/green_top.png');
	background-repeat: repeat-x;
}
#green-ContentTop_
{
	
	position: relative;
	width: 735px;
	height: 216px;
	background-image: url('/images/background/green_ContentTop.png');
	top: 0px;
}

#green-ContentMiddle_
{
	position: relative;
	min-height: 340px;
	top:0px;
	width: 735px;
	background-image: url('/images/background/green_ContentMiddle.png');
	background-repeat: repeat-y;
}

#green-MenuTop_
{
	position: absolute;

	left: 735px;
	top:0px;
	width: 274px;
	height: 42px;
	background-image: url('/images/background/green-menuTop.png');
	background-repeat:no-repeat;
}

#green-MenuMiddle_
{
	position: absolute;
	left: 735px;
	top:0px;
	height:100%;
	width: 274px;  
	background-image: url('/images/background/green-menuSec.png');
	background-repeat: repeat-y;
}


#green-ContentBottom_
{
	position: relative;
	width: 735px;
	height: 26px;
	background-image: url('/images/background/green_ContentBottom.png');
}

#green-menuBottom_
{
	position: absolute;
	left: 735px;
	top:0px;
	width: 274px;
	height: 26px;
	background-image: url('/images/background/green_menuBottom.png');
}

#green_menuSec
{
	position: absolute;
	left: 735px;
	top:42px;
	width: 274px;
	height: 174px;
	background-image: url('/images/background/green-menuSec.png');
}
.arrowsmall 
{   
	list-style: none;
}
.arrowsmall li
{
   list-style-image: none;
   background-image: url('/images/arrowright_thin_small.png');
   background-repeat: no-repeat;
   background-position: left center;
   padding-left : 20px;
   min-height: 18px;
   vertical-align: middle;
}

a 
{
    color:#669933;
	text-decoration: underline;
}

img 
{
    border: 0px;   
}

#rightMenu
{
	width: 240px;
}

#rightMenu > div,#didocContact > div
{
	border-bottom: solid 3px white;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 1em;
	width: 100%;
}

#rightMenu div p
{
	
	padding-bottom: 4px;
	font-size: 1em;
	width: 100%;
}

#rightMenu div#Selected
{
	/*border-bottom:solid 3px #54054c;*/
	color: #54054c;
}

#rightMenu div img,#didocContact div img
{
	position: relative;
	vertical-align: middle;
	margin-right: 0px;
	top: -2px;
}

div.Inner, div.Inner div
{
	position: relative;
	border-bottom: none;
	padding: 0px;
	padding-left: 5px;
	width: 100%;
}


#rightMenu div.Inner div img
{
	position: absolute;
	left: 0px;
	padding: 0px;

}

.container div.Inner div img
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: none;
}

div.Inner div div
{
	position: relative;
	top: 2px;
	left: 23px;
	padding: none;
	width: 80%;
	min-height: 15px;
}


#rightMenu a:link, #didocContact a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#rightMenu a:visited, #didocContact a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
#rightMenu a:hover, #didocContact a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
#rightMenu a:active, #didocContact a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

#rightMenu div#Selected a:link
{
	color: #54054c;
	text-decoration: none;
}
#rightMenu div#Selected a:visited
{
	text-decoration: none;
	color: #54054c;
}
#rightMenu div#Selected a:hover
{
	text-decoration: none;
	color: #54054c;
}
#rightMenu div#Selected a:active
{
	text-decoration: none;
	color: #54054c;
}

