﻿/* ---------------------------------------------------------------- 
 * GENERICS
 * ---------------------------------------------------------------- 
*/ 

body 
    {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color:#666666;
    background: url(../images/layout/bg_body.jpg) repeat-x;
    background-color:#FFE7C2;
    }

ul
{
    font-size: 12px;
    }

img
    {
    border:0;
    }
    
.clear
    {
    clear:both;   
    }

.divider
    {
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    height:3px;
    display:block;
    background-color:#DDD7C8;
    clear:both;
    }

#container
    {
    width:955px;
    margin-top:19px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    
/* ---------------------------------------------------------------- 
 * HEADERS
 * ---------------------------------------------------------------- 
*/ 

}

#header
    {
    background: url(../images/layout/bg_header.jpg) no-repeat;
    width:955px;
    height:197px;
    padding:0px;
    margin:0px;
    float:left;
    text-align:left;
    }

#header .level1
    {
    margin-left:6px;
    margin-top:6px;
    margin-right:6px;
    width:943px;
    height:97px;
    }

#header .logo 
    {
    float:left;
    display:inline;
    }

#header .details
    {
    margin-right:20px;
    margin-top:12px;
    float:right;
    text-align:right;
    display:inline;
    }

#header .contact
    {
    text-align:right;
    font-weight:bold;
    font-size:13px;
    color:#fff;
    margin-bottom:7px;
    }
    
#header .contact a
    {
    text-align:right;
    font-weight:bold;
    font-size:13px;
    color:#fff;
    text-decoration:none;
    }
    
#header .contact a:hover
    {
    text-align:right;
    font-weight:bold;
    font-size:13px;
    color:#000;
    text-decoration:none;
    }

#header .socialNetworking
    {
    clear:both;
    text-align:right;
    }

#header .level2
    {
    margin-left:6px;
    margin-right:6px;
    width:943px;
    height:55px;
    clear:both;
    }

#header .pageTitle
    {
    margin-left:267px;
    margin-top:26px;
    float:left;
    display:inline;
    }

#header .statement
    {
    margin-right:20px;
    margin-top:20px;
    float:right;
    text-align:right;
    display:inline;
    font-size:14px;
    color:#E6E3E3;
    }

#header .level3
    {
    margin-left:6px;
    margin-right:6px;
    width:943px;
    height:30px;
    clear:both;
    }

#header .date
    {
    margin-left:20px;
    margin-top:7px;
    float:left;
    text-align:left;
    font-size:12px;
    color:#fff;
 }
/* ---------------------------------------------------------------- 
 * CONTENTS
 * ---------------------------------------------------------------- 
*/ 
   

#content
    {
    width:955px;
    background: url(../images/layout/bg_content.gif) repeat-y;
    overflow:hidden;
    clear:both;
    }

#leftContent
    {
    width:220px;
    padding-left:26px;
    margin:0px;
    overflow:hidden;
    float:left;
    text-align:left;
    display:inline;
    }
    
#mainContent
    {
    overflow:hidden;
    width:655px;
    margin-right:26px;
    padding-top:18px;
    text-align:left;
    float:right;
    display:inline;
    } 

#mainContent .left
    {
    float:left;
    width:450px;
    display:inline;
    }  

#mainContent .right
    {
    width:179px;
    float:right;
    display:inline;
    }      

#pageIntro
    {
    width:450px;
    float:left;
    clear:both;
    margin-top:20px;
    margin-bottom:20px;
    } 

#pageIntro .top
    {
    width:450px;
    height:12px;
    float:left;
    clear:both;
    overflow:hidden;
    background: url(../images/layout/page_intro_top.gif) no-repeat;
    } 

#pageIntro .mid
    {
    width:430px;
    padding:0px 10px 0px 10px;
    float:left;
    clear:both;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    color:#404040;
    background-color:#EFEFEF;
    } 
    
#pageIntro .bot
    {
    width:450px;
    height:12px;
    float:left;
    clear:both;
    background: url(../images/layout/page_intro_bot.gif) no-repeat;
    }
    
#rightGrayBox
    {
    width:179px;
    float:right;
    clear:both;
    margin-top:0px;
    margin-bottom:20px;
    }
    
#rightGrayBox .top
    {
    width:179px;
    height:10px;
    float:right;
    clear:both;
    background: url(../images/layout/right_gray_box_top.gif) no-repeat;
    }  
           
#rightGrayBox .mid
    {
    width:159px;
    background-color:#999999;
    float:right;
    color:white;
    font-size:11px;
    padding-left:10px;
    padding-right:10px;
    }  
           
#rightGrayBox .bot
    {
    width:179px;
    height:10px;
    float:right;
    clear:both;
    background: url(../images/layout/right_gray_box_bot.gif) no-repeat
    } 
    
#nameText
    {
    color:white;
    font-size:11px;
    text-align:left;
    
    }    
.underLine
    {
    margin-bottom:10px;
    border-bottom:solid 2px #FFF;
    width:100%;
    }            
/* ---------------------------------------------------------------- 
 * PANNELS 
 * ---------------------------------------------------------------- 
*/

.rightPannel
    {
    width:179px;
    padding:0px;
    overflow:hidden;
    clear:both;
    margin-bottom:20px;
    text-align:right;
    }
    
.rightPannel1
    {
    width:179px;
    padding:0px;
    overflow:hidden;
    clear:both;
    margin-top:48px;
    margin-bottom:20px;
    }

#leftPannel
    {
    width:217px;
    margin:0px;
    overflow:hidden;
    float:left;
    clear:both;
    text-align:left;
    display:inline;
    }

#leftPannel .contact
    {
    width:217px;
    margin:0px;
    overflow:hidden;
    float:left;
    clear:both;
    text-align:left;
    display:inline;
    background: url(../images/content/left_pannel_contact_mid.jpg) repeat-y;
    }

#leftPannel .contact .top
    {
    width:217px;
    padding-top:36px;
    padding-left:13px;
    margin:0px;
    overflow:hidden;
    float:left;
    clear:both;
    text-align:left;
    display:inline;
    background: url(../images/content/left_pannel_contact_top.jpg) no-repeat;
    }

#leftPannel .contact .bot
    {
    width:217px;
    height:11px;
    margin:0px;
    overflow:hidden;
    float:left;
    clear:both;
    text-align:left;
    display:inline;
    background: url(../images/content/left_pannel_contact_bot.jpg) no-repeat;}


#contentPannel
    {
    width:450px;
    padding:0px;
    overflow:hidden;
    float:left;
    margin-bottom:20px;
    clear:both;
    }

#contentPannel .left
    {
    width:214px;
    padding:0px;
    overflow:hidden;
    display:inline;
    float:left;
    }
    
 #contentPannel .right
    {
    width:214px;
    padding:0px;
    float:right;
    overflow:hidden;
    display:inline;
    }



#collective{
    clear:both;
    }
    
#collective .stretch
{
    clear:both;
    border-bottom:dashed 1px #ccc;
    padding-top:20px;
    padding-bottom:20px;
    overflow:hidden;
    }

#collective .left
{
    width:450px;
    text-align:left;
    display:inline;
    float:left;
    overflow:hidden;
    }

#collective .right
{
    padding-top:20px;
    width:200px;
    text-align:right;
    display:inline;
    float:right;
    }


#blog{
    width:450px;
    float:left;
    }
 
#blog #top{
    height:22px;
    padding:8px; margin:0px;
    background: url(../images/layout/bg_blog_top.gif) no-repeat;
    font-size:14px; font-weight:bold; 
    text-align:left; text-decoration:none; color:#FFFFFF;
    } 
 
#blog #mid{
    border-right:solid 5px #FD9A00; border-left:solid 5px #FD9A00;
    text-align:left;   
    font-size:12px;
    margin:0px;
    padding:0px 10px 2px 10px;
    }   

#blog #mid .repeater{
    text-align:left;   
    } 

#blog #mid .linker{
    padding:6px 0px 4px 0px;
    border-bottom:dashed 1px #ccc;
    } 

#blog #mid .linker a{
    margin:0px; padding:0px; 
    font-size:12px; font-weight:bold;
    text-align:left; text-decoration:none; color:black;
    } 

#blog #mid .linker a:hover{
    color:#B32807;
    }

#blog #mid .dater{
    float:right; display:inline;  
    font-size:10px;
    text-align:right; text-decoration:none; color:black;
    } 
 
 
#blog #bot{
    height:10px;
    background: url(../images/layout/bg_blog_bot.gif) no-repeat;
    } 

.blueBg{
     width:179px;
     height:100px;
     margin:0px 0px 20px 0px;
     float:right;
     background: url(../images/content/blue_bg.jpg) no-repeat;
    }
.facebookInner{
    float:left;
    margin: 10px 0px 5px 14px;
    }
.wordpressInner{
    float:right;
    
    margin: 10px 3px 6px 12px;
    }
.twitterInner{
   float:right;
   
   margin: 10px 10px 6px 18px;
    }    

/* ---------------------------------------------------------------- 
 * FOOTERS
 * ---------------------------------------------------------------- 
*/ 
          

#footer
    {
    margin:auto;
    width:955px;
    height:45px;
    margin-bottom:20px;
    background: url(../images/layout/bg_footer.gif);
    }
