/* General styles */
    body {
        color: #666666;
        font-family: Arial Narrow,"MS Trebuchet",sans-serif;
        font-size: 12px;
    }
    
    #header {
        clear: both;
        height: 143px;
        margin-bottom: 30px;
        width: 100%;
    }
    
    #main
    {
        width:100%;
        }

    .container {
        margin:0 0 0 0;
        width:990px;
        height:auto;
        border-bottom:1px solid #fff;
        overflow:auto;
        padding:0 0;
    }

/*
    .container {
        margin:0 0 100px auto;
        padding:0 10px;
        width:990px;
        height:auto;
        border-bottom:1px solid #fff;
        overflow:auto;
    }
*/
    #content {
        width:800px;
        float:left;
        margin-top:14px;
        font-size:11px;  
        font-size: 13px;      
    }
    

    #content #contentleft
    {
        position:absolute
        display: inline;
        float: left;
        width: 315px;
    }
    
    #content .contentleft
    {
        display: inline;
        float: left;
        width: 315px;
        padding:5px 0 0 20px;
    }
    
    #content .contentform
    {
        display: inline;
        float: left;
        width: 357px;
        padding:5px 0 0 20px;
    }
    
    #formimage
    {
        display: inline;
        float: left;
        width: auto;
    }
    
    #content #contentright
    {
        display: inline;
        float: left;
        width: 465px;
    }
    
    #hero
    {
        position:relative;
        top:-13px;
        display: inline;
        float: left;
        width: auto;
        padding-left:25px
    }
    
    #contentright p
    {
        padding-left:15px;
        color: #888888;
    }
    
    #imageright
    {
        padding-left:15px;
        height:auto;
    }
    
    .itemintro
    {
        padding-bottom:20px;
        width: 710px;
    }
 
   /* Footer styles */
    #footer {
    clear: both;
    font-size: 11px;
    height: auto;
    overflow: auto;
    padding-bottom: 3px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    }
    
    #footer ul{
        width:610px;
        height:auto;
        margin:0 auto;
        line-height:17px;
        display:block;
    }
    
    #footer li {
        display:inline;
        padding:3px 5px;
        white-space:nowrap;
    }
    
    #footer a {
        color:#999;
    }
    
    #footer a:hover {
        color:#000;
    }
    
    #commedialeft{
        float: left;
        height: 20px;
        width: 150px;
    }
    
    #commediaaddress {
        float: right;
        font-size: 12px;
        height: 20px;
        padding-left: 13px;
        padding-top: 3px;
        text-align: right;
        width: 410px;
    } 
    
    #commedia {
        width:78px;
        height:20px;
        float:right;
    } 
    
    /* Navigation styles */
    #nav {
    float: left;
    height: auto;
    overflow: auto;
    padding-left: 15px;
    padding-right: 50px;
    position: relative;
    top: 9px;
    width: 99px;
	overflow: hidden;
	margin-bottom: 0px;
    }
    
    #nav ul {
        padding-top:10px;
        height:auto;
        overflow:visible;
    }
    
    #nav li {
        padding:5px 0;
        height:auto;
        line-height:14px;
        overflow:visible;
    }
    
    #nav li a {
        /*color:#C3C3C3;*/
		color:#999999;
        font-family:Arial Narrow;
        font-size:13px;
    }
    
    #nav li a:hover, #nav li a.selected  {
        color:#000;
    }
    
    a {
        color:#666;
        text-decoration:none;
    }
    
    a:hover {
        color:#000;
    }
    
    h1
    {
    font-family: helvetica;
    font-size: 29px;
    font-weight: lighter;
    padding-bottom: 15px;
    }
    
    h2
    {
        font-size: 18px;
        font-weight: lighter;
        margin:3px 0;
    }
        
    h3
    {
        font-size:12px;
    }
    
    p
    {
        margin-top:0px;
        font-size:13px;
    }
    
    p.underline
    {
        padding-bottom : 7px;
        border-bottom:1px solid #999;
    }
   
    #facebook-extention{ height: 40px; width: 90px; position: relative; bottom: -20px; *bottom: 0px; *margin-top:0px;}
