body {
    background-color: #8FB9E2;
    margin-top: 3.0em; 
    margin-bottom: 3.0em;     
    /*padding: 0em;
    color: rgb(52, 52, 52);
    
    /*background-color:#afc8dc;*/
}

a {
    color: #4183c4;
    text-decoration: underline
}

a:hover {
    text-decoration: underline
}

.l {
    font-family: times, "Times New Roman", times-roman, georgia, serif;
    margin: 0;
    padding: 0px 0px 0px 0px;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -2px;
    font-weight: bold;
    color:#70AAE2;
}

.s {
    font-family: helvetica,arial,freesans,clean,sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: -1px;    
    color:#95CD3B;
    

}

h3#title {
    -x-system-font: none;
    color: #000000;
    /*border-bottom:2px solid #FF8D47;*/
    font-family:Verdana, sans-serif;
    font-size: 1.2em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 0 1.0em;
}

#footer {    
    color:#555555;
    font-size: 0.8em;
    padding: 10px;
    
}

#page {
    background-color: white;
    /*border:3px solid #4183c4;*/    
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.project {
    /*border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
    margin: 10px;
    padding: 10px;
}

.project h6{
	 margin-bottom:0px;
}
.project p{
	 margin-top:10px;
	 margin-bottom:5px;
}

.project table{ 
    color:#B95563;  
    font-size: 0.8em;    
}

.date{
	 font-size: 1.2em;
	 font-weight:bold;
}
.price{
     color:#A01629;
	 font-size: 1.2em;
	 font-weight:bold;
}

#content {
    min-height: 500px;
}
#menu{
	/*background-color:#4F96ED; 
	background-color:white; 
	margin-left:-5px;
	width:970;
	font-size:1.em;
	padding-top:10px; 
	padding-bottom:10px;*/ 
	margin-top:25px;
	margin-bottom:25px;
}
#menu a{
   padding:3px;
   font: 1.5em Arial, Helvetica, sans-serif;
}
#menu a.active{
    color:#F7455D;
    text-decoration:none;    
    border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:white}
#submenu{	
	font-size:1.0em;
	padding-top:10px; 
	padding-bottom:10px; 
}
#submenu a{
   padding:3px;   
}
#submenu a.active{
    color:#F7455D;
    /*text-decoration:none; */   
    border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:white/*#ebebce*/}
    
#submenu  a{
	text-decoration:none;
	border-bottom:1px dashed #4183c4;
	padding-bottom:0px;
}	

#submenu  a.search{	
	border-bottom:1px solid #4183c4;
	font-weight:bold;
}  

#submenu  a.active{
	height: auto;
	border-bottom-color:#F7455D;
}    

/*//////////////////*/
#tabs {
font-weight:bold;
border-bottom:1px solid #4183c4;
clear:both;
height:34px;
margin-bottom:5px;
margin-top:25px;
}
#tabs a {
-moz-background-clip:inherit;
-moz-background-inline-policy:inherit;
-moz-background-origin:inherit;
background:inherit inherit inherit inherit inherit;
border:1px solid #FFFFFF;
color:#4183c4;
display:block;
float:left;
font-size:90%;
height:24px;
line-height:22px;
margin:8px 8px 0 0;
padding:0 11px;
text-decoration:none;
}
#tabs a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#4183c4 #4183c4 #FFFFFF;
border-style:solid;
border-width:1px;
line-height:20px;
margin-top:9px;
}
#tabs a.active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#4183c4 #4183c4 #FFFFFF;
border-style:solid;
border-width:1px;
color:#F7455D;
font-size:120%;
height:30px;
line-height:28px;
margin-top:3px;
padding:0 11px;
}

/*////////////////////////////////////////////////*/
#tree-list  li{
 font-size:17px;
}
#tree-list  ul li{
 font-size:14px;
}
#tree-list ul ul li{
 font-size:12px;
}
#tree-list ul ul ul li{
 font-size:10px;
}

#btnSearch
{
	background-color:#95CD3B;
	border-color: #696 #363 #363 #696;
}


