/* NEW HOME STYLES : JDorado*/

/* #### global settings #### */

* {
	margin: 0;
	padding: 0;
	outline:  none;
}


img
{
    border:  0;
}

html 
{
	height: 100%; 
}

html, body 
{
	margin: 0px;
	padding: 0px;
}


#main
{
    margin-left:auto;
    margin-right:auto;
    width: 775px;
    clear: both;
    padding-top: 5px;
    
}

#main_content
{
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    clear: both
}

#header, #content_middle, #content_bottom, #tagline, #newFooter2{ clear: both}

/* #### header #### */
#header
{
    background: no-repeat #fff url('http://www.amazinggrass.com/media/Common/main_header.gif');
    width: 765px;
    height: 89px;
    background-position: 5px 5px;

}

/* #### content_middle #### */
#content_middle 
{
    margin-top: 5px;
    overflow:hidden;
    padding-bottom: 5px;
    height: 100%;
}

#leftNav
{
    float: left;
    height: 330px;
    display: inline;
}

#hero_graphic
{
    float: left;
    width: 585px;
    height: 340px;
    overflow: hidden;
    margin-left: 5px;
    display: inline;
}

/* #### tagline #### */
#tagline
{
    margin-bottom: 5px;
}

/* #### content_bottom #### */

#content_bottom
{
    overflow:hidden;
    margin-top: 5px;
    height: 100%;
    padding-bottom:1px;
}

#content_bottom_left
{
    width: 152px;
    float: left;
    display: inline;
    padding: 10px 10px 0 10px;
    background: #5F9200 url('http://amazinggrass.com/media/home/social_bg.jpg') repeat-x;
    font-family: arial, sans-serif;
}

#content_bottom_left h2
{
    font-size: 140%;
}

#social
{
    width: 100%;
    height: 244px;
    font-size: 11px;
    color: #fff;
    
    
}

#social a, #social a:visited
{
    font-size: 11px;
    text-decoration:  none;
    color: #fff;
    
}
#social a:hover
{
    text-decoration:  underline;
    color: #fff;
}

#email_newsletter
{
    width: 100%;
    font-size: 11px;
    color: #fff;
}

#email_newsletter span.first
{
    height: 10px;
    width: 10px;
    display: block;
}

#email_newsletter input
{
    color: #000;    
}

#content_bottom_right
{
    float: left;
    margin-left: 5px;
    width: 585px;
    display: inline;
}

#logos
{
   margin-top: 5px; 
}

#amazing_links
{   
    width: 580px;
    height: 88px;
    background: no-repeat url(http://amazinggrass.com/media/Common/amazing_links_bg.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 8px;
    margin-top: 5px;
    padding-top: 5px;
}

#amazing_links a{color:#114d05;text-decoration:none;font-weight:normal;font-size:11px;}
#amazing_links a:hover{color:#114d05;text-decoration:underline;font-weight:normal;font-size:11px;}
#amazing_links a:visited{color:#114d05;text-decoration:none;font-weight:normal;font-size:11px;}
#amazing_links a:visited:hover{color:#114d05;text-decoration:underline;font-weight:normal;font-size:11px;}


/*####  round corners ####*/
.round_corner_block
{
    background: #fff;
    padding: 5px;
}

