@charset "UTF-8";
/* CSS Document */

html{
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:0px;
padding:0px;
}

body{
margin:0px;
padding:0px;
}

h1{
color:#038f6a;
font-size:16px;	
}
h2{
color:#038f6a;
font-size:14px;	
}
h3{
	margin-top:0px;
	margin-bottom:0px;
color:#038f6a;
font-size:18px;	
}

a{
color:#038f6a;
font-size:11px;
text-decoration:none;	
}

a.gallery{
color:#80c342;
font-size:16px;
font-weight:bold;
text-decoration:none;
}

#page_container{
clear:both;
display:block;
}

#container{
text-align: center;
position: absolute;
z-index:7;
top: 0;
left: 0;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
}

#content_home{
position: absolute;
z-index:8;
left: 50%;
width: 1000px; /* Overall width of div */
height: 600px; /* Overall height of div */
top: 10px; /* half of the overall height */
margin-left: -500px; /* half of the overall width */
visibility: visible;
background:url(/common/images/background_bcmpa.gif) no-repeat;
}

#content{
position: absolute;
z-index:8;
left: 50%;
width: 1000px; /* Overall width of div */
height: 600px; /* Overall height of div */
top: 10px; /* half of the overall height */
margin-left: -500px; /* half of the overall width */
visibility: visible;
background:url(/common/images/background.gif) no-repeat;
}

#background{
display:none;
position:absolute;
z-index:6;
width: 1000px; /* Overall width of div */
height: 600px; /* Overall height of div */
}

#overlay{
position:absolute;
z-index:9;
width: 1000px; /* Overall width of div */
height: 600px; /* Overall height of div */
}

#logo{
float:left;
width:200px;
height:130px;
}
	
/* Navigation */	
#navigation{
float:left;
width:180px;
padding-left:20px;
/*border:1px solid #000000;*/
}

#nav_background{
	margin-top:-1px;
background:url(/common/images/nav_bg.jpg) no-repeat;
}

#nav_base{
margin-top:-10px;
width:180px;
height:20px;
background:url(/common/images/nav_base.gif) no-repeat;
}
/* END Navigation */

/* Page Content */
#heading{
float:left;
width:795px;
height:50px;
color:#038f6a;
padding-top:80px;
/*border:1px dotted #000000;*/
}

#main{
margin-top:4px;
float:left;
width:795px;
height:465px;
background:url(/common/images/background_content.gif) no-repeat;
/*border:1px solid #000000;*/
}

#main_eco{
margin-top:4px;
float:left;
width:795px;
height:465px;
background:url(/common/images/background_content_eco.gif) no-repeat;
/*border:1px dotted #000000;*/
}

#content_wrapper{
margin-top:10px;
margin-left:20px;
float:left;
width:695px;
height:440px;
padding-right:10px;
overflow:auto;
/*border:1px dotted #000000;*/
}

.content_lists{
font-size:11px;		
}

#footer{
}

#quicklinks-container{
width:1000px;
margin:0px;
margin-top:20px;
padding:0px;
height:auto;
}

#quicklinks-top{
width:1000px;
height:36px;
margin:0px;
padding:0px;
background:url(/common/images/quicklinks-background-top.png) no-repeat;
}
    
#quicklinks-repeat{
width:1000px;
height:auto;
background:url(/common/images/quicklinks-background-repeat.png) repeat-y;
}
 
.quicklinks-row{
margin-top:10px;
}
   
.quicklinks-heading{
margin:0px;
padding:0px;
padding-bottom:10px;
color:#038f6a;
font-size:13px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

.quicklinks-on{
color:#038f6a;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
padding:3px;
}

.quicklinks-off{
color:#8d91a1;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
padding:3px;
}
    
#quicklinks-content{
width:960px;
margin:0px;
margin-top:-5px;
padding:0px;
padding-left:40px;
color:#8d91a1;
}

#quicklinks-bottom{
width:1000px;
height:36px;
margin:0px;
padding:0px;
background:url(/common/images/quicklinks-background-bottom.png) no-repeat;
}

/* END Page Content */



