@charset "UTF-8";
/* CSS Document */



body{
/* FOR THE DROPDOWN MENU */

background-color: #8CC640;
background-image: url(images/bg/bg.jpg);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align: center; /* to overcome IE centering problem */
}

img
{  border-style: none;
}


#site_container{
position: relative;
width: 780px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 20px;
}


/* TOPBAR */

#topbar{
width:780px;
height:140px;
background-image:url(images/topbar/topbar_bg.png);
}

#logo{
width:198px;
height:120px;
float:right;
margin-right:22px; /* 10px for shadow plus 12px to avoid rounded corner */
margin-top:20px;
}


/* MENU */

#menu_holder{
width:780px;
height:25px;
background-image:url(images/menu/menu_bg.png);
position:relative;
}

#menu{
width:760px;
height:25px;
margin-left:auto;
margin-right:auto;
text-align:center;
}




/* CONTENT */

#content_holder{  /* content_holder is the background with shadow */
width:780px;
min-height:310px;
background-image:url(images/content/content_bg.png);
background-repeat:repeat-y;
}

#content{ /* content is the container for the actual content */
width:760px;
padding-bottom:20px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#content_bg_image{ /*the swirl image in the background on the left side of content*/
float:left;
width:140px;
height:310px;
background-image:url(images/content/content_image.jpg);
background-repeat:no-repeat;
}

#content_images{
float:left;
width:150px;
margin-top:20px;
}

#content_text{
float:left;
width:430px;
margin-top:20px;
margin-left:20px;
color:#00853F;
text-align:left;
}

.content_heading{
font-size:30px;
font-weight:200;
color:#CADB2A;
}

.medium_bold{
font-weight:800;
}





/* FOOTER */

#footer_holder{
width:780px;
height:75px;
background-image:url(images/footer/footer_bg.png);
position:relative;
}

#footer{
width:760px;
height:50px;
margin-left:auto;
margin-right:auto;
text-align:center;
position:relative;
}

#footer_text{
margin-left:140px;
margin-top:7.5px;
width:480px;
height:35px;
float:left;
}

#footer_links{
height:20px;
font-size:8px;
line-height:10px;
color:white;
text-align:center;
}

#footer_links a:link{
color:white;
text-decoration:none;
}

#footer_links a:visited{
color:white;
text-decoration:none;
}

#footer_links a:hover{
color:white; 
text-decoration:underline;
}  

#footer_links a.selected_link
{ 
text-decoration:underline;
}

#footer_credits{
height:10px;
font-size:9px;
line-height:10px;
margin-top:5px;
color:#CADB2A;
text-align:center;
}

#footer_credits a:link{
color:#CADB2A;
text-decoration:none;
}

#footer_credits a:visited{
color:#CADB2A;
text-decoration:none;
}

#footer_credits a:hover{
color:#CADB2A; 
text-decoration:underline;
}  

#footer_consumer_site_link{
width:135px;
height:50px;
float:right;
}
